How can I improve the performance of AEM DAM 6.5 | Community
Skip to main content
ShivaniTandon
August 17, 2020
Solved

How can I improve the performance of AEM DAM 6.5

  • August 17, 2020
  • 3 replies
  • 1640 views

Performance of DAM is overall slow so we upgraded it to 6.5 latest version and still we are facing the issue of slowness. Please suggest some ways to improve the performance and we are also following all the best practices suggested by Adobe.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by nidhip010816

Hi Shivani, 

 

Hope you are doing well!

 

Please refer to this - 

https://docs.adobe.com/content/help/en/experience-manager-65/assets/administer/performance-tuning-guidelines.html 

 

It might help!

 

Warm Regards,
Nidhi Priya

3 replies

nidhip010816
Adobe Employee
nidhip010816Adobe EmployeeAccepted solution
Adobe Employee
August 17, 2020

Hi Shivani, 

 

Hope you are doing well!

 

Please refer to this - 

https://docs.adobe.com/content/help/en/experience-manager-65/assets/administer/performance-tuning-guidelines.html 

 

It might help!

 

Warm Regards,
Nidhi Priya

ShivaniTandon
August 17, 2020

Hi Nidhi

 

I have already followed the document mentioned by you still facing the performance issue

 

Adobe Employee
August 17, 2020

What does slowness mean to you? It is very subjective...

 

Capture a series of thread dumps while things are 'slow' and use that as a starting point to better understand WHY it's slow. [1]

 

- could be a product issue

- could be an index issue -- eg a corruption, or perhaps heavy usage of apache tika that's performing full-text extraction on some large number of assets in some remote datastore

- could be an implementation issue

 

From there we can better guide you .. but it could be anything without knowing more specific information.

 

 

[1] -- https://github.com/cqsupport/jstackSeries.sh

 

Nikhil-Kumar
Community Advisor
Community Advisor
August 17, 2020

@shivanitandon ,

First of all check for the unused assets in your site structure and try to keep as many assets that are required for the sites.
As most of time we keep on adding the images and videos to DAM and it makes it content heavy.

I have some Groovy scripts which can help you out to do so : Groovy scripts on AEM