On May 21, 7:09 am, Keith <[email protected]> wrote: > > Each download has a bar in the Net tab, which shows you when the file > > started and finished loading relative to all the others. These bars tell > > you things you may not otherwise realise about how pages are loaded. For > > instance, JavaScript files are loaded sequentially, never in parallel. > > These insights allow you to tune your pages so that they are rendered > > faster.
I am happy to rephrase the paragraph so it's cleaner and more understandable to the target audience, but I can't agree with: "JavaScript files are loaded sequentially, never in parallel" This is not true, script files can be actually downloaded in parallel and executed in the order (however depends on the current setup). See my analyses using Firebug here: http://www.softwareishard.com/blog/firebug/script-execution-analysis-in-firefox-4/ Honza -- 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 http://groups.google.com/group/firebug?hl=en.
