Re: firebug says 1.89 second page load but it actually takes 7 seconds for the page to finally render
35 views
Skip to first unread message
Sebastian Zartner
unread,
Jul 27, 2012, 5:49:02 AM7/27/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fir...@googlegroups.com
I assume these 7 seconds mean the time when your JavaScript finished executing? To measure the time it needs to execute the script you can use the profiler or surround your script by console.time()/console.timeEnd().