Forum Moderators: phranque
In the ever important struggle to reduce bandwidth (and decrease page load times)
I discovered these commands elsewhere as a suggested inclusion for .HTACCESS
ExpiresActive on
ExpiresByType image/gif "access plus 30 days"
ExpiresByType image/jpeg "access plus 30 days"
Are these really effective at all? Since 75%+ of visitors use IE 5.5 and IE 6.0 I can focus my question on those browsers.
Will IE even obey such a suggestion to store images that long? Or will it use a "least used first discarded" algorithm anyway?
I'm gonna do some more research but I figured I'd bounce this question off the more savvy memberbase here.