Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

AEM Dispatcher module

Avatar

Level 4

Our website has Akamai for caching and F5 for load balancing. Do I still need the dispatcher module? what are the benefits?

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi,

the dispatcher has a few roles in an AEM deployment:

  • Caching layer: Even if you have a CDN the dispatcher can still help to reduce load on publish; typically you run the CDN with TTL-based expiration with a interval to cater worst cases (e.g. 10 minutes). But the dispatcher helps you to reduce the load, because your pages do not change every 10 minutes.
  • Security: The dispatcher is an integral part of the AEM security checklist.
  • Architecture: Any web architecture requires an additional webserver layer in front of the application servers ( = publishs).

Jörg

View solution in original post

2 Replies

Avatar

Administrator

Jörg Hoh​ any here?

Reference docs :- https://docs.adobe.com/docs/en/dispatcher.html#Using Dispatcher with a CDN

// USING DISPATCHER WITH A CDN

See also AEM (CQ) Dispatcher Security and CDN+Browser Caching and recorded presentation on Dispatcher Caching.

~kautuk



Kautuk Sahni

Avatar

Correct answer by
Employee Advisor

Hi,

the dispatcher has a few roles in an AEM deployment:

  • Caching layer: Even if you have a CDN the dispatcher can still help to reduce load on publish; typically you run the CDN with TTL-based expiration with a interval to cater worst cases (e.g. 10 minutes). But the dispatcher helps you to reduce the load, because your pages do not change every 10 minutes.
  • Security: The dispatcher is an integral part of the AEM security checklist.
  • Architecture: Any web architecture requires an additional webserver layer in front of the application servers ( = publishs).

Jörg