any way to see the order in which .js are loaded using the browser (chrome or firefox)?
Regards
Javi
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Firebug should show you the order of the JS files that are being loaded, it will also show details such as the response headers, time taken to download etc. It works as a native plugin for FF, there is also a lite version for Chrome but I don’t think this can track JS files.
http://getfirebug.com/
For Chrome the Developer Tools should show the scripts that are being loaded, their order, time etc etc.