I\'m running a Rails 3.1.1 application on Heroku Cedar. By default this stack doesn\'t 开发者_如何学JAVAGzip and set Expires Headers on assets.
We are running a ASP.NET MVC 2.0 web app and it\'s running on Windows Server 2003 with IIS 6.0. I know that with IIS7+ you can use:
开发者_Go百科Is there any good documentation of what mobile browsers support expires headers? I\'m mostly interested in:
We are running a ASP.NET MVC 2.0 web app and it\'s running on Windows Server 2003 with IIS 6.0. I underst开发者_JAVA技巧and it would be easy to implement client caching if we used IIS 7. However, that
I\'ve set up a new project, and populated it with simple models. (Essentially I\'m following the tut.)