On 4/15/07, aaloy <[EMAIL PROTECTED]> wrote: > Fasterfox gave me 3.208s for the main page and less than a second for > the others.
That's the same behaviour I saw (with Safari instead of Firefox). First access is kinda slow, but every subsequent one is fast. That *includes* reloading the main page. The first connection will be kinda slow, but all the reloads are almost instantaneous. What kind of server setup are you using? I'm not very educated on the various types, but I believe FCGI, for instance, will kill all the Python processes after awhile, if the site hasn't been hit, and will respawn them again once a new connection request comes in. Depending on who your hosting provider is, that might be the explanation. And of course, if I'm *way* off, someone please let me know :) And how are you serving the media files (css, images). I notice from the HTML that they're coming from the same server. Are you having Django serve them, or your web server? Jay P. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

