I'm having problems with my mezzanine site which is periodically very slow to load (TTFB up to 25 secs, sometimes). This usually happens immediately after restarting Apache, but also after a few hours' inactivity. The time seems to be spent waiting for the server to respond with the HTML: the static files (served by a separate nginx server) all come back quickly.
I've tried WSGIImportScript in my httpd.conf and running mod_wsgi in daemon mode as suggested in various places but to no avail. I've also tried some of the debugging techniques described at https://code.google.com/p/modwsgi/wiki/DebuggingTechniques but because many of them are incompatible with Python 3, they don't help too much either. Webfaction's support don't seem to know how to help either. I'm using PostgreSQL as my database backend if that makes a difference. Does anyone with experience of running Mezzanine with Python 3 have any advice to give? Cheers, Christian -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
