Skip to content
Merged
10 changes: 8 additions & 2 deletions public/__redirects
Original file line number Diff line number Diff line change
Expand Up @@ -1454,9 +1454,10 @@
/support/third-party-software/content-management-system-cms/using-cloudflare-with-bigcommerce/ /cloudflare-for-platforms/cloudflare-for-saas/saas-customers/provider-guides/bigcommerce/ 301
/support/third-party-software/content-management-system-cms/how-do-i-add-a-wordpress.com-custom-domain-mapping-site-to-cloudflare/ /support/third-party-software/content-management-system-cms/wordpress.com-and-cloudflare/ 301
/support/third-party-software/content-management-system-cms/how-do-i-use-wordpress-multi-site-wpmu-with-cloudflare/ /automatic-platform-optimization/ 301
/support/third-party-software/content-management-system-cms/modified_drupal/ /support/third-party-software/content-management-system-cms/caching-html-with-drupal/ 301
/support/third-party-software/content-management-system-cms/modified_drupal/ /cache/how-to/cache-rules/ 301
/support/third-party-software/content-management-system-cms/using-cloudflare-with-wix-website-builder/ /dns/manage-dns-records/reference/vendor-specific-records/#wix 301
/support/third-party-software/content-management-system-cms/wordpress.com-and-cloudflare/ /support/third-party-software/content-management-system-cms/wordpresscom-and-cloudflare/ 301
/support/third-party-software/content-management-system-cms/can-i-use-wordpress-caching-plugins-like-super-cache-or-w3-total-cache-w3tc-with-cloudflare/ /cache/how-to/cache-rules/ 301
/support/more-dashboard-apps/cloudflare-scrape-shield/what-does-scrape-shield-do/ /waf/tools/scrape-shield/ 301
/support/third-party-software/others/how-do-i-get-cloudflare-to-work-with-vaultpress/ /automatic-platform-optimization/ 301
/support/third-party-software/others/can-i-use-cloudflare-and-varnish-together/ /rules/snippets/ 301
Expand Down Expand Up @@ -1536,6 +1537,11 @@
/support/account-management-billing/understanding-cloudflare-sales-tax/ /billing/sales-tax/ 301
/support/account-management-billing/ /support/troubleshooting/general-troubleshooting/cannot-locate-dashboard-account/ 301
/support/account-management-billing/cannot-locate-dashboard-account/ /support/troubleshooting/general-troubleshooting/cannot-locate-dashboard-account/ 301
/support/third-party-software/content-management-system-cms/caching-static-html-with-wordpresswoocommerce/ /cache/how-to/cache-rules/ 301
/support/third-party-software/content-management-system-cms/caching-html-with-drupal/ /cache/how-to/cache-rules/ 301
/support/third-party-software/content-management-system-cms/using-cloudflare-and-drupal-five-easy-recommended-steps/ /cache/how-to/cache-rules/ 301
/support/third-party-software/content-management-system-cms/cloudflare-and-joomla-recommended-first-steps/ /cache/how-to/cache-rules/ 301
/support/third-party-software/e-commerce/caching-static-html-with-magento-business-and-enterprise-only/ /cache/how-to/cache-rules/ 301

# r2
/r2/platform/s3-compatibility/api/ /r2/api/s3/api/ 301
Expand Down Expand Up @@ -2426,4 +2432,4 @@
/containers/scaling-and-routing /containers/platform-details/scaling-and-routing 301
/containers/architecture /containers/platform-details/architecture 301
/containers/durable-object-methods /containers/platform-details/durable-object-methods 301
/containers/platform-details /containers/platform-details/architecture 301
/containers/platform-details /containers/platform-details/architecture 301
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,7 @@ Limitations include:
- 12 wildcards per cookie regex
- 1 wildcard in between each `|` in the cookie regex

To learn how to configure **Bypass Cache on Cookie** with a variety of platforms, review these articles:

- [Caching Static HTML with WordPress/WooCommerce](/support/third-party-software/content-management-system-cms/caching-static-html-with-wordpresswoocommerce/)
- [Caching Static HTML with Magento (Business and Enterprise only)](/support/third-party-software/e-commerce/caching-static-html-with-magento-business-and-enterprise-only/)
- [Customize cache](/cache/concepts/customize-cache/)
To learn how to configure **Bypass Cache on Cookie** with a cache rule, refer to [Bypass Cache on Cookie](/cache/how-to/cache-rules/examples/bypass-cache-on-cookie/).

:::note

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ Automatic Cache Management uses native hooks built into WordPress. The Cloudflar
* switch\_theme
* customize\_save\_after

:::note

This feature works great [when caching HTML on
WordPress](/support/third-party-software/content-management-system-cms/caching-static-html-with-wordpresswoocommerce/) with
the Bypass Cache on Cookie setting.
:::

***

## Enable Automatic Cache Management
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@ Cloudflare's CDN services can help cache your content across our giant global n

Cloudflare's "[Bypass Cache on Cookie](/cache/how-to/cache-rules/examples/bypass-cache-on-cookie/)" functionality allows non-logged-in pages to be fully cached by Cloudflare. This means your server can save time and resources by not having to regenerate pages where the HTML is effectively static, whilst not interfering with dynamic behaviour - as soon as a user logs-in to the WordPress dashboard or adds something to their WooCommerce, the Edge cache is bypassed.

:::note

This feature is available to Business and Enterprise users. Instructions
on configuring this can be found in the article: [Caching Static HTML
with
WordPress/WooCommerce](/support/third-party-software/content-management-system-cms/caching-static-html-with-wordpresswoocommerce/).
:::

### Optimise Images

Images can be incredibly costly to page load times; fortunately, Cloudflare can dramatically help improve image load times. You can find these features in the Cloudflare dashboard by going to **Speed** > **Optimization** > **Image Optimization**.
Expand Down

This file was deleted.

Loading
Loading