Skip to content
https://worthmysite.org

Performance

· 22 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
89
GRADE
B
FIX
1
REVIEW
7
PASS
11
INFO
3

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

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

887 ms

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

1.16 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.000

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

887 ms

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

1.16 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
22
11 PASS 7 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.7 KiB of 603.0 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/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/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/logo.png 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/theme/default/img/no-previ... 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 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.
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.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+
JS Execution Cost
162ms total JS execution
PASS
162ms total JS execution
Info::
https://worthmysite.org/: 111ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-5RKN...: 51ms CPU time
Info::
Third-party scripts: 51ms (31% of total)

Main Thread Breakdown

Script Evaluation 32% Other 28% Style & Layout 19% Rendering 8% Script Parsing & Compilation 8% Parse HTML & CSS 4%
ScriptTotalScriptingParse/CompileParty
https://worthmysite.org/111ms2ms1ms1st
https://www.googletagmanager.com/gtag/js?id=G-5RKNGD3DXD51ms40ms10ms3rd
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 500 ms 1.0 s FCP 887 ms LCP 1.2 shttps://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff26xK3dSBYKcSV-LCoeQqfX1R... https://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2 — 14.5 KiB — 41 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 — 93 ms — font-display: swap
6xK3dSBYKcSV-LCoeQqfX1R... woff2 swap
Size 15 KB
Load time 41 ms
Start 453 ms
Risk FOUT — text flashes from fallback to web font
6xKydSBYKcSV-LCoeQqfX1R... woff2 swap
Size 15 KB
Load time 50 ms
Start 453 ms
Risk FOUT — text flashes from fallback to web font
fontawesome-webfont.woff woff swap
Size 82 KB
Load time 93 ms
Start 453 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.0 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.7 KiB
Document 1% · 5.9 KiB
Other 0% · 1001 B

~111.9 KiB of savings available

Remove unused JavaScript: 111.9 KiB
Network Waterfall
39 requests over 792ms
INFO
0 ms 500 ms 1.0 s FCP 887 ms LCP 1.2 shttps://worthmysite.org// https://worthmysite.org/ — 200 — 5.9 KiB — 135 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 — 34 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 — 91 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 — 119 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 — 159 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 — 32 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 — 148 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 — 35 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 — 35 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.0 KiB — 124 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 — 88 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 — 35 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 — 8 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 — 48 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 — 34 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 — 70 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 — 33 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 — 107 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 — 36 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 — 35 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 — 36 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 — 253 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 153 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 — 59 ms — http/1.1
0 ms 500 ms 1.0 s FCP 887 ms LCP 1.2 shttps://worthmysite.org// https://worthmysite.org/ — 200 — 5.9 KiB — 135 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 — 34 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 — 91 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 — 119 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 — 159 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 — 32 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 — 148 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 — 35 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 — 35 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.0 KiB — 124 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 — 88 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 — 35 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 — 8 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 — 48 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 — 34 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 — 70 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 — 33 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 — 107 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 — 36 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 — 35 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 — 36 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 — 253 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 153 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 — 59 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 — 33 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 — 33 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 — 33 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 — 41 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 — 93 ms — http/1.1https://www.google-analytics.com/j/collect?v=1&_v=j102&a=447350901&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=800x600&vp=1350x940&_u=IEBAAEABAAAAACAAI~&jid=991671403&gjid=1327110067&cid=394812022.1779796552&tid=G-5RKNGD3DXD&_gid=2072074882.1779796552&_r=1&_slc=1&z=1655618154www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=447350901&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=800x600&vp=1350x940&_u=IEBAAEABAAAAACAAI~&jid=991671403&gjid=1327110067&cid=394812022.1779796552&tid=G-5RKNGD3DXD&_gid=2072074882.1779796552&_r=1&_slc=1&z=1655618154 — 200 — 452 B — 60 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-5RKNGD3DXD&gtm=45je65k1v881068245za200zd881068245&_p=1779796551682&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=394812022.1779796552&frm=0&pscdl=noapi&rcb=11&sr=800x600&uaa=x86&uab=64&uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.178&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~118689381&sid=1779796551&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=719region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-5RKNGD3DXD&gtm=45je65k1v881068245za200zd881068245&_p=1779796551682&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=394812022.1779796552&frm=0&pscdl=noapi&rcb=11&sr=800x600&uaa=x86&uab=64&uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.178&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~118689381&sid=1779796551&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=719 — 204 — 549 B — 73 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
31% of JavaScript execution is third-party
First-party Third-party 51ms · 152KB · €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 51ms
Transfer 152 KB
Unused 44%
Monthly Cost €1/mo

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