HTML Page Size

Measures the total size of the HTML document.

What is this check?

This measures the file size of your main HTML document, without including images, CSS, or JavaScript files.

Why is it important?

A smaller HTML file can be downloaded and processed by the browser more quickly. Very large HTML documents can be a sign of inefficient code or too much content being loaded at once.

What is the impact?

While not as critical as the total page size (with all assets), a large HTML file can contribute to a slower Time to First Byte (TTFB) and overall slower rendering.