2010/1/7 Daniel Roseman <dan...@roseman.org.uk>: > On Jan 7, 7:46 am, NMarcu <marcu.nico...@gmail.com> wrote: >> Hello all, >> >> My page is loading very slow, more then 5 sec per page. I'm using >> apache2. How can I see what is the problem, or what can be the reason? > > Django debug toolbar: > http://github.com/robhudson/django-debug-toolbar
Also, how have you setup Apache2 with Django? wsgi, mod_python? Check out if Apache is spinning up new python instances every time a request comes in. If you're using wsgi and mod_python I think as per the docs, that shouldn't happen.
-- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.