Insights · 1 April 2026

Why Cloudflare matters for website performance and security

How Cloudflare improves website performance, blocks the bulk of automated attacks and simplifies your stack, with a practical setup checklist for Australian businesses.

Cloudflare is one of those rare pieces of infrastructure that does several things at once: faster page loads, fewer attacks reaching your origin, simpler DNS, and a credible application platform. For most Australian SMEs we work with, putting Cloudflare in front of a website is one of the highest-leverage technical changes available.

This article walks through what Cloudflare actually does, and a practical baseline you can apply to almost any site.

What you get for very little effort

A site behind Cloudflare gets these benefits before any tuning.

  • Automatic TLS with rotated certificates.
  • A globally distributed CDN that caches static assets close to your visitors. From Sydney, a request to a Cloudflare-cached asset typically returns in under 20 ms.
  • Automatic protection against the bulk of automated attacks: SYN floods, connection abuse, badly-written scrapers and known-bad IP ranges.
  • DNS that responds in single-digit milliseconds.

For free or near-free pricing, that is a lot of leverage.

Where the real wins come from

The deeper wins come from features that take a little tuning.

  • Cache rules. Default caching is conservative. Define rules for static assets and HTML edges so that real cache hit rates climb above 90 percent. Watch Web Analytics to confirm.
  • Page Rules and Transform Rules. Rewrite headers, redirects and query parameters at the edge instead of asking your origin to do it.
  • WAF Custom Rules. The Managed Ruleset blocks well-known nasties; custom rules let you block by country, IP range, ASN or specific path patterns. Most SMEs only need a handful.
  • Bot Management. Even the free tier surfaces likely bots so you can decide what to do with them.
  • Argo Smart Routing or Tiered Cache for sites where origin latency from international visitors matters.

Application platform, not just CDN

Cloudflare has quietly grown into a credible serverless platform.

  • Workers run small server-side functions at the edge with cold start times in single-digit milliseconds.
  • Pages hosts static and lightly dynamic sites, including Astro, Next.js and Nuxt.
  • D1, KV and R2 cover SQLite-style storage, key-value lookups and S3-compatible object storage.
  • Cloudflare Tunnel publishes internal apps without opening inbound ports or running a VPN.
  • Email Routing and Turnstile give you simple, free building blocks for email and CAPTCHA-style verification.

For many SME projects, the fastest path to a reliable app is Cloudflare Pages plus a handful of Workers.

A practical setup checklist

This is roughly what we apply when onboarding a new site.

  • Move DNS to Cloudflare and set everything to proxied where it should be.
  • Enable Always Use HTTPS, HSTS with at least a six-month max-age, and TLS 1.2 minimum.
  • Configure WAF Managed Rules at sensible defaults; review the false-positive rate after 24 hours.
  • Add cache rules for fonts, images, CSS and JS. Be conservative about HTML.
  • Add a basic bot rule for paths that should not be hit by automation.
  • Turn on Cloudflare Web Analytics. It does not require a cookie banner and is not personal data, which keeps your privacy story simple.
  • For email, configure SPF to include your sender, DKIM with a strong key, and DMARC with p=quarantine while you validate, then p=reject.
  • For internal apps, replace VPN access with Cloudflare Access policies and a Tunnel.

Common pitfalls

A few things we see often.

  • Forgetting that Cloudflare is in front of the origin and accidentally cacheing logged-in pages. Cache by cookie carefully.
  • Leaving the origin reachable on its public IP, defeating most of Cloudflare’s protections. Lock the origin to Cloudflare’s IPs.
  • Loading WAF rules from the dashboard only. We prefer Terraform or a small management script so we can review changes.
  • Using Page Rules for everything. The newer Configuration Rules and Transform Rules are more flexible.

Closing thought

Cloudflare is not magic, but it is unusually good value. For most Australian SMEs, an hour of careful configuration produces a measurably faster, safer site for the rest of the year. If you would like us to set this up for you, please get in touch.