1 Apr 03:43
[Trac] Problem with slow project listing.
We've got a strange slowdown issue with our projects root listing.
Nothing else is effected. No individual project has a problem.
Pretty much a textbook setup:
<Location "/projects">
SetHandler mod_python
PythonHandler trac.web.modpython_frontend
PythonOption TracEnvParentDir "/var/trac"
PythonOption TracUriRoot "/projects"
SetEnv PYTHON_EGG_CACHE /tmp
</Location>
Useful Tidbits:
Trac 10.4
We're using SSL. Problem does not seem SSL-specific.
We have 175 and counting projects.
We've got a couple custom plugins, nothing earth-shattering.
So what we're seeing happening, we think, is that mod_python is loading,
over and over again, a bunch of plugins, for some unknown reason:
2008-03-31 17:12:20,126 Trac[__init__] DEBUG: Loading egg plugin
navhider.filter from
/usr/lib/python2.4/site-packages/TracNavHider-1.0-py2.4.egg
2008-03-31 17:12:20,128 Trac[__init__] DEBUG: Loading egg plugin navadd
from /usr/lib/python2.4/site-packages/NavAdd-0.1-py2.4.egg
2008-03-31 17:12:20,157 Trac[__init__] DEBUG: Loading egg plugin
(Continue reading)
RSS Feed