Performance
· 27 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.65 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
16.86 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.71 s
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.
6.99 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.
17.34 s
Page Load Progression
DPage Weight BudgetAction2.3 MB transferred, 128 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
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction98% third-party, 0 ms blockingFIX
FJS Execution CostAction6096ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://c77.bookbot.com/_next/static/chunks/framework-c6c82aad00023883.js | 2704ms | 1382ms | 9ms | 3rd |
| https://knihobot.cz/ | 719ms | 7ms | 1ms | 1st |
| Unattributable | 698ms | 49ms | 0ms | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-TF5RV29 | 458ms | 398ms | 54ms | 3rd |
| https://c77.bookbot.com/_next/static/chunks/pages/_app-3f66b878bb9e3ed3.js | 336ms | 145ms | 36ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-N116K2C2SM&cx=c>m=4e6921h1 | 248ms | 211ms | 34ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-894320112&cx=c>m=4e6921h1 | 207ms | 169ms | 36ms | 3rd |
| https://c77.bookbot.com/_next/static/chunks/pages/index-c9875874d13834ca.js | 181ms | 158ms | 2ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-000&cx=c>m=4e6921h1 | 171ms | 143ms | 27ms | 3rd |
| https://c77.bookbot.com/_next/static/chunks/main-9b896f863166457a.js | 87ms | 73ms | 8ms | 3rd |
Showing top 10 of 14 scripts
FJS BundlesAction65 scripts, 1.3 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://c77.bookbot.com/_next/static/chunks/5581-97516c68459cf988.js | 52 KB | 138 KB (73%) | ✓ | 3rd |
| https://c77.bookbot.com/_next/static/chunks/5581-97516c68459cf988.js | 0 KB | 138 KB (73%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-894320112&cx=c>m=4e6921h1 | 158 KB | 75 KB (47%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-N116K2C2SM&cx=c>m=4e6921h1 | 182 KB | 73 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-000&cx=c>m=4e6921h1 | 147 KB | 68 KB (46%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-TF5RV29 | 196 KB | 65 KB (33%) | ✓ | 3rd |
| https://c77.bookbot.com/_next/static/chunks/4586-e8ea1f603aeb7f0a.js | 0 KB | 63 KB (56%) | ✓ | 3rd |
| https://c77.bookbot.com/_next/static/chunks/4586-e8ea1f603aeb7f0a.js | 24 KB | 63 KB (56%) | ✓ | 3rd |
| https://c77.bookbot.com/_next/static/chunks/pages/_app-3f66b878bb9e3ed3.js | 144 KB | 62 KB (43%) | ✓ | 3rd |
| https://c77.bookbot.com/_next/static/chunks/pages/sell-books-b3e6559af12f4c3c.js | 23 KB | 57 KB (73%) | ✓ | 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 InventoryAction128 resources · 2.3 MB · 1.3 MB savings availableFIX
~1.3 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 128 resources | 2.3 MiB | ||||||
DHTTP CachingActionno-store (uncacheable)FIX
private, no-cache, no-store, max-age=0, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
BImage Optimization17 images, 0 KB saveableREVIEW
BHTTP/3 (QUIC)HTTP/3 not advertisedREVIEW
BCompression AlgorithmMain response uses gzip; brotli would be ~20% smallerREVIEW
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
BJavaScript Blocking2 JS blocking issue(s) detectedREVIEW
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 Loading4 fonts (105 KB)PASS
Web fonts
4
105 KB total
Render-blocking
0
of 4
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 Hints30 hints, 0 missing preconnectsPASS
Current Resource Hints
30 resource hints configured
A+LCP Image PreloadLCP preload audit not availablePASS
A+Main HTML Cache-ControlMain HTML uses no-store -- correct for sensitive/dynamic contentPASS
A+Server Response Intelligence2 server-response signal(s) detectedPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
ACSS Performance Depth1 CSS depth issue(s) detectedPASS
Network Waterfall128 requests over 2936msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
c77.bookbot.com c77.bookbot.com | Other | 2704ms | 45 KB | — | Kč1086/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 458ms | 196 KB | 33% | Kč184/mo | Costly |
c77.bookbot.com c77.bookbot.com | Other | 336ms | 144 KB | 43% | Kč135/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 248ms | 182 KB | 40% | Kč100/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 207ms | 158 KB | 47% | Kč83/mo | Costly |
c77.bookbot.com c77.bookbot.com | Other | 181ms | 8 KB | — | Kč73/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 171ms | 147 KB | 46% | Kč69/mo | Costly |
c77.bookbot.com c77.bookbot.com | Other | 87ms | 38 KB | — | Kč35/mo | Optional |
l.seznam.cz l.seznam.cz | Other | 86ms | 69 KB | 57% | Kč35/mo | Optional |
l.seznam.cz l.seznam.cz | Other | 75ms | 103 KB | 42% | Kč30/mo | Optional |
c77.bookbot.com c77.bookbot.com | Other | 63ms | 0 KB | 73% | Kč25/mo | Optional |
c77.bookbot.com c77.bookbot.com | Other | 61ms | 0 KB | 73% | Kč24/mo | Optional |
These scripts may cost more than they're worth
- c77.bookbot.com adds 2704ms and costs ~Kč1086/month
- Google Tag Manager adds 458ms and costs ~Kč184/month
- c77.bookbot.com adds 336ms and costs ~Kč135/month
- Google Tag Manager adds 248ms and costs ~Kč100/month
- Google Tag Manager adds 207ms and costs ~Kč83/month
- c77.bookbot.com adds 181ms and costs ~Kč73/month
- Google Tag Manager adds 171ms and costs ~Kč69/month
77% 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
c77.bookbot.com takes 2704ms 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 458ms 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
c77.bookbot.com takes 336ms 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 248ms 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 207ms 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
c77.bookbot.com takes 181ms 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 171ms 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
57% of l.seznam.cz'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
73% of c77.bookbot.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
73% of c77.bookbot.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
Real-User Performance (CrUX)Field metrics from the Chrome User Experience ReportINFO
Chrome User Experience (CrUX)
Real-user metrics from the Chrome UX Report (2026-08-10 — 2026-09-06)
LCP (p75)
1841 ms
87% good
INP (p75)
463 ms
38% good
CLS (p75)
0.100
74% good
FCP (p75)
1723 ms
TTFB (p75)
760 ms
Image Optimization24 images, 240 KB total, 109 KB wastedINFO
Image Optimization Audit
Total Images
24
Total Size
240 KB
Oversized
4
Wasted
109 KB