Back to Diagnostic Tool

Web Health Symptom Checker

Understanding your website's diagnosis doesn't have to be complicated.
Use this guide to translate technical terms into plain English.

Bounce Rate

Plain English: Visitor Drop-Off Rate

The percentage of visitors who leave after viewing only one page. Think of this as "Walking out of the Waiting Room".

You have lots of traffic, but nobody stays to read your content or buy.
Rx (Treatment):
Improve initial load speed (LCP) and first impression.

Cache-Control (Browser Memory)

Plain English: Browser Memory (Faster Repeat Visits)

Storing data locally on the user's device. Think of this as "Short-term Memory".

Returning visitors have to re-download everything.
Rx (Treatment):
Set long cache headers for static assets.

CDN (Content Delivery Network)

Plain English: Global Server Network

A network of servers that delivers content faster by being closer to the user. Think of this as "Delivering Oxygen" to extremities.

Users in other countries (or just far away) experience very slow loading speeds.
Rx (Treatment):
Use a CDN like Cloudflare or Fastly.

CLS (Cumulative Layout Shift)

Plain English: Visual Layout Jumping

Measures if items jump around while loading. Think of this as your website's "Balance".

Users try to click a button, but it moves, causing them to click the wrong thing (Frustration).
Rx (Treatment):
Set fixed sizes for images and ads.
Simulate a Layout Shift →

Conversion Rate

Plain English: Sales & Lead Generation Rate

The percentage of visitors who become customers/leads. Think of this as "Successful Discharge".

High traffic but low revenue or zero form submissions.
Rx (Treatment):
Improve site performance (The Amazon Rule).

Core Web Vitals

Plain English: Google's Official Health Score

Google’s official health metrics for user experience, consisting of LCP, CLS, and INP. Think of this as your website's "General Health Physical."

Your site fails Google’s search assessment, leading to a direct penalty in search rankings.
Rx (Treatment):
Pass all three core metrics simultaneously.

DOM Size (Document Object Model)

Plain English: Total Page Elements (Code Clutter)

The total number of elements on your page. Think of this as "Body Weight".

Excessive memory usage and slow scrolling on phones.
Rx (Treatment):
Simplify design and reduce nested elements.

FCP (First Contentful Paint)

Plain English: First Visible Content

The moment the first text or image appears. Think of this as "First Breath".

Users see a blank white screen for too long.
Rx (Treatment):
Eliminate render-blocking resources.

GZIP/Brotli (Text Compression)

Plain English: File Zipping (Faster Downloads)

Shrinking files for transport. Think of this as "Packing a Suitcase".

High bandwidth usage and slow loading on mobile data.
Rx (Treatment):
Enable text compression on your server.

INP (Interaction to Next Paint)

Plain English: Click Response Time

How fast the site reacts when clicked. Think of this as "Reflexes".

Users tap a menu or button and nothing happens for a second (Sluggishness).
Rx (Treatment):
Remove heavy plugin code.

Lazy Loading

Plain English: On-Demand Image Loading

Waiting to load images or videos until the user actually scrolls down to see them. Think of this as "Conserving Energy."

Your server works overtime loading 50 images at once, even if the visitor only looks at the top of the page.
Rx (Treatment):
Add the loading="lazy" attribute to images below the fold.

LCP (Largest Contentful Paint)

Plain English: Loading Speed

The time it takes for the main content to appear. Think of this as your website's "Heartbeat".

Users stare at a blank white screen and leave before reading.
Rx (Treatment):
Compress large images and upgrade server hosting.
Run a Speed Scan →

Minification (Code Compression)

Plain English: Code Shrinking (Removing Dead Space)

Removing unnecessary characters from code. Think of this as "Surgery/Liposuction".

Bloated file sizes slow down downloads.
Rx (Treatment):
Minify CSS and JS files.

Page Weight

Plain English: Total Page Size (Megabytes)

The combined megabyte size of every image, code file, and video on a single page. Think of this as the "Total Payload."

Visitors on mobile data caps abandon your site because it takes 15MB to load a single article.
Rx (Treatment):
Enforce strict performance budgets (aiming for under 2MB total per page).

Redirect Chains

Plain English: Link Detours (Forwarding Delays)

When a page simply forwards to another page, which forwards to another. Think of this as "Being bouncing from specialist to specialist".

Slow loading times and browser warnings about "Too many redirects".
Rx (Treatment):
Link directly to the final destination URL.

Render-Blocking Resources

Plain English: Loading Bottlenecks

Scripts that stop the page from displaying until they load. Think of this as a "Clogged Artery" preventing blood flow.

The page stays blank white for too long because code is blocking the view.
Rx (Treatment):
Defer unused JavaScript or move it to the footer.
Read full guide →

SEO (Search Engine Optimization)

Plain English: Google Search Visibility

How easily Google can read your site.

You have a great website, but nobody visits because it is invisible to search engines.
Rx (Treatment):
Add meta tags in your page's head section.

Speed Index

Plain English: Visual Loading Pace

How quickly the content is visually populated. Think of this as the "Patient's Color Returning".

The page looks broken, stuttery, or half-loaded for several seconds.
Rx (Treatment):
Minimize main-thread work and speed up LCP.

SSL Certificate (Security Layer)

Plain English: Secure Connection (The Padlock Icon)

Secure encrypted connection. Think of this as "Immune System".

Browser shows "Not Secure" warning to patients.
Rx (Treatment):
Install a valid SSL certificate.

TBT (Total Blocking Time)

Plain English: Frozen Screen Time

Time the main thread is blocked by heavy tasks. Think of this as "Mental Fatigue".

The page looks ready but doesn't respond to clicks.
Rx (Treatment):
Break up long JavaScript tasks.

Third-Party Scripts

Plain English: External Code (Trackers & Ads)

Code loaded from other websites (like ads, analytics, or chat widgets). Think of these as external dependencies draining your site's energy.

Your site loads fast in testing, but grinds to a halt the moment ads or tracking pixels fire.
Rx (Treatment):
Delay loading non-essential scripts until after the user first scrolls or clicks.

TTFB (Time to First Byte)

Plain English: Server Wake-Up Time

Time taken for the server to reply to the initial request. Think of this as "Brain Processing Speed".

The browser waits idly before loading anything.
Rx (Treatment):
Use caching or a CDN.
Calculate Revenue Impact →
Back to Diagnostic Tool