PageSpeed Insights Analyzer

Test your website’s performance and get actionable recommendations to improve loading speed and user experience

Mobile
Desktop

Analyzing Website Performance

This may take a few seconds…

Performance
90
Good
Accessibility
95
Good
Best Practices
100
Good
SEO
85
Good

Core Web Vitals

Largest Contentful Paint
2.1 s
Measures loading performance. Good: ≤2.5s
First Input Delay
80 ms
Measures interactivity. Good: ≤100ms
Cumulative Layout Shift
0.12
Measures visual stability. Good: ≤0.1
First Contentful Paint
1.4 s
Measures first paint. Good: ≤2.0s

Performance Recommendations

  • Reduce JavaScript execution time
    Consider reducing the amount of JavaScript used on your page or deferring non-essential JavaScript.
  • Serve images in next-gen formats
    Image formats like WebP and AVIF often provide better compression than PNG or JPEG.
  • Eliminate render-blocking resources
    Remove or defer CSS and JavaScript that block the initial rendering of your page.
  • Reduce unused CSS
    Remove unused CSS rules and defer loading of non-critical CSS.