Talk in English - UK at SymfonyLive London 2018
Track Name:
Track B
View Slides: https://www.slideshare.net/andreromcke/symfony-live-london-2018-take-your-http-caching-to-the-next-level-with-xkey-fastly
Checkout the code: https://github.com/andrerom/sf-london-2018-httpcache-demo
Checkout the code: https://github.com/andrerom/sf-london-2018-httpcache-demo/tree/fastly
Short URL: https://joind.in/talk/18336
(QR-Code (opens in new window))
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!