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.
2.22 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
0 ms
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 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.
3.63 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.
0 ms
Page Load Progression
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization22 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
BJS Execution Cost958ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://i24slot.org/ | 425ms | 7ms | 2ms | 1st |
| Unattributable | 302ms | 7ms | 0ms | 3rd |
| https://i24slot.org/static/js/jquery-3.1.1.min.js?ver=1.0.0 | 106ms | 82ms | 11ms | 1st |
| https://i24slot.org/wp-content/plugins/webp-express/js/lazysizes.min.js | 74ms | 26ms | 1ms | 1st |
| https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 | 50ms | 37ms | 6ms | 3rd |
A+Page Weight Budget355 KB transferred, 39 requestsPASS
A+Third-Party Impact12% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading2 fonts (31 KB)PASS
Web fonts
2
31 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+JS Bundles8 scripts, 0 KB unusedPASS
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://i24slot.org/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js | 1 KB | — | ✓ | 1st |
| https://i24slot.org/static/js/jquery-3.1.1.min.js?ver=1.0.0 | 35 KB | — | ✓ | 1st |
| https://i24slot.org/wp-content/plugins/universal-banner-popup/resources/js/ajax.js?ver=1.0 | 1 KB | — | ✓ | 1st |
| https://i24slot.org/wp-content/plugins/webp-express/js/lazysizes.min.js | 4 KB | — | ✓ | 1st |
| https://i24slot.org/wp-content/plugins/wp-tt-second-offer-links/script.js?ver=1.2.4 | 1 KB | — | ✓ | 1st |
| https://i24slot.org/static/js/bs-plugins.js?ver=1.0.0 | 12 KB | — | ✓ | 1st |
| https://i24slot.org/static/js/custom.js?ver=1.0.0 | 1 KB | — | ✓ | 1st |
| https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 | 11 KB | — | ✓ | 3rd |
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+Page Weight Inventory39 resources · 355 KB · 0 KB savings availablePASS
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 39 resources | 354.7 KiB | ||||||
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 Waterfall39 requests over 3402msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 302ms | 0 KB | — | €3/mo | Costly |
static.cloudflareinsights.com static.cloudflareinsights.com | Other | 50ms | 11 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 302ms and costs ~€3/month
Unattributable takes 302ms 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