Sustainability Best Practices
CMSCloudHeartcoreDXP
  • Introduction
  • Infrastructure
    • Infrastructure Overview
    • Hosting
    • Architecture
    • Security and Bots
  • Backend
    • Backend Overview
    • Upgrades and patches
    • Cache responses
    • Sustainable Design Patterns
    • Performance Testing
    • Common pitfalls
    • SOAP, REST and GraphQL
    • SQL optimization
    • JAMstack
    • Monolithic vs. Service based Architecture
    • Async
    • Background tasks
  • Frontend
    • Frontend Overview
    • Page weight budget
    • Image optimization
    • Asset optimization
    • Limit use of 3rd parties
    • Lazyload resources
    • Mobile first
  • Editor
    • Editor Overview
    • Content Types
    • Content Optimization
    • Design Choices
    • Data Management
    • Housekeeping
  • Telemetry
    • Telemetry Overview
    • February 2024
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
Export as PDF
  1. Frontend

Page weight budget

PreviousFrontend OverviewNextImage optimization

Last updated 1 year ago

Was this helpful?

Page weight represents the amount of data transferred to access the web page (based only on HTTP requests). In short, the bigger the number, the more carbon emissions.

It is recommended to keep this metric as low as possible so setting a page weight budget can help you stay on top of this. As mentioned in the , 1 MB should be a maximum when you get started, with 500 kB as the ultimate threshold.

Web Almanac