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

#575 closed defect (fixed)

Events in category view optimization

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

Description

For categories with a lot of events it's quite slow

http://indicodev.cern.ch/categoryDisplay.py?categId=2

Change History (4)

comment:1 Changed 5 years ago by lsyroka

  • Owner set to lsyroka
  • Status changed from new to assigned

comment:2 Changed 5 years ago by lsyroka

  • Status changed from assigned to in_merge

comment:3 Changed 5 years ago by jbenito

  • Milestone set to v0.98
  • Version set to 0.97.0

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

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

In [4e504840018c833eb9f1d37a8966829c538468e0/indico]:

[FIX] Category view optimization

  • dictionary of conferences in category class was changed to OOTreeSet sorted by the starting date of the conference
  • cmp, eq and ne methods were implemented in conference class
  • event searching algorithm in category display webpage was changed
  • migration script included
  • fix#575
Note: See TracTickets for help on using tickets.