Where can I check my site for parallel loading of contents?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Hamayun Khan
    New Member
    • Aug 2007
    • 106

    Where can I check my site for parallel loading of contents?

    Where can I check my site for parallel loading of contents
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    Any browser's debugger will give you this information. In Firefox, that's Firebug.

    Comment

    • Hamayun Khan
      New Member
      • Aug 2007
      • 106

      #3
      Thanks for your reply. Will you please tell me how I can check this using ff firebug. Thanks

      Comment

      • dgreenhouse
        Recognized Expert Contributor
        • May 2008
        • 250

        #4
        What do you mean by parallel loading of content?

        Comment

        • Hamayun Khan
          New Member
          • Aug 2007
          • 106

          #5
          Thanks for reply.

          Html contain css/images/javascript and other client side components. There are two ways for browser to request these components from server. serial(one by one) and parallel (more than one at a time). I add asynchronous google analytics code for parallel loading. Now I want to check whether contents are loading in parallel or not.

          Comment

          Working...