Modify ↓
Opened 16 years ago
Closed 8 years ago
#3251 closed defect (wontfix)
Bad performance in get_users_with_permissions()
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | TracForgePlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
We have a fairly large trac setup with ~80 users. Accessing the roadmap page on one of our projects takes around 20 seconds. Simply caching the result of get_users_with_permissions() takes it down to less than 1 second.
Simply caching the data obviously isn't a very good solution, since we'd have to restart trac every time we change the permissions. Any chance of a better one?
Attachments (0)
Change History (2)
comment:1 Changed 10 years ago by
Owner: | Noah Kantrowitz deleted |
---|
comment:2 Changed 8 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Plugin is deprecated.