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.
Asked
Active
Viewed 182 times
-1
-
Perhaps you should provide some example code and state your problem a little better. – chembrad Oct 14 '15 at 02:39
1 Answers
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