Hacker News new | ask | show | jobs
by vertex-four 4269 days ago
You can use Edge Side Includes to get around this. Essentially, you write a page to Varnish containing ESI tags, and it caches that page. The ESI tags, otoh, are parsed every time the page is accessed.

So it's useful if some amount of your content is always the same, with other parts being requested per request (or cached depending on cookies, or whatever else).