Cache static content 45%;how to optimize
|
06-10-2014, 05:05 PM
Post: #1
|
|||
|
|||
Cache static content 45%;how to optimize
get a F, and so much warning of js and image.
how to optimize it? http://www.webpagetest.org/result/140609_1Z_27F/ deploy server is :Jboss eap 6 use apache server as the proxy server Thanks a lot! |
|||
06-10-2014, 11:44 PM
Post: #2
|
|||
|
|||
RE: Cache static content 45%;how to optimize
Looks like you are setting a 60 minute expires on the static resources: http://www.webpagetest.org/result/140609...ic_content
Find where you are setting the expires in htaccess/httpd.conf and extend it as far as you feel comfortable. Some of the files are versioned and can be extended indefinitely (year). You should consider versioning all of the assets so you don't have to worry about changes getting picked up when you change the files on the server. |
|||
06-11-2014, 05:42 PM
Post: #3
|
|||
|
|||
RE: Cache static content 45%;how to optimize
got your meaning, then we'll set the apache server conf again for this.
Thank you very much for your reply!! |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)