Skip to content
https://worthmysite.org

Performance

· 26 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
89
GRADE
B
FIX
1
REVIEW
9
PASS
13
INFO
3

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

63
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
63
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.

3.73 s

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

6.86 s

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

174 ms

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

0.000

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

5.10 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.

6.87 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
26
13 PASS 9 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
51% third-party, 0 ms blocking
REVIEW
51% third-party, 0 ms blocking
Warning::
Third-party code accounts for 51% of page weight (306.9 KiB of 603.1 KiB)
Info::
Third-party blocking time is low (0 ms)
49%
51%
First-party Third-party
C
Image Optimization
Action
10 images, 0 KB saveable
REVIEW
10 images, 0 KB saveable
Warning::
https://worthmysite.org/theme/default/img/a700.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://worthmysite.org/site_snapshot/seowave.org.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://worthmysite.org/site_snapshot/nzara.net.jp... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://worthmysite.org/theme/default/img/no-previ... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://worthmysite.org/theme/default/img/logo.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://worthmysite.org/site_snapshot/kujuka.com.j... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
10 images 62 KB
0 oversized -0 KB
10 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
921ms total JS execution
REVIEW
921ms total JS execution
Info::
https://www.googletagmanager.com/gtag/js?id=G-5RKN...: 235ms CPU time
Info::
https://ajax.googleapis.com/ajax/libs/jquery/1.10....: 186ms CPU time
Info::
Unattributable: 174ms CPU time
Info::
https://worthmysite.org/: 150ms CPU time
Info::
https://code.jquery.com/jquery-1.10.2.min.js: 121ms CPU time
Warning::
Third-party scripts: 596ms (65% of total)

Main Thread Breakdown

