![]() |
Document complete time > Fully Loaded Time - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: WebPagetest (/forumdisplay.php?fid=7) +--- Forum: Private Instances (/forumdisplay.php?fid=12) +--- Thread: Document complete time > Fully Loaded Time (/showthread.php?tid=650) |
Document complete time > Fully Loaded Time - gyuseong - 04-07-2011 10:39 PM Hello, Patrick. Sometimes, document complete time is bigger then fully loaded time. As attachment image, onload event triggered after fully loaded. I never seen this before version. but after v2.1.1 update version, this issue occured I think it's wether pagetest browser or default browser.. but It's occur both case. Can you point me in the right direction what I may have missed? Thanks. RE: Document complete time > Fully Loaded Time - pmeenan - 04-08-2011 06:20 AM Try pulling the latest pagetest from here: http://www.webpagetest.org/work/update/update.zip The "fully loaded" time used to be the time of the last network activity (not including favicon) and that could sometimes be a fair bit before onLoad. I made a change recently to make sure it is the greater of the two. |