Faster pages and better leads begin with this website performance testing checklist

A slow website doesn’t always look broken. It just makes people wait long enough to doubt the click, abandon the cart, skip the form, or choose another result.

That’s why a website performance testing checklist should do more than chase one PageSpeed score. You need to know which pages carry business value, which metrics show user pain, and which fixes actually match the bottleneck.

Portent’s site-speed research found that B2B pages loading in one second converted about three times higher than pages loading in five seconds. For ecommerce pages, one-second loads converted about 2.5 times higher than five-second loads. Your results will depend on your offer, traffic source, device mix, and funnel, but the pattern is hard to ignore: speed becomes a business issue when the page supports a lead, sale, booking, signup, or support task.

The web still has plenty of room to improve. Chrome UX Report’s July 2026 release reported that 55.7% of origins had good Core Web Vitals across Largest Contentful Paint, Interaction to Next Paint, and Cumulative Layout Shift. That means many sites still have performance issues real visitors can feel.

Use this checklist before a redesign, after a major theme or plugin change, before a sale or campaign, during monthly maintenance, or anytime your site feels slower than it should.

If you want a fast first pass before doing the manual work, Tech Help Canada’s free Website Health Report checks more than 75 site-health signals across performance, security, SEO, accessibility, and related areas.

What is website performance testing?

Website performance testing is the process of measuring how fast, stable, responsive, and usable your website feels for real visitors. It covers loading speed, server response, Core Web Vitals, mobile behavior, page weight, scripts, caching, forms, and key user flows.

Performance testing is different from performance optimization. Testing finds the problems. Optimization fixes them.

A useful test answers four questions:

QuestionWhat it helps you decide
Which pages are slow?Where to focus first
Which metric is failing?Whether the problem is loading, interactivity, layout stability, server response, or mobile friction
What is causing the failure?Whether the fix belongs in hosting, media, CSS, JavaScript, third-party scripts, caching, or layout
Did the fix work for real visitors?Whether the improvement shows up in field data, not only in a lab score

That last point matters. A lab test can help you debug a page under controlled conditions. Field data shows how real visitors experienced the page across their actual devices, browsers, networks, and locations. You need both.

Start with the pages that carry business value

Don’t test only the homepage unless the homepage is where most decisions happen. The pages that deserve priority are the ones where slow performance can cost you money, leads, trust, or search visibility.

Start with these:

Page typeWhy it belongs in the test
HomepageOften the first branded impression and a common entry point
Top organic landing pagesThese pages already earn search traffic, so performance issues can affect existing visibility and engagement
Product, service, or pricing pagesVisitors are closer to a decision
Cart, checkout, booking, or lead formsPerformance problems here can directly reduce conversions
High-traffic articles or resourcesSlow pages can waste traffic you already earned
Paid campaign landing pagesEvery lost visitor can raise acquisition cost
Mobile-heavy pagesDesktop results may hide the experience most visitors actually get

For each page, record the URL, device type, traffic source, main conversion action, and current performance status. If everything looks urgent, start with the pages closest to revenue or lead generation.

Set the scorecard before you test

Performance testing gets messy when every tool gives you a different number. Before you start changing things, decide which signals you will use and what each one means.

Google’s current Core Web Vitals focus on loading, interactivity, and visual stability. PageSpeed Insights evaluates field data from the Chrome User Experience Report when enough real-user data is available, and it also provides Lighthouse lab data for debugging. The field and lab numbers can differ, especially when your real users are on slower devices or networks than the test environment.

Use this scorecard as your working baseline:

SignalGood targetWhat it tells you
Largest Contentful Paint2.5 seconds or lessThe main visible content loads fast enough
Interaction to Next Paint200 milliseconds or lessThe page responds quickly to taps, clicks, and typing
Cumulative Layout Shift0.1 or lessThe page doesn’t jump around while loading
Time to First Byte0.8 seconds or less as a rough guideThe server and delivery chain are not delaying the first response
Lighthouse performance score90 or above is goodLab debugging looks healthy under the test conditions
Page weightNo universal targetThe page is not carrying unnecessary images, scripts, fonts, or embeds
Request countNo universal targetThe browser is not making avoidable network requests
Mobile usabilityNo horizontal scroll, readable text, tappable controlsThe page works for real handheld use
Conversion flowKey action works without delay or breakageSpeed issues are not blocking business outcomes

