Opened 11 years ago

Closed 9 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 Tim Graham, 11 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Aymeric Augustin, 9 years ago

Resolution: wontfix
Status: newclosed

This isn't actionable and performance hasn't been much of a problem recently (AFAIK).

Maybe the upgrade to Trac 1.0 helped.

Note: See TracTickets for help on using tickets.
Back to Top