Zokilos

Page Speed Analyzer

Measures page weight, request count & load time by fetching the page and its resources

Checks up to 20 images/scripts/stylesheets referenced by the page. Not a full browser render (no JS execution timing, no Core Web Vitals) — this measures raw network weight and request count.

What Is a Page Speed Analyzer?

A page speed analyzer fetches a page and its resources to measure how heavy and how fast-loading it is — total size, number of requests, and a handful of common speed-related issues.

How to Run a Page Speed Check

1

Enter a URL.

2

Press "Analyze."

3

Review the score, weight breakdown, and heaviest resources.

Is This Page Speed Tool Free?

Yes — there's no paywall, no watermark, and no sign-up required.

What This Tool Actually Measures

  • HTML load time
  • Total page weight across HTML, images, scripts, and stylesheets
  • Number of requests
  • Render-blocking scripts in <head>
  • Whether HTML is served compressed (gzip/br)
  • Oversized images (over 500KB)
  • Images missing explicit width/height

Is This the Same as Google PageSpeed Insights?

No. Google's tool runs a real browser and reports Core Web Vitals — LCP, CLS, INP — based on actual rendering and interaction timing. This tool fetches the raw HTML and its resources directly over HTTP and measures network weight, request count, and a few static-HTML heuristics. No browser, no rendering, no JavaScript execution happens here.

How the Score Is Calculated

Seven checks, each weighted by how much it typically affects speed. A pass earns its full weight, a warning earns half, and a fail earns none — the score is the total earned as a percentage of what was possible.

Understanding the Resource Breakdown

"Weight by type" groups everything fetched into HTML, image, script, and stylesheet totals. "Heaviest resources" lists the five single biggest files — usually the fastest place to look for an easy win.

The 20-Resource Limit

Only the first 20 images, scripts, and stylesheets found in the page are fetched and measured, to keep each analysis fast. If a page references more than that, its true total weight and request count can be higher than what's reported here.

Fixing Common Page Speed Issues

  • Oversized images — compress or resize them before uploading
  • Render-blocking scripts — add async or defer attributes
  • No compression — enable gzip or brotli on your server
  • Missing image dimensions — add explicit width/height to prevent layout shift
  • Too many requests — combine or lazy-load non-critical resources

Is It Safe to Analyze a URL Here?

Yes — the page is fetched and analyzed for that one request and isn't saved anywhere. No account or sign-up is required to use it.

Page Speed Analysis for Small Sites

A quick way to spot obvious weight problems without a full performance-monitoring subscription.

🖼️

Spotting oversized images

Find the images actually dragging a page's weight down.

📜

Script audits

Check for render-blocking scripts sitting in the head.

🔧

Before/after a redesign

Compare total weight before and after a theme or template change.

Limitations of This Page Speed Analyzer

  • No real browser rendering, no Core Web Vitals (LCP, CLS, INP)
  • No JavaScript execution — dynamically loaded resources aren't counted
  • Caps out at the first 20 resources found
  • Resources are fetched sequentially, not in parallel like a real browser would

Benefits of Using This Tool

  • Instant results, no sign-up
  • Shows exactly which resources are heaviest
  • Free, with no watermark

Frequently Asked Questions About Page Speed

Is this page speed tool actually free?

Yes — there's no paywall, no watermark, and no sign-up required.

Is this the same as Google PageSpeed Insights?

No. Google's tool runs a real browser and reports Core Web Vitals like LCP, CLS, and INP. This tool fetches the raw HTML and its resources directly and measures network weight, request count, and a few static-HTML heuristics — no real rendering happens.

What does this tool actually measure?

HTML load time, total page weight across all resources, number of requests, render-blocking scripts in <head>, whether HTML is compressed, oversized images, and images missing explicit width/height.

Why does it only check 20 resources?

It's a cap to keep each analysis fast. If a page has more than 20 images, scripts, and stylesheets, only the first 20 discovered are measured, so a very resource-heavy page's true weight can be higher than what's reported.

Can a speed test be wrong?

Different tools measure different things, so scores between tools won't match. This one measures raw network weight and static markup — treat it as one signal, not a final verdict.

Do you store the URLs I analyze?

No. The page is fetched and analyzed for that one request and isn't saved anywhere.