Skip to content
https://pricemysite.com

Performance

· 27 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
93
GRADE
A
FIX
1
REVIEW
5
PASS
18
INFO
3

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

96
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
91
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

1.88 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

2.58 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

0 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.003

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

1.88 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

2.58 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
27
18 PASS 5 REVIEW 1 FIX
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: no-store, no-cache, must-revalidate
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-store, no-cache, must-revalidate

DirectiveValueMeaning
no-storeNever cache this response
no-cacheCache but always revalidate first
must-revalidateMust recheck with server after expiry
B
Third-Party Impact
53% third-party, 0 ms blocking
REVIEW
53% third-party, 0 ms blocking
Warning::
Third-party code accounts for 53% of page weight (171.6 KiB of 321.7 KiB)
Info::
Third-party blocking time is low (0 ms)
47%
53%
First-party Third-party
C
Image Optimization
Action
10 images, 0 KB saveable
REVIEW
10 images, 0 KB saveable
Warning::
https://api.pagepeeker.com/v2/thumbs.php?size=l&ur... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://api.pagepeeker.com/v2/thumbs.php?size=l&ur... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://api.pagepeeker.com/v2/thumbs.php?size=l&ur... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://api.pagepeeker.com/v2/thumbs.php?size=l&ur... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://api.pagepeeker.com/v2/thumbs.php?size=l&ur... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://api.pagepeeker.com/v2/thumbs.php?size=l&ur... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
10 images 158 KB
0 oversized -0 KB
9 legacy format
6 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

B
JS Execution Cost
710ms total JS execution
REVIEW
710ms total JS execution
Warning::
https://pricemysite.com/: 377ms CPU time
Info::
Unattributable: 223ms CPU time
Info::
https://pricemysite.com/js/jquery.min.js: 56ms CPU time
Info::
https://websanalytics.com/pixel/sQ5nBeNnNrnTri0g: 54ms CPU time
Info::
Third-party scripts: 54ms (8% of total)

Main Thread Breakdown

Other 39% Style & Layout 27% Script Evaluation 20% Rendering 5% Parse HTML & CSS 5%
ScriptTotalScriptingParse/CompileParty
https://pricemysite.com/377ms22ms4ms1st
Unattributable223ms13ms0ms1st
https://pricemysite.com/js/jquery.min.js56ms44ms6ms1st
https://websanalytics.com/pixel/sQ5nBeNnNrnTri0g54ms43ms1ms3rd
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
B
JavaScript Blocking
1 JS blocking issue(s) detected
REVIEW
1 JS blocking issue(s) detected
Warning::
5 render-blocking <script src> tag(s) without async/defer
Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
A+
Page Weight Budget
322 KB transferred, 31 requests
PASS
322 KB transferred, 31 requests
Info::
Page weighs 716 KB (322 KB transferred)
Info::
31 HTTP requests
Info::
Estimated 0.07 g CO2 per page load
322 KB / 2.4 MB budget
322 KB transferred
31 requests
0.07 g CO2 per page load
Images 158.2 KiB 49%
JavaScript 65.2 KiB 20%
Fonts 42.0 KiB 13%
CSS 38.9 KiB 12%
HTML 15.9 KiB 5%
Other 1.1 KiB 0%
Other 329 B 0%
Other 111 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Under budget
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
1 fonts (42 KB)
PASS
1 fonts (42 KB)
Info::
1 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

1

42 KB total

Render-blocking

0

