Am 15.10.2009 03:05, schrieb deno:
i've make a bunch of changes but it didn't seem to do anything for me. the new ticket page just took 17 secs to be severed.
If it takes so long to load a simple new ticket page, something is *very* wrong and you should not bother trying mod_wsgi and/or trac-admin deploy (these might improve speed by a second or two but not 15-16).
I assume that the '17 seconds' is the page shown at the bottom of the new ticket page? (This is important because it shows us where to look).
1. Check that your DB server is reasonably fast (don't forget to check that it is fast to connect to the server if it's on an external machine)
2. Check for endless Agilo restarts: We had a bug once that Agilo reloaded itself for every request when run with mod_python. This bug is fixed in your version of Agilo but maybe we overlooked something.
- Enable debug logging
- restart Apache
- Go to any Agilo/trac page
- check the trac.log, it should contains like
'DEBUG: Loading trac.mimeview.patch from'
- check that this line is only shown once
3. Create a new environment using sqlite. Is the newticket page still
so slow?
fs
smime.p7s
Description: S/MIME Cryptographic Signature

