Actions
Feature #4664
closedAdd pagination to forum threads
Start date:
2010-01-27
Due date:
% Done:
0%
Estimated time:
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
Actions