Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Caching images Re: Caching images

#72338
TheDoc
Member

First of all, there is absolutely no way your background image should be 1.3mb. No way at all.

Having said that, here is a way using .htaccess to cache images:

# cache images and flash content for one month

Header set Cache-Control "max-age=2592000"

But let me reiterate, there is no way your image should be 1.3mb.