Expand my Community achievements bar.

Aem cloud asset upload time duration

Avatar

Level 9

when uploading asset to aem cloud through user interface it takes few seconds to get all the images and renditions appear.  Image doesn't appear it shows processing. Sometimes even small files take time, is there a way to speed up the upload of this process 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

2 Replies

Avatar

Community Advisor

Hi @Mshaji ,

When you upload the image(asset) to AEM Cloud it kick starts the following process as shown in below image.media_1d47ccd7fee0cb212694435179190a039120badb1.png

Now Make sure that 

a) is there any post processing workflow configured?

b) Asset processing depends on the configuration in Processing Profiles.Check is there any custom profiles applied.Usually default configuration provides very basic rendition generation capability.Check is there any custom profiles applied with additional rendition generation capability.

Refer the below AEM Assets Cloud link to identify how to check whether any custom profile/custom workflow configured in your instance.https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/assets/manage/asset-microservices-configure-and-use

 

Hope this helps.

 

Regards,

Rajashankar.R

 

Avatar

Community Advisor

On AEMaaCS asset processing is done outside of experience manager environment [1] and is an async process.

shubhanshu_singh_2-1733117273685.png

Post processing workflows are kicked off after renditions are generated via asset compute. 

Check for the below items on your environment

1. Observe Asset Processing Queue in sling jobs status. You can navigate to developer console.
2. Are there any post processing workflows configured if yes, make them transient.
3. Often, processing label in UI is cached, observe by disabling browser cache or view in incognito mode.

[1] https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/assets/asset-mic...