Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.
SOLVED

AEM Author performance and benchmarks

Avatar

Community Advisor

Hello Team,

Quick question on AEM author performance. I understand page load time on AEM author instance depends on multiple factors like template design, containers, components load time, client libs etc.. but keeping all the factors aside, what should we consider as good or poor performance as per Adobe? Looking forward to hear from experiences. 

 

Thanks in advance. 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Following are the best practices in my experience:

  1. Avoid using queries and custom indexing for your components until necessary.
  2. Resolve browser error for your application
  3. Look for errors or exceptions in logs.
  4. Tune in the maximum number of concurrently running workflow processes for Asset processing.
  5. Close all sessions or resourceResolver in your custom code.

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Following are the best practices in my experience:

  1. Avoid using queries and custom indexing for your components until necessary.
  2. Resolve browser error for your application
  3. Look for errors or exceptions in logs.
  4. Tune in the maximum number of concurrently running workflow processes for Asset processing.
  5. Close all sessions or resourceResolver in your custom code.