How To Speed Up Static Web Pages with Varnish Cache Server on Ubuntu 20.04
Varnish is a versatile reverse HTTP proxy that caches responses from backend servers in memory so they are served quickly from main memory when they are requested again.In this tutorial, you will set up Varnish as a caching reverse proxy server. You’ll then test the setup with Varnish against a non-caching configuration using wrk.