Cache
Web caching is the process of storing copies of deployed code temporarily at various edge servers in a network after the first hit to the Slate URL. The subsequent requests to the same URL will be fulfilled from the cached edge server rather than fetching the data again from the origin. This process of serving content from a cache instead of fetching it each time from the web server significantly improves your web application’s performance, leading to faster loading times and reduced server load.
You can enable web cache for your application by following the below steps:
- Click on any deployment and navigate to the Configuration tab on the left pane. Expand General Settings and click on the ellipsis icon in the Cache section.

The cache will be enabled by default for your deployment. You can disable it, if not required.
- Click Disable.

Click Disable to confirm the operation.

Now, cache will be disabled for your current deployment.
Last Updated 2025-04-22 18:24:36 +0530 +0530
Yes
No
Send your feedback to us