Measure the total weight of any webpage — compressed vs uncompressed, CSS/JS/image counts, inline bloat and compression savings.
We fetch the full HTML response and break down compressed vs uncompressed size, savings, and resource counts.
Page weight directly impacts load time, bandwidth, and Core Web Vitals scores.
The raw HTML transferred to the browser. We show both compressed (over the wire) and uncompressed (in-memory) sizes.
Gzip/Brotli compression typically reduces transfer size by 60–80%. We show the exact savings percentage detected.
We count external CSS files, JavaScript files, and images referenced in the HTML — each one is an additional HTTP request.
Inline <style> and <script> blocks add to HTML weight and block rendering. We measure total bytes of inline code.