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
  • Only Collect the necessary data
  • Clean Up Inactive Members and Mailing Lists

Was this helpful?

Edit on GitHub
Export as PDF
  1. Editor

Data Management

Only Collect the necessary data

  • Action: Review forms and only ask for essential information.

  • Why: Less data means less storage and energy use, plus it's General Data Protection Regulation (GDPR)-friendly.

Clean Up Inactive Members and Mailing Lists

  • Action: Regularly remove users who haven't logged in for 365 days and prune mailing lists based on engagement.

  • Why: It improves email deliverability and reduces storage needs.

PreviousDesign ChoicesNextHousekeeping

Last updated 1 year ago

Was this helpful?