Skip to content
https://webworthit.com

Performance

· 23 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
79
GRADE
C
FIX
4
REVIEW
7
PASS
9
INFO
3

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

77
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
83
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
83
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.

2.09 s

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

2.22 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.021

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

2.09 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.22 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
23
9 PASS 7 REVIEW 4 FIX
D
Third-Party Impact
Action
70% third-party, 0 ms blocking
FIX
70% third-party, 0 ms blocking
Warning::
Third-party code accounts for 70% of page weight (1.3 MiB of 1.8 MiB)
Info::
Third-party blocking time is low (0 ms)
30%
70%
First-party Third-party
F
JS Bundles
Action
13 scripts, 866 KB unused
FIX
13 scripts, 866 KB unused
Warning::
https://www.gstatic.com/recaptcha/releases/BnqMGSY...: 185 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/BnqMGSY...: 185 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/BnqMGSY...: 185 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/BnqMGSY...: 185 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://webworthit.com/js/bootstrap.bundle.min.js: 68 KB unused (83%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 866 KB
866 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.gstatic.com/recaptcha/releases/BnqMGSY_YP4cCmbNINHpJPkd/recaptcha__en.js347 KB185 KB (53%)3rd
https://www.gstatic.com/recaptcha/releases/BnqMGSY_YP4cCmbNINHpJPkd/recaptcha__en.js0 KB185 KB (53%)3rd
https://www.gstatic.com/recaptcha/releases/BnqMGSY_YP4cCmbNINHpJPkd/recaptcha__en.js0 KB185 KB (53%)3rd
https://www.gstatic.com/recaptcha/releases/BnqMGSY_YP4cCmbNINHpJPkd/recaptcha__en.js347 KB185 KB (53%)3rd
https://webworthit.com/js/bootstrap.bundle.min.js83 KB68 KB (83%)1st
https://webworthit.com/js/jquery.min.js88 KB58 KB (67%)1st
https://www.networkadspace.com/showadss.php?w=728&h=90&n=1&bw=728&bh=900 KB3rd
https://www.google.com/recaptcha/api.js?hl=en&onload=captcha_loaded_9110530431013150ba828f5a90961cec&render=explicit1 KB3rd
https://webworthit.com/js/cookieconsent.latest.min.js5 KB1st
https://www.networkadspace.com/showadss.php?w=600&h=120&n=5&bw=125&bh=1251 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
45 resources · 1.8 MB · 866 KB savings available
FIX
45 resources · 1.8 MB · 866 KB savings available
Warning::
Page weight 1.8 MB exceeds 1 MB target by 817 KB
Got: 1.8 MB Expected: ≤ 1 MB
Info::
~866 KB of savings available
Warning::
33 third-party resources (70% of weight)
Info::
2 resources over 200KB
45 resources · 1.8 MiB · 33 third-party 816.6 KiB over 1MB target
JavaScript 48% · 877.9 KiB
Image 26% · 487.5 KiB
CSS 15% · 271.3 KiB
Font 8% · 152.5 KiB
Document 3% · 51.5 KiB

~866.2 KiB of savings available

Remove unused JavaScript: 866.2 KiB
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
C
Page Weight Budget
Action
1.8 MB transferred, 45 requests
REVIEW
1.8 MB transferred, 45 requests
Info::
Page weighs 4.6 MB (1.8 MB transferred)
Warning::
JavaScript is 878 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 878 KB
Info::
CSS is 271 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 271 KB
Info::
45 HTTP requests
Info::
Estimated 0.38 g CO2 per page load
1.8 MB / 2.4 MB budget
1.8 MB transferred
45 requests
0.38 g CO2 per page load
JavaScript 877.9 KiB 48%
Images 484.4 KiB 26%
CSS 271.3 KiB 15%
Fonts 152.5 KiB 8%
HTML 51.5 KiB 3%
Other 3.0 KiB 0%
0 2.4 MB 4.9 MB
Approaching limit

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

Source: web.dev

