# CacheBoost > Automatic cache warming for faster websites. CacheBoost pre-warms CDN and reverse-proxy caches by simulating real HTTP traffic — ensuring end users always hit cached content. Website: https://www.cache-boost.com Full content: https://www.cache-boost.com/llms-full.txt HTML index of this list, linked from the site footer: https://www.cache-boost.com/for-llms ## Product - [Home](https://www.cache-boost.com/home.md) — What CacheBoost is, how it works, and FAQs - [Features](https://www.cache-boost.com/features.md) — Sitemap crawling, multi-region warming, user-agent variations, scheduling, email reports - [Pricing](https://www.cache-boost.com/pricing.md) — Free, Starter (€9/mo), Pro (€35/mo), Unlimited (€78/mo) - [WordPress & WooCommerce](https://www.cache-boost.com/wordpress.md) — Automatic cache warming after every post save, plugin update, or product change - [Regions](https://www.cache-boost.com/regions.md) — Available: France, USA, Germany, UK. Coming soon: Asia Pacific, Canada, Australia, Brazil - [Terms of Service](https://www.cache-boost.com/terms.md) — Terms governing use of the platform ## Blog - [Blog](https://www.cache-boost.com/blog.md) — All articles: cache warming tips, product news, and technical guides - [Cache Warming vs CDN: Why Cloudflare Alone Isn't Enough](https://www.cache-boost.com/blog/cache-warming-vs-cdn-cloudflare.md) — Why a CDN doesn't prevent cold-cache responses, and how warming and a CDN work together - [Cache Warming as the Last Step of Your Deploy Pipeline](https://www.cache-boost.com/blog/continuous-deployment-cache-warming.md) — Making cache warming the final CI/CD step so your site is never cold after a deploy - [Cron Expressions for Cache Warming: A Practical Guide](https://www.cache-boost.com/blog/cron-expressions-cache-warming-guide.md) — How to write cron expressions for every common cache-warming schedule - [The 7 Golden Rules of Cache Warming](https://www.cache-boost.com/blog/seven-golden-rules-cache-warming.md) — Warm the CDN not just the origin, verify cacheability, prioritize URLs, handle cache variations, match frequency to updates, plan for peaks, and track stats - [Introducing the CacheBoost Warmer WordPress Plugin](https://www.cache-boost.com/blog/introducing-cacheboost-warmer-wordpress-plugin.md) — Automatic cache warming for WordPress and WooCommerce after every event, no code required - [Why Cache Warming Matters for SEO](https://www.cache-boost.com/blog/why-cache-warming-matters-for-seo-geo.md) — Definitions of cold cache, TTFB, cache warming, and cache hit ratio, and how they affect Core Web Vitals - [How to Measure Your Cache Hit Ratio](https://www.cache-boost.com/blog/how-to-measure-cache-hit-ratio.md) — Cache hit ratio definition, formula, and how to measure it on Cloudflare, Varnish, Nginx, and WordPress - [What Is Cache Warming? The Complete Guide](https://www.cache-boost.com/blog/what-is-cache-warming-complete-guide.md) — What cache warming is, how it works, when you need it, and how to automate it ## Getting started - [Introduction](https://www.cache-boost.com/support/getting-started/introduction.md) — Key concepts: Site, Sitemap, Boost, Run - [Authentication](https://www.cache-boost.com/support/getting-started/authentication.md) — API keys, scopes, how to create and revoke keys - [Quickstart](https://www.cache-boost.com/support/getting-started/quickstart.md) — Warm your first cache in 5 minutes ## Guides - [Allow traffic](https://www.cache-boost.com/support/guides/allow-traffic.md) — Site verification and IP allowlisting - [Schedule a boost](https://www.cache-boost.com/support/guides/schedule-a-boost.md) — Cron expressions, common schedules, API usage - [Automate with GitHub Actions](https://www.cache-boost.com/support/guides/automate-with-github-actions.md) — Trigger a cache warm after each deployment ## API reference - [Overview](https://www.cache-boost.com/support/api-reference/overview.md) — Base URL, auth, response format, errors, pagination - [List sites](https://www.cache-boost.com/support/api-reference/sites/list.md) — GET /v1/sites - [Create a site](https://www.cache-boost.com/support/api-reference/sites/create.md) — POST /v1/sites - [Get a site](https://www.cache-boost.com/support/api-reference/sites/get.md) — GET /v1/sites/{id} - [Delete a site](https://www.cache-boost.com/support/api-reference/sites/delete.md) — DELETE /v1/sites/{id} - [Validate a site](https://www.cache-boost.com/support/api-reference/sites/validate.md) — POST /v1/sites/{id}/validate - [List sitemaps](https://www.cache-boost.com/support/api-reference/sitemaps/list.md) — GET /v1/sites/{id}/sitemaps - [Add a sitemap](https://www.cache-boost.com/support/api-reference/sitemaps/create.md) — POST /v1/sites/{id}/sitemaps - [Delete a sitemap](https://www.cache-boost.com/support/api-reference/sitemaps/delete.md) — DELETE /v1/sitemaps/{id} - [List boosts](https://www.cache-boost.com/support/api-reference/boosts/list.md) — GET /v1/boosts - [Create a boost](https://www.cache-boost.com/support/api-reference/boosts/create.md) — POST /v1/boosts - [Get a boost](https://www.cache-boost.com/support/api-reference/boosts/get.md) — GET /v1/boosts/{id} - [Update a boost](https://www.cache-boost.com/support/api-reference/boosts/update.md) — PUT /v1/boosts/{id} - [Delete a boost](https://www.cache-boost.com/support/api-reference/boosts/delete.md) — DELETE /v1/boosts/{id} - [Trigger a run](https://www.cache-boost.com/support/api-reference/boosts/run.md) — POST /v1/boosts/{id}/run - [List runs](https://www.cache-boost.com/support/api-reference/runs/list.md) — GET /v1/runs - [Get a run](https://www.cache-boost.com/support/api-reference/runs/get.md) — GET /v1/runs/{id} ## OpenAPI spec Download: https://www.cache-boost.com/openapi.yaml