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.
5.97 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
25.68 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
11.32 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.085
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.97 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.
26.69 s
Page Load Progression
FPage Weight BudgetAction2.9 MB transferred, 86 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
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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction21325ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 11496ms | 10477ms | 0ms | 3rd |
| https://www.slideshare.net/ | 5393ms | 23ms | 4ms | 3rd |
| https://public.slidesharecdn.com/_next/static/chunks/04d3zt02mmpb~.js | 1369ms | 1094ms | 41ms | 3rd |
| https://cmp.osano.com/AzZdHGSGtpxCq1Cpt/079b27eb-bb3f-48dd-9bd9-3feb8aec3c38/osano.js | 1036ms | 932ms | 54ms | 3rd |
| https://surveys-static-prd.survicate-cdn.com/widget_core-28.23.8.js | 613ms | 505ms | 92ms | 3rd |
| https://public.slidesharecdn.com/_next/static/chunks/turbopack-05x3utm0-y735.js | 402ms | 398ms | 2ms | 3rd |
| https://www.slideshare.net/_fs-ch-1T1wmsGaOgGaSxcX/challenge.js | 316ms | 242ms | 64ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-M36RG8PT | 275ms | 216ms | 55ms | 3rd |
| https://www.slideshare.net/_fs-ch-1T1wmsGaOgGaSxcX/assets/script.js | 188ms | 146ms | 32ms | 3rd |
| https://public.slidesharecdn.com/_next/static/chunks/turbopack-08eg5r1bqsqcp.js | 122ms | 119ms | 2ms | 3rd |
Showing top 10 of 11 scripts
FJS BundlesAction37 scripts, 512 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.slideshare.net/_fs-ch-1T1wmsGaOgGaSxcX/challenge.js | 472 KB | 225 KB (48%) | ✓ | 3rd |
| https://surveys-static-prd.survicate-cdn.com/widget_core-28.23.8.js | 161 KB | 78 KB (48%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-M36RG8PT | 133 KB | 69 KB (52%) | ✓ | 3rd |
| https://public.slidesharecdn.com/_next/static/chunks/09wz4llpt3kxh.js | 61 KB | 61 KB (100%) | ✓ | 3rd |
| https://public.slidesharecdn.com/_next/static/chunks/04d3zt02mmpb~.js | 99 KB | 34 KB (41%) | ✓ | 3rd |
| https://www.slideshare.net/_fs-ch-1T1wmsGaOgGaSxcX/assets/script.js | 205 KB | 24 KB (12%) | ✓ | 3rd |
| https://cmp.osano.com/AzZdHGSGtpxCq1Cpt/079b27eb-bb3f-48dd-9bd9-3feb8aec3c38/osano.js | 89 KB | 21 KB (23%) | ✓ | 3rd |
| https://public.slidesharecdn.com/_next/static/chunks/0.659zwi7hhuo.js | 21 KB | — | ✓ | 3rd |
| https://public.slidesharecdn.com/_next/static/chunks/turbopack-08eg5r1bqsqcp.js | 5 KB | — | ✓ | 3rd |
| https://public.slidesharecdn.com/_next/static/chunks/177dco4qr_46~.js | 27 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 InventoryAction86 resources · 2.9 MB · 512 KB savings availableFIX
~511.7 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 86 resources | 2.9 MiB | ||||||
DHTTP CachingActionno-store (uncacheable)FIX
private, no-store
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
| no-store | — | Never cache this response |
CImage OptimizationAction24 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
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 (182 KB)PASS
Web fonts
3
182 KB total
Render-blocking
0
of 3
Dominant font-display
swap
Most common across fonts
Font loading timeline
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)
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints29 hints, 0 missing preconnectsPASS
Current Resource Hints
29 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall86 requests over 6867msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 11496ms | 0 KB | — | €184/mo | Costly |
www.slideshare.net www.slideshare.net | Other | 5393ms | 108 KB | — | €86/mo | Costly |
public.slidesharecdn.com public.slidesharecdn.com | Other | 1369ms | 99 KB | 41% | €22/mo | Costly |
cmp.osano.com cmp.osano.com | Other | 1036ms | 89 KB | 23% | €17/mo | Costly |
surveys-static-prd.survicate-cdn.com surveys-static-prd.survicate-cdn.com | Other | 613ms | 161 KB | 48% | €10/mo | Costly |
public.slidesharecdn.com public.slidesharecdn.com | Other | 402ms | 5 KB | — | €6/mo | Costly |
www.slideshare.net www.slideshare.net | Other | 316ms | 472 KB | 48% | €5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 275ms | 133 KB | 52% | €4/mo | Costly |
www.slideshare.net www.slideshare.net | Other | 188ms | 205 KB | 12% | €3/mo | Optional |
public.slidesharecdn.com public.slidesharecdn.com | Other | 122ms | 5 KB | — | €2/mo | Optional |
public.slidesharecdn.com public.slidesharecdn.com | Other | 118ms | 21 KB | — | €2/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 11496ms and costs ~€184/month
- www.slideshare.net adds 5393ms and costs ~€86/month
- public.slidesharecdn.com adds 1369ms and costs ~€22/month
- cmp.osano.com adds 1036ms and costs ~€17/month
- surveys-static-prd.survicate-cdn.com adds 613ms and costs ~€10/month
- public.slidesharecdn.com adds 402ms and costs ~€6/month
- www.slideshare.net adds 316ms and costs ~€5/month
- Google Tag Manager adds 275ms and costs ~€4/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 11496ms 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.slideshare.net takes 5393ms 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
public.slidesharecdn.com takes 1369ms 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
cmp.osano.com takes 1036ms 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
surveys-static-prd.survicate-cdn.com takes 613ms 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
public.slidesharecdn.com takes 402ms 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.slideshare.net takes 316ms 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 275ms 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
52% 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