performance-optimization
Installation
SKILL.md
Performance Optimization Skill
Overview
This skill helps you optimize your Next.js application for maximum performance. From image optimization to code splitting, this covers all the techniques you need to achieve excellent Core Web Vitals scores.
Core Web Vitals
1. Largest Contentful Paint (LCP)
Target: < 2.5s
Optimize:
- Use
next/imagefor images - Implement proper caching
- Use CDN for static assets
- Optimize server response time
- Reduce render-blocking resources