of 1

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.9 s LCP 2.6 shttps://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2memvYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 42.0 KiB — 67 ms — font-display: swap
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 42 KB
Load time 67 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
JS Bundles
7 scripts, 0 KB unused
PASS
7 scripts, 0 KB unused
0 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://pricemysite.com/js/jquery.min.js30 KB1st
https://pricemysite.com/js/bootstrap.bundle.min.js21 KB1st
https://pricemysite.com/js/base.js?v=0.11 KB1st
https://www.sslfile.com/sslfile-popup.js5 KB3rd
https://votemysite.com/vote-widget.js4 KB3rd
https://trackingcounter.com/js/script.js1 KB3rd
https://websanalytics.com/pixel/sQ5nBeNnNrnTri0g3 KB3rd
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
HTTP/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
A+
Document Compression
Document response uses brotli
PASS
Document response uses brotli
Info::
Main HTML response uses brotli (Content-Encoding: br)
Brotli is the best text-compression algorithm for general use, ~20% smaller than gzip on average (40% on smaller files). Modern browsers all support it.
A+
Asset Compression
All 1 asset host use brotli
PASS
All 1 asset host use brotli
Info::
api.pagepeeker.com serves assets with brotli (assets: 6)
Got: api.pagepeeker.com (text/html)
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Main HTML Cache-Control
Main HTML uses no-store -- correct for sensitive/dynamic content
PASS
Main HTML uses no-store -- correct for sensitive/dynamic content
Info::
Main HTML uses no-store -- correct for sensitive/dynamic content
Got: no-store, no-cache, must-revalidate
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: Accept-Encoding,User-Agent
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
A
Page Weight Inventory
31 resources · 322 KB · 0 KB savings available
PASS
31 resources · 322 KB · 0 KB savings available
Info::
Within 1MB page-weight target
Got: 322 KB
Warning::
20 third-party resources (53% of weight)
31 resources · 321.7 KiB · 20 third-party Within 1MB page-weight target
Image 49% · 159.0 KiB
JavaScript 20% · 65.2 KiB
Font 13% · 42.0 KiB
CSS 12% · 38.9 KiB
Document 5% · 16.5 KiB
Other 0% · 190 B
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A+
CSS Performance Depth
No CSS performance depth issues detected
PASS
No CSS performance depth issues detected
Info::
No CSS performance depth issues detected
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: World Host Group

