-1

I have read question related to this on stake, but all questions are different. We are only talking about static resource. Please see the image clearly ,then i request you to answer my question , because in our image only static components page speed result are there.

leeor
  • 17,041
  • 6
  • 34
  • 60

1 Answers1

0

How are you serving the static resources? This will determine entirely how you can set the value.

In nginx, you would use the expires directive. In Apache, you would use the mod_expires plugin. If you are using some third-party static asset serving service, like a CDN, you'll need to look up the documentation for that service to figure out how to set the appropriate cache headers.

Dan
  • 1,925
  • 3
  • 22
  • 28