How do I determine the size of a page source in Chrome?

Open Developer tools (Ctrl+Shift+I or Settings Icon at the top-right of your browser window => Tools => Developer tools) on the needed page, switch to the Network tab and reload page.

In the Size column you'll see the size of everything loaded (Documents, Stylesheets, Images, Scripts, ...). You can enable filter to help you find out only needed stuff at the bottom-center of Developer tools frame.


I have created my 3rd Chrome extension Page Size Inspector that quickly reports page size, cache usage, network requests and load time of a web page in a convenient way.