Enter a URL
Page speed describes how quickly a specific web page loads, becomes visually stable and responds to visitors. The PageSpeed Insights Checker helps you submit a valid page URL for a desktop performance assessment. Its report can provide measurements and diagnostic suggestions that help identify possible performance problems.
A performance test is a diagnostic starting point, not a guarantee of rankings, traffic, engagement or revenue. Results can vary with the tested URL, server response, page content, third-party services, test environment and data availability. Use the findings to investigate and verify improvements rather than chasing one score.
The reviewed PHP controller validates the submitted URL and calls the installed PageSpeed Insights function with the desktop strategy. The underlying function and output template are responsible for obtaining and displaying the result. This means the checker should be described as a desktop-oriented test unless the live output clearly provides an additional mobile report.
Before requesting indexing, test the live form with a public HTTPS page. Confirm that the request finishes successfully and displays meaningful performance information. If the checker returns an error, a blank result or an unavailable-service message, repair the underlying data integration before presenting the page as a working tool.
Use the same final URL when comparing results. Redirects, parameters, cookie states, personalised content and deployment changes can affect a test. Record the date and page version so that later comparisons have useful context.
Lab data is collected in a controlled test environment. It is useful for debugging because tests can be repeated after a code or content change. Lighthouse audits can highlight opportunities and diagnostics, but one laboratory run does not represent every visitor's device, location, connection or interaction.
Field data represents experiences collected from real Chrome users when sufficient data is available. PageSpeed Insights can show aggregated URL-level or origin-level information from the Chrome User Experience Report. A page may have no field data if it does not have enough eligible traffic in the dataset.
Lab and field results answer different questions and can disagree. The lab test reflects one controlled run, while field data covers many real experiences over time. Use lab diagnostics to find opportunities and field measurements to understand actual users.
Largest Contentful Paint, or LCP, measures loading performance by recording when the main visible content element is rendered. Google's current guidance considers an LCP of 2.5 seconds or less good at the 75th percentile. Slow server response, render-blocking resources, large images and delayed content discovery can affect LCP.
Interaction to Next Paint, or INP, measures responsiveness across user interactions. The current good threshold is 200 milliseconds or less at the 75th percentile. Long JavaScript tasks, excessive main-thread work and complex rendering can delay visual feedback after a visitor interacts.
Cumulative Layout Shift, or CLS, measures unexpected visual movement. The current good threshold is 0.1 or less at the 75th percentile. Images without dimensions, late advertisements, injected banners and changing font layouts can move content after it appears.
A page passes the Core Web Vitals assessment only when all three current metrics meet their recommended thresholds for at least 75 percent of relevant page visits. These metrics can evolve, so current Google documentation should remain the reference.
A Lighthouse performance score summarises weighted lab metrics for a particular test. It is not a star rating, an SEO score or a direct measurement of sales. Scores may change between runs because of server load, network conditions, dynamic content, caching and third-party requests.
Opportunities and diagnostics suggest areas worth investigating. Estimated savings are not guaranteed outcomes, and not every suggestion is suitable for every website. Prioritise changes that address the largest user impact without damaging functionality, accessibility, analytics or advertising requirements.
Serve appropriately sized images, compress them carefully and use efficient formats supported by the target browsers. Add width and height attributes to reserve space. Lazy-load off-screen images where appropriate, but avoid delaying a hero image that is likely to become the LCP element.
Remove unused CSS and JavaScript where safe. Load non-critical scripts without blocking initial rendering and keep critical styling focused. Do not blindly defer code required for navigation, consent, checkout or other essential behaviour.
Review hosting performance, database queries, application work, redirects and caching. A content delivery network may reduce transfer distance for suitable assets, but it cannot repair inefficient application logic or an overloaded origin server.
Set suitable cache policies for versioned static assets and update filenames when content changes. Browser and server caching can reduce repeat-download work. Avoid caching personalised or sensitive responses in a way that exposes private information.
Advertising, analytics, chat, social widgets and tag managers can add network and main-thread cost. Audit each service, remove unused tags and delay non-essential work when appropriate. Preserve scripts that are required for consent, measurement or business operations.
Reserve space for images, video players, advertisements and embedded content. Avoid inserting notices above existing content after load unless space was allocated. Test font loading and responsive layouts at several viewport sizes.
Balance performance work with accessibility, security, content quality and functionality. A smaller page is not automatically a better page if essential information or controls have been removed.
Do not judge an improvement from one unusually high or low run. Repeat controlled tests, compare the same URL and examine field trends. Performance monitoring is an ongoing process rather than a one-time score check.
Page experience can support visitors and search performance, but speed is not the only consideration in ranking. Relevance, helpful content and many other systems also matter. A fast page is not guaranteed to rank, and a performance score does not indicate whether a URL is indexed.
Improving performance may reduce frustration and make important content available sooner, but the effect on engagement or conversions varies by audience and implementation. Measure actual outcomes rather than promising a fixed business result.
Different templates can have different performance problems. Test representative product, category, article, landing and account pages where applicable. Prioritise pages important to users and business goals.
A higher score can be useful, but it should not come from removing essential features or manipulating the test. Focus on real loading, responsiveness and stability improvements.
The reviewed controller specifically requests a desktop result. Desktop performance does not prove that mobile performance is good. Use an independently verified mobile test when mobile experience must be assessed.
PageSpeed Insights does not replace accessibility testing, security review, content evaluation, analytics or functional testing. A technically fast page can still be inaccurate, confusing or inaccessible.
Confirm that the URL is public and valid. The installed PageSpeed service, API access or server request may be unavailable. Review the application error log and data integration before requesting indexing.
Check robots controls, authentication, firewall rules, DNS, TLS configuration and server availability. Private, blocked or unstable pages may not produce a usable result.
Dynamic content and test conditions can cause normal variation. Compare several runs and look for consistent issues instead of treating one result as permanent.
No. Performance is only one part of a page's overall search and user experience.
The URL or origin may not have enough eligible Chrome user data in the reporting dataset.
The reviewed controller requests the desktop strategy. Do not claim mobile testing unless the live output independently proves it.
No. Evaluate each suggestion against the website's design, functionality, security and business requirements.
No. Restore a reliable result first so the page performs the function promised to visitors.
A working PageSpeed Insights Checker can help reveal performance measurements and possible improvements for a public page. Review desktop results carefully, distinguish lab from field data and validate changes with repeat testing. The goal is a consistently better visitor experience, not a guaranteed ranking or a perfect score.