Skip to main content
vijikalag
Participant
December 3, 2019
Question

Re: Meet the Experts

  • December 3, 2019
  • 2 replies
  • 242 views

Hi , I am facing Leverage Browser Caching Warning message for some static images. These images are directly hard coded in code. Also, cache-control and Expires headers are not visible in network tab. But, in dispatcher.any configuration file , we have all these headers and have code to fix the leverage browser caching issue as below. Can anyone suggest steps to resolve this issue?

LoadModule expires_module modules/mod_expires.so
<Location /content/dam>
ExpiresByType text/css "access plus 1 month"
ExpiresByType text/javascript "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType image/gif "access plus 1 month"
</Location>

    This topic has been closed for replies.

    2 replies

    Just Shoot Me
    Legend
    December 3, 2019

    You need to state what Adobe Program you are using AND getting this error message from.

    You originally posted this in a Help Document (Discussion topic Title "Meet the Experts" which was from 2014 or 2016) and someone branched it and moved it here but did not change the title.

     

    We, the users of this forum, have NO Idea what your are referring to.

    Jeffrey_A_Wright
    Community Manager
    Community Manager
    December 3, 2019

    Vijikalag, what Adobe application or service is your question in relation too?

    vijikalag
    vijikalagAuthor
    Participant
    December 4, 2019

    Hi Jeff, we are using Adobe Experience Manager, Version 6.4.3.0