Ticket #5134 (closed enhancement: duplicate)
paginate report
| Reported by: | liris <liris.pp@…> | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | ticket system | Version: | 0.10.3.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
When we show the ticket reports, the html generation is too slow(abount 1min for my system) if the ticket is more than 5000. The time to spend is almost to rendering html. And if the browser gets the huge html file, the browser is also slow down.
The attached is the patch to paginate reports.
Attachments
Change History
Changed 3 years ago by liris <liris.pp@…>
-
attachment
report-paginate.diff
added
comment:2 Changed 3 years ago by cboos
- Status changed from new to closed
- Resolution set to duplicate
The patch modifies the clearsilver template (report.cs) of Trac 0.10.x, but there won't be any new feature enhancement on this release line, only bug fixes.
Please consider adapting your patch for Trac 0.11dev, and the report.html Genshi template. See TracDev/PortingFromClearSilverToGenshi for some hints.
The ticket itself is a duplicate of #216, please follow-up there.



paginate patch for report