Skip to content
https://worthmysite.org

Performance

· 26 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
88
GRADE
B
FIX
1
REVIEW
8
PASS
14
INFO
3

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

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

4.82 s

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

7.11 s

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

179 ms

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

0.010

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

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

7.12 s

Page Load Progression

391 ms
783 ms
1.2 s
1.6 s
2.0 s
2.3 s
2.7 s
3.1 s
Checks
26
14 PASS 8 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 (310.1 KiB of 606.4 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/logo.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/kujuka.com.j... 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/a700.png 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.
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

C
JS Execution Cost
Action
1379ms total JS execution
REVIEW
1379ms total JS execution
Warning::
https://www.googletagmanager.com/gtag/js?id=G-5RKN...: 290ms CPU time
Warning::
https://worthmysite.org/: 289ms CPU time
Info::
Unattributable: 223ms CPU time
Info::
https://ajax.googleapis.com/ajax/libs/jquery/1.10....: 182ms CPU time
Info::
https://code.jquery.com/jquery-1.10.2.min.js: 146ms CPU time
Warning::
Third-party scripts: 781ms (57% of total)

Main Thread Breakdown

Script Evaluation 39% Other 28% Style & Layout 16% Script Parsing & Compilation 8% Rendering 6% Parse HTML & CSS 3%
ScriptTotalScriptingParse/CompileParty
https://www.googletagmanager.com/gtag/js?id=G-5RKNGD3DXD290ms236ms53ms3rd
https://worthmysite.org/289ms7ms3ms1st
Unattributable223ms9ms0ms1st
https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js182ms37ms8ms3rd
https://code.jquery.com/jquery-1.10.2.min.js146ms104ms7ms3rd
https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js105ms83ms8ms3rd
https://worthmysite.org/theme/default/js/AdminLTE/app.js85ms23ms5ms1st
https://www.google-analytics.com/analytics.js59ms48ms5ms3rd
B
JS Bundles
12 scripts, 115 KB unused
REVIEW
12 scripts, 115 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-5RKN...: 69 KB unused (45%)
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: 115 KB
115 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-5RKNGD3DXD155 KB69 KB (45%)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.
A+
Page Weight Budget
606 KB transferred, 39 requests
PASS
606 KB transferred, 39 requests
Info::
Page weighs 1.6 MB (606 KB transferred)
Info::
39 HTTP requests
Info::
Estimated 0.12 g CO2 per page load
606 KB / 2.4 MB budget
606 KB transferred
39 requests
0.12 g CO2 per page load
JavaScript 371.4 KiB 61%
Fonts 111.2 KiB 18%
Images 61.6 KiB 10%
CSS 53.7 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 4.8 s LCP 7.1 shttps://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff26xK3dSBYKcSV-LCoeQqfX1R... https://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2 — 14.5 KiB — 360 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 — 327 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 — 92 ms — font-display: swap
6xK3dSBYKcSV-LCoeQqfX1R... woff2 swap
Size 15 KB
Load time 360 ms
Start 962 ms
Risk FOUT — text flashes from fallback to web font
6xKydSBYKcSV-LCoeQqfX1R... woff2 swap
Size 15 KB
Load time 327 ms
Start 962 ms
Risk FOUT — text flashes from fallback to web font
fontawesome-webfont.woff woff swap
Size 82 KB
Load time 92 ms
Start 963 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 · 606 KB · 115 KB savings available
PASS
39 resources · 606 KB · 115 KB savings available
Info::
Within 1MB page-weight target
Got: 606 KB
Info::
~115 KB of savings available
Warning::
13 third-party resources (51% of weight)
39 resources · 606.4 KiB · 13 third-party Within 1MB page-weight target
JavaScript 61% · 371.4 KiB
Font 18% · 111.2 KiB
Image 10% · 63.2 KiB
CSS 9% · 53.7 KiB
Document 1% · 5.9 KiB
Other 0% · 1001 B

~114.6 KiB of savings available

Remove unused JavaScript: 114.6 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.
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Hetzner Online GmbH

Network Waterfall
39 requests over 2162ms
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 4.8 s LCP 7.1 shttps://worthmysite.org// https://worthmysite.org/ — 200 — 5.9 KiB — 148 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 — 65 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 — 37 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 — 70 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 — 92 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 — 96 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 — 121 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 — 97 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 — 642 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 — 35 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 — 637 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 — 32 ms — http/1.1https://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 — 37 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 — 575 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 — 568 ms — h2https://worthmysite.org/site_snapshot/nzara.net.jpg/site_snapshot/nzara.net.jpg https://worthmysite.org/site_snapshot/nzara.net.jpg — 200 — 14 B — 36 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 — 37 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 — 75 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 — 96 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 — 33 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 — 35 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 — 109 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 — 33 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 — 34 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 — 32 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 — 154.9 KiB — 1.1 s — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 87 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 — 60 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 4.8 s LCP 7.1 shttps://worthmysite.org// https://worthmysite.org/ — 200 — 5.9 KiB — 148 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 — 65 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 — 37 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 — 70 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 — 92 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 — 96 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 — 121 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 — 97 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 — 642 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 — 35 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 — 637 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 — 32 ms — http/1.1https://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 — 37 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 — 575 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 — 568 ms — h2https://worthmysite.org/site_snapshot/nzara.net.jpg/site_snapshot/nzara.net.jpg https://worthmysite.org/site_snapshot/nzara.net.jpg — 200 — 14 B — 36 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 — 37 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 — 75 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 — 96 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 — 33 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 — 35 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 — 109 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 — 33 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 — 34 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 — 32 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 — 154.9 KiB — 1.1 s — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 87 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 — 60 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 — 37 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 — 37 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 — 37 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 — 360 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 — 327 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 — 92 ms — http/1.1https://www.google-analytics.com/j/collect?v=1&_v=j102&a=510615619&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=1740097440&gjid=1722974355&cid=761261220.1783681056&tid=G-5RKNGD3DXD&_gid=745515270.1783681056&_r=1&_slc=1&z=1649938883www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=510615619&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=1740097440&gjid=1722974355&cid=761261220.1783681056&tid=G-5RKNGD3DXD&_gid=745515270.1783681056&_r=1&_slc=1&z=1649938883 — 200 — 452 B — 25 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-5RKNGD3DXD&gtm=45je6781v881068245za200zd881068245&_p=1783681055615&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=761261220.1783681056&frm=0&pscdl=noapi&rcb=15&sr=412x823&uaa=&uab=64&uafvl=Not%253BA%253DBrand%3B8.0.0.0%7CChromium%3B150.0.7871.100&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115938466~115938469~118395334~118826210~118897920~118897930~119027224~119724322&sid=1783681056&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=2058region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-5RKNGD3DXD&gtm=45je6781v881068245za200zd881068245&_p=1783681055615&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=761261220.1783681056&frm=0&pscdl=noapi&rcb=15&sr=412x823&uaa=&uab=64&uafvl=Not%253BA%253DBrand%3B8.0.0.0%7CChromium%3B150.0.7871.100&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115938466~115938469~118395334~118826210~118897920~118897930~119027224~119724322&sid=1783681056&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=2058 — 204 — 549 B — 102 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
57% of JavaScript execution is third-party
First-party Third-party 781ms · 269KB · €8/mo
Google Tag Manager
Tag Manager
Costly
Execution 290ms
Transfer 155 KB
Unused 45%
Monthly Cost €3/mo
ajax.googleapis.com
Other
Optional
Execution 182ms
Transfer 33 KB
Unused 69%
Monthly Cost €2/mo
code.jquery.com
Other
Optional
Execution 146ms
Transfer 32 KB
Monthly Cost €2/mo
cdnjs
CDN
Optional
Execution 105ms
Transfer 28 KB
Unused 88%
Monthly Cost €1/mo
Google Analytics
Analytics
Optional
Execution 59ms
Transfer 21 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

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

57% 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 290ms 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

88% of cdnjs'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