On Feb 7, 2:48 am, James <[EMAIL PROTECTED]> wrote: > However, > there is a latency 5 to 10 seconds for the page loads. The > throughput's pretty low and I'm not moving much data at all (a whole > page is <400k, without clientside caching), so the problem is not with > Apache.
400k is quite a bit. Especially when you have lots of small files and lots of requests. Did you try to minimize HTTP requests by combining CSS, JS and images? You can analyze the client performance using YSlow: http://developer.yahoo.com/yslow/ Also it'd be interesting how much time it takes using a "dumb" client like wget that doesn't download any additional files but only the HTML response. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