Core Web Vitals are assessed at the 75th percentile. In practice, that means your goal is not to make one test run look good on a fast connection. You want most visitors to get a good experience most of the time.

Core Web Vitals thresholds for LCP, INP, and CLS, showing good, needs improvement, and poor ranges plus July 2026 Chrome UX Report pass-rate context.

Also keep the SEO relationship in proportion. Google says its core ranking systems reward helpful content with a good page experience, but Core Web Vitals are not a magic ranking switch. Better content can still outrank a faster but less useful page. Performance matters most when it helps visitors use the page and removes friction from an otherwise useful result.

The website performance testing checklist

Use the checklist below as a working audit. Mark each item Pass, Fix, or N/A. For every Fix item, record the likely owner, tool used, date tested, and retest date.

1. Measurement setup

Before you diagnose anything, make sure you are testing the right page in the right way.

CheckHow to test itPass condition
Test the final live URLOpen the URL in an incognito window and confirm the browser lands on the final canonical versionNo extra redirect chain, wrong protocol, tracking-only URL, or outdated page
Test both mobile and desktopRun PageSpeed Insights for both device views and compare the resultsMobile is reviewed separately, not treated as a smaller desktop page
Collect field data firstCheck PageSpeed Insights and Google Search Console’s Core Web Vitals reportYou know whether real-user data is available and which URLs are grouped as good, needs improvement, or poor
Run repeat lab testsTest more than once using the same tool, region, and settingsYou are not making decisions from one unusually good or bad run
Record the test conditionsSave date, tool, device, network, location, and URLAnyone can reproduce the test later

Don’t panic if one tool reports a different score from another. Look for recurring patterns: the same slow image, the same render-blocking file, the same third-party script, the same mobile issue, or the same weak TTFB.

2. Core Web Vitals checks

Core Web Vitals help you separate “the site feels slow” from the actual type of slowness visitors are experiencing.

CheckHow to test itPass condition
Largest Contentful Paint is goodCheck PageSpeed Insights, Search Console, or CrUX field dataLCP is 2.5 seconds or less at the 75th percentile
The LCP element is knownUse PageSpeed Insights, Lighthouse, or Chrome DevTools to identify the main LCP elementYou know whether the delay comes from a hero image, heading, banner, product image, video poster, or other element
Interaction to Next Paint is goodUse field data and test key taps, clicks, menus, filters, forms, and buttonsINP is 200 milliseconds or less and the page responds quickly during real tasks
Cumulative Layout Shift is goodWatch the page load and check CLS in field or lab toolsCLS is 0.1 or less and visible elements do not jump after the visitor starts reading or tapping
The failing metric has a matching fix pathMap the weak metric to the likely layerLCP fixes are not confused with INP fixes, and layout shift fixes are not treated as server fixes

For LCP, look at server response, the main image, render-blocking CSS, font loading, and whether the largest element is discovered early by the browser. As for INP, look at JavaScript execution, event handlers, third-party scripts, and long tasks on the main thread. For CLS, look at missing image dimensions, ad slots, injected banners, web fonts, embeds, and late-loading content.

3. Server response, hosting, and redirects

Before the browser can render a page, it needs the first response. A slow first response creates a low ceiling for every other improvement.

CheckHow to test itPass condition
TTFB is within rangeUse PageSpeed Insights, WebPageTest, server logs, or browser DevToolsTTFB is around 0.8 seconds or less for key pages
Redirect chains are removedTest HTTP, HTTPS, www, non-www, trailing slash, and campaign URLsEach path reaches the final URL with the fewest reasonable redirects
Hosting can handle the pageCompare cached and uncached page response timesThe origin server does not become slow whenever cache is bypassed
Database queries are not delaying pagesReview slow query logs, CMS diagnostics, or host-level performance dataKey templates do not depend on slow queries or overloaded database calls
DNS and TLS are not creating avoidable delayUse WebPageTest, DevTools, or your DNS provider’s toolsDNS lookup and TLS handshake times are not consistently dragging down first response

