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.60 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
12.72 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
600 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.003
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.39 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.
12.81 s
Page Load Progression
FPage Weight BudgetAction2.7 MB transferred, 87 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
DJS Execution CostAction2733ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.annualreviews.org/ | 516ms | 6ms | 2ms | 3rd |
| Unattributable | 469ms | 10ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-G7V965V32T&cx=c>m=4e64h1 | 327ms | 275ms | 50ms | 3rd |
| https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604210101/show_ads_impl_fy2021.js?bust=31098020 | 281ms | 226ms | 46ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KL6C9MW | 240ms | 192ms | 41ms | 3rd |
| https://cdn.openshareweb.com/v2/71c6eb22/main.js | 179ms | 150ms | 15ms | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js | 175ms | 112ms | 61ms | 3rd |
| https://www.annualreviews.org/js/v/12.4.0/jp/jquery-1.11.1.min.js | 133ms | 114ms | 8ms | 3rd |
| https://www.annualreviews.org/common/v/12.4.0/js/plugins.js | 103ms | 48ms | 42ms | 3rd |
| https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8448320359294703 | 85ms | 70ms | 15ms | 3rd |
Showing top 10 of 13 scripts
FJS BundlesAction23 scripts, 586 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js | 188 KB | 145 KB (77%) | ✓ | 3rd |
| https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604210101/show_ads_impl_fy2021.js?bust=31098020 | 177 KB | 135 KB (76%) | ✓ | 3rd |
| https://www.annualreviews.org/common/v/12.4.0/js/plugins.js | 117 KB | 85 KB (74%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-G7V965V32T&cx=c>m=4e64h1 | 176 KB | 71 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KL6C9MW | 146 KB | 65 KB (45%) | ✓ | 3rd |
| https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/config/TeX-AMS-MML_HTMLorMML.js?V=2.7.7 | 60 KB | 33 KB (55%) | ✓ | 3rd |
| https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8448320359294703 | 54 KB | 31 KB (58%) | ✓ | 3rd |
| https://cdn.openshareweb.com/v2/71c6eb22/main.js | 41 KB | 21 KB (51%) | ✓ | 3rd |
| https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-AMS-MML_HTMLorMML | 17 KB | — | ✓ | 3rd |
| https://cdn.shareaholic.net/assets/pub/shareaholic.js | 5 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 InventoryAction87 resources · 2.7 MB · 586 KB savings availableFIX
~586.4 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 87 resources | 2.7 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction39 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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading7 fonts (96 KB)PASS
Web fonts
7
96 KB total
Render-blocking
0
of 7
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 ~11 KB and ~22 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
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall87 requests over 3887msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.annualreviews.org www.annualreviews.org | Other | 516ms | 12 KB | — | $7/mo | Costly |
Unattributable Unattributable | Other | 469ms | 0 KB | — | $6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 327ms | 176 KB | 40% | $4/mo | Costly |
pagead2.googlesyndication.com pagead2.googlesyndication.com | Other | 281ms | 177 KB | 76% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 240ms | 146 KB | 45% | $3/mo | Costly |
cdn.openshareweb.com cdn.openshareweb.com | Other | 179ms | 41 KB | 51% | $2/mo | Optional |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 175ms | 188 KB | 77% | $2/mo | Optional |
www.annualreviews.org www.annualreviews.org | Other | 133ms | 33 KB | — | $2/mo | Optional |
www.annualreviews.org www.annualreviews.org | Other | 103ms | 117 KB | 74% | $1/mo | Optional |
pagead2.googlesyndication.com pagead2.googlesyndication.com | Other | 85ms | 54 KB | 58% | $1/mo | Optional |
cdnjs cdnjs.cloudflare.com | CDN | 83ms | 60 KB | 55% | $1/mo | Optional |
www.googletagservices.com www.googletagservices.com | Other | 73ms | 34 KB | — | $1/mo | Optional |
cdnjs cdnjs.cloudflare.com | CDN | 67ms | 17 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- www.annualreviews.org adds 516ms and costs ~$7/month
- Unattributable adds 469ms and costs ~$6/month
- Google Tag Manager adds 327ms and costs ~$4/month
- pagead2.googlesyndication.com adds 281ms and costs ~$4/month
- Google Tag Manager adds 240ms and costs ~$3/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.annualreviews.org takes 516ms 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 469ms 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 327ms 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
pagead2.googlesyndication.com takes 281ms 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
76% of pagead2.googlesyndication.com'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 240ms 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
51% of cdn.openshareweb.com'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
77% 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
74% of www.annualreviews.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
58% of pagead2.googlesyndication.com'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
55% of cdnjs'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