Performance
· 15 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.
551 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.71 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
257 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.
1.10 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.76 s
Page Load Progression
DPage Weight BudgetAction2.2 MB transferred, 52 requestsFIX
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
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
DPage Weight InventoryAction52 resources · 2.2 MB · 272 KB savings availableFIX
~271.5 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 52 resources | 2.2 MiB | ||||||
BImage Optimization14 images, 0 KB saveableREVIEW
CJS Execution CostAction1172ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://cmp.osano.com/169lTOSNzFFdw20EN/adcab978-e7bd-469a-a9fd-6fa5f686ea58/osano.js | 320ms | 291ms | 10ms | 3rd |
| https://www.ebsco.com/ | 222ms | 9ms | 4ms | 3rd |
| Unattributable | 163ms | 4ms | 0ms | 3rd |
| https://www.ebsco.com/_next/static/chunks/255-ebd51be49873d76c.js | 144ms | 130ms | 8ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-6RZ081Y9JN&cx=c>m=4e64h1 | 127ms | 104ms | 21ms | 3rd |
| https://www.ebsco.com/_next/static/chunks/17-8bddf720b010653d.js | 121ms | 109ms | 13ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MWPMZ2GJ | 75ms | 59ms | 15ms | 3rd |
CJS BundlesAction22 scripts, 272 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-6RZ081Y9JN&cx=c>m=4e64h1 | 158 KB | 66 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MWPMZ2GJ | 125 KB | 62 KB (50%) | ✓ | 3rd |
| https://www.ebsco.com/_next/static/chunks/17-8bddf720b010653d.js | 88 KB | 59 KB (73%) | ✓ | 3rd |
| https://www.ebsco.com/_next/static/chunks/179-da91ab312bb55831.js | 70 KB | 55 KB (80%) | ✓ | 3rd |
| https://www.ebsco.com/_next/static/chunks/992-b18724bfe3841650.js | 43 KB | 29 KB (70%) | ✓ | 3rd |
| https://www.ebsco.com/_next/static/chunks/app/layout-cecdfe07c15551c6.js | 15 KB | — | ✓ | 3rd |
| https://www.ebsco.com/_next/static/chunks/app/global-error-50b3193c0c2bf068.js | 2 KB | — | ✓ | 3rd |
| https://www.ebsco.com/_next/static/chunks/619-ba102abea3e3d0e4.js | 5 KB | — | ✓ | 3rd |
| https://www.ebsco.com/_next/static/chunks/297-4ce47be2499823a4.js | 6 KB | — | ✓ | 3rd |
| https://www.ebsco.com/_next/static/chunks/689-5da91db14b2ad3d2.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
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 Loading3 fonts (910 KB)PASS
Web fonts
3
910 KB total
Render-blocking
0
of 3
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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 ~728 KB and ~1456 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
AHTTP Cachingmax-age=31536000 (52 weeks)PASS
max-age=31536000
| Directive | Value | Meaning |
|---|---|---|
| max-age | 31536000 | Cache for 52 weeks |
Network Waterfall52 requests over 2531msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
cmp.osano.com cmp.osano.com | Other | 320ms | 54 KB | — | €3/mo | Costly |
www.ebsco.com www.ebsco.com | Other | 222ms | 20 KB | — | €2/mo | Costly |
Unattributable Unattributable | Other | 163ms | 0 KB | — | €2/mo | Optional |
www.ebsco.com www.ebsco.com | Other | 144ms | 46 KB | — | €2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 127ms | 158 KB | 42% | €1/mo | Optional |
www.ebsco.com www.ebsco.com | Other | 121ms | 88 KB | 73% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 75ms | 125 KB | 50% | €1/mo | Optional |
These scripts may cost more than they're worth
- cmp.osano.com adds 320ms and costs ~€3/month
- www.ebsco.com adds 222ms and costs ~€2/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
cmp.osano.com takes 320ms 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.ebsco.com takes 222ms 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
73% of www.ebsco.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