Network Waterfall
31 requests over 1878ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.9 s LCP 2.6 shttps://pricemysite.com// https://pricemysite.com/ — 200 — 12.1 KiB — 113 ms — h2https://pricemysite.com/z0f76a1d14fd21a8fb5fd0d03e0fdc3d3cedae52f?wsidchk=7105131&pdata=https%253A%252F%252Fpricemysite.com&id=7fa3b767c460b54a2be4d49030b349c7&ts=1789151203&cttl=0/z0f76a1d14fd21a8fb5fd0d03e0fdc3d3c... https://pricemysite.com/z0f76a1d14fd21a8fb5fd0d03e0fdc3d3cedae52f?wsidchk=7105131&pdata=https%253A%252F%252Fpricemysite.com&id=7fa3b767c460b54a2be4d49030b349c7&ts=1789151203&cttl=0 — 302 — 190 B — 28 ms — h2https://pricemysite.com// https://pricemysite.com/ — 200 — 3.9 KiB — 40 ms — h2https://pricemysite.com/css/bootstrap.yeti.min.css/css/bootstrap.yeti.min.css https://pricemysite.com/css/bootstrap.yeti.min.css — 200 — 22.5 KiB — 69 ms — h2https://pricemysite.com/css/app.css/css/app.css https://pricemysite.com/css/app.css — 200 — 1.3 KiB — 64 ms — h2https://pricemysite.com/css/fontawesome.min.css/css/fontawesome.min.css https://pricemysite.com/css/fontawesome.min.css — 200 — 12.5 KiB — 109 ms — h2https://pricemysite.com/js/jquery.min.js/js/jquery.min.js https://pricemysite.com/js/jquery.min.js — 200 — 29.9 KiB — 109 ms — h2https://pricemysite.com/js/bootstrap.bundle.min.js/js/bootstrap.bundle.min.js https://pricemysite.com/js/bootstrap.bundle.min.js — 200 — 20.8 KiB — 90 ms — h2https://pricemysite.com/js/base.js?v=0.1/js/base.js?v=0.1 https://pricemysite.com/js/base.js?v=0.1 — 200 — 1.3 KiB — 64 ms — h2https://pricemysite.com/images/loader.gif/images/loader.gif https://pricemysite.com/images/loader.gif — 200 — 44.8 KiB — 87 ms — h2https://www.sslfile.com/sslfile-popup.jswww.sslfile.com/sslfile-popup.js https://www.sslfile.com/sslfile-popup.js — 200 — 5.2 KiB — 165 ms — h2https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swapfonts.googleapis.com/css2?family=Op... https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap — 200 — 2.6 KiB — 150 ms — h2https://votemysite.com/vote-widget.jsvotemysite.com/vote-widget.js https://votemysite.com/vote-widget.js — 200 — 3.8 KiB — 120 ms — h2https://trackingcounter.com/js/script.jstrackingcounter.com/js/script.js https://trackingcounter.com/js/script.js — 200 — 629 B — 116 ms — h2https://websanalytics.com/pixel/sQ5nBeNnNrnTri0gwebsanalytics.com/pixel/sQ5nBeNnNrn... https://websanalytics.com/pixel/sQ5nBeNnNrnTri0g — 200 — 3.5 KiB — 168 ms — h2https://votemysite.com/button.php?u=dotcomsinc-204&buttontype=text&vms_js=1&cb=1789151204769_0z1f76jszgwdvotemysite.com/button.php?u=dotcoms... https://votemysite.com/button.php?u=dotcomsinc-204&buttontype=text&vms_js=1&cb=1789151204769_0z1f76jszgwd — 302 — 107 B — 40 ms — h2data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30…www.w3.org/2000/svg' width='30' hei... data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30… — 200 — 0 B — 0 ms — datahttps://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 200 — 42.0 KiB — 67 ms — h3https://votemysite.com/images/clear.pngvotemysite.com/images/clear.png https://votemysite.com/images/clear.png — 200 — 2.8 KiB — 27 ms — h2https://www.trackingcounter.com/api/eventwww.trackingcounter.com/api/event https://www.trackingcounter.com/api/event — 204 — 0 B — 204 ms — h2https://websanalytics.com/pixel-track/sQ5nBeNnNrnTri0gwebsanalytics.com/pixel-track/sQ5nB... https://websanalytics.com/pixel-track/sQ5nBeNnNrnTri0g — 200 — 312 B — 138 ms — h3https://www.dotcomsinc.com/public/uploads/client-46.pngwww.dotcomsinc.com/public/uploads/c... https://www.dotcomsinc.com/public/uploads/client-46.png — 200 — 11.7 KiB — 199 ms — h2https://api.pagepeeker.com/v2/thumbs.php?size=l&url=allzips.netapi.pagepeeker.com/v2/thumbs.php?si... https://api.pagepeeker.com/v2/thumbs.php?size=l&url=allzips.net — 200 — 7.8 KiB — 139 ms — h2https://api.pagepeeker.com/v2/thumbs.php?size=l&url=totalinterface.comapi.pagepeeker.com/v2/thumbs.php?si... https://api.pagepeeker.com/v2/thumbs.php?size=l&url=totalinterface.com — 200 — 23.7 KiB — 151 ms — h2https://api.pagepeeker.com/v2/thumbs.php?size=l&url=allzips.comapi.pagepeeker.com/v2/thumbs.php?si... https://api.pagepeeker.com/v2/thumbs.php?size=l&url=allzips.com — 200 — 7.2 KiB — 136 ms — h2https://api.pagepeeker.com/v2/thumbs.php?size=l&url=skonflix.comapi.pagepeeker.com/v2/thumbs.php?si... https://api.pagepeeker.com/v2/thumbs.php?size=l&url=skonflix.com — 200 — 19.2 KiB — 149 ms — h2https://api.pagepeeker.com/v2/thumbs.php?size=l&url=votemysite.comapi.pagepeeker.com/v2/thumbs.php?si... https://api.pagepeeker.com/v2/thumbs.php?size=l&url=votemysite.com — 200 — 30.9 KiB — 150 ms — h2https://api.pagepeeker.com/v2/thumbs.php?size=l&url=buyrefurbishedlaptops.inapi.pagepeeker.com/v2/thumbs.php?si... https://api.pagepeeker.com/v2/thumbs.php?size=l&url=buyrefurbishedlaptops.in — 200 — 10.1 KiB — 144 ms — h2https://www.trackingcounter.com/api/eventwww.trackingcounter.com/api/event https://www.trackingcounter.com/api/event — 200 — 111 B — 70 ms — h2https://websanalytics.com/pixel-track/sQ5nBeNnNrnTri0gwebsanalytics.com/pixel-track/sQ5nB... https://websanalytics.com/pixel-track/sQ5nBeNnNrnTri0g — 200 — 17 B — 68 ms — h3
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.9 s LCP 2.6 shttps://pricemysite.com// https://pricemysite.com/ — 200 — 12.1 KiB — 113 ms — h2https://pricemysite.com/z0f76a1d14fd21a8fb5fd0d03e0fdc3d3cedae52f?wsidchk=7105131&pdata=https%253A%252F%252Fpricemysite.com&id=7fa3b767c460b54a2be4d49030b349c7&ts=1789151203&cttl=0/z0f76a1d14fd21a8fb5fd0d03e0fdc3d3c... https://pricemysite.com/z0f76a1d14fd21a8fb5fd0d03e0fdc3d3cedae52f?wsidchk=7105131&pdata=https%253A%252F%252Fpricemysite.com&id=7fa3b767c460b54a2be4d49030b349c7&ts=1789151203&cttl=0 — 302 — 190 B — 28 ms — h2https://pricemysite.com// https://pricemysite.com/ — 200 — 3.9 KiB — 40 ms — h2https://pricemysite.com/css/bootstrap.yeti.min.css/css/bootstrap.yeti.min.css https://pricemysite.com/css/bootstrap.yeti.min.css — 200 — 22.5 KiB — 69 ms — h2https://pricemysite.com/css/app.css/css/app.css https://pricemysite.com/css/app.css — 200 — 1.3 KiB — 64 ms — h2https://pricemysite.com/css/fontawesome.min.css/css/fontawesome.min.css https://pricemysite.com/css/fontawesome.min.css — 200 — 12.5 KiB — 109 ms — h2https://pricemysite.com/js/jquery.min.js/js/jquery.min.js https://pricemysite.com/js/jquery.min.js — 200 — 29.9 KiB — 109 ms — h2https://pricemysite.com/js/bootstrap.bundle.min.js/js/bootstrap.bundle.min.js https://pricemysite.com/js/bootstrap.bundle.min.js — 200 — 20.8 KiB — 90 ms — h2https://pricemysite.com/js/base.js?v=0.1/js/base.js?v=0.1 https://pricemysite.com/js/base.js?v=0.1 — 200 — 1.3 KiB — 64 ms — h2https://pricemysite.com/images/loader.gif/images/loader.gif https://pricemysite.com/images/loader.gif — 200 — 44.8 KiB — 87 ms — h2https://www.sslfile.com/sslfile-popup.jswww.sslfile.com/sslfile-popup.js https://www.sslfile.com/sslfile-popup.js — 200 — 5.2 KiB — 165 ms — h2https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swapfonts.googleapis.com/css2?family=Op... https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap — 200 — 2.6 KiB — 150 ms — h2https://votemysite.com/vote-widget.jsvotemysite.com/vote-widget.js https://votemysite.com/vote-widget.js — 200 — 3.8 KiB — 120 ms — h2https://trackingcounter.com/js/script.jstrackingcounter.com/js/script.js https://trackingcounter.com/js/script.js — 200 — 629 B — 116 ms — h2https://websanalytics.com/pixel/sQ5nBeNnNrnTri0gwebsanalytics.com/pixel/sQ5nBeNnNrn... https://websanalytics.com/pixel/sQ5nBeNnNrnTri0g — 200 — 3.5 KiB — 168 ms — h2https://votemysite.com/button.php?u=dotcomsinc-204&buttontype=text&vms_js=1&cb=1789151204769_0z1f76jszgwdvotemysite.com/button.php?u=dotcoms... https://votemysite.com/button.php?u=dotcomsinc-204&buttontype=text&vms_js=1&cb=1789151204769_0z1f76jszgwd — 302 — 107 B — 40 ms — h2data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30…www.w3.org/2000/svg' width='30' hei... data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30… — 200 — 0 B — 0 ms — datahttps://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 200 — 42.0 KiB — 67 ms — h3https://votemysite.com/images/clear.pngvotemysite.com/images/clear.png https://votemysite.com/images/clear.png — 200 — 2.8 KiB — 27 ms — h2https://www.trackingcounter.com/api/eventwww.trackingcounter.com/api/event https://www.trackingcounter.com/api/event — 204 — 0 B — 204 ms — h2https://websanalytics.com/pixel-track/sQ5nBeNnNrnTri0gwebsanalytics.com/pixel-track/sQ5nB... https://websanalytics.com/pixel-track/sQ5nBeNnNrnTri0g — 200 — 312 B — 138 ms — h3https://www.dotcomsinc.com/public/uploads/client-46.pngwww.dotcomsinc.com/public/uploads/c... https://www.dotcomsinc.com/public/uploads/client-46.png — 200 — 11.7 KiB — 199 ms — h2https://api.pagepeeker.com/v2/thumbs.php?size=l&url=allzips.netapi.pagepeeker.com/v2/thumbs.php?si... https://api.pagepeeker.com/v2/thumbs.php?size=l&url=allzips.net — 200 — 7.8 KiB — 139 ms — h2https://api.pagepeeker.com/v2/thumbs.php?size=l&url=totalinterface.comapi.pagepeeker.com/v2/thumbs.php?si... https://api.pagepeeker.com/v2/thumbs.php?size=l&url=totalinterface.com — 200 — 23.7 KiB — 151 ms — h2https://api.pagepeeker.com/v2/thumbs.php?size=l&url=allzips.comapi.pagepeeker.com/v2/thumbs.php?si... https://api.pagepeeker.com/v2/thumbs.php?size=l&url=allzips.com — 200 — 7.2 KiB — 136 ms — h2https://api.pagepeeker.com/v2/thumbs.php?size=l&url=skonflix.comapi.pagepeeker.com/v2/thumbs.php?si... https://api.pagepeeker.com/v2/thumbs.php?size=l&url=skonflix.com — 200 — 19.2 KiB — 149 ms — h2https://api.pagepeeker.com/v2/thumbs.php?size=l&url=votemysite.comapi.pagepeeker.com/v2/thumbs.php?si... https://api.pagepeeker.com/v2/thumbs.php?size=l&url=votemysite.com — 200 — 30.9 KiB — 150 ms — h2https://api.pagepeeker.com/v2/thumbs.php?size=l&url=buyrefurbishedlaptops.inapi.pagepeeker.com/v2/thumbs.php?si... https://api.pagepeeker.com/v2/thumbs.php?size=l&url=buyrefurbishedlaptops.in — 200 — 10.1 KiB — 144 ms — h2https://www.trackingcounter.com/api/eventwww.trackingcounter.com/api/event https://www.trackingcounter.com/api/event — 200 — 111 B — 70 ms — h2https://websanalytics.com/pixel-track/sQ5nBeNnNrnTri0gwebsanalytics.com/pixel-track/sQ5nB... https://websanalytics.com/pixel-track/sQ5nBeNnNrnTri0g — 200 — 17 B — 68 ms — h3https://pricemysite.com/favicon.ico/favicon.ico https://pricemysite.com/favicon.ico — 200 — 847 B — 33 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
8% of JavaScript execution is third-party
First-party Third-party 54ms · 3KB · £1/mo
websanalytics.com
Other
Optional
Execution 54ms
Transfer 3 KB
Monthly Cost £1/mo

How third-party costs are calculated

Image Optimization
6 images, 0 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

6

Total Size

0 KB

6 missing dimensions 6 missing lazy loading
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback