Django on Windows 2003 Slow Initially
Posted
by John
on Server Fault
See other posts from Server Fault
or by John
Published on 2010-05-27T17:55:56Z
Indexed on
2010/05/27
18:02 UTC
Read the original article
Hit count: 180
I have setup Django to run on a windows 2003 server following the steps on the django wiki. Everything works fine and there are no errors. Only one instance of Django is setup on the server at the moment. However whenever the first page is requested it takes about 10 seconds to load the page. After this every page loads instantly.
All my searches about speed issues with Django on windows refer to the local server, but not when using IIS and PyISAPIe.
Thanks
© Server Fault or respective owner