Modify ↓
Opened 13 years ago
Closed 12 years ago
#9296 closed enhancement (duplicate)
Please, consider following patch for Trac 0.12
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | normal | Component: | TracTicketStatsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
It optimizes SQL requests
Attachments (1)
Change History (2)
Changed 13 years ago by
Attachment: | ticketstats.py.patch added |
---|
comment:1 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
We do need to optimize the queries, however I'm not sure that your patch gets it quite right. Your patch appears to query the database and retrieve the current status of each ticket, only putting restrictions on the creation time. Rather, we need to look at the
ticket_change
table to determine the number of opened and closed tickets on a particular date.I will close this as a duplicate of #7001 and commit a patch against that ticket. Please track the changes and test if you are able.