I am trying to interpret the data I am getting from the IE Add-On. One example:
#Page Loads:4, Avg. page load total (s): 1.94, Avg. page load network (s): 0.06 Avg. page load render (s): 1073742.36.
I am trying to understand whtat the avg page load render is telling me - this number doesn't seem like it could be accurate. We are experience high IE unresponsiveness and I am trying to correlate that to the sites being viewed, and I am seeing page load render times being extremely high in some cases. Trying to understand - is this timing async. so the site could be visible but doing background SOAP requests? Or is the counter wrong? Or did the browser just hang until maybe they killed it?
Thanks in advance.