Opened 18 years ago
Closed 18 years ago
#5134 closed enhancement (duplicate)
paginate report
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | ticket system | Version: | 0.10.3.1 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
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 (1)
Change History (3)
by , 18 years ago
Attachment: | report-paginate.diff added |
---|
comment:1 by , 18 years ago
Version: | → 0.10.3.1 |
---|
comment:2 by , 18 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
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