FOSHttpCache is extending Symfony in many ways, one recent addition is support for using Varnish xkey which allows for grace handling and faster performance. This also happens to be usable for use with Fastly with a bit of extension. Talk shows usage with a example application and also shows how this is used in eZ Platform v2 to gain higher cache hit ratio.

--------

Demo application with Varnish xkey:
https://github.com/andrerom/sf-london-2018-httpcache-demo/

Fastly Proxy Client example:
https://github.com/andrerom/sf-london-2018-httpcache-demo/tree/fastly

Comments

Comments are closed.

I liked the topic, lots of useful things. Well done

A must-have for any application in need of fine tuning cache :) Nice!