Introduction
Web servers often need to speed up responses from dynamic applications. FastCGI cache stores responses from these apps so the server can quickly reuse them without running the app again.
When your website uses PHP or another FastCGI application and you want to reduce server load.
When you want faster page loads for visitors by serving cached content.
When you want to reduce the time your backend app spends generating the same content repeatedly.
When you want to handle more users without upgrading hardware by caching responses.
When you want to control how long cached content stays fresh before refreshing.