Script Evaluation 38% Other 26% Style & Layout 18% Script Parsing & Compilation 10% Rendering 4% Parse HTML & CSS 4%
ScriptTotalScriptingParse/CompileParty
https://www.googletagmanager.com/gtag/js?id=G-5RKNGD3DXD235ms188ms46ms3rd
https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js186ms36ms7ms3rd
Unattributable174ms6ms0ms1st
https://worthmysite.org/150ms6ms3ms1st
https://code.jquery.com/jquery-1.10.2.min.js121ms87ms7ms3rd
https://www.google-analytics.com/analytics.js53ms44ms4ms3rd
B
JS Bundles
12 scripts, 112 KB unused
REVIEW
12 scripts, 112 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-5RKN...: 66 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1...: 23 KB unused (88%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://ajax.googleapis.com/ajax/libs/jquery/1.10....: 22 KB unused (69%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 112 KB
112 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-5RKNGD3DXD152 KB66 KB (44%)3rd
https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js28 KB23 KB (88%)3rd
https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js33 KB22 KB (69%)3rd
https://code.jquery.com/jquery-1.10.2.min.js32 KB3rd
https://netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js8 KB3rd
https://worthmysite.org/theme/default/js/bootstrap.min.js7 KB1st
https://worthmysite.org/theme/default/js/plugins/morris/morris.min.js10 KB1st
https://worthmysite.org/theme/default/js/plugins/jvectormap/jquery-jvectormap-1.2.2.min.js9 KB1st
https://worthmysite.org/theme/default/js/plugins/jvectormap/jquery-jvectormap-world-mill-en.js50 KB1st
https://worthmysite.org/theme/default/js/plugins/jqueryKnob/jquery.knob.js6 KB1st

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

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.
B
Compression Algorithm
Main response uses gzip; brotli would be ~20% smaller
REVIEW
Main response uses gzip; brotli would be ~20% smaller
Info::
Main HTML response uses gzip (brotli would be ~20% smaller)
All current browsers support brotli. Most CDNs (Cloudflare, Fastly, AWS CloudFront, Vercel, Netlify) can switch from gzip to brotli with a single config flag. Origin servers (nginx, Apache) need a brotli module compiled in -- nginx-brotli or Apache mod_brotli.
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::
10 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.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Page Weight Budget
603 KB transferred, 39 requests
PASS
603 KB transferred, 39 requests
Info::
Page weighs 1.6 MB (603 KB transferred)
Info::
39 HTTP requests
Info::
Estimated 0.12 g CO2 per page load
603 KB / 2.4 MB budget
603 KB transferred
39 requests
0.12 g CO2 per page load
JavaScript 368.0 KiB 61%
Fonts 111.2 KiB 18%
Images 61.6 KiB 10%
CSS 53.8 KiB 9%
HTML 5.9 KiB 1%
Other 1.6 KiB 0%
Other 549 B 0%
Other 452 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
3 fonts (111 KB)
PASS
3 fonts (111 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

111 KB total

Render-blocking

0

of 3

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 3.7 s LCP 6.9 shttps://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff26xK3dSBYKcSV-LCoeQqfX1R... https://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2 — 14.5 KiB — 39 ms — font-display: swaphttps://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu3cOWxw.woff26xKydSBYKcSV-LCoeQqfX1R... https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu3cOWxw.woff2 — 14.6 KiB — 50 ms — font-display: swaphttps://worthmysite.org/theme/default/fonts/fontawesome-webfont.woff?v=4.1.0fontawesome-webfont.woff https://worthmysite.org/theme/default/fonts/fontawesome-webfont.woff?v=4.1.0 — 82.1 KiB — 91 ms — font-display: swap
6xK3dSBYKcSV-LCoeQqfX1R... woff2 swap
Size 15 KB
Load time 39 ms
Start 559 ms
Risk FOUT — text flashes from fallback to web font
6xKydSBYKcSV-LCoeQqfX1R... woff2 swap
Size 15 KB
Load time 50 ms
Start 559 ms
Risk FOUT — text flashes from fallback to web font
fontawesome-webfont.woff woff swap
Size 82 KB
Load time 91 ms
Start 560 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
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)

Fixing the unchecked items could save ~25 KB and ~50 ms

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
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
39 resources · 603 KB · 112 KB savings available
PASS
39 resources · 603 KB · 112 KB savings available
Info::
Within 1MB page-weight target
Got: 603 KB
Info::
~112 KB of savings available
Warning::
13 third-party resources (51% of weight)
39 resources · 603.1 KiB · 13 third-party Within 1MB page-weight target
JavaScript 61% · 368.0 KiB
Font 18% · 111.2 KiB
Image 10% · 63.2 KiB
CSS 9% · 53.8 KiB
Document 1% · 5.9 KiB
Other 0% · 1001 B

~111.9 KiB of savings available

Remove unused JavaScript: 111.9 KiB
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
1 CSS depth issue(s) detected
PASS
1 CSS depth issue(s) detected
Warning::
7 render-blocking stylesheet(s) -- recommended: <=3
Each `<link rel="stylesheet">` without a non-blocking `media` attribute holds up the first paint. Browsers download all of them before painting any content. Consolidate into 1-2 critical-path stylesheets; defer non-critical CSS via `<link rel="stylesheet" media="print" onload="this.media='all'">` or via the loadCSS pattern; inline above-the-fold CSS in `<style>` to short-circuit the request entirely.
Network Waterfall
39 requests over 837ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 3.7 s LCP 6.9 shttps://worthmysite.org// https://worthmysite.org/ — 200 — 5.9 KiB — 147 ms — http/1.1https://worthmysite.org/theme/default/css/theme.css/theme/default/css/theme.css https://worthmysite.org/theme/default/css/theme.css — 200 — 23.4 KiB — 64 ms — http/1.1https://worthmysite.org/theme/default/css/font-awesome.min.css/theme/default/css/font-awesome.min... https://worthmysite.org/theme/default/css/font-awesome.min.css — 200 — 4.9 KiB — 35 ms — http/1.1https://worthmysite.org/theme/default/css/ionicons.min.css/theme/default/css/ionicons.min.css https://worthmysite.org/theme/default/css/ionicons.min.css — 200 — 6.1 KiB — 67 ms — http/1.1https://worthmysite.org/theme/default/css/morris/morris.css/theme/default/css/morris/morris.cs... https://worthmysite.org/theme/default/css/morris/morris.css — 200 — 549 B — 90 ms — http/1.1https://worthmysite.org/theme/default/css/jvectormap/jquery-jvectormap-1.2.2.css/theme/default/css/jvectormap/jquer... https://worthmysite.org/theme/default/css/jvectormap/jquery-jvectormap-1.2.2.css — 200 — 577 B — 91 ms — http/1.1https://worthmysite.org/theme/default/css/AdminLTE.css/theme/default/css/AdminLTE.css https://worthmysite.org/theme/default/css/AdminLTE.css — 200 — 12.4 KiB — 94 ms — http/1.1https://worthmysite.org/theme/default/css/reset.css/theme/default/css/reset.css https://worthmysite.org/theme/default/css/reset.css — 200 — 2.8 KiB — 92 ms — http/1.1https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.jsajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js — 200 — 32.8 KiB — 182 ms — h2https://worthmysite.org/theme/default/img/logo.png/theme/default/img/logo.png https://worthmysite.org/theme/default/img/logo.png — 200 — 7.8 KiB — 34 ms — http/1.1https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,200italic,300italic,400italic,600italicfonts.googleapis.com/css?family=Sou... https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,200italic,300italic,400italic,600italic — 200 — 1.1 KiB — 167 ms — h2https://worthmysite.org/theme/default/img/a700.png/theme/default/img/a700.png https://worthmysite.org/theme/default/img/a700.png — 200 — 6.0 KiB — 31 ms — http/1.1https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,300italic,400italic,600italicfonts.googleapis.com/css?family=Sou... https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,300italic,400italic,600italic — 200 — 1.1 KiB — 135 ms — h2https://fonts.googleapis.com/css?family=Kaushan+Scriptfonts.googleapis.com/css?family=Kau... https://fonts.googleapis.com/css?family=Kaushan+Script — 200 — 865 B — 130 ms — h2https://worthmysite.org/site_snapshot/seowave.org.jpg/site_snapshot/seowave.org.jpg https://worthmysite.org/site_snapshot/seowave.org.jpg — 200 — 14 B — 36 ms — http/1.1https://worthmysite.org/site_snapshot/kujuka.com.jpg/site_snapshot/kujuka.com.jpg https://worthmysite.org/site_snapshot/kujuka.com.jpg — 200 — 14 B — 39 ms — http/1.1https://worthmysite.org/site_snapshot/nzara.net.jpg/site_snapshot/nzara.net.jpg https://worthmysite.org/site_snapshot/nzara.net.jpg — 200 — 14 B — 38 ms — http/1.1https://code.jquery.com/jquery-1.10.2.min.jscode.jquery.com/jquery-1.10.2.min.j... https://code.jquery.com/jquery-1.10.2.min.js — 200 — 32.4 KiB — 38 ms — h2https://netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.jsnetdna.bootstrapcdn.com/bootstrap/3... https://netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js — 200 — 8.4 KiB — 81 ms — h3https://worthmysite.org/theme/default/js/bootstrap.min.js/theme/default/js/bootstrap.min.js https://worthmysite.org/theme/default/js/bootstrap.min.js — 200 — 7.4 KiB — 33 ms — http/1.1https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.jscdnjs.cloudflare.com/ajax/libs/raph... https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js — 200 — 27.6 KiB — 108 ms — h3https://worthmysite.org/theme/default/js/plugins/morris/morris.min.js/theme/default/js/plugins/morris/mo... https://worthmysite.org/theme/default/js/plugins/morris/morris.min.js — 200 — 10.0 KiB — 39 ms — http/1.1https://worthmysite.org/theme/default/js/plugins/jvectormap/jquery-jvectormap-1.2.2.min.js/theme/default/js/plugins/jvectorma... https://worthmysite.org/theme/default/js/plugins/jvectormap/jquery-jvectormap-1.2.2.min.js — 200 — 9.0 KiB — 38 ms — http/1.1https://worthmysite.org/theme/default/js/plugins/jvectormap/jquery-jvectormap-world-mill-en.js/theme/default/js/plugins/jvectorma... https://worthmysite.org/theme/default/js/plugins/jvectormap/jquery-jvectormap-world-mill-en.js — 200 — 49.7 KiB — 79 ms — http/1.1https://worthmysite.org/theme/default/js/plugins/jqueryKnob/jquery.knob.js/theme/default/js/plugins/jqueryKno... https://worthmysite.org/theme/default/js/plugins/jqueryKnob/jquery.knob.js — 200 — 5.7 KiB — 38 ms — http/1.1https://worthmysite.org/theme/default/js/AdminLTE/app.js/theme/default/js/AdminLTE/app.js https://worthmysite.org/theme/default/js/AdminLTE/app.js — 200 — 12.6 KiB — 39 ms — http/1.1https://worthmysite.org/theme/default/img/no-preview.png/theme/default/img/no-preview.png https://worthmysite.org/theme/default/img/no-preview.png — 200 — 12.6 KiB — 39 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=G-5RKNGD3DXDwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-5RKNGD3DXD — 200 — 151.5 KiB — 263 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 172 ms — h2https://worthmysite.org/theme/default/img/img-icons-background.jpg/theme/default/img/img-icons-backgr... https://worthmysite.org/theme/default/img/img-icons-background.jpg — 200 — 33.3 KiB — 32 ms — http/1.1
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 3.7 s LCP 6.9 shttps://worthmysite.org// https://worthmysite.org/ — 200 — 5.9 KiB — 147 ms — http/1.1https://worthmysite.org/theme/default/css/theme.css/theme/default/css/theme.css https://worthmysite.org/theme/default/css/theme.css — 200 — 23.4 KiB — 64 ms — http/1.1https://worthmysite.org/theme/default/css/font-awesome.min.css/theme/default/css/font-awesome.min... https://worthmysite.org/theme/default/css/font-awesome.min.css — 200 — 4.9 KiB — 35 ms — http/1.1https://worthmysite.org/theme/default/css/ionicons.min.css/theme/default/css/ionicons.min.css https://worthmysite.org/theme/default/css/ionicons.min.css — 200 — 6.1 KiB — 67 ms — http/1.1https://worthmysite.org/theme/default/css/morris/morris.css/theme/default/css/morris/morris.cs... https://worthmysite.org/theme/default/css/morris/morris.css — 200 — 549 B — 90 ms — http/1.1https://worthmysite.org/theme/default/css/jvectormap/jquery-jvectormap-1.2.2.css/theme/default/css/jvectormap/jquer... https://worthmysite.org/theme/default/css/jvectormap/jquery-jvectormap-1.2.2.css — 200 — 577 B — 91 ms — http/1.1https://worthmysite.org/theme/default/css/AdminLTE.css/theme/default/css/AdminLTE.css https://worthmysite.org/theme/default/css/AdminLTE.css — 200 — 12.4 KiB — 94 ms — http/1.1https://worthmysite.org/theme/default/css/reset.css/theme/default/css/reset.css https://worthmysite.org/theme/default/css/reset.css — 200 — 2.8 KiB — 92 ms — http/1.1https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.jsajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js — 200 — 32.8 KiB — 182 ms — h2https://worthmysite.org/theme/default/img/logo.png/theme/default/img/logo.png https://worthmysite.org/theme/default/img/logo.png — 200 — 7.8 KiB — 34 ms — http/1.1https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,200italic,300italic,400italic,600italicfonts.googleapis.com/css?family=Sou... https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,200italic,300italic,400italic,600italic — 200 — 1.1 KiB — 167 ms — h2https://worthmysite.org/theme/default/img/a700.png/theme/default/img/a700.png https://worthmysite.org/theme/default/img/a700.png — 200 — 6.0 KiB — 31 ms — http/1.1https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,300italic,400italic,600italicfonts.googleapis.com/css?family=Sou... https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,300italic,400italic,600italic — 200 — 1.1 KiB — 135 ms — h2https://fonts.googleapis.com/css?family=Kaushan+Scriptfonts.googleapis.com/css?family=Kau... https://fonts.googleapis.com/css?family=Kaushan+Script — 200 — 865 B — 130 ms — h2https://worthmysite.org/site_snapshot/seowave.org.jpg/site_snapshot/seowave.org.jpg https://worthmysite.org/site_snapshot/seowave.org.jpg — 200 — 14 B — 36 ms — http/1.1https://worthmysite.org/site_snapshot/kujuka.com.jpg/site_snapshot/kujuka.com.jpg https://worthmysite.org/site_snapshot/kujuka.com.jpg — 200 — 14 B — 39 ms — http/1.1https://worthmysite.org/site_snapshot/nzara.net.jpg/site_snapshot/nzara.net.jpg https://worthmysite.org/site_snapshot/nzara.net.jpg — 200 — 14 B — 38 ms — http/1.1https://code.jquery.com/jquery-1.10.2.min.jscode.jquery.com/jquery-1.10.2.min.j... https://code.jquery.com/jquery-1.10.2.min.js — 200 — 32.4 KiB — 38 ms — h2https://netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.jsnetdna.bootstrapcdn.com/bootstrap/3... https://netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js — 200 — 8.4 KiB — 81 ms — h3https://worthmysite.org/theme/default/js/bootstrap.min.js/theme/default/js/bootstrap.min.js https://worthmysite.org/theme/default/js/bootstrap.min.js — 200 — 7.4 KiB — 33 ms — http/1.1https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.jscdnjs.cloudflare.com/ajax/libs/raph... https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js — 200 — 27.6 KiB — 108 ms — h3https://worthmysite.org/theme/default/js/plugins/morris/morris.min.js/theme/default/js/plugins/morris/mo... https://worthmysite.org/theme/default/js/plugins/morris/morris.min.js — 200 — 10.0 KiB — 39 ms — http/1.1https://worthmysite.org/theme/default/js/plugins/jvectormap/jquery-jvectormap-1.2.2.min.js/theme/default/js/plugins/jvectorma... https://worthmysite.org/theme/default/js/plugins/jvectormap/jquery-jvectormap-1.2.2.min.js — 200 — 9.0 KiB — 38 ms — http/1.1https://worthmysite.org/theme/default/js/plugins/jvectormap/jquery-jvectormap-world-mill-en.js/theme/default/js/plugins/jvectorma... https://worthmysite.org/theme/default/js/plugins/jvectormap/jquery-jvectormap-world-mill-en.js — 200 — 49.7 KiB — 79 ms — http/1.1https://worthmysite.org/theme/default/js/plugins/jqueryKnob/jquery.knob.js/theme/default/js/plugins/jqueryKno... https://worthmysite.org/theme/default/js/plugins/jqueryKnob/jquery.knob.js — 200 — 5.7 KiB — 38 ms — http/1.1https://worthmysite.org/theme/default/js/AdminLTE/app.js/theme/default/js/AdminLTE/app.js https://worthmysite.org/theme/default/js/AdminLTE/app.js — 200 — 12.6 KiB — 39 ms — http/1.1https://worthmysite.org/theme/default/img/no-preview.png/theme/default/img/no-preview.png https://worthmysite.org/theme/default/img/no-preview.png — 200 — 12.6 KiB — 39 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=G-5RKNGD3DXDwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-5RKNGD3DXD — 200 — 151.5 KiB — 263 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 172 ms — h2https://worthmysite.org/theme/default/img/img-icons-background.jpg/theme/default/img/img-icons-backgr... https://worthmysite.org/theme/default/img/img-icons-background.jpg — 200 — 33.3 KiB — 32 ms — http/1.1https://worthmysite.org/theme/default/img/facebook.png/theme/default/img/facebook.png https://worthmysite.org/theme/default/img/facebook.png — 200 — 492 B — 36 ms — http/1.1https://worthmysite.org/theme/default/img/twitter.png/theme/default/img/twitter.png https://worthmysite.org/theme/default/img/twitter.png — 200 — 676 B — 35 ms — http/1.1https://worthmysite.org/theme/default/img/gp.png/theme/default/img/gp.png https://worthmysite.org/theme/default/img/gp.png — 200 — 680 B — 35 ms — http/1.1https://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2fonts.gstatic.com/s/sourcesanspro/v... https://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2 — 200 — 14.5 KiB — 39 ms — h3https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu3cOWxw.woff2fonts.gstatic.com/s/sourcesanspro/v... https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu3cOWxw.woff2 — 200 — 14.6 KiB — 50 ms — h3https://worthmysite.org/theme/default/fonts/fontawesome-webfont.woff?v=4.1.0/theme/default/fonts/fontawesome-we... https://worthmysite.org/theme/default/fonts/fontawesome-webfont.woff?v=4.1.0 — 200 — 82.1 KiB — 91 ms — http/1.1https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1753590514&t=pageview&_s=1&dl=https%3A%2F%2Fworthmysite.org%2F&ul=en-us&dt=Estimate%20Your%20Site%20Worth%20%7C%20Worth%20My%20Site&sr=412x823&vp=412x823&_u=IEBAAEABAAAAACAAI~&jid=85929660&gjid=1286612048&cid=675996739.1779796538&tid=G-5RKNGD3DXD&_gid=153854724.1779796538&_r=1&_slc=1&z=1804549829www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1753590514&t=pageview&_s=1&dl=https%3A%2F%2Fworthmysite.org%2F&ul=en-us&dt=Estimate%20Your%20Site%20Worth%20%7C%20Worth%20My%20Site&sr=412x823&vp=412x823&_u=IEBAAEABAAAAACAAI~&jid=85929660&gjid=1286612048&cid=675996739.1779796538&tid=G-5RKNGD3DXD&_gid=153854724.1779796538&_r=1&_slc=1&z=1804549829 — 200 — 452 B — 54 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-5RKNGD3DXD&gtm=45je65k1v881068245za200zd881068245&_p=1779796537549&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=675996739.1779796538&frm=0&pscdl=noapi&rcb=13&sr=412x823&uaa=&uab=64&uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.178&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938465~115938469~119034493&sid=1779796537&sct=1&seg=0&dl=https%3A%2F%2Fworthmysite.org%2F&dt=Estimate%20Your%20Site%20Worth%20%7C%20Worth%20My%20Site&en=page_view&_fv=1&_ss=1&_ee=1&tfd=740region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-5RKNGD3DXD&gtm=45je65k1v881068245za200zd881068245&_p=1779796537549&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=675996739.1779796538&frm=0&pscdl=noapi&rcb=13&sr=412x823&uaa=&uab=64&uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.178&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938465~115938469~119034493&sid=1779796537&sct=1&seg=0&dl=https%3A%2F%2Fworthmysite.org%2F&dt=Estimate%20Your%20Site%20Worth%20%7C%20Worth%20My%20Site&en=page_view&_fv=1&_ss=1&_ee=1&tfd=740 — 204 — 549 B — 96 ms — h2https://worthmysite.org/theme/default/img/favicon.ico/theme/default/img/favicon.ico https://worthmysite.org/theme/default/img/favicon.ico — 200 — 1.6 KiB — 33 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
65% of JavaScript execution is third-party
First-party Third-party 596ms · 238KB · €6/mo
Google Tag Manager
Tag Manager
Costly
Execution 235ms
Transfer 152 KB
Unused 44%
Monthly Cost €3/mo
ajax.googleapis.com
Other
Optional
Execution 186ms
Transfer 33 KB
Unused 69%
Monthly Cost €2/mo
code.jquery.com
Other
Optional
Execution 121ms
Transfer 32 KB
Monthly Cost €1/mo
Google Analytics
Analytics
Optional
Execution 53ms
Transfer 21 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • Google Tag Manager adds 235ms and costs ~€3/month

65% 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

Google Tag Manager takes 235ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

69% of ajax.googleapis.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
12 images, 94 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

12

Total Size

94 KB

2 missing alt text 12 missing dimensions 11 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