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
  • Text is King
  • Limit the Use of Images
  • Be Mindful of Videos

Was this helpful?

Edit on GitHub
Export as PDF
  1. Editor

Content Types

Text is King

  • Action: Prioritize text over other forms of content.

  • Why: Text consumes the least amount of energy and bandwidth.

Limit the Use of Images

  • Action: Use images only when they add value. Opt for compressed formats like WebP or Scalable Vector Graphics (SVG).

  • Why: It reduces bandwidth and energy consumption.

Be Mindful of Videos

  • Action: Limit the use of videos and never set them to autoplay.

  • Why: Videos are bandwidth-heavy and can be intrusive to the user.

PreviousEditor OverviewNextContent Optimization

Last updated 1 year ago

Was this helpful?