Opened 12 years ago
Closed 11 years ago
#20857 closed Cleanup/optimization (wontfix)
Improve the performance of Trac
| Reported by: | Aymeric Augustin | Owned by: | nobody |
|---|---|---|---|
| Component: | *.djangoproject.com | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Trac shells out to git to perform operations on the repository. That's quite inefficient, especially for expensive operations such as git rev-list. It tends to bring the server down under even moderate traffic.
Change History (2)
comment:1 by , 12 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 11 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This isn't actionable and performance hasn't been much of a problem recently (AFAIK).
Maybe the upgrade to Trac 1.0 helped.