Besides obvious optimizations like using APC, you probably have some caching strategy for your PHP projects. Most frameworks nowadays provide tools to cache pages, and interfaces to software like Memcache. But did you know that caching is a large part of the HTTP specification (RFC 2616)? In the first part of this session, I will show how you can take advantage of HTTP caching and how to leverage gateway caches.
Akamaï wrote the ESI language specifications (Edge Side Includes) in 2001 to provide a means to build pages with different HTTP resources. It brings a lot of flexibility to the table. Varnish, one of the most popular reverse proxy, support ESI out of the box. The second part of this session will show how you can use ESI in your next PHP project.
By clicking this button you are declaring that you are the speaker responsible for it and a claim request will be sent to the administrator of the event.
If the claim is approved you will be able to edit the information for this talk.
09.Mar.2011 at 19:28 by Thijs Feryn (107 comments)
I loved the in depth way Fabien dealt with HTTP caching. Although I wanted a bit more ESI/reverse proxy content. I also expected to see the Symfony 2 implementation in action.
Anyway ... good talk, I will try reading the HTTP spec at a certain point in time.
Very good talk on the HTTP specification and how you can use it to implement caching strategies outside your application. Very interesting concept to investigate further on ESI!
Know of an event happening? Let us know! We love to get the word out about events the community would be interested in and you can help us spread the word!
09.Mar.2011 at 19:27 by Simon (6 comments)
Great session