Two-Minute Tech Tuesdays - prefetching

In this week’s episode of Two-Minute Tech Tuesday, we'll talk about prefetching, a concept of proactively fetching content from the server that wasn't requested by the client. This ensures a good hit rate when the client eventually requests the prefetched content.

 

Read More

2/8/22 3:42 PM
by Thijs Feryn

Achieving a high cache hit rate with Varnish

The cache hit rate is the percentage of requests that result in cache hits. In Varnish it is evaluated as cache_hit / (cache_hit + cache_miss). The higher the hit rate the more effective your cache is. For example if the hit rate is above 80%, it means the majority of requests are fulfilled by an object already present in cache and no backend request is made. This, of course, makes the response time shorter and reduces or completely avoids the chance that your backend will be overwhelmed.

Read More

5/2/16 1:00 PM
by Arianna Aondio

Varnish Software Blog

The Varnish blog is where our team writes about all things related to Varnish Cache and Varnish Software...or simply vents.

 

 
 

Posts by Topic

see all
 

SUBSCRIBE TO OUR BLOG