i would like to cache wordpress theme images, but i dont know how to do it 🙂
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Send ‘Expires’ headers with the images. This is really something the server does not WordPress specifically. You want something like this, which is what I use, in your .htaccess file.
I am assuming that you are on an Apache server and have mod_expires installed.
See: http://www.tipsandtricks-hq.com/how-to-add-far-future-expires-headers-to-your-wordpress-site-1533