Expand my Community achievements bar.

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

AEM as a Cloud Service: warm up pages

Avatar

Level 2

Hello, 

I know cloud manager pipeline includes a warm up pages service.

I'm looking for additional information about how does it work if there a way to specify the list of pages to warm up or apply a custom script somewhere.

More, how can we implement a way to cache a page on all dispatcher Pods?

 

6 Replies

Avatar

Community Advisor

Hi @aldoc77148901 ,

In AEMaaCS, the Cloud Manager pipeline runs a built-in dispatcher warm-up service after deployment. It automatically warms pages by crawling the site’s sitemap.xml (or root URLs) to fill dispatcher/CDN caches.

You cannot provide custom scripts or a manual page list  Adobe controls this part of the pipeline.

If you need specific pages cached on all dispatcher pods, the supported way is to:

Expose those URLs in your sitemap.xml (so the warm-up service hits them), or

Use a custom health check / monitoring job (external client or CDN prefetch) to request those pages after go-live.

Direct scripting on dispatcher pods is not supported in AEMaaCS.

https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/usi...

 

Hrishikesh Kagane

Avatar

Level 2

Hi @HrishikeshKagne ,

thank your for your answer

 


In AEMaaCS, the Cloud Manager pipeline runs a built-in dispatcher warm-up service after deployment. It automatically warms pages by crawling the site’s sitemap.xml (or root URLs) to fill dispatcher/CDN caches.

Which of the 2 ways is actually implemented? 
where we can find specific documentation about it?

From our tests, seems page are not warmed up
.

 

 

Avatar

Level 10

@HrishikeshKagne wrote:

In AEMaaCS, the Cloud Manager pipeline runs a built-in dispatcher warm-up service after deployment. It automatically warms pages by crawling the site’s sitemap.xml (or root URLs) to fill dispatcher/CDN caches.

 hi @HrishikeshKagne, this is a useful feature, but I can’t seem to find any reference in the official documentation. Could you please share the link to that statement? It would be super helpful when chatting with clients about warm-up topics on AEMaaCS. Thanks a bunch!

 

Avatar

Level 2

I would like to be sure that warm up service put pages in cache on all dispatcher pods, not only one dispatcher pod

Avatar

Administrator

@aldoc77148901 Just checking in! Were you able to get this resolved? If you found your own solution, sharing the details would be a big help to others who might face the same issue later on. And if one of the replies here helped—whether it fully solved the problem or simply pointed you in the right direction—marking it as accepted makes it much easier for future readers to find. Thanks again for helping close the loop and contributing to the community!



Kautuk Sahni

Avatar

Level 2

Hello @kautuk_sahni 

I'm waiting for additional reference documentation, cause is not clear the the warm up service works.