If TTFB is repeatedly weak, check hosting before you spend days shaving a few kilobytes from images. A slow origin, uncached dynamic pages, bad database behavior, or overloaded shared hosting can keep the site slow even after front-end cleanup.

If hosting is part of the problem, our guide to choosing a hosting service can help you review the decision without looking only at monthly price.

4. Caching, compression, and CDN delivery

Once the server can respond well, check whether your site is sending and reusing files efficiently.

CheckHow to test itPass condition
Page caching is active where appropriateTest logged-out pages and review cache headers or plugin/CDN statusStatic or mostly static pages are served from cache instead of rebuilt on every request
Browser caching headers are setInspect headers for images, CSS, JavaScript, fonts, and other static filesReturning visitors avoid re-downloading unchanged assets unnecessarily
Brotli or GZIP compression is enabledCheck response headers for text-based filesHTML, CSS, JavaScript, JSON, and SVG files are compressed before delivery
CDN delivery is workingConfirm static assets are served from the CDN and cache hits are happeningVisitors far from the origin get files from edge locations when possible
Cache changes are tested after updatesClear cache after edits, plugin changes, theme changes, or deploysVisitors avoid stale layouts, old scripts, or broken cached assets

Caching is especially useful for WordPress and other CMS-driven sites because the server may otherwise rebuild the page for every visitor. If this is an area you need to explain to a client or team member, our website caching guide covers the basics.

5. Image and media checks

Images are often the heaviest visible assets on a page. They also frequently become the Largest Contentful Paint element.

CheckHow to test itPass condition
Images are sized for their display areaCompare intrinsic image dimensions with rendered dimensions in DevToolsThe browser is not downloading a 4000-pixel file to display an 800-pixel image
Modern formats are used where suitableReview image file types and CMS image settingsWebP or AVIF is used when it preserves quality and browser support is acceptable
Responsive images are availableInspect srcset and sizes attributesPhones receive smaller assets than large desktop screens
Above-the-fold images are not lazy loaded by mistakeReview the main hero, product image, or LCP imageThe browser discovers the primary image early
Below-the-fold images are lazy loadedInspect image loading behaviorOffscreen images do not compete with the initial render
Video and embeds do not load too earlyTest pages with YouTube, Vimeo, maps, demos, or autoplay elementsHeavy embeds use posters, click-to-load behavior, or lazy loading where possible

Don’t reduce image quality so aggressively that the page looks cheap or untrustworthy. The goal is to send the right image at the right size, not to make every visual look compressed.

6. CSS, JavaScript, fonts, and rendering

A page can have lightweight images and still feel slow if the browser is blocked by CSS, JavaScript, or font behavior.

CheckHow to test itPass condition
Render-blocking CSS is limitedRun Lighthouse or PageSpeed Insights and inspect critical CSS warningsAbove-the-fold content can render without waiting on unnecessary styles
Non-critical JavaScript is deferred or delayedInspect script tags, plugin settings, and waterfall chartsScripts that are not needed for initial rendering avoid blocking parsing
Unused CSS and JavaScript are reviewedUse Chrome DevTools Coverage and Lighthouse diagnosticsOld theme, plugin, or feature code is not bloating key pages
Long main-thread tasks are reducedRecord the page in Chrome DevTools Performance panelInteractions are not delayed by heavy scripts or expensive event handlers
Font loading does not cause delay or layout shiftCheck font requests, fallback behavior, and CLSFonts are limited, subset where possible, and loaded without visible jumps

JavaScript deserves special attention because it is expensive for the browser. It has to be downloaded, parsed, compiled, and executed. On a slower phone, a script that feels harmless on desktop can make menus, forms, filters, and checkout steps feel sluggish.

7. Third-party script checks

