Opened 6 years ago
Closed 6 years ago
#2868 closed defect (fixed)
Trac browse source unusably slow
Reported by: | Tom Goddard | Owned by: | Scooter Morris |
---|---|---|---|
Priority: | moderate | Milestone: | |
Component: | Infrastructure | Version: | |
Keywords: | Cc: | Conrad Huang | |
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
Takes about 2 minutes to show ChimeraX Trac web page Browse Source. Makes it unusable.
I guess this is a feature of the new plato server.
Maybe our plan to move ChimeraX source code to github is the long term solution to this.
Change History (3)
comment:1 by , 6 years ago
follow-up: 2 comment:2 by , 6 years ago
Great! Now it takes 5 seconds instead of 100 seconds to show the top of the ChimeraX source tree in the web browser. Big improvement. Still slow but usable.
comment:3 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
I changed two things:
git gc
as suggested by https://stackoverflow.com/questions/1183769/git-status-takes-a-long-time-to-complete/1185548It's still not blindingly fast, but better than a two-minute response time.