javascriptjqueryfirebug

How to see the order of js scripts loading in a page


how to see the order of js scripts in a page?

I currently see the source html and go through the script declarations. But is there a better way to see the loading order?


Solution

  • Update 2024

    By now pretty much every browser offers a developer console. No need for an additional plugin/extension.

    Usually those can be accessed via F12 on Windows/Linux.

    enter image description here


    Initial

    You could use Firebug's NET console or the pendants of other developer tools as well. This gives you something like the following:

    example