Core Web Vitals
60-120 minAdvanced
API Performance.
Intermediate Recommended
Backend Speed
TTFB.
1
Caching
1
Strapi is a Headless CMS, so it mainly affects Time to First Byte (TTFB).
2
Use strapi-plugin-rest-cache or a CDN (Cloudflare) in front of your API.
3
Optimize database queries using .populate() carefully to avoid massive JSON payloads.
Verification Checklist
- Postman Response Time