Dispatcher Cache Warm Up | Community
Skip to main content
venkatac93333
New Participant
July 19, 2018
Question

Dispatcher Cache Warm Up

  • July 19, 2018
  • 2 replies
  • 6711 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

joerghoh
Employee
July 23, 2018

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

Employee
July 20, 2018

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

(1) - Optimizing the Dispatcher cache

Employee
November 29, 2024

@kunwarsaluja The provided link is not working.