Fix

Slow TTFB Basics

Improve server response time by reducing expensive work and using caching appropriately.

InfoCategory: performance
Fix steps
  • Confirm where time is spent (server compute vs upstream calls).
  • Cache expensive lookups when safe.
  • Reduce blocking network calls in request path.
  • Use CDN caching for static and semi-static content where appropriate.