Skip to content

PageSpeed Insights

PageSpeed Insights

Slow sites lose visitors and rank lower in search results — but tracking down the problem can feel overwhelming. FlyWP brings Google PageSpeed Insights (powered by Lighthouse, Google’s open-source auditing tool) directly into your dashboard so you can run performance scans, see exactly what is hurting your scores, and verify that your optimizations are working — without switching to another tool or guessing at the cause.

PageSpeed Insights scores and metrics

Score Categories

Each scan produces four scores on a 0—100 scale. Higher is better, and 90+ is the target for all four:

CategoryWhat It Measures
PerformanceHow fast your site loads and becomes interactive, including resource sizes, render-blocking scripts (files that delay the page from displaying), and server response time
AccessibilityHow usable your site is for people with disabilities, including color contrast ratios, ARIA attributes (labels that screen readers use), and keyboard navigation
Best PracticesAdherence to modern web development standards such as HTTPS, safe JavaScript APIs, and correct image aspect ratios
SEOBasic search engine optimization factors including meta tags, crawlability, mobile-friendliness, and structured data

Core Web Vitals

Beyond the four category scores, each scan also reports Google’s Core Web Vitals — a specific set of real-world speed and stability metrics that Google uses directly as search ranking signals. Improving these has the most immediate impact on both user experience and SEO.

MetricWhat It MeasuresGood Threshold
LCP (Largest Contentful Paint)Time until the largest visible element on the page is renderedUnder 2.5 seconds
CLS (Cumulative Layout Shift)How much the page layout shifts while loading — the jumping effect that makes you click the wrong buttonUnder 0.1
INP (Interaction to Next Paint)How quickly the page responds to user interactions such as clicks, taps, and key pressesUnder 200 milliseconds

Running a Scan

Running a scan takes under a minute and gives you an instant snapshot of your site’s current health.

  1. Navigate to your site’s detail page and click the PageSpeed Insights tab.
  2. Click Run Scan.
  3. Wait for the analysis to complete — this typically takes 15—30 seconds.
  4. Review your scores and the detailed breakdown of each category.

FlyWP stores every scan result so you can track your site’s performance over time rather than reacting to a single data point. The scan history helps you:

  • Identify regressions — spot when a plugin update, theme change, or content addition caused scores to drop.
  • Measure improvements — confirm that optimization efforts such as enabling caching or compressing images produced measurable gains.
  • Establish baselines — know your typical scores so you can recognize when something is genuinely wrong.

PageSpeed Insights scores can vary between scans due to network conditions and server load. Look at the trend across multiple scans rather than reacting to any single result.

Common Performance Improvements

If your scores need improvement, FlyWP gives you several direct levers to pull:

IssueFlyWP Solution
Slow server response timeEnable FastCGI Cache (a server-side page cache) or Redis Object Cache (an in-memory data store that speeds up database queries)
Large page sizesOptimize images and enable compression in your NGINX config (NGINX is the web server FlyWP uses to serve your site)
Render-blocking resourcesOptimize plugin and theme assets within WordPress itself
Poor caching headersConfigure cache duration in FastCGI settings

Best Practices

Consistent habits here will keep your scores healthy over time:

  • Scan after every major change — run a scan after deploying code, updating plugins, or changing caching settings to catch regressions before visitors notice.
  • Test both mobile and desktop — PageSpeed Insights evaluates mobile performance by default, which is typically harder to pass than desktop. Both matter for rankings.
  • Focus on Core Web Vitals first — LCP, CLS, and INP have the most direct impact on user experience and search rankings.
  • Use caching as your first lever — enabling FastCGI Cache and Redis Object Cache often produces the largest score improvement for the least effort.