# Purge Cache on Site Publish

**Sometimes you want your new content to be seen&#x20;*****immediately*****.**

In Hyperspeed's edge-cached platform, we're delivering a copy of your site from servers nearest your website users, so that they get content as quickly as possible. This means that website updates won't be seen until the cache expires. &#x20;

{% hint style="info" %}
Our typical cache duration for HTML, CSS, and JS files is **4 hours**.&#x20;

If you want to wait 4 hours for the world to see your updates, then you don't necessarily need to chache purge feature. If you want your updates to be seen immediately, then cache purge is important for your setup.&#x20;
{% endhint %}

## How Purge Cache on Site Publish Works

Hyperspeed includes the ability to purge the edge cache. We integrate that with your Webflow site, so that publishing your site will automatically clear the cache, to ensure your new content is delivered as soon as possible.&#x20;

{% hint style="warning" %}
Remember that a cache purge means that the Cloudflare edge cache is fully emptied, and must be rebuilt. This will increase traffic to Webflow's origin servers until Cloudflare's cache has re-acquired all documents and assets for your site.

Typically this is not a significant concern, but if you are publishing your site several times a day, and one of your goals is to minimize bandwidth to Webflow's origin servers, be aware of the impacts here.&#x20;
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hyperflow.sygnal.com/hyperspeed/hyperspeed-caching-features/purge-cache-on-site-publish.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
