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

Closed 6 years ago

Last modified 5 years ago

#276 closed defect (fixed)

Optimize booking index page and "book a room" page

Reported by: jbenito Owned by: irolewic
Priority: normal Milestone: v0.97.0
Component: Room Booking Version: 0.97.0
Keywords: Cc:

Change History (3)

comment:1 Changed 6 years ago by irolewic

  • Status changed from new to accepted

comment:2 Changed 6 years ago by ian.rolewicz@…

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

commit abfe9a89f76d6b55cb66688afe036529d71073e3
Author: Ian Rolewicz <ian.rolewicz@…>
Date: Thu Mar 11 14:07:00 2010 +0100

[FIX] Optimize display room booking welcome page


  • Modified algorithm so that lauching the welcome page of the room booking takes less time
  • Now the check of knowing if a room can be booked is done after selecting the room from the list of rooms. Before this check was done as preprocessing for each entry of the list.
  • Modified the way the profiling was lauched. Now the profiling can be enabled by changing a value in Configuration.py.
  • Using the profile module instead of the hotshot module
  • fixes #276
  • reviewed by jbenito: added progress indicator when clicking the button Book.

comment:3 Changed 5 years ago by Ian Rolewicz <ian.rolewicz@…>

In [abfe9a89f76d6b55cb66688afe036529d71073e3]:

[FIX] Optimize display room booking welcome page

  • Modified algorithm so that lauching the welcome page of the room booking takes less time
  • Now the check of knowing if a room can be booked is done after selecting the room from the list of rooms. Before this check was done as preprocessing for each entry of the list.
  • Modified the way the profiling was lauched. Now the profiling can be enabled by changing a value in Configuration.py.
  • Using the profile module instead of the hotshot module
  • fixes #276
  • reviewed by jbenito: added progress indicator when clicking the button Book.
Note: See TracTickets for help on using tickets.