Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
SOLVED

AEM Dispatcher

Avatar

Level 2

Hi guys, I wanted to understand this like How dispatcher works for dynamic content?

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

@pallavi223 

You can set cache rules and filters in the dispatcher config to handle dynamic content on the webserver side.

Example- If the request URI contains a question mark (?), this usually indicates a dynamic page, such as a search result that does not need to be cached.

More information - https://experienceleague.adobe.com/docs/experience-manager-dispatcher/using/configuring/dispatcher-c...

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

@pallavi223 

You can set cache rules and filters in the dispatcher config to handle dynamic content on the webserver side.

Example- If the request URI contains a question mark (?), this usually indicates a dynamic page, such as a search result that does not need to be cached.

More information - https://experienceleague.adobe.com/docs/experience-manager-dispatcher/using/configuring/dispatcher-c...