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 3 years ago

Last modified 22 months ago

#1148 assigned enhancement

Category map performance

Reported by: jbenito Owned by: ferhatelmas
Priority: very low Milestone: v2.1
Component: General Version: 0.99
Keywords: Cc:

Description

The page that shows the category map is really slow. Needs to be debugged and redesigned if necessary.

https://indico.cern.ch/categoryMap.py?categId=0

Change History (7)

comment:1 Changed 3 years ago by jbenito

  • Milestone changed from v1.1 to v1.2

comment:2 Changed 2 years ago by jbenito

  • Priority changed from high to very low

comment:3 Changed 2 years ago by iandriop

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

comment:4 Changed 2 years ago by iandriop

  • Owner iandriop deleted
  • Status changed from assigned to new

comment:5 Changed 2 years ago by ferhatelmas

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

comment:6 Changed 2 years ago by ferhatelmas

Checked different string concat methods https://gist.github.com/ferhatelmas/6824823

What we currently have seems to be the fastest. That's why we are hitting the limit while getting that many categories.

Possible solutions:

  1. Asynchronous loading.
  2. Caching page.
Last edited 2 years ago by ferhatelmas (previous) (diff)

comment:7 Changed 22 months ago by jbenito

  • Milestone changed from v1.2 to v1.3
Note: See TracTickets for help on using tickets.