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.
1.26 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.17 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.18 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.091
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.76 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.
10.33 s
Page Load Progression
DThird-Party ImpactAction85% third-party, 0 ms blockingFIX
FJS Execution CostAction4879ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://s.smallpdf.com/static/landing-31c1aa5598d6b4c0-entrypoint.js | 2039ms | 1704ms | 240ms | 3rd |
| https://smallpdf.com/ | 1048ms | 138ms | 88ms | 1st |
| Unattributable | 773ms | 217ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-DEQWE69FLT | 537ms | 443ms | 86ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-10944410766&cx=c>m=4e64k1 | 358ms | 292ms | 63ms | 3rd |
| https://s.smallpdf.com/static/track-js-ae7e76ba181a7222-entrypoint.js | 124ms | 114ms | 5ms | 3rd |
DJS BundlesAction4 scripts, 311 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://s.smallpdf.com/static/landing-31c1aa5598d6b4c0-entrypoint.js | 379 KB | 182 KB (48%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-10944410766&cx=c>m=4e64k1 | 143 KB | 65 KB (45%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-DEQWE69FLT | 170 KB | 64 KB (38%) | ✓ | 3rd |
| https://s.smallpdf.com/static/track-js-ae7e76ba181a7222-entrypoint.js | 11 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
BPage Weight Budget1.1 MB transferred, 37 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
BImage Optimization10 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
BPage Weight Inventory37 resources · 1.1 MB · 311 KB savings availableREVIEW
~310.7 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 37 resources | 1.1 MiB | ||||||
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 Loading2 fonts (147 KB)PASS
Web fonts
2
147 KB total
Render-blocking
0
of 2
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 Hints6 hints, 0 missing preconnectsPASS
Current Resource Hints
6 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+HTTP Cachingmax-age=300 (5 minutes)PASS
public, max-age=300, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 300 | Cache for 5 minutes |
| must-revalidate | — | Must recheck with server after expiry |
Network Waterfall37 requests over 2969msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
s.smallpdf.com s.smallpdf.com | Other | 2039ms | 379 KB | 48% | €33/mo | Costly |
Unattributable Unattributable | Other | 773ms | 0 KB | — | €12/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 537ms | 170 KB | 38% | €9/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 358ms | 143 KB | 45% | €6/mo | Costly |
s.smallpdf.com s.smallpdf.com | Other | 124ms | 11 KB | — | €2/mo | Optional |
These scripts may cost more than they're worth
- s.smallpdf.com adds 2039ms and costs ~€33/month
- Unattributable adds 773ms and costs ~€12/month
- Google Tag Manager adds 537ms and costs ~€9/month
- Google Tag Manager adds 358ms and costs ~€6/month
79% 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
s.smallpdf.com takes 2039ms 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 773ms 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 537ms 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 358ms 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