Dispatcher | Community
Skip to main content
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 Pulkit_Jain_

@pallavi223 

Both CDN and Dispatcher can be used to cache content, but in addition to that, both provide some specific functionality.

CDN can be globally distributed and serves requests across balanced regions while the dispatcher resides with AEM. CDN's main purpose is to reduce latency by delivering cacheable content from the CDN nodes at the edge, near the browser. On the other hand, the dispatcher is also used as a load balancer.

2 replies

Pulkit_Jain_
Adobe Employee
Pulkit_Jain_Adobe EmployeeAccepted solution
Adobe Employee
February 4, 2023

@pallavi223 

Both CDN and Dispatcher can be used to cache content, but in addition to that, both provide some specific functionality.

CDN can be globally distributed and serves requests across balanced regions while the dispatcher resides with AEM. CDN's main purpose is to reduce latency by delivering cacheable content from the CDN nodes at the edge, near the browser. On the other hand, the dispatcher is also used as a load balancer.

Level 2
February 10, 2023

Thanks for the answer

Mayank_Gandhi
Adobe Employee
Adobe Employee
February 8, 2023

@pallavi223 That's an interesting question. Please read here why caching at CDN can be done in addition to the dispatcher.  So is it mandatory- No, does it help improve performance further-yes 

 

https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/content-delivery/caching.html?lang=en

 

 

Level 2
February 10, 2023

Thanks for the reply