Django on Windows 2003 Slow Initially
- by John
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