Performance
· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.80 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.28 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.56 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.353
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.09 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.
25.72 s
Page Load Progression
FPage Weight BudgetAction3.4 MB transferred, 158 requestsFIX
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
Source: web.dev
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction7416ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 1792ms | 1607ms | 119ms | 3rd |
| https://www.jci.org/ | 1421ms | 7ms | 4ms | 3rd |
| Unattributable | 1175ms | 55ms | 0ms | 3rd |
| https://www.jci.org/assets/application-27f18b5fe3b7302e5b3e3c6d7cf9bb3f54759fad32679209f5aef429b89f3aef.js | 765ms | 469ms | 211ms | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604220101/pubads_impl.js?cb=31098035 | 721ms | 603ms | 77ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WTNK8H9 | 438ms | 372ms | 60ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-2VCKF2JS2B&cx=c&_slc=1 | 422ms | 348ms | 69ms | 3rd |
| https://www.google-analytics.com/analytics.js | 195ms | 160ms | 7ms | 3rd |
| https://embed.altmetric.com/assets/altmetric_badges-c21a2f91e3e5dbe0f15b5dce6a35bc21b7dc4a409ec52afb5b3074a91a507968.js | 126ms | 100ms | 13ms | 3rd |
| https://www.googletagservices.com/tag/js/gpt.js | 105ms | 90ms | 15ms | 3rd |
Showing top 10 of 13 scripts
FJS BundlesAction64 scripts, 1003 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.jci.org/assets/application-27f18b5fe3b7302e5b3e3c6d7cf9bb3f54759fad32679209f5aef429b89f3aef.js | 348 KB | 285 KB (82%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 362 KB | 156 KB (43%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 0 KB | 156 KB (43%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 362 KB | 156 KB (43%) | ✓ | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604220101/pubads_impl.js?cb=31098035 | 188 KB | 111 KB (59%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-2VCKF2JS2B&cx=c&_slc=1 | 178 KB | 72 KB (41%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WTNK8H9 | 142 KB | 66 KB (47%) | ✓ | 3rd |
| https://api.altmetric.com/v1/internal-556fdf0f/doi/10.1172/jci194207?callback=_altmetric.embed_callback&domain=www.jci.org&cache_until=23-22 | 0 KB | — | ✓ | 3rd |
| https://api.altmetric.com/v1/internal-556fdf0f/doi/10.1172/jci198730?callback=_altmetric.embed_callback&domain=www.jci.org&cache_until=23-22 | 0 KB | — | ✓ | 3rd |
| https://www.googletagservices.com/tag/js/gpt.js | 34 KB | — | ✓ | 3rd |
Consider code splitting or tree shaking to reduce unused code.
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.
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.
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.
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.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
FPage Weight InventoryAction158 resources · 3.4 MB · 1003 KB savings availableFIX
~1002.7 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 158 resources | 3.4 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction58 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
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.
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.
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.
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.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading5 fonts (224 KB)PASS
Web fonts
5
224 KB total
Render-blocking
0
of 5
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- 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 ~24 KB and ~48 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall158 requests over 7437msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.gstatic.com www.gstatic.com | Other | 1792ms | 0 KB | 43% | $24/mo | Costly |
www.jci.org www.jci.org | Other | 1421ms | 42 KB | — | $19/mo | Costly |
Unattributable Unattributable | Other | 1175ms | 0 KB | — | $16/mo | Costly |
www.jci.org www.jci.org | Other | 765ms | 348 KB | 82% | $10/mo | Costly |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 721ms | 188 KB | 59% | $10/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 438ms | 142 KB | 47% | $6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 422ms | 178 KB | 41% | $6/mo | Costly |
Google Analytics www.google-analytics.com | Analytics | 195ms | 21 KB | — | $3/mo | Optional |
embed.altmetric.com embed.altmetric.com | Other | 126ms | 31 KB | — | $2/mo | Optional |
www.googletagservices.com www.googletagservices.com | Other | 105ms | 34 KB | — | $1/mo | Optional |
api.altmetric.com api.altmetric.com | Other | 101ms | 1 KB | — | $1/mo | Optional |
www.jci.org www.jci.org | Other | 98ms | 5 KB | — | $1/mo | Optional |
ep2.adtrafficquality.google ep2.adtrafficquality.google | Other | 57ms | 8 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- www.gstatic.com adds 1792ms and costs ~$24/month
- www.jci.org adds 1421ms and costs ~$19/month
- Unattributable adds 1175ms and costs ~$16/month
- www.jci.org adds 765ms and costs ~$10/month
- securepubads.g.doubleclick.net adds 721ms and costs ~$10/month
- Google Tag Manager adds 438ms and costs ~$6/month
- Google Tag Manager adds 422ms and costs ~$6/month
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
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
www.gstatic.com takes 1792ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
www.jci.org takes 1421ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Unattributable takes 1175ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
www.jci.org takes 765ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
82% of www.jci.org's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
securepubads.g.doubleclick.net takes 721ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
59% of securepubads.g.doubleclick.net's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
Google Tag Manager takes 438ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 422ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev