Opened 4 years ago
Closed 3 years ago
#875 closed defect (fixed)
Compute "previous"/"next" on demand
Reported by: | pferreir | Owned by: | pferreir |
---|---|---|---|
Priority: | normal | Milestone: | v1.0 |
Component: | General | Version: | 0.98-dev |
Keywords: | Cc: |
Description
We are precomputing the link to the next event each time we load an event page. This is a bit expensive due to the way our indexes work (forward index only). It would be nice to delay this computation till the moment it is actually needed. When the user clicks on one of the arrows, (s)he should be taken to a handler that computes the next/prev page and does a redirection (303?).
Change History (5)
comment:1 Changed 3 years ago by pferreir
- Owner set to pferreir
- Status changed from new to assigned
comment:2 Changed 3 years ago by pferreir
- Status changed from assigned to in_work
comment:3 Changed 3 years ago by pferreir
- Status changed from in_work to awaiting_merge
comment:4 Changed 3 years ago by pferreir
- Status changed from awaiting_merge to merging
comment:5 Changed 3 years ago by pferreir
- Resolution set to fixed
- Status changed from merging to closed
Note: See
TracTickets for help on using
tickets.