<p>The Google/yahoo site test tools and firebug are great for diagnosing site responsiveness issues too...</p>
<p>On 20 Aug 2010 19:36, "Whit Blauvelt" <<a href="mailto:whit@transpect.com">whit@transpect.com</a>> wrote:<br type="attribution">> On Fri, Aug 20, 2010 at 11:46:19PM +0530, Agnello George wrote:<br>>>    Have a question , Suppose i had a client tell me that  he can access the<br>
>>    web page but it takes long time to view  the pages   the website is a<br>>>    static website ( suppose this website does not server dynamic data  or<br>>>    does not connect to a database )... what would one check other than :<br>
> <br>> Even a static site could contain complex pages, in terms of what it takes<br>> the browser to render them. If the pages are complex in terms of css or<br>> JavaScript content, or even nested tables, you might see a difference<br>
> running different browsers. Rendering speed varies widely between them.<br>> <br>> If it's not rendering, is it slow to everywhere, or just slow to your<br>> client's system. What's their bandwidth? Are they behind a proxy? If you and<br>
> your client, on different connections, view the page at the same time with<br>> the same browser, is it as slow for both of you?<br>> <br>> If the question is how fast the pages are being served, you could run tests<br>
> remotely with wget. It has all sorts of timing thresholds (check the man<br>> page) which you could reduce until it starts failing. That could quantify<br>> the speed of the server's response to your remote position on the network.<br>
> Or you could build a little script that writes a timestamp, runs wget with<br>> its defaults, writes another timestamp, erases the local files wget just<br>> pulled in, and repeats. Then the difference between starting and finishing<br>
> timestamps will show you how fast the page comes in, and whether the speed<br>> is consistent over time. A bottleneck could be elsewhere than the server.<br>> But if you ran this at multiple remote locations you could triangulate.<br>
> <br>> Whit<br>> _______________________________________________<br>> CentOS mailing list<br>> <a href="mailto:CentOS@centos.org">CentOS@centos.org</a><br>> <a href="http://lists.centos.org/mailman/listinfo/centos">http://lists.centos.org/mailman/listinfo/centos</a><br>
</p>