From the console
Here are the steps to flush the cache from the Fasterize console.
In the Fasterize configuration screen, click on the "Quick Action" button located at the top right corner, then select "Flush cache"
You can also find the "Flush cache" button directly on the project page by clicking on the three dots.
Available Options:
- Purge HTML pages: To purge only HTML pages, select "HTML pages" and confirm by clicking "Confirm the cache purge".
- Purge Static ressources: To purge only static files (such as images, CSS, JavaScript), select "Static ressources" and confirm by clicking "Confirme the cache purge".
- Purge files by URL: If you need to clear the cache for a specific URL or multiple URLs, choose this option. Note: Purging by URL will only affect the platform and CDN cache, not the browser cache. To purge the browser cache, you will need to purge the static files or purge all files.
- Purge Global: To perform a complete cache purge of all files, select the "Global" option and confirm by clicking "confirme the cache purge".
From the API
To clear the cache of all or specific resources via the API, please contact our support team to obtain the API token. Make sure you also have the configuration ID, which you can find in the dashboard URL of your configuration. For example, if the URL is https://dashboard.fasterize.com/feo/projects/64/configuration/1, the configuration ID is 1.
Information for the full purge can be found on the API documentation .
# Vider le cache pour tous les domaines de la configuration
curl -i -H "Authorization: $myApiToken" -X POST https://api.fasterize.com/v2/configs/$config_id/cache/purge
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article