수준 1
수준 2
커뮤니티 로그인
자세한 정보
로그인하여 배지 모두 보기
내 커뮤니티 업적 표시줄을 확대합니다.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
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:
https://experienceleague.adobe.com/docs/experience-manager-dispatcher/using/configuring/dispatcher-c...
Thanks!
원본 게시물의 솔루션 보기
조회 수
Likes
답글
Like