Solved
Image caching in Dispatcher in AEM.
Hi,
Image requests are coming to publisher every time, Is there anyway/ configuration to cache in dispatcher.
Hi,
Image requests are coming to publisher every time, Is there anyway/ configuration to cache in dispatcher.
Hi @nesan
In dispatcher rules section, you can apply the below rules to cache all the images with (.jpg, .jpeg and .png form) from /content location.
/0002 { /glob "/content/*.jpg" /type "allow" }
/0003 { /glob "/content/*.jpeg" /type "allow" }
/0004 { /glob "/content/*.png" /type "allow" }Check the rules section:
Thanks!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.