Skip to content

FastCGI Cache

FastCGI Cache slaat de output van PHP-pagina's op zodat herhaalde requests direct vanaf NGINX worden geserveerd, zonder PHP of database opnieuw aan te roepen.

Hoe het werkt


image

Waarom is dit snel?

Een cache HIT levert pagina's binnen milliseconden — geen PHP execution, geen database queries. Voor sites met hoge traffic kan dit het verschil zijn tussen een trage en een razendsnelle ervaring.


## Enable FastCGI Cache
  1. Go to Developer Tools.
  2. In the NGINX section, use the toggle to enable FastCGI Cache.

If you have multiple domains, select the correct one from the dropdown first.


image
We don't recommend enabling FastCGI Cache while you're still developing your website — updated content may keep getting served from the cache. If that happens, simply purge the cache so NGINX can generate a new version with your latest changes.