Hi,
I was investigating the slowness of a webpage where randomly a static file stuck for sometime in downloading. Firebug net panel helped to get the initial idea of issue when i see following value in network help panel
Connecting---99676766.000ms
From documentation I understood this time is "Elapsed time required to create a TCP connection". But I am not able to figure out what is causing this much delay in creating tcp connection. Do we have any option in firebug to get the deeper reason of getting high time for connection ?
Any help will highly appreciated.
Thanks