내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Image caching in Dispatcher in AEM.

Avatar

Level 2

Hi,

Image requests are coming to publisher every time, Is there anyway/ configuration to cache in dispatcher.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

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:

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

 

Thanks!

원본 게시물의 솔루션 보기

1 답변 개

Avatar

정확한 답변 작성자:
Community Advisor

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:

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

 

Thanks!