On Apr 21, 2006, at 7:45 AM, Clint Ecker wrote: > Hey everyone, I'm not considering this a "problem" so much as it's > annoying. I moved a project I'd been running locally under > mod_python to a > shared server (on Dreamhost) using fcgi. I've noticed that when I > first > visit the site, it takes somewhere between 1-10 seconds to actually > load the > index of my app. I know the HTTP server is responding quickly > because, > well, I have it htaccess password protected and that pops up > immediately, > and I have a ton of other sites on this same server with no slow > startup > issues. > > Any ideas about what causes this "slow startup" phenomena? Is it just > inherent to fcgi or is there something wrong with how I'm doing > business.
Does this only happen on the first couple of requests? If so, it's most likely just the startup costs of the Python interpreter, Django, the database connection, and the operating system loading everything into caches. That is, normal. (I also wouldn't expect to get great performance out of Dreamhost; I've had no end of headaches diagnosing performance issues there.) Jacob --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---