上次更新時間
2021年4月29日
How to scale an AEM site expected to have millions of users where AEM social communities is not in use.
Steps
For scalability, there are many ways to optimize the site. Here are a few ways:
- Leverage Adobe Target or AEM personalization for personalized content so most of the page can be cached.
- Use Sling Dynamic Includes to do ESI calls for caching the user's personalized info. This helps avoid a lot of backend calls while still caching the rest of the AEM page.
- Leverage Cache-Control header for caching in CDN and browser.
- Implement the site on the latest AEM version to benefit from performance enhancements to Oak repository and and its User Management.