Skip to content
https://Neenawcar.com

Performance

· 25 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
89
GRADE
B
FIX
2
REVIEW
7
PASS
14
INFO
2

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

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

3.05 s

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

7.10 s

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

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

9.06 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.49 s

Page Load Progression

737 ms
1.5 s
2.2 s
2.9 s
3.7 s
4.4 s
5.2 s
5.9 s
Checks
25
14 PASS 7 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 (792.4 KiB of 792.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 505 KB
0 oversized -0 KB
5 legacy format
0 missing dimensions CLS risk
C
JS Execution Cost
Action
1050ms total JS execution
REVIEW
1050ms total JS execution
Warning::
Unattributable: 388ms CPU time
Warning::
https://www.googletagmanager.com/gtag/js?id=GT-KT4...: 308ms CPU time
Info::
https://neenawcar.com.au/: 237ms CPU time
Info::
https://neenawcar.com.au/wp-includes/js/jquery/jqu...: 117ms CPU time
Warning::
Third-party scripts: 1050ms (100% of total)

Main Thread Breakdown

Script Evaluation 45% Other 30% Style & Layout 11% Script Parsing & Compilation 8% Parse HTML & CSS 5%
ScriptTotalScriptingParse/CompileParty
Unattributable388ms105ms0ms3rd
https://www.googletagmanager.com/gtag/js?id=GT-KT4ZMKM308ms246ms56ms3rd
https://neenawcar.com.au/237ms7ms5ms3rd
https://neenawcar.com.au/wp-includes/js/jquery/jquery.min.js?ver=3.7.1117ms96ms11ms3rd
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 (42%)
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 (42%)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
793 KB transferred, 28 requests
PASS
793 KB transferred, 28 requests
Info::
Page weighs 1.4 MB (793 KB transferred)
Info::
28 HTTP requests
Info::
Estimated 0.16 g CO2 per page load
793 KB / 2.4 MB budget
793 KB transferred
28 requests
0.16 g CO2 per page load
Images 504.8 KiB 64%
JavaScript 252.9 KiB 32%
HTML 20.7 KiB 3%
CSS 12.6 KiB 2%
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+
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 · 793 KB · 88 KB savings available
PASS
28 resources · 793 KB · 88 KB savings available
Info::
Within 1MB page-weight target
Got: 793 KB
Info::
~88 KB of savings available
Warning::
27 third-party resources (100% of weight)
Info::
1 resources over 200KB
28 resources · 792.6 KiB · 27 third-party Within 1MB page-weight target
Image 64% · 504.8 KiB
JavaScript 32% · 252.9 KiB
Document 3% · 21.7 KiB
CSS 2% · 12.6 KiB
Other 0% · 549 B

~87.6 KiB of savings available

Remove unused JavaScript: 87.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+
JavaScript Blocking
No render-blocking JS or document.write usage detected
PASS
No render-blocking JS or document.write usage detected
Info::
No JavaScript blocking issues detected
A+
CSS Performance Depth
No CSS performance depth issues detected
PASS
No CSS performance depth issues detected
Info::
No CSS performance depth issues detected
Network Waterfall
28 requests over 6794ms
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.0 s LCP 7.1 shttps://neenawcar.com// https://neenawcar.com/ — 301 — 132 B — 848 ms — h2https://neenawcar.com.au/neenawcar.com.au/ https://neenawcar.com.au/ — 200 — 19.7 KiB — 2.3 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.2 KiB — 1.0 s — 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 — 1.0 s — 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 — 1.0 s — 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 — 1.0 s — 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 — 1.0 s — 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 — 1.7 s — 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 — 1.3 s — 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 — 3.0 s — 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.1 KiB — 3.4 s — 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 — 3.4 s — 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 — 1.2 KiB — 208 ms — h3https://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.4 KiB — 290 ms — h3https://neenawcar.com.au/wp-content/uploads/2024/06/cpr-assessment-mannequin-768x501.jpgneenawcar.com.au/wp-content/uploads... https://neenawcar.com.au/wp-content/uploads/2024/06/cpr-assessment-mannequin-768x501.jpg — 200 — 72.9 KiB — 681 ms — h3https://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.7 KiB — 726 ms — h3https://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 — 484 ms — h3https://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 — 179 B — 483 ms — h3https://static.addtoany.com/menu/page.jsstatic.addtoany.com/menu/page.js https://static.addtoany.com/menu/page.js — 200 — 2.2 KiB — 19 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 — 171 B — 482 ms — h3https://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 — 107 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 — 483 ms — h3https://www.google-analytics.com/g/collect?v=2&tid=G-2Y2JJQJMDT&gtm=45Pe6562v899936831za200zd899936831&_p=1778417129526&gcd=13l3l3l3l1l1&npa=0&dma=0&gdid=dZTNiMT&are=1&cid=1285937491.1778417130&frm=0&pscdl=noapi&rcb=10&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938469~118463262&sid=1778417129&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=5087www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-2Y2JJQJMDT&gtm=45Pe6562v899936831za200zd899936831&_p=1778417129526&gcd=13l3l3l3l1l1&npa=0&dma=0&gdid=dZTNiMT&are=1&cid=1285937491.1778417130&frm=0&pscdl=noapi&rcb=10&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938469~118463262&sid=1778417129&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=5087 — 204 — 549 B — 37 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 — 39 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 — 27 ms — h3blob:https://neenawcar.com.au/ba67e6f4-9b6b-4865-a5da-86273c776112neenawcar.com.au/ba67e6f4-9b6b-4865... blob:https://neenawcar.com.au/ba67e6f4-9b6b-4865-a5da-86273c776112 — 200 — -1 B — 66 ms — blobhttps://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 — 213 ms — h3https://neenawcar.com.au/favicon.iconeenawcar.com.au/favicon.ico https://neenawcar.com.au/favicon.ico — 404 — 901 B — 205 ms — h3
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 1050ms · 206KB · A$18/mo
Unattributable
Other
Costly
Execution 388ms
Transfer 0 KB
Monthly Cost A$7/mo
Google Tag Manager
Tag Manager
Costly
Execution 308ms
Transfer 157 KB
Unused 42%
Monthly Cost A$5/mo
neenawcar.com.au
Other
Costly
Execution 237ms
Transfer 20 KB
Monthly Cost A$4/mo
neenawcar.com.au
Other
Optional
Execution 117ms
Transfer 29 KB
Monthly Cost A$2/mo

These scripts may cost more than they're worth

  • Unattributable adds 388ms and costs ~A$7/month
  • Google Tag Manager adds 308ms and costs ~A$5/month
  • neenawcar.com.au adds 237ms and costs ~A$4/month

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

Unattributable takes 388ms 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

Google Tag Manager takes 308ms 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

neenawcar.com.au takes 237ms 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

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