Skip to content

Caching & Cloudflare

Caching reduces:

  • PHP execution
  • RAM usage
  • Server load

Rules

  • Static assets must be cacheable
  • Public pages cacheable where possible
  • Auth / admin / API routes must bypass cache