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.00 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.05 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
969 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.31 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.
13.66 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 ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction18719ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://genially.com/ | 15143ms | 568ms | 46ms | 3rd |
| Unattributable | 1049ms | 6ms | 0ms | 3rd |
| https://genially.com/webpack-runtime-65d6b087e0ac70b9266a.js | 889ms | 808ms | 1ms | 3rd |
| https://genially.com/framework-2acfb2c37040f9cb4971.js | 879ms | 290ms | 8ms | 3rd |
| https://genially.com/commons-0d740868230f771f0307.js | 345ms | 1ms | 344ms | 3rd |
| https://cdn.lr-in-prod.com/logger-1.min.js | 114ms | 60ms | 53ms | 3rd |
| https://dev.visualwebsiteoptimizer.com/dcdn/settings.js?a=651973&settings_type=4&ts=1776790939&dt=mobile&cc=ES | 109ms | 104ms | 2ms | 3rd |
| https://accounts.google.com/gsi/client | 82ms | 58ms | 17ms | 3rd |
| https://genially.com/c0ce423b-966e873107eccc909d3d.js | 59ms | 5ms | 53ms | 3rd |
| https://genially.com/app-db86b8697d52274a33f0.js | 50ms | 29ms | 14ms | 3rd |
DPage Weight InventoryAction55 resources · 12.0 MB · 207 KB savings availableFIX
~207.2 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 55 resources | 12.0 MiB | ||||||
FHTTP 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, 207 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%) | ✓ | 3rd |
| https://accounts.google.com/gsi/client | 96 KB | 71 KB (74%) | ✓ | 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%) | ✓ | 3rd |
| https://genially.com/component---src-views-home-home-tsx-899e46ce8244d47fa124.js | 2 KB | — | ✓ | 3rd |
| https://genially.com/commons-0d740868230f771f0307.js | 378 KB | — | ✓ | 3rd |
| 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 | — | ✓ | 3rd |
| 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 1405msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
genially.com genially.com | Other | 15143ms | 53 KB | — | €45/mo | Costly |
Unattributable Unattributable | Other | 1049ms | 0 KB | — | €3/mo | Costly |
genially.com genially.com | Other | 889ms | 3 KB | — | €3/mo | Costly |
genially.com genially.com | Other | 879ms | 43 KB | — | €3/mo | Costly |
genially.com genially.com | Other | 345ms | 378 KB | — | €1/mo | Costly |
cdn.lr-in-prod.com cdn.lr-in-prod.com | Other | 114ms | 124 KB | 35% | €0/mo | Optional |
dev.visualwebsiteoptimizer.com dev.visualwebsiteoptimizer.com | Other | 109ms | 4 KB | — | €0/mo | Optional |
accounts.google.com accounts.google.com | Other | 82ms | 96 KB | 74% | €0/mo | Optional |
genially.com genially.com | Other | 59ms | 202 KB | 37% | €0/mo | Optional |
genially.com genially.com | Other | 50ms | 45 KB | 46% | €0/mo | Optional |
These scripts may cost more than they're worth
- genially.com adds 15143ms and costs ~€45/month
- Unattributable adds 1049ms and costs ~€3/month
- genially.com adds 889ms and costs ~€3/month
- genially.com adds 879ms and costs ~€3/month
- genially.com adds 345ms and costs ~€1/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
genially.com takes 15143ms 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 1049ms 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
genially.com takes 889ms 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
genially.com takes 879ms 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
genially.com takes 345ms 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
74% 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