Analytics, ad tags, heatmaps, chat widgets, social embeds, A/B testing tools, review widgets, booking tools, and personalization scripts can all add useful functions. They can also make a fast page slow.

CheckHow to test itPass condition
Every third-party script has an ownerList all external domains loaded on key pagesEach script has a business purpose and someone responsible for it
Unused tools are removedCompare loaded scripts with tools the team actually usesOld tags, abandoned pixels, unused chat tools, and inactive experiments are gone
Heavy scripts are delayed where possibleUse waterfall charts, PageSpeed Insights, and WebPageTest blocking testsNonessential scripts avoid blocking the first render or primary conversion path
Consent and privacy tools are testedTest first visit, accepted consent, rejected consent, and repeat visitThe consent setup does not break performance, analytics, forms, or layout
The impact is measured before and after removalBlock one third-party domain at a time in WebPageTest or DevToolsYou know which scripts carry the largest performance cost

This is one of the fastest places to find avoidable drag. A site can collect years of marketing tags that nobody uses anymore. If a script is not helping the visitor or the business, it should not get a free ride on every page load.

8. Mobile performance and usability checks

Mobile testing is not just desktop testing on a narrow screen. Visitors on mobile often have slower networks, less powerful processors, smaller screens, touch input, and more interruptions.

CheckHow to test itPass condition
The mobile score is reviewed separatelyRun mobile and desktop tests in PageSpeed InsightsYou are not using a strong desktop result to excuse a weak mobile experience
Layout works at common widthsTest small phones, large phones, tablets, and orientation changesText, menus, images, buttons, and forms reflow without horizontal scrolling
Tap targets are large enoughUse Lighthouse tap target checks and test on a real phoneButtons and links are easy to tap without hitting the wrong element
Sticky elements do not crowd the screenTest cookie banners, chat buttons, headers, bottom bars, and popupsVisitors can read and act without the interface blocking the page
Forms are usable on touch screensSubmit forms on a real phoneInputs, labels, keyboards, error messages, and submit buttons work without friction

If mobile issues keep appearing, pair this checklist with our guide to mobile website design or the SEO-focused companion piece on responsive website SEO.

9. Security, protocol, and reliability checks

Security choices can affect performance. They can also affect whether visitors trust the page enough to stay.

CheckHow to test itPass condition
HTTPS works across the whole siteOpen key templates, assets, forms, and redirectsEvery public page loads over HTTPS with a valid certificate
Mixed content is removedInspect browser console warnings and asset URLsImages, scripts, styles, fonts, and embeds do not load over plain HTTP
HTTP/2 or HTTP/3 is supportedCheck protocol in DevTools Network panel or WebPageTestThe server is not limited to old HTTP/1.1 delivery for modern browsers
Security warnings are absentTest certificate, domain, and browser warningsVisitors are not blocked by expired certificates or unsafe resource warnings
Uptime and SSL monitoring are activeReview monitoring setupThe team gets alerts before users become the monitoring system

If HTTPS or certificate setup is weak, fix that before fine-tuning speed scores. Our guide on how to secure a website covers the broader trust and protection side.

10. Conversion path checks

Performance testing should include the pages where visitors actually do something. A page can score well in a generic test and still lose people during a form, checkout, booking, or account step.

CheckHow to test itPass condition
Forms submit correctlyTest contact, quote, newsletter, lead magnet, and account formsSubmissions work, confirmation messages appear, and notifications arrive
Checkout or booking flows completeRun a test order or booking in a safe modeShipping, payment, tax, discount, confirmation, and notification steps work
Search, filters, and menus respond quicklyTest common interactions on mobile and desktopInteractive elements do not feel delayed or broken
Error states are clearEnter invalid fields and trigger likely mistakesVisitors can recover without guessing what went wrong
Analytics events still fireCheck GA4, tag manager, ad platform events, or CRM trackingConversion measurement survives the performance fixes

This is where performance work connects to revenue. Don’t stop at “the page loads.” Test whether a visitor can complete the task that page exists to support.

11. Load, campaign, and spike-readiness checks

