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.
6.75 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
13.45 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
235 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.
7.46 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.
13.48 s
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
DPage Weight InventoryAction75 resources · 1.6 MB · 291 KB savings availableFIX
~291.4 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 75 resources | 1.6 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CPage Weight BudgetAction1.6 MB transferred, 75 requestsREVIEW
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
CImage OptimizationAction17 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
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
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
CJS Execution CostAction1925ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 438ms | 127ms | 0ms | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js | 385ms | 332ms | 42ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-FWEPW5188Q&cx=c>m=4e64h1 | 240ms | 188ms | 50ms | 3rd |
| https://www.ingentaconnect.com/js/jquery/jquery.min.js | 228ms | 93ms | 10ms | 3rd |
| https://cdn.openshareweb.com/v2/71c6eb22/main.js | 170ms | 148ms | 11ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=UA-1313315-1 | 124ms | 98ms | 25ms | 3rd |
| https://www.ingentaconnect.com/ | 117ms | 6ms | 4ms | 3rd |
| https://www.googletagservices.com/tag/js/gpt.js | 88ms | 74ms | 14ms | 3rd |
| https://www.ingentaconnect.com/js/jquery/jquery-ui-1.11.4.min.js | 76ms | 36ms | 23ms | 3rd |
| https://pagead2.googlesyndication.com/pagead/js/rum.js | 59ms | 50ms | 5ms | 3rd |
CJS BundlesAction26 scripts, 291 KB unusedREVIEW
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 | 111 KB (59%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=UA-1313315-1 | 125 KB | 64 KB (51%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-FWEPW5188Q&cx=c>m=4e64h1 | 148 KB | 61 KB (41%) | ✓ | 3rd |
| https://www.ingentaconnect.com/js/jquery/jquery-ui-1.11.4.min.js | 62 KB | 56 KB (90%) | ✓ | 3rd |
| https://www.ingentaconnect.com/js/rwd/enquire.min.js | 1 KB | — | ✓ | 3rd |
| https://www.googletagservices.com/tag/js/gpt.js | 34 KB | — | ✓ | 3rd |
| https://www.ingentaconnect.com/js/jquery/jquery.bookmark.js | 6 KB | — | ✗ | 3rd |
| https://www.ingentaconnect.com/js/menus.js | 0 KB | — | ✓ | 3rd |
| https://www.ingentaconnect.com/js/jquery/jquery.functions.js | 1 KB | — | ✓ | 3rd |
| https://www.ingentaconnect.com/js/site.js | 7 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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading4 fonts (174 KB)PASS
Web fonts
4
174 KB total
Render-blocking
0
of 4
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 ~32 KB and ~64 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints1 hints, 0 missing preconnectsPASS
Current Resource Hints
1 resource hints configured
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 Waterfall75 requests over 2951msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 438ms | 0 KB | — | €2/mo | Costly |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 385ms | 188 KB | 59% | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 240ms | 148 KB | 41% | €1/mo | Costly |
www.ingentaconnect.com www.ingentaconnect.com | Other | 228ms | 33 KB | — | €1/mo | Costly |
cdn.openshareweb.com cdn.openshareweb.com | Other | 170ms | 41 KB | — | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 124ms | 125 KB | 51% | €1/mo | Optional |
www.ingentaconnect.com www.ingentaconnect.com | Other | 117ms | 9 KB | — | €1/mo | Optional |
www.googletagservices.com www.googletagservices.com | Other | 88ms | 34 KB | — | €0/mo | Optional |
www.ingentaconnect.com www.ingentaconnect.com | Other | 76ms | 62 KB | 90% | €0/mo | Optional |
pagead2.googlesyndication.com pagead2.googlesyndication.com | Other | 59ms | 25 KB | — | €0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 438ms and costs ~€2/month
- securepubads.g.doubleclick.net adds 385ms and costs ~€2/month
- Google Tag Manager adds 240ms and costs ~€1/month
- www.ingentaconnect.com adds 228ms and costs ~€1/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
Unattributable 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
securepubads.g.doubleclick.net takes 385ms 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 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
www.ingentaconnect.com takes 228ms 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 Google Tag Manager'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
90% of www.ingentaconnect.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