Making Edge Side Includes (ESI) Automatic and Easy
2012-07-03
On HTTP, caching is done at the file level. A browser will cache the JPEG, CSS, and Javascript files on a page. However, the HTML of most pages is dynamically generated. As a result, the pages cannot be cached. ...