Regular speed testing tells you how a page behaves under normal conditions. It doesn’t always tell you what happens during a launch, sale, email blast, viral mention, ad push, or seasonal spike.

CheckHow to test itPass condition
Expected traffic spikes are plannedReview upcoming campaigns, sales, PR, and email sendsHosting, CDN, cache, and checkout capacity match the event risk
Load testing is done for high-value eventsUse a controlled load-testing tool or hosting-supported testThe site stays available and responsive under expected load
Cache warmup is plannedPreload key pages before launches or major campaignsVisitors do not all hit uncached pages at once
Rollback steps are documentedReview the deploy and plugin update processThe team knows how to reverse a change if performance breaks
Support contacts are currentConfirm hosting, developer, CDN, payment, and plugin contactsThe right people can respond quickly if the site slows or fails

Small sites don’t always need formal load testing every month. But if a campaign depends on the website staying fast, test before the traffic arrives.

The fastest way to prioritize fixes

If the checklist produces a long fix list, don’t start randomly. Use the weak metric to choose the first layer to inspect.

If this is failingStart hereThen check
LCPTTFB, hero image, critical CSS, render-blocking resourcesFont loading, lazy-loading mistakes, CDN delivery
INPJavaScript, event handlers, long tasks, third-party scriptsComplex menus, filters, forms, cart scripts
CLSImage dimensions, ad slots, embeds, banners, fontsLate-loading content and injected widgets
TTFBHosting, cache, redirects, database, CDN configurationDNS, TLS, server-side rendering
Mobile usabilityLayout, tap targets, sticky elements, formsImage sizing and mobile JavaScript cost
Strong lab score but weak field dataReal devices, real connection mix, third-party timingSearch Console URL groups and CrUX history

Fix the largest business-risk issue first. A slow checkout, broken booking flow, or weak mobile service page usually deserves attention before a low-traffic article with the same score.

Best tools for website performance testing

No single tool tells the whole story. Use a small tool stack and give each tool a job.

ToolBest use
Google PageSpeed InsightsCore Web Vitals, field data, Lighthouse diagnostics, mobile and desktop comparison
Google Search Console Core Web Vitals reportSite-level URL groups based on real-user CrUX data
Chrome DevToolsNetwork waterfall, Performance recordings, Coverage, main-thread work, cache behavior
WebPageTestRepeatable tests by location, device, connection, filmstrip, waterfall, and third-party blocking
GTmetrixWaterfall reviews, visual reports, history, and monitoring
Real User Monitoring toolsOngoing performance data from actual visitors
Hosting and CDN dashboardsCache status, origin response, edge behavior, bandwidth, errors, and uptime

For small sites, PageSpeed Insights, Search Console, and Chrome DevTools are enough to start. For ecommerce, high-traffic publishing, SaaS, memberships, or campaign-heavy sites, add monitoring and controlled testing before major traffic events.

How often should you test website performance?

Testing frequency depends on how often the site changes and how much business the site supports.

FrequencyWhat to test
WeeklyUptime alerts, obvious page errors, key forms, checkout or booking if applicable
MonthlyCore Web Vitals, top landing pages, page speed, Search Console groups, third-party scripts, image weight
Before campaignsLanding pages, checkout/forms, tracking, cache, CDN, load risk, mobile experience
After major changesTheme updates, plugin changes, redesigns, tracking changes, hosting moves, new templates
QuarterlyDeeper audit of templates, page weight, old scripts, unused code, mobile UX, monitoring setup

Performance isn’t a one-time launch task. New content, new scripts, plugin updates, tracking changes, fonts, embeds, videos, and design edits can all make a site slower over time.

If your site runs on WordPress and performance problems keep returning after updates, a recurring website maintenance service may be more useful than repeating one-off fixes.

Common mistakes to avoid

The checklist works best when you avoid the traps that make performance work look busier than it is.

