#440 closed defect (bug) (worksforme)
Trac is slow
Reported by: | johnbillion | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Trac | Keywords: | |
Cc: |
Description
As pointed out by a few people in IRC last night, Trac is currently very slow. Could it be an issue that's arisen since enforced SSL was introduced?
Change History (7)
#2
@
10 years ago
It's actually not off the main DB instances. We went from SQLite to MySQL (but local to that box) and things got slower. Around the same time we forced SSL, which also made things much slower. We had SPDY enabled for some time, but it wasn't compatible with a threaded web worker that we use (or something along those lines).
I would love to fix, just not sure how exactly. We've thought about moving the whole thing to nginx to help.
This ticket was mentioned in Slack in #core by johnbillion. View the logs.
9 years ago
#4
follow-up:
↓ 5
@
8 years ago
Since we switched back to SQLite, is this trac back to being faster now? (Yes, there are other issues, of course...)
#5
in reply to:
↑ 4
@
8 years ago
Replying to samuelsidler:
Since we switched back to SQLite, is this trac back to being faster now? (Yes, there are other issues, of course...)
I've generally been getting notifications faster, for what that's worth. So I'd say yes.
#7
@
8 years ago
Would be great to fix report/41 and/or report/58 (tickets without a reply) at some point.
Discussion: https://wordpress.slack.com/archives/meta-tracdev/p1469626332000091
Doubt it's SSL, but they are all running off the main DB instances now, so slowdowns affect everywhere equally. General improvements should fix this and other things as well.