C
Image Optimization
Action
17 images, 0 KB saveable
REVIEW
17 images, 0 KB saveable
Warning::
https://www.networkadspace.com/images/nas-1-2-5-x-... 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://www.cryptoteambuild.com/images/generate-fr... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://adsearneth.com/images/aee1-2-5.gif 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://downlinehydra.com/images/dh-1-2-5-x-1-2-5.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.downlinebanners.com/images/dbs-1-2-5-x... 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://5xyourteam.com/images/5x-1-2-5-x-1-2-5.gif is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
17 images 484 KB
0 oversized -0 KB
15 legacy format
12 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

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
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
C
Document Compression
Action
Document response served uncompressed
REVIEW
Document response served uncompressed
Info::
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
B
Asset Compression
1 of 2 asset hosts serve text uncompressed
REVIEW
1 of 2 asset hosts serve text uncompressed
Info::
api.pagepeeker.com serves assets with brotli (assets: 6)
Got: api.pagepeeker.com (text/html)
Warning::
www.networkadspace.com serves text assets uncompressed (assets: 3)
The sampled response carries a text content type but no Content-Encoding, so the bytes go over the wire raw. Text compression typically removes 70-80% of a JS or CSS payload -- this is the single cheapest transfer win available on this host.
Got: www.networkadspace.com (text/html)
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.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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+
JS Execution Cost
385ms total JS execution
PASS
385ms total JS execution
Info::
https://www.gstatic.com/recaptcha/releases/BnqMGSY...: 193ms CPU time
Info::
https://webworthit.com/: 118ms CPU time
Info::
Unattributable: 74ms CPU time
Warning::
Third-party scripts: 193ms (50% of total)

Main Thread Breakdown

Script Evaluation 47% Other 26% Style & Layout 14% Script Parsing & Compilation 5% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://www.gstatic.com/recaptcha/releases/BnqMGSY_YP4cCmbNINHpJPkd/recaptcha__en.js193ms169ms17ms3rd
https://webworthit.com/118ms1ms1ms1st
Unattributable74ms2ms0ms1st
A+
Font Loading
4 fonts (152 KB)
PASS
4 fonts (152 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

152 KB total

Render-blocking

0

of 4

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 FCP 2.1 s LCP 2.2 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 — 35 ms — font-display: swaphttps://webworthit.com/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://webworthit.com/webfonts/fa-solid-900.woff2 — 76.6 KiB — 100 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 55 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 0 B — 0 ms — font-display: swap
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 42 KB
Load time 35 ms
Start 980 ms
Risk FOUT — text flashes from fallback to web font
fa-solid-900.woff2 woff2 swap
Size 77 KB
Load time 100 ms
Start 981 ms
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 55 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 0 KB
Load time 0 ms
Start 2.1 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+
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+
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
1 server-response signal(s) detected
PASS
1 server-response signal(s) detected
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.
Network Waterfall
45 requests over 2234ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 2.1 s LCP 2.2 shttps://webworthit.com// https://webworthit.com/ — 200 — 21.7 KiB — 437 ms — http/1.1https://webworthit.com/css/bootstrap.yeti.min.css/css/bootstrap.yeti.min.css https://webworthit.com/css/bootstrap.yeti.min.css — 200 — 164.7 KiB — 478 ms — http/1.1https://webworthit.com/css/app.css/css/app.css https://webworthit.com/css/app.css — 200 — 3.0 KiB — 182 ms — http/1.1https://webworthit.com/css/fontawesome.min.css/css/fontawesome.min.css https://webworthit.com/css/fontawesome.min.css — 200 — 58.2 KiB — 375 ms — http/1.1https://webworthit.com/js/jquery.min.js/js/jquery.min.js https://webworthit.com/js/jquery.min.js — 200 — 87.6 KiB — 479 ms — http/1.1https://webworthit.com/js/bootstrap.bundle.min.js/js/bootstrap.bundle.min.js https://webworthit.com/js/bootstrap.bundle.min.js — 200 — 82.6 KiB — 478 ms — http/1.1https://webworthit.com/js/base.js?v=0.1/js/base.js?v=0.1 https://webworthit.com/js/base.js?v=0.1 — 200 — 3.7 KiB — 295 ms — http/1.1https://www.networkadspace.com/showadss.php?w=728&h=90&n=1&bw=728&bh=90www.networkadspace.com/showadss.php... https://www.networkadspace.com/showadss.php?w=728&h=90&n=1&bw=728&bh=90 — 200 — 490 B — 351 ms — http/1.1https://webworthit.com/images/loader.gif/images/loader.gif https://webworthit.com/images/loader.gif — 200 — 44.6 KiB — 294 ms — http/1.1https://webworthit.com/images/untested.png/images/untested.png https://webworthit.com/images/untested.png — 200 — 3.9 KiB — 99 ms — http/1.1https://www.networkadspace.com/showadst.php?w=600&h=120&n=5&bw=&bh=www.networkadspace.com/showadst.php... https://www.networkadspace.com/showadst.php?w=600&h=120&n=5&bw=&bh= — 200 — 2.5 KiB — 115 ms — http/1.1https://www.networkadspace.com/showadss.php?w=600&h=120&n=5&bw=125&bh=125www.networkadspace.com/showadss.php... https://www.networkadspace.com/showadss.php?w=600&h=120&n=5&bw=125&bh=125 — 200 — 1.1 KiB — 153 ms — http/1.1https://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.5 KiB — 78 ms — h2https://webworthit.com/js/cookieconsent.latest.min.js/js/cookieconsent.latest.min.js https://webworthit.com/js/cookieconsent.latest.min.js — 200 — 4.7 KiB — 99 ms — http/1.1https://www.google.com/recaptcha/api.js?hl=en&onload=captcha_loaded_9110530431013150ba828f5a90961cec&render=explicitwww.google.com/recaptcha/api.js?hl=... https://www.google.com/recaptcha/api.js?hl=en&onload=captcha_loaded_9110530431013150ba828f5a90961cec&render=explicit — 200 — 1.0 KiB — 51 ms — h3https://www.cryptoteambuild.com/images/generate-free-leads-7-2-8.pngwww.cryptoteambuild.com/images/gene... https://www.cryptoteambuild.com/images/generate-free-leads-7-2-8.png — 200 — 115.1 KiB — 1.0 s — http/1.1https://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 — 35 ms — h3https://webworthit.com/webfonts/fa-solid-900.woff2/webfonts/fa-solid-900.woff2 https://webworthit.com/webfonts/fa-solid-900.woff2 — 200 — 76.6 KiB — 100 ms — http/1.1https://downlinehydra.com/images/dh-1-2-5-x-1-2-5.gifdownlinehydra.com/images/dh-1-2-5-x... https://downlinehydra.com/images/dh-1-2-5-x-1-2-5.gif — 200 — 79.6 KiB — 666 ms — http/1.1https://5xyourteam.com/images/5x-1-2-5-x-1-2-5.gif5xyourteam.com/images/5x-1-2-5-x-1-... https://5xyourteam.com/images/5x-1-2-5-x-1-2-5.gif — 200 — 42.8 KiB — 663 ms — http/1.1https://adsearneth.com/images/aee1-2-5.gifadsearneth.com/images/aee1-2-5.gif https://adsearneth.com/images/aee1-2-5.gif — 200 — 40.7 KiB — 84 ms — h2https://www.networkadspace.com/images/nas-1-2-5-x-1-2-5px-Square.gifwww.networkadspace.com/images/nas-1... https://www.networkadspace.com/images/nas-1-2-5-x-1-2-5px-Square.gif — 200 — 71.7 KiB — 318 ms — http/1.1https://www.downlinebanners.com/images/dbs-1-2-5-x-1-2-5-square.gifwww.downlinebanners.com/images/dbs-... https://www.downlinebanners.com/images/dbs-1-2-5-x-1-2-5-square.gif — 200 — 20.0 KiB — 430 ms — http/1.1https://api.pagepeeker.com/v2/thumbs.php?size=l&url=brittanypetros0074.fandom.comapi.pagepeeker.com/v2/thumbs.php?si... https://api.pagepeeker.com/v2/thumbs.php?size=l&url=brittanypetros0074.fandom.com — 200 — 8.1 KiB — 97 ms — h3https://api.pagepeeker.com/v2/thumbs.php?size=l&url=olympustaff.comapi.pagepeeker.com/v2/thumbs.php?si... https://api.pagepeeker.com/v2/thumbs.php?size=l&url=olympustaff.com — 200 — 26.9 KiB — 137 ms — h3https://api.pagepeeker.com/v2/thumbs.php?size=l&url=peru.comapi.pagepeeker.com/v2/thumbs.php?si... https://api.pagepeeker.com/v2/thumbs.php?size=l&url=peru.com — 200 — 1.9 KiB — 110 ms — h3https://api.pagepeeker.com/v2/thumbs.php?size=l&url=vitotaal.comapi.pagepeeker.com/v2/thumbs.php?si... https://api.pagepeeker.com/v2/thumbs.php?size=l&url=vitotaal.com — 200 — 4.8 KiB — 116 ms — h3https://api.pagepeeker.com/v2/thumbs.php?size=l&url=brittanypetros0074.blogspot.comapi.pagepeeker.com/v2/thumbs.php?si... https://api.pagepeeker.com/v2/thumbs.php?size=l&url=brittanypetros0074.blogspot.com — 200 — 16.6 KiB — 131 ms — h3https://api.pagepeeker.com/v2/thumbs.php?size=l&url=brittanypetros74.tumblr.comapi.pagepeeker.com/v2/thumbs.php?si... https://api.pagepeeker.com/v2/thumbs.php?size=l&url=brittanypetros74.tumblr.com — 200 — 5.4 KiB — 85 ms — h3https://www.gstatic.com/recaptcha/releases/BnqMGSY_YP4cCmbNINHpJPkd/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/BnqMGSY_YP4cCmbNINHpJPkd/recaptcha__en.js — 200 — 347.4 KiB — 126 ms — h2
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 2.1 s LCP 2.2 shttps://webworthit.com// https://webworthit.com/ — 200 — 21.7 KiB — 437 ms — http/1.1https://webworthit.com/css/bootstrap.yeti.min.css/css/bootstrap.yeti.min.css https://webworthit.com/css/bootstrap.yeti.min.css — 200 — 164.7 KiB — 478 ms — http/1.1https://webworthit.com/css/app.css/css/app.css https://webworthit.com/css/app.css — 200 — 3.0 KiB — 182 ms — http/1.1https://webworthit.com/css/fontawesome.min.css/css/fontawesome.min.css https://webworthit.com/css/fontawesome.min.css — 200 — 58.2 KiB — 375 ms — http/1.1https://webworthit.com/js/jquery.min.js/js/jquery.min.js https://webworthit.com/js/jquery.min.js — 200 — 87.6 KiB — 479 ms — http/1.1https://webworthit.com/js/bootstrap.bundle.min.js/js/bootstrap.bundle.min.js https://webworthit.com/js/bootstrap.bundle.min.js — 200 — 82.6 KiB — 478 ms — http/1.1https://webworthit.com/js/base.js?v=0.1/js/base.js?v=0.1 https://webworthit.com/js/base.js?v=0.1 — 200 — 3.7 KiB — 295 ms — http/1.1https://www.networkadspace.com/showadss.php?w=728&h=90&n=1&bw=728&bh=90www.networkadspace.com/showadss.php... https://www.networkadspace.com/showadss.php?w=728&h=90&n=1&bw=728&bh=90 — 200 — 490 B — 351 ms — http/1.1https://webworthit.com/images/loader.gif/images/loader.gif https://webworthit.com/images/loader.gif — 200 — 44.6 KiB — 294 ms — http/1.1https://webworthit.com/images/untested.png/images/untested.png https://webworthit.com/images/untested.png — 200 — 3.9 KiB — 99 ms — http/1.1https://www.networkadspace.com/showadst.php?w=600&h=120&n=5&bw=&bh=www.networkadspace.com/showadst.php... https://www.networkadspace.com/showadst.php?w=600&h=120&n=5&bw=&bh= — 200 — 2.5 KiB — 115 ms — http/1.1https://www.networkadspace.com/showadss.php?w=600&h=120&n=5&bw=125&bh=125www.networkadspace.com/showadss.php... https://www.networkadspace.com/showadss.php?w=600&h=120&n=5&bw=125&bh=125 — 200 — 1.1 KiB — 153 ms — http/1.1https://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.5 KiB — 78 ms — h2https://webworthit.com/js/cookieconsent.latest.min.js/js/cookieconsent.latest.min.js https://webworthit.com/js/cookieconsent.latest.min.js — 200 — 4.7 KiB — 99 ms — http/1.1https://www.google.com/recaptcha/api.js?hl=en&onload=captcha_loaded_9110530431013150ba828f5a90961cec&render=explicitwww.google.com/recaptcha/api.js?hl=... https://www.google.com/recaptcha/api.js?hl=en&onload=captcha_loaded_9110530431013150ba828f5a90961cec&render=explicit — 200 — 1.0 KiB — 51 ms — h3https://www.cryptoteambuild.com/images/generate-free-leads-7-2-8.pngwww.cryptoteambuild.com/images/gene... https://www.cryptoteambuild.com/images/generate-free-leads-7-2-8.png — 200 — 115.1 KiB — 1.0 s — http/1.1https://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 — 35 ms — h3https://webworthit.com/webfonts/fa-solid-900.woff2/webfonts/fa-solid-900.woff2 https://webworthit.com/webfonts/fa-solid-900.woff2 — 200 — 76.6 KiB — 100 ms — http/1.1https://downlinehydra.com/images/dh-1-2-5-x-1-2-5.gifdownlinehydra.com/images/dh-1-2-5-x... https://downlinehydra.com/images/dh-1-2-5-x-1-2-5.gif — 200 — 79.6 KiB — 666 ms — http/1.1https://5xyourteam.com/images/5x-1-2-5-x-1-2-5.gif5xyourteam.com/images/5x-1-2-5-x-1-... https://5xyourteam.com/images/5x-1-2-5-x-1-2-5.gif — 200 — 42.8 KiB — 663 ms — http/1.1https://adsearneth.com/images/aee1-2-5.gifadsearneth.com/images/aee1-2-5.gif https://adsearneth.com/images/aee1-2-5.gif — 200 — 40.7 KiB — 84 ms — h2https://www.networkadspace.com/images/nas-1-2-5-x-1-2-5px-Square.gifwww.networkadspace.com/images/nas-1... https://www.networkadspace.com/images/nas-1-2-5-x-1-2-5px-Square.gif — 200 — 71.7 KiB — 318 ms — http/1.1https://www.downlinebanners.com/images/dbs-1-2-5-x-1-2-5-square.gifwww.downlinebanners.com/images/dbs-... https://www.downlinebanners.com/images/dbs-1-2-5-x-1-2-5-square.gif — 200 — 20.0 KiB — 430 ms — http/1.1https://api.pagepeeker.com/v2/thumbs.php?size=l&url=brittanypetros0074.fandom.comapi.pagepeeker.com/v2/thumbs.php?si... https://api.pagepeeker.com/v2/thumbs.php?size=l&url=brittanypetros0074.fandom.com — 200 — 8.1 KiB — 97 ms — h3https://api.pagepeeker.com/v2/thumbs.php?size=l&url=olympustaff.comapi.pagepeeker.com/v2/thumbs.php?si... https://api.pagepeeker.com/v2/thumbs.php?size=l&url=olympustaff.com — 200 — 26.9 KiB — 137 ms — h3https://api.pagepeeker.com/v2/thumbs.php?size=l&url=peru.comapi.pagepeeker.com/v2/thumbs.php?si... https://api.pagepeeker.com/v2/thumbs.php?size=l&url=peru.com — 200 — 1.9 KiB — 110 ms — h3https://api.pagepeeker.com/v2/thumbs.php?size=l&url=vitotaal.comapi.pagepeeker.com/v2/thumbs.php?si... https://api.pagepeeker.com/v2/thumbs.php?size=l&url=vitotaal.com — 200 — 4.8 KiB — 116 ms — h3https://api.pagepeeker.com/v2/thumbs.php?size=l&url=brittanypetros0074.blogspot.comapi.pagepeeker.com/v2/thumbs.php?si... https://api.pagepeeker.com/v2/thumbs.php?size=l&url=brittanypetros0074.blogspot.com — 200 — 16.6 KiB — 131 ms — h3https://api.pagepeeker.com/v2/thumbs.php?size=l&url=brittanypetros74.tumblr.comapi.pagepeeker.com/v2/thumbs.php?si... https://api.pagepeeker.com/v2/thumbs.php?size=l&url=brittanypetros74.tumblr.com — 200 — 5.4 KiB — 85 ms — h3https://www.gstatic.com/recaptcha/releases/BnqMGSY_YP4cCmbNINHpJPkd/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/BnqMGSY_YP4cCmbNINHpJPkd/recaptcha__en.js — 200 — 347.4 KiB — 126 ms — h2https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LeLXwchAAAAAAQ56Pcs4lL12Xu4tB3PJXeNvryi&co=aHR0cHM6Ly93ZWJ3b3J0aGl0LmNvbTo0NDM.&hl=en&type=image&v=BnqMGSY_YP4cCmbNINHpJPkd&theme=light&size=normal&anchor-ms=20000&execute-ms=30000&cb=m40xf3lbj2vrwww.google.com/recaptcha/api2/ancho... https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LeLXwchAAAAAAQ56Pcs4lL12Xu4tB3PJXeNvryi&co=aHR0cHM6Ly93ZWJ3b3J0aGl0LmNvbTo0NDM.&hl=en&type=image&v=BnqMGSY_YP4cCmbNINHpJPkd&theme=light&size=normal&anchor-ms=20000&execute-ms=30000&cb=m40xf3lbj2vr — 200 — 27.7 KiB — 65 ms — h3https://www.gstatic.com/recaptcha/releases/BnqMGSY_YP4cCmbNINHpJPkd/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/BnqMGSY_YP4cCmbNINHpJPkd/styles__ltr.css — 200 — 41.4 KiB — 28 ms — h3https://www.gstatic.com/recaptcha/releases/BnqMGSY_YP4cCmbNINHpJPkd/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/BnqMGSY_YP4cCmbNINHpJPkd/recaptcha__en.js — 200 — 346.7 KiB — 79 ms — h3data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAANICAYAAABZl8i8AAAAIGNIUk0AAHomAACAhAAA+gAAAIDoA…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAANICAYAAABZl8i8AAAAIGNIUk0AAHomAACAhAAA+gAAAIDoA… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAATsCAMAAADb3wBdAAAAIGNIUk0AAHomAACAhAAA+gAAAIDoA…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAATsCAMAAADb3wBdAAAAIGNIUk0AAHomAACAhAAA+gAAAIDoA… — 200 — 0 B — 0 ms — datahttps://www.gstatic.com/recaptcha/api2/logo_48.pngwww.gstatic.com/recaptcha/api2/logo... https://www.gstatic.com/recaptcha/api2/logo_48.png — 200 — 2.2 KiB — 25 ms — h3https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=BnqMGSY_YP4cCmbNINHpJPkdwww.google.com/recaptcha/api2/webwo... https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=BnqMGSY_YP4cCmbNINHpJPkd — 200 — 23 B — 189 ms — h3https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 33.9 KiB — 55 ms — h3https://www.gstatic.com/recaptcha/releases/BnqMGSY_YP4cCmbNINHpJPkd/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/BnqMGSY_YP4cCmbNINHpJPkd/recaptcha__en.js — 200 — 0 B — 15 ms — h3https://www.google.com/recaptcha/api2/bframe?hl=en&v=BnqMGSY_YP4cCmbNINHpJPkd&k=6LeLXwchAAAAAAQ56Pcs4lL12Xu4tB3PJXeNvryi&bft=0dAFcWeA6T08qqzoufharWhOz6byNrKvTTGZ_rSsSEhKZf4C_CxKCIEBBs-0un8f8QveOzOk2OixcTRzM7fTzR4wKLsfZ68jJzqQwww.google.com/recaptcha/api2/bfram... https://www.google.com/recaptcha/api2/bframe?hl=en&v=BnqMGSY_YP4cCmbNINHpJPkd&k=6LeLXwchAAAAAAQ56Pcs4lL12Xu4tB3PJXeNvryi&bft=0dAFcWeA6T08qqzoufharWhOz6byNrKvTTGZ_rSsSEhKZf4C_CxKCIEBBs-0un8f8QveOzOk2OixcTRzM7fTzR4wKLsfZ68jJzqQ — 200 — 2.2 KiB — 30 ms — h3https://www.gstatic.com/recaptcha/releases/BnqMGSY_YP4cCmbNINHpJPkd/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/BnqMGSY_YP4cCmbNINHpJPkd/styles__ltr.css — 200 — 0 B — 0 ms — h3https://www.gstatic.com/recaptcha/releases/BnqMGSY_YP4cCmbNINHpJPkd/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/BnqMGSY_YP4cCmbNINHpJPkd/recaptcha__en.js — 200 — 0 B — 0 ms — h3https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 0 B — 0 ms — h3https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.9/light-floating.csscdnjs.cloudflare.com/ajax/libs/cook... https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.9/light-floating.css — 200 — 1.4 KiB — 59 ms — h3https://webworthit.com/favicon.ico/favicon.ico https://webworthit.com/favicon.ico — 200 — 3.0 KiB — 99 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
50% of JavaScript execution is third-party
First-party Third-party 193ms · 0KB · $3/mo
www.gstatic.com
Other
Optional
Execution 193ms
Transfer 0 KB
Unused 53%
Monthly Cost $3/mo

50% of JavaScript execution time comes from third-party scripts.

Why this matters

Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.

Learn more

Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.

Source: web.dev / HTTP Archive Web Almanac

53% of www.gstatic.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

Image Optimization
18 images, 22 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

18

Total Size

22 KB

6 missing alt text 18 missing dimensions 17 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