MistakeBetter approach
Chasing a perfect Lighthouse scoreFix issues that affect real users and business-critical pages first
Testing only the homepageTest top landing pages, conversion pages, and mobile-heavy pages
Trusting one test runRepeat tests and compare field data with lab data
Compressing images until they look badServe the right dimensions and format while preserving visual quality
Removing scripts without checking trackingConfirm analytics, ads, consent, forms, and CRM events still work
Ignoring mobile because desktop looks goodTreat mobile as its own performance environment
Fixing symptoms before TTFBCheck server response, cache, redirects, and hosting early
Publishing changes without retestingTest after every meaningful fix

Good performance work is usually practical, not dramatic. Measure the page, identify the weak layer, fix the cause, retest, and keep watching.

Start with the page where slowness costs the most

You don’t need to fix every page at once. Start with the page where speed has the clearest business cost.

For many businesses, that means a service page, product page, checkout, booking page, contact form, or high-traffic organic landing page. Run the page through the checklist, record the failures, make the highest-impact fixes, and retest under the same conditions.

Then repeat the process on the next page.

If you want a starting point without building the whole audit yourself, run Tech Help Canada’s free Website Health Report. It checks performance, security, SEO, accessibility, and related site-health signals so you can see where the site needs attention first.

Frequently asked questions

What is website performance testing?

Website performance testing measures how fast, stable, responsive, and usable a website feels for visitors. It usually includes Core Web Vitals, server response, page weight, images, scripts, caching, mobile usability, forms, checkout or booking flows, and ongoing monitoring.

What should a website performance testing checklist include?

A useful checklist should cover measurement setup, Core Web Vitals, TTFB, hosting, redirects, caching, compression, CDN delivery, images, media, CSS, JavaScript, third-party scripts, mobile usability, HTTPS, forms, conversion paths, load risk, and monitoring.

What are good Core Web Vitals scores?

Google’s good thresholds are Largest Contentful Paint at 2.5 seconds or less, Interaction to Next Paint at 200 milliseconds or less, and Cumulative Layout Shift at 0.1 or less. These are assessed at the 75th percentile of real-user visits when field data is available.

Is PageSpeed Insights enough to test website performance?

PageSpeed Insights is a strong starting point because it combines Lighthouse lab diagnostics with Chrome UX Report field data when enough real-user data exists. For deeper testing, pair it with Search Console, Chrome DevTools, WebPageTest, GTmetrix, server logs, CDN data, and real-user monitoring.

How often should you test website performance?

Review key pages at least monthly, and test again after major theme, plugin, hosting, tracking, design, or content changes. Also test before campaigns, sales, launches, or seasonal traffic spikes so slow pages do not become a surprise during the moment that matters.

What should you fix first when a website is slow?

Start with the page where slowness has the clearest business cost, then match the fix to the failing metric. LCP problems often point to server response, images, CSS, or fonts. INP problems often point to JavaScript or third-party scripts. CLS problems usually point to layout, images, ads, embeds, or late-loading content.

References

  • https://developers.google.com/speed/docs/insights/v5/about
  • https://developers.google.com/search/docs/appearance/page-experience
  • https://support.google.com/webmasters/answer/9205520
  • https://developer.chrome.com/docs/crux/release-notes/
  • https://web.dev/articles/optimize-ttfb
  • https://web.dev/articles/lcp
  • https://web.dev/articles/inp
  • https://web.dev/articles/cls
  • https://web.dev/learn/design/responsive-images
  • https://web.dev/articles/optimizing-content-efficiency-loading-third-party-javascript
  • https://developer.chrome.com/docs/devtools/coverage
  • https://developer.chrome.com/docs/lighthouse/seo/tap-targets
  • https://almanac.httparchive.org/en/2025/page-weight
  • https://portent.com/blog/analytics/research-site-speed-hurting-everyones-revenue.htm

Get new small business insights by email

Practical ideas and useful articles to help you make better business decisions.

HelperX Bot

Not sure what to read next?

I can suggest related Tech Help Canada articles based on the topic you’re reading now.

We empower people to succeed through practical business information and essential services.

Leave a Comment

Tweet
Share
Share
Pin
WhatsApp
Reddit
Email