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?
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.

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

The order of scripts in the html code might not give the exact sequence because there can be situation in which a script is on a remote server and it is down or it is slow. The best way to know is to analyze it visually on a timeline using chrome's in-built developer tool.

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With