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:

  1. 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.
cache-general-settings

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

  1. Click Disable.
disable-cache

Click Disable to confirm the operation.

disable-cache

Now, cache will be disabled for your current deployment.

Note: You can enable the cache at any time when you need it again.

Last Updated 2025-04-22 18:24:36 +0530 +0530