Skip to content
https://Neenawcar.com

Performance

· 21 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
89
GRADE
B
FIX
2
REVIEW
6
PASS
11
INFO
2

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

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

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

2.03 s

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

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

3.15 s

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

2.48 s

Page Load Progression

426 ms
852 ms
1.3 s
1.7 s
2.1 s
2.6 s
3.0 s
3.4 s
Checks
21
11 PASS 6 REVIEW 2 FIX
D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (865.5 KiB of 865.6 KiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

B
Image Optimization
5 images, 0 KB saveable
REVIEW
5 images, 0 KB saveable
Info::
All images are well-optimized
5 images 578 KB
0 oversized -0 KB
5 legacy format
0 missing dimensions CLS risk
B
JS Bundles
12 scripts, 88 KB unused
REVIEW
12 scripts, 88 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=GT-KT4...: 67 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://static.addtoany.com/menu/modules/core.ydpp...: 21 KB unused (82%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 88 KB
88 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=GT-KT4ZMKM157 KB67 KB (43%)3rd
https://static.addtoany.com/menu/modules/core.ydpp7jcu.js26 KB21 KB (82%)3rd
https://neenawcar.com.au/wp-includes/js/jquery/jquery.min.js?ver=3.7.129 KB3rd
https://neenawcar.com.au/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.15 KB3rd
https://neenawcar.com.au/wp-includes/js/dist/script-modules/interactivity/index.min.js?ver=66c613f68580994bb00a14 KB3rd
https://neenawcar.com.au/wp-content/plugins/responsive-accordion-and-collapse/js/accordion-custom.js?ver=6.9.413 KB3rd
https://neenawcar.com.au/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=6.9.40 KB3rd
https://static.addtoany.com/menu/page.js2 KB3rd
https://neenawcar.com.au/wp-content/plugins/add-to-any/addtoany.min.js?ver=1.10 KB3rd
https://neenawcar.com.au/wp-includes/js/dist/script-modules/block-library/navigation/view.min.js?ver=b0f909c3ec791c3832101 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

C
Compression Algorithm
Action
Main response served uncompressed
REVIEW
Main response served uncompressed
Info::
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
B
Main HTML Cache-Control
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
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
866 KB transferred, 28 requests
PASS
866 KB transferred, 28 requests
Info::
Page weighs 1.5 MB (866 KB transferred)
Info::
28 HTTP requests
Info::
Estimated 0.18 g CO2 per page load
866 KB / 2.4 MB budget
866 KB transferred
28 requests
0.18 g CO2 per page load
Images 578.1 KiB 67%
JavaScript 252.9 KiB 29%
HTML 20.7 KiB 2%
CSS 12.4 KiB 1%
Other 1.0 KiB 0%
Other 549 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
226ms total JS execution
PASS
226ms total JS execution
Info::
Unattributable: 82ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=GT-KT4...: 80ms CPU time
Info::
https://neenawcar.com.au/: 64ms CPU time
Warning::
Third-party scripts: 226ms (100% of total)

Main Thread Breakdown

Script Evaluation 46% Other 22% Style & Layout 15% Script Parsing & Compilation 8% Parse HTML & CSS 5%
ScriptTotalScriptingParse/CompileParty
Unattributable82ms27ms0ms3rd
https://www.googletagmanager.com/gtag/js?id=GT-KT4ZMKM80ms63ms15ms3rd
https://neenawcar.com.au/64ms1ms1ms3rd
A+
Font Loading
No web fonts (system fonts)
PASS
No web fonts (system fonts)
Info::
No web fonts loaded — system fonts are fastest
No web fonts loaded — system fonts are optimal.
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
HTTP/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
A+
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+
Server Response Intelligence
1 server-response signal(s) detected
PASS
1 server-response signal(s) detected
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
A
Page Weight Inventory
28 resources · 866 KB · 88 KB savings available
PASS
28 resources · 866 KB · 88 KB savings available
Info::
Within 1MB page-weight target
Got: 866 KB
Info::
~88 KB of savings available
Warning::
27 third-party resources (100% of weight)
Info::
1 resources over 200KB
28 resources · 865.6 KiB · 27 third-party Within 1MB page-weight target
Image 67% · 578.1 KiB
JavaScript 29% · 252.9 KiB
Document 3% · 21.7 KiB
CSS 1% · 12.4 KiB
Other 0% · 549 B

~87.8 KiB of savings available

Remove unused JavaScript: 87.8 KiB
Network Waterfall
28 requests over 3779ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 2.0 s LCP 2.5 shttps://neenawcar.com// https://neenawcar.com/ — 301 — 132 B — 589 ms — h2https://neenawcar.com.au/neenawcar.com.au/ https://neenawcar.com.au/ — 200 — 19.7 KiB — 1.9 s — h2https://neenawcar.com.au/wp-includes/blocks/navigation/style.min.css?ver=6.9.4neenawcar.com.au/wp-includes/blocks... https://neenawcar.com.au/wp-includes/blocks/navigation/style.min.css?ver=6.9.4 — 200 — 2.1 KiB — 197 ms — h2https://neenawcar.com.au/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=6.9.4neenawcar.com.au/wp-content/plugins... https://neenawcar.com.au/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=6.9.4 — 200 — 4.4 KiB — 197 ms — h2https://neenawcar.com.au/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=6.9.4neenawcar.com.au/wp-content/plugins... https://neenawcar.com.au/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=6.9.4 — 200 — 1.4 KiB — 198 ms — h2https://neenawcar.com.au/wp-content/plugins/h5p/h5p-php-library/styles/h5p.css?ver=1.16.0neenawcar.com.au/wp-content/plugins... https://neenawcar.com.au/wp-content/plugins/h5p/h5p-php-library/styles/h5p.css?ver=1.16.0 — 200 — 3.0 KiB — 199 ms — h2https://neenawcar.com.au/wp-content/plugins/add-to-any/addtoany.min.css?ver=1.16neenawcar.com.au/wp-content/plugins... https://neenawcar.com.au/wp-content/plugins/add-to-any/addtoany.min.css?ver=1.16 — 200 — 502 B — 200 ms — h2https://neenawcar.com.au/wp-includes/js/jquery/jquery.min.js?ver=3.7.1neenawcar.com.au/wp-includes/js/jqu... https://neenawcar.com.au/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 29.1 KiB — 385 ms — h2https://neenawcar.com.au/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1neenawcar.com.au/wp-includes/js/jqu... https://neenawcar.com.au/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 4.6 KiB — 383 ms — h2https://neenawcar.com.au/wp-content/uploads/2024/09/high-blood-pressure.jpgneenawcar.com.au/wp-content/uploads... https://neenawcar.com.au/wp-content/uploads/2024/09/high-blood-pressure.jpg — 200 — 225.7 KiB — 764 ms — h2https://neenawcar.com.au/wp-content/uploads/2024/09/iv-access-fail.jpgneenawcar.com.au/wp-content/uploads... https://neenawcar.com.au/wp-content/uploads/2024/09/iv-access-fail.jpg — 200 — 79.2 KiB — 769 ms — h2https://neenawcar.com.au/wp-content/uploads/2024/06/student-paramedic-ride-along.jpgneenawcar.com.au/wp-content/uploads... https://neenawcar.com.au/wp-content/uploads/2024/06/student-paramedic-ride-along.jpg — 200 — 59.3 KiB — 769 ms — h2https://neenawcar.com.au/wp-content/plugins/h5p/h5p-php-library/styles/font-open-sans.cssneenawcar.com.au/wp-content/plugins... https://neenawcar.com.au/wp-content/plugins/h5p/h5p-php-library/styles/font-open-sans.css — 200 — 971 B — 568 ms — h2https://neenawcar.com.au/wp-content/uploads/2024/06/cpr-assessment-mannequin.jpgneenawcar.com.au/wp-content/uploads... https://neenawcar.com.au/wp-content/uploads/2024/06/cpr-assessment-mannequin.jpg — 200 — 146.3 KiB — 199 ms — h2https://neenawcar.com.au/wp-content/uploads/2024/05/fire-rescue-vs-ambulance.jpgneenawcar.com.au/wp-content/uploads... https://neenawcar.com.au/wp-content/uploads/2024/05/fire-rescue-vs-ambulance.jpg — 200 — 67.6 KiB — 199 ms — h2https://neenawcar.com.au/wp-includes/js/dist/script-modules/interactivity/index.min.js?ver=66c613f68580994bb00aneenawcar.com.au/wp-includes/js/dis... https://neenawcar.com.au/wp-includes/js/dist/script-modules/interactivity/index.min.js?ver=66c613f68580994bb00a — 200 — 14.3 KiB — 199 ms — h2https://neenawcar.com.au/wp-content/plugins/responsive-accordion-and-collapse/js/accordion-custom.js?ver=6.9.4neenawcar.com.au/wp-content/plugins... https://neenawcar.com.au/wp-content/plugins/responsive-accordion-and-collapse/js/accordion-custom.js?ver=6.9.4 — 200 — 12.9 KiB — 195 ms — h2https://neenawcar.com.au/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=6.9.4neenawcar.com.au/wp-content/plugins... https://neenawcar.com.au/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=6.9.4 — 200 — 190 B — 196 ms — h2https://static.addtoany.com/menu/page.jsstatic.addtoany.com/menu/page.js https://static.addtoany.com/menu/page.js — 200 — 2.2 KiB — 24 ms — h3https://neenawcar.com.au/wp-content/plugins/add-to-any/addtoany.min.js?ver=1.1neenawcar.com.au/wp-content/plugins... https://neenawcar.com.au/wp-content/plugins/add-to-any/addtoany.min.js?ver=1.1 — 200 — 159 B — 199 ms — h2https://www.googletagmanager.com/gtag/js?id=GT-KT4ZMKMwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=GT-KT4ZMKM — 200 — 157.1 KiB — 116 ms — h2https://neenawcar.com.au/wp-includes/js/dist/script-modules/block-library/navigation/view.min.js?ver=b0f909c3ec791c383210neenawcar.com.au/wp-includes/js/dis... https://neenawcar.com.au/wp-includes/js/dist/script-modules/block-library/navigation/view.min.js?ver=b0f909c3ec791c383210 — 200 — 1.1 KiB — 200 ms — h2https://www.google-analytics.com/g/collect?v=2&tid=G-2Y2JJQJMDT&gtm=45Pe6562v899936831za200zd899936831&_p=1778417147659&gcd=13l3l3l3l1l1&npa=0&dma=0&gdid=dZTNiMT&are=1&cid=884450469.1778417148&frm=0&pscdl=noapi&rcb=10&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~118463261~118719170&sid=1778417147&sct=1&seg=0&dl=https%3A%2F%2Fneenawcar.com.au%2F&dt=Paramedic%20Student%20-%20Nee%20Naw%20Car%20-%20Paramedic%20Student%2C%20EMT%20Student%20Memes%20and%20Blog&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=3487www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-2Y2JJQJMDT&gtm=45Pe6562v899936831za200zd899936831&_p=1778417147659&gcd=13l3l3l3l1l1&npa=0&dma=0&gdid=dZTNiMT&are=1&cid=884450469.1778417148&frm=0&pscdl=noapi&rcb=10&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~118463261~118719170&sid=1778417147&sct=1&seg=0&dl=https%3A%2F%2Fneenawcar.com.au%2F&dt=Paramedic%20Student%20-%20Nee%20Naw%20Car%20-%20Paramedic%20Student%2C%20EMT%20Student%20Memes%20and%20Blog&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=3487 — 204 — 549 B — 68 ms — h2https://static.addtoany.com/menu/modules/core.ydpp7jcu.jsstatic.addtoany.com/menu/modules/co... https://static.addtoany.com/menu/modules/core.ydpp7jcu.js — 200 — 26.3 KiB — 24 ms — h3https://static.addtoany.com/menu/sm.25.htmlstatic.addtoany.com/menu/sm.25.html https://static.addtoany.com/menu/sm.25.html — 200 — 989 B — 21 ms — h3blob:https://neenawcar.com.au/c6e537ce-c4cc-4448-a846-cf13f408253bneenawcar.com.au/c6e537ce-c4cc-4448... blob:https://neenawcar.com.au/c6e537ce-c4cc-4448-a846-cf13f408253b — 200 — -1 B — 68 ms — blobhttps://neenawcar.com.au/favicon.iconeenawcar.com.au/favicon.ico https://neenawcar.com.au/favicon.ico — 404 — 910 B — 191 ms — h2https://neenawcar.com.au/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4neenawcar.com.au/wp-includes/js/wp-... https://neenawcar.com.au/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4 — 200 — 4.9 KiB — 191 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 226ms · 177KB · A$4/mo
Unattributable
Other
Optional
Execution 82ms
Transfer 0 KB
Monthly Cost A$1/mo
Google Tag Manager
Tag Manager
Optional
Execution 80ms
Transfer 157 KB
Unused 43%
Monthly Cost A$1/mo
neenawcar.com.au
Other
Optional
Execution 64ms
Transfer 20 KB
Monthly Cost A$1/mo

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

How third-party costs are calculated

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

Send Feedback