Expand my Community achievements bar.

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