Quote:
Originally Posted by NWSTech
why would caching cause issues, most users browsers wont cache an entire page so they will still request a page anyway
|
I see. 98% of the pages of my site are .php
If I delete:
#NEVER CACHE
<FilesMatch "\.(html|htm|php|cgi|pl)$">
Header set Expires "Thu, 01 Dec 2003 16:00:00 GMT"
Header set Cache-Control "max-age=0, private, no-store, no-cache, must-revalidate"
Header set Pragma "no-cache"
</FilesMatch>
...would I still be able to log all (or at least 98% of all) URI requests?
Would removing those lines speed up my site significantly or is there something else in addition that I need to do?
I am not sure why users avatars are not cached...and what would I need to do to enable that...