I include jquery, jquery-UI and some jquery plugins in my website and I’d like to know the size in kb of each response, specially the first one. How can I see it in Firefox, Chrome and IE8?
Thank you.
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.
Google Chrome
Open Chrome Developer tools by pressing F12 and select Network.
Size column is the one you’re interested in.
Firefox
Install Firebug and open it by pressing F12 and select Net tab.
Size column is the one you’re interested in.
Internet Explorer
No direct support in IE8 (or older for that matter). Use Fiddler local proxy tool when you can’t use other browser.
Fiddler
It is actually a very powerful tool (browser independent) so you can use it with any requests going from your machine to some web server. These requests may be initiated by a browser (any) or your desktop application that makes requests to some web server. That’s why this tools is invaluable to any developer since it provides many many features. You can even make requests directly from it.