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

Dispatcher Cache Warm Up

Avatar

Level 2

Hi all,

I am looking for scripts for warming up dispatcher cache after bursting the cache ? Can you let me know if anything is available.

Thanks

2 Replies

Avatar

Employee

you can rely on prefetch section at (1) for prefetch of dispatcher cache

(1) - Optimizing the Dispatcher cache

Avatar

Employee Advisor

If there's an explicit need for warming up the cache, I built a script which filters out the most often requested URLs from the access.log; having these in a file you can easily create a shell script which feeds these into a curl call; curl then requests these URLs via the dispatcher, which is in turn filling up.

Jörg