ttfb
Installation
SKILL.md
Reduce Time to First Byte (TTFB)
TTFB is the foundation of page performance; if the server is slow to respond, all subsequent loading stages are delayed.
Quick Reference
- Optimize server-side logic and database queries to speed up response generation
- Use a Content Delivery Network (CDN) to serve content closer to users
- Implement effective caching strategies at the server and edge levels
Check
Review the page's TTFB and identify any bottlenecks in the server-side processing or network transmission.
Fix
Optimize the server's response time by improving database queries, caching responses, and using a CDN.