DevDays Europe 2021

Thijs Feryn

Position: Tech Evangelist

Company: Varnish Software

Country: Belgium

Biography

Thijs Feryn is a Technical Evangelis” at Varnish Software, the company behind the Varnish Cache open source technology. His goal is to bring technology to the people and people to technology. He focuses on bridging the gap between code and infrastructure. Thijs is a published author at O’Reilly, he is also involved in various open source communities. He speaks, listens, writes, codes, teaches, blogs, vlogs, organizes and is above all very excited to speak at DevDays Europe.

Talk

Caching the Uncacheable With Varnish

When the pressure is on, your application will need to scale up or scale out. Throwing servers at the problem is not a sustainable solution and refactoring is not always effective.

Caching, on the other hand, might reduce the impact of your application on the system. Unfortunately, when personalization comes into play, caching is really hard: it’s a tradeoff between caching enough variations of your content and maintaining a good hit rate.

In this presentation, we will use different techniques in Varnish to cache personalized content:

– Using HTTP fragments such as ESI and AJAX
– Creating cache variations using cookie values
– Authentication on the edge
– Fetching session data on the edge
– Content transformation and personalization on the edge

By doing as much decision making and transformation “on the edge” as possible, we avoid performing expensive computing at the origin, which allows us to scale and to “cache the uncacheable”.

Session Keywords

🔑 Content Delivery
🔑 Caching
🔑 Varnish

« Back