Re: [symfony-users] Varnish with ESI and Symfony2 Beta1

2011-05-02 Thread David Buchmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 i while ago (back in march) i had tried to use ESI and never managed to have symfony render an esi:include tag. i gave up at some point, not sure if we do something wrong or if symfony has a bug. you do tell varnish to send the esi capability headers

[symfony-users] Varnish with ESI and Symfony2 Beta1

2011-04-30 Thread Matt Drollette
I was able to get ESI's to work with the built in Symfony reverse proxy. But then i switched to Varnish and they weren't behaving the same. I can make ESI work correctly if I manually put the esi:include in the template. But if i use: {% render '...:news' with {}, {'standalone': true} %} Then