Modify ↓
Opened 15 years ago
#6802 new enhancement
Performance improvement: draw less lines to svg
Reported by: | anonymous | Owned by: | Markus Pelkonen |
---|---|---|---|
Priority: | normal | Component: | TimeVisualizerPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Current implementation draws all the ticket changes, no matter how small the change is. E.g. If one draws burndown of a project which has 5k tickets and 100k ticket changes, it will easily end to svg with thousands of lines which are not noticeable by end user. It is huge hit to server, may end to big data amounth to be sent over network and also slows down browser.
Drawing could be improbed to take only "visible changes" or abstract drawing somehow. One option could be to draw trend with average values, e.g. 20 bars representing the graph.
Attachments (0)
Note: See
TracTickets for help on using
tickets.