You can also try console.timeStamp() API - in order to see the log on the Net panel timeline. (and so you can compare with other Net panel events)
http://www.softwareishard.com/blog/firebug/firebug-1-8-console-timestamp/ Honza On Jul 27, 11:49 am, Sebastian Zartner <[email protected]> wrote: > 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<https://getfirebug.com/wiki/index.php/Profiler#CPU_profiling>or > surround your script by > console.time()<https://getfirebug.com/wiki/index.php/Console_API#console.time.28name.29>/console.timeEnd()<https://getfirebug.com/wiki/index.php/Console_API#console.timeEnd.28n...> > . > > CSS is another thing. Read here: > > - > http://stackoverflow.com/questions/2635814/javascript-capturing-load-... > -http://www.phpied.com/when-is-a-stylesheet-really-loaded/ > - > http://www.backalleycoder.com/2011/03/20/link-tag-css-stylesheet-load... > > Sebastian -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at https://groups.google.com/forum/#!forum/firebug
