This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.

Opened 5 years ago

Closed 5 years ago

#508 closed defect (fixed)

Abstract list optimization

Reported by: lsyroka Owned by: lsyroka
Priority: normal Milestone: v0.98.1
Component: General Version: 0.98-dev
Keywords: Cc:

Description

Change History (2)

comment:1 Changed 5 years ago by lsyroka

  • Status changed from new to in_merge

A lot of connections to the database is necessary to fetch authors list. For furher optimization paging results should be considered.

comment:2 Changed 5 years ago by Leszek Syroka <leszek.marek.syroka@…>

  • Resolution set to fixed
  • Status changed from in_merge to closed

In [f7c613829a60cc5999eacb42dbe8c870f184f7b4/indico]:

[FIX] Abstract list optimization

  • data about abstracts, tracks, fields, authors etc. are fetched only when specific information is to be displayed
  • filters are not checked when all filtering possibilities are selected
  • displayed fields options are saved in the session variable
  • list creation optimized
  • reviewed by jbenito: bug in displaying info, using methods instead of protected vars.
  • fixes #508
Note: See TracTickets for help on using tickets.