Skip to main content

5 docs tagged with "performance"

View all tags

Performance

Performance in AEM spans multiple layers: content queries against the Oak repository, server-side rendering through Sling Models and HTL, caching at the Dispatcher level, and frontend delivery to the browser. Optimising only one layer while ignoring the others will leave bottlenecks on the table. This page walks through each layer with concrete techniques, code examples, and the most common pitfalls.

Performance and Caching

Strapi performance: response caching with Redis and in-memory stores, database indexing, query optimization, CDN integration, population pruning, and monitoring.

Performance Optimization

Database indexing, query optimization, caching strategies, CDN setup, and monitoring for high-performance Strapi applications.

Web Performance

Core Web Vitals, Lighthouse, image and font optimization, caching strategies, code splitting, performance budgets, and common anti-patterns.