Hello, we made some web pages with reference to other media files inside them(images, css,...).
It seems that the browser reload each time said files: this is probably due to the absence of the "cache control" headers during download.
Is it possible to enable this feature?
Thank you,
Claudio
Actual NNDK: Ver. 2.7.5
Cache Control on some media
Re: Cache Control on some media
I'm not a html expert, but my understanding was that caching was enabled by default and all you could do is turn it off with:
cache-control <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
cache-control <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
Re: Cache Control on some media
This meta is only valid on html not on media referenced by.rnixon wrote:I'm not a html expert, but my understanding was that caching was enabled by default and all you could do is turn it off with:
cache-control <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">