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.01 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.65 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
856 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.056
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.12 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.
12.93 s
Page Load Progression
FPage Weight BudgetAction12.0 MB transferred, 55 requestsFIX
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
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
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
DThird-Party ImpactAction91% third-party, 0 ms blockingFIX
FJS Execution CostAction16723ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://genially.com/ | 13192ms | 557ms | 55ms | 1st |
| Unattributable | 982ms | 7ms | 0ms | 3rd |
| https://genially.com/webpack-runtime-65d6b087e0ac70b9266a.js | 901ms | 828ms | 1ms | 1st |
| https://genially.com/framework-2acfb2c37040f9cb4971.js | 814ms | 287ms | 8ms | 1st |
| https://genially.com/commons-0d740868230f771f0307.js | 367ms | 1ms | 366ms | 1st |
| https://dev.visualwebsiteoptimizer.com/dcdn/settings.js?a=651973&settings_type=4&ts=1776790939&dt=mobile&cc=ES | 176ms | 172ms | 2ms | 3rd |
| https://accounts.google.com/gsi/client | 117ms | 88ms | 18ms | 3rd |
| https://cdn.lr-in-prod.com/logger-1.min.js | 111ms | 51ms | 59ms | 3rd |
| https://genially.com/c0ce423b-966e873107eccc909d3d.js | 63ms | 3ms | 59ms | 1st |
DPage Weight InventoryAction55 resources · 12.0 MB · 205 KB savings availableFIX
~204.7 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 55 resources | 12.0 MiB | ||||||
DHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization21 images, 0 KB saveableREVIEW
CJS BundlesAction14 scripts, 205 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://genially.com/c0ce423b-966e873107eccc909d3d.js | 202 KB | 73 KB (37%) | ✓ | 1st |
| https://accounts.google.com/gsi/client | 96 KB | 68 KB (71%) | ✓ | 3rd |
| https://cdn.lr-in-prod.com/logger-1.min.js | 124 KB | 43 KB (35%) | ✓ | 3rd |
| https://genially.com/app-db86b8697d52274a33f0.js | 45 KB | 20 KB (46%) | ✓ | 1st |
| https://genially.com/component---src-views-home-home-tsx-899e46ce8244d47fa124.js | 2 KB | — | ✓ | 1st |
| https://genially.com/commons-0d740868230f771f0307.js | 378 KB | — | ✓ | 1st |
| https://cdn.cookielaw.org/scripttemplates/otSDKStub.js | 0 KB | — | ✓ | 3rd |
| https://dev.visualwebsiteoptimizer.com/j.php?a=651973&u=https%3A%2F%2Fgenially.com%2F&vn=2.1&x=true | 9 KB | — | ✓ | 3rd |
| https://genially.com/framework-2acfb2c37040f9cb4971.js | 43 KB | — | ✓ | 1st |
| https://dev.visualwebsiteoptimizer.com/cdn/web/djIkdGU6Ny4wOmFzeW5jJWdxdWVyeSVzYWZhcmk=/tag-9493ceffe2b22ae668637ac4efbd8e58br.js | 57 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
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 (234 KB)PASS
Web fonts
3
234 KB total
Render-blocking
0
of 3
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
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- 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 ~157 KB and ~314 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints8 hints, 0 missing preconnectsPASS
Current Resource Hints
8 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall55 requests over 1498msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 982ms | 0 KB | — | €3/mo | Costly |
dev.visualwebsiteoptimizer.com dev.visualwebsiteoptimizer.com | Other | 176ms | 4 KB | — | €1/mo | Optional |
accounts.google.com accounts.google.com | Other | 117ms | 96 KB | 71% | €0/mo | Optional |
cdn.lr-in-prod.com cdn.lr-in-prod.com | Other | 111ms | 124 KB | 35% | €0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 982ms and costs ~€3/month
Unattributable takes 982ms 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
71% of accounts.google.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