cache mpeg files on page load, html + php -
i have page ajax page prowser. on 2 slides embedded player play mpeg or flv video file.
first time page viewed file loaded , on slow internet connections stop-start since is beeing showen , loaded @ same time.
can auto-cache 2 files on page load cached , ready when visitor ready watch them?
br. anders
first of should take care http headers cache control. make sure static files being served following header (use firebug verify):
cache-control: max-age=3600
however, not have full control on caching, it's web-browser cache large files or not.
Comments
Post a Comment