Answer the question
In order to leave comments, you need to log in
How not to cache images with a certain name?
Good evening!
For caching statics, I used standard headers in htaccess:
<FilesMatch "\.(flv|swf|ico|gif|jpg|jpeg|png)$">
Header set Cache-Control "max-age=2592000"
</FilesMatch>
Answer the question
In order to leave comments, you need to log in
the main problem here: https://github.com/hilios/jQuery.countdown/blob/ma...
strftime is very heavy, and you pull it for every sneeze
After that entry, write:
<FilesMatch "avatar.jpg">
Header set Cache-Control "max-age=0"
</FilesMatch>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question