I'd like to echo the comments of dws. Timing complex loads is a complex problem. Another issue is that when many people are interested in the time required to "load a page" they mean the time from the request until all the graphics have finished rendering.

Some browsers render pages faster than others. In my experience Opera is pretty fast on most pages and Netscape is very slow on some pages. IE can be slow on some pages, too. Measuring the time to render is somewhat more difficult than just timing data transfer.

You should also consider the time required to load and display banners from third-party advertizers or ad services if you use that.

You may also consider running your test a few times in a row or over a longer time span so you are not timing Internet delays if the page is not on your local server.

If the desired end result is to get the page sped up a bit, consider netmechanic or web site garage, or another service that can help with that.

HTH, --traveler


In reply to Re: Timing Web Page Requests by traveler
in thread Timing Web Page Requests by insensate

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.