내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Dynamic Content Caching : Facing Performance issue

Avatar

Level 2

Facing performance issues with HTML request being served from Publisher. As we increase Concurrency, response time start increasing drastically.

The HTML has Dynamic content per user so not able to cache it on dispatcher.

Please help if any other way to load this dynamic content.  Read about Sling Dynamic Include. Is their any other way??

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee Advisor

Sling dynamic include[1] is your best choice if only some part of the page is dynamic but if the whole page is generated dynamically, you can look into thread/heap dumps and increase CPU/Memory based on the results.

[1] Set up Sling Dynamic Include

원본 게시물의 솔루션 보기

3 답변 개

Avatar

Employee

You may want to take some thread dumps to understand what is causing the performance issue and then address it accordingly.

Avatar

Level 3

If you are using queries with AEM repository, start looking at indexing.

Look at the rest calls you make to backend systems from AEM. Try to analyze if there is any latency with backend rest call responses. Configure http max parallel connections and time outs for the back end rest calls.

Other way is to call the rest api directly from client js code with bypassing the request to go through AEM.

Avatar

정확한 답변 작성자:
Employee Advisor

Sling dynamic include[1] is your best choice if only some part of the page is dynamic but if the whole page is generated dynamically, you can look into thread/heap dumps and increase CPU/Memory based on the results.

[1] Set up Sling Dynamic Include