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.28name.29> .
CSS is another thing. Read here: - http://stackoverflow.com/questions/2635814/javascript-capturing-load-event-on-link - http://www.phpied.com/when-is-a-stylesheet-really-loaded/ - http://www.backalleycoder.com/2011/03/20/link-tag-css-stylesheet-load-event/ 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
