Lewati ke konten utama
menjadi.dev
Performance

Lighthouse

Tool open-source Google untuk mengaudit performa, accessibility, SEO, dan best practices.

Lighthouse adalah tool auditing otomatis dari Google untuk mengukur kualitas halaman web. Lighthouse memberi score 0-100 untuk 4 kategori: Performance (kecepatan loading dan interaktivitas — berdasarkan Core Web Vitals), Accessibility (WCAG compliance — kontras warna, ARIA labels, keyboard navigation), Best Practices (security, modern web standards), dan SEO (mobile-friendly, meta tags, structured data). Lighthouse tersedia di: Chrome DevTools (tab Lighthouse), CLI (npm install -g lighthouse), PageSpeed Insights (web), dan CI/CD. Lighthouse juga memberi rekomendasi spesifik untuk improvement: optimize images, remove unused JavaScript, reduce server response time, dll. Score 90-100 = good, 50-89 = needs improvement, 0-49 = poor.

Istilah Terkait