-
Cross-domain XHR with Varnish
09-07-2010 Add a commentCross-domain XHR (AJAX) requests can be an issue. There are workarounds like JSONP but sometimes JSONP is not available, or you need a POST request, or you have other special requirements that require usage of XHR. In that case a webproxy on your own domain is often used to resolve the crossdomain issue. There are [...]
Read more -
Controlling Varnish ESI inside your application
05-07-2010 2 CommentsFor me one of the best features of Varnish is ESI (Edge Side Includes). It allows you to combine elements with different lifetimes into a single page. This way you don’t need to regenerate a complete page as soon as a news listing somewhere on the page changes. And you can still cache pages while [...]
Read more

