Feature #4664
Add pagination to forum threads
| Status: | Closed | Start date: | 2010-01-27 | |
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assignee: | Jean-Philippe Lang | % Done: | 0% |
|
| Category: | Forums | |||
| Target version: | 1.0.0 (RC) | |||
| Resolution: | Fixed |
Description
We have a couple of forum threads with a lot of answers (> 150). It takes a while until those threads are being loaded. I measured the time for loading one of them (730kB HTML content):
- 26.3 seconds to get the response from the server
- 2.6 seconds to render (in Firefox)
The HTTP header tells me something about X-Runtime of 78ms - so the (Mongrel) server seems not to be the problem ...
A paging feature within the thread would reduce this time a lot
Associated revisions
Adds pagination to forum messages (#4664).
History
Updated by Jean-Philippe Lang about 2 years ago
- Category set to Forums
Updated by Jean-Philippe Lang about 2 years ago
- Assignee set to Jean-Philippe Lang
- Priority changed from Normal to High
Updated by Jean-Philippe Lang about 2 years ago
- Subject changed from Add paging to forum threads to Add pagination to forum threads
- Status changed from New to Closed
- Target version set to 1.0.0 (RC)
- Resolution set to Fixed
Feature added in r3373.