Skip to content

Asset Resources

The Asset Resources page (/dashboard/reports/pages/[pageId]/resources) gives a detailed breakdown of every network request made when loading a specific page.

From the Page Report, click View Asset Resources.

The asset viewer lists all resources loaded by the page, categorised by type:

CategoryWhat it includes
JavaScriptAll .js files and inline scripts
CSSStylesheets and inline styles
ImagesAll image formats (JPEG, PNG, WebP, SVG, etc.)
HTMLThe main document
OtherFonts, media, and miscellaneous

For each resource you can see its URL, size (transferred and uncompressed), and type.

The Asset Sizes card on both site and page reports shows the aggregated totals:

MetricDescription
JavaScriptTotal JS payload
CSSTotal CSS payload
ImagesTotal image payload
HTMLTotal HTML payload
TotalCombined size of all resources

Page asset sizes feed into the Page Assets Performance Score category. Large JS bundles in particular will lower this score significantly.

IssueFix
Large JS bundleCode-split, tree-shake unused code, defer non-critical scripts
Unoptimised imagesConvert to WebP/AVIF, use responsive srcset, enable CDN compression
Large CSSRemove unused styles, minify, consider critical CSS inlining
High total page weightSet a performance budget and track it with PerfLeaf trends