Skip to content
https://genial.ly

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
72
GRADE
C
FIX
5
REVIEW
3
PASS
7
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

52
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
91
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
92
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

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

1.1 s
2.2 s
3.4 s
4.5 s
5.6 s
6.7 s
7.8 s
9.0 s
Checks
17
7 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
12.0 MB transferred, 55 requests
FIX
12.0 MB transferred, 55 requests
Critical::
Page weighs 19.3 MB (12.0 MB transferred)
Warning::
Images are 1.2 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.2 MB
Warning::
JavaScript is 914 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 914 KB
Info::
Fonts are 234 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 234 KB
Info::
55 HTTP requests
Info::
Estimated 2.5 g CO2 per page load
12.0 MB / 2.4 MB budget
12.0 MB transferred
55 requests
2.5 g CO2 per page load
Other 9.4 MiB 78%
Images 1.2 MiB 10%
JavaScript 914.4 KiB 7%
Fonts 234.3 KiB 2%
Other 189.6 KiB 2%
Other 65.8 KiB 1%
HTML 52.6 KiB 0%
Other 2.1 KiB 0%
Other 1.6 KiB 0%
CSS 665 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

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.

Why this matters

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.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (12.0 MiB of 12.0 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
18719ms total JS execution
FIX
18719ms total JS execution
Warning::
https://genially.com/: 15143ms CPU time
Warning::
Unattributable: 1049ms CPU time
Warning::
https://genially.com/webpack-runtime-65d6b087e0ac7...: 889ms CPU time
Warning::
https://genially.com/framework-2acfb2c37040f9cb497...: 879ms CPU time
Warning::
https://genially.com/commons-0d740868230f771f0307....: 345ms CPU time
Warning::
Third-party scripts: 18719ms (100% of total)

Main Thread Breakdown

Other 41% Style & Layout 36% Script Evaluation 10% Rendering 9%
ScriptTotalScriptingParse/CompileParty
https://genially.com/15143ms568ms46ms3rd
Unattributable1049ms6ms0ms3rd
https://genially.com/webpack-runtime-65d6b087e0ac70b9266a.js889ms808ms1ms3rd
https://genially.com/framework-2acfb2c37040f9cb4971.js879ms290ms8ms3rd
https://genially.com/commons-0d740868230f771f0307.js345ms1ms344ms3rd
https://cdn.lr-in-prod.com/logger-1.min.js114ms60ms53ms3rd
https://dev.visualwebsiteoptimizer.com/dcdn/settings.js?a=651973&settings_type=4&ts=1776790939&dt=mobile&cc=ES109ms104ms2ms3rd
https://accounts.google.com/gsi/client82ms58ms17ms3rd
https://genially.com/c0ce423b-966e873107eccc909d3d.js59ms5ms53ms3rd
https://genially.com/app-db86b8697d52274a33f0.js50ms29ms14ms3rd
D
Page Weight Inventory
Action
55 resources · 12.0 MB · 207 KB savings available
FIX
55 resources · 12.0 MB · 207 KB savings available
Warning::
Page weight 11.0 MB over 1MB target
Got: 12.0 MB Expected: ≤ 1 MB
Info::
~207 KB of savings available
Warning::
54 third-party resources (100% of weight)
Info::
7 resources over 200KB
55 resources · 12.0 MiB · 54 third-party 11.0 MiB over 1MB target
Media 78% · 9.4 MiB
Image 12% · 1.4 MiB
JavaScript 8% · 980.1 KiB
Font 2% · 234.3 KiB
Document 0% · 52.7 KiB
Other 0% · 30.3 KiB
CSS 0% · 665 B

~207.2 KiB of savings available

Remove unused JavaScript: 207.2 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

B
Image Optimization
21 images, 0 KB saveable
REVIEW
21 images, 0 KB saveable
Info::
All images are well-optimized
21 images 1.2 MB
0 oversized -0 KB
21 legacy format
0 missing dimensions CLS risk
C
JS Bundles
Action
14 scripts, 207 KB unused
REVIEW
14 scripts, 207 KB unused
Warning::
https://genially.com/c0ce423b-966e873107eccc909d3d...: 73 KB unused (37%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://accounts.google.com/gsi/client: 71 KB unused (74%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.lr-in-prod.com/logger-1.min.js: 43 KB unused (35%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://genially.com/app-db86b8697d52274a33f0.js: 20 KB unused (46%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 207 KB
207 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://genially.com/c0ce423b-966e873107eccc909d3d.js202 KB73 KB (37%)3rd
https://accounts.google.com/gsi/client96 KB71 KB (74%)3rd
https://cdn.lr-in-prod.com/logger-1.min.js124 KB43 KB (35%)3rd
https://genially.com/app-db86b8697d52274a33f0.js45 KB20 KB (46%)3rd
https://genially.com/component---src-views-home-home-tsx-899e46ce8244d47fa124.js2 KB3rd
https://genially.com/commons-0d740868230f771f0307.js378 KB3rd
https://cdn.cookielaw.org/scripttemplates/otSDKStub.js0 KB3rd
https://dev.visualwebsiteoptimizer.com/j.php?a=651973&u=https%3A%2F%2Fgenially.com%2F&vn=2.1&x=true9 KB3rd
https://genially.com/framework-2acfb2c37040f9cb4971.js43 KB3rd
https://dev.visualwebsiteoptimizer.com/cdn/web/djIkdGU6Ny4wOmFzeW5jJWdxdWVyeSVzYWZhcmk=/tag-9493ceffe2b22ae668637ac4efbd8e58br.js57 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
3 fonts (234 KB)
PASS
3 fonts (234 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

234 KB total

Render-blocking

0

of 3

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 2.0 s LCP 7.0 shttps://genially.com/static/DMSans_18pt-Regular-2c8600ab0e9535150736363f56e38544.ttfDMSans_18pt-Regular-2c8... https://genially.com/static/DMSans_18pt-Regular-2c8600ab0e9535150736363f56e38544.ttf — 30.2 KiB — 42 ms — font-display: swaphttps://genially.com/static/Unbounded-Bold-0c54d6e100bb5ec11f3ad42c0c47d1c7.ttfUnbounded-Bold-0c54d6e1... https://genially.com/static/Unbounded-Bold-0c54d6e100bb5ec11f3ad42c0c47d1c7.ttf — 173.6 KiB — 47 ms — font-display: swaphttps://genially.com/static/DMSans_18pt-SemiBold-bcf0d60e4c3d097c493a4e34b9b40577.ttfDMSans_18pt-SemiBold-bc... https://genially.com/static/DMSans_18pt-SemiBold-bcf0d60e4c3d097c493a4e34b9b40577.ttf — 30.5 KiB — 87 ms — font-display: swap
DMSans_18pt-Regular-2c8... ttf swap
Size 30 KB
Load time 42 ms
Start 299 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Unbounded-Bold-0c54d6e1... ttf swap
Size 174 KB
Load time 47 ms
Start 301 ms
Risk FOUT — text flashes from fallback to web font
  • 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
DMSans_18pt-SemiBold-bc... ttf swap
Size 30 KB
Load time 87 ms
Start 302 ms
Risk FOUT — text flashes from fallback to web font
  • 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 Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
8 hints, 0 missing preconnects
PASS
8 hints, 0 missing preconnects
Info::
Page uses 8 resource hint(s)

Current Resource Hints

preconnect
preload
8
dns-prefetch
prefetch

8 resource hints configured

A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
Network Waterfall
55 requests over 1405ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 2.0 s LCP 7.0 shttps://genial.ly// https://genial.ly/ — 301 — 108 B — 116 ms — h2https://genially.com/genially.com/ https://genially.com/ — 200 — 52.6 KiB — 52 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — -1 — 0 B — 166 ms — https://genially.com/webpack-runtime-65d6b087e0ac70b9266a.jsgenially.com/webpack-runtime-65d6b0... https://genially.com/webpack-runtime-65d6b087e0ac70b9266a.js — 200 — 3.4 KiB — 57 ms — h2https://genially.com/framework-2acfb2c37040f9cb4971.jsgenially.com/framework-2acfb2c37040... https://genially.com/framework-2acfb2c37040f9cb4971.js — 200 — 43.0 KiB — 115 ms — h2https://genially.com/app-db86b8697d52274a33f0.jsgenially.com/app-db86b8697d52274a33... https://genially.com/app-db86b8697d52274a33f0.js — 200 — 44.6 KiB — 125 ms — h2https://genially.com/c0ce423b-966e873107eccc909d3d.jsgenially.com/c0ce423b-966e873107ecc... https://genially.com/c0ce423b-966e873107eccc909d3d.js — 200 — 201.8 KiB — 131 ms — h2https://genially.com/commons-0d740868230f771f0307.jsgenially.com/commons-0d740868230f77... https://genially.com/commons-0d740868230f771f0307.js — 200 — 377.5 KiB — 78 ms — h2https://genially.com/component---src-views-home-home-tsx-899e46ce8244d47fa124.jsgenially.com/component---src-views-... https://genially.com/component---src-views-home-home-tsx-899e46ce8244d47fa124.js — 200 — 1.8 KiB — 202 ms — h2https://genially.com/page-data/index/page-data.jsongenially.com/page-data/index/page-d... https://genially.com/page-data/index/page-data.json — 200 — 24.1 KiB — 127 ms — h2https://genially.com/page-data/app-data.jsongenially.com/page-data/app-data.jso... https://genially.com/page-data/app-data.json — 200 — 1.3 KiB — 55 ms — h2https://assets.genially.com/s3fs-public/2025-07/Mobile_Topbar_Templates_0.png?VersionId=qSMhkHhLCRno1tkd1LoijC4RapX2OrTUassets.genially.com/s3fs-public/202... https://assets.genially.com/s3fs-public/2025-07/Mobile_Topbar_Templates_0.png?VersionId=qSMhkHhLCRno1tkd1LoijC4RapX2OrTU — 200 — 37.9 KiB — 50 ms — h2https://assets.genially.com/s3fs-public/2025-09/Mobile_Topbar_Plans.png?VersionId=myEI1OnsdLYkuJS6_UhzofcGvr_MtZ.tassets.genially.com/s3fs-public/202... https://assets.genially.com/s3fs-public/2025-09/Mobile_Topbar_Plans.png?VersionId=myEI1OnsdLYkuJS6_UhzofcGvr_MtZ.t — 200 — 57.8 KiB — 52 ms — h2https://dev.visualwebsiteoptimizer.com/j.php?a=651973&u=https%3A%2F%2Fgenially.com%2F&vn=2.1&x=truedev.visualwebsiteoptimizer.com/j.ph... https://dev.visualwebsiteoptimizer.com/j.php?a=651973&u=https%3A%2F%2Fgenially.com%2F&vn=2.1&x=true — 200 — 8.6 KiB — 126 ms — h2https://assets.genially.com/s3fs-public/2025-09/Mobile_Topbar_PlansForTeachers.png?VersionId=9M0sMpk_9aWbgwjAm1g3x5CFze9Jqj8oassets.genially.com/s3fs-public/202... https://assets.genially.com/s3fs-public/2025-09/Mobile_Topbar_PlansForTeachers.png?VersionId=9M0sMpk_9aWbgwjAm1g3x5CFze9Jqj8o — 200 — 60.9 KiB — 37 ms — h2https://webforms.pipedrive.com/f/loaderwebforms.pipedrive.com/f/loader https://webforms.pipedrive.com/f/loader — 303 — 1.1 KiB — 213 ms — h2https://accounts.google.com/gsi/clientaccounts.google.com/gsi/client https://accounts.google.com/gsi/client — 200 — 96.4 KiB — 138 ms — h2https://assets.genially.com/s3fs-public/images/Brands_Logo_Figma_White.png?VersionId=ArNFTfFmDSMawwR.10P7xvU4D3YIfpDKassets.genially.com/s3fs-public/ima... https://assets.genially.com/s3fs-public/images/Brands_Logo_Figma_White.png?VersionId=ArNFTfFmDSMawwR.10P7xvU4D3YIfpDK — 200 — 4.5 KiB — 116 ms — h2https://assets.genially.com/s3fs-public/images/Brands_Logo_Columbia-University_White_0.png?VersionId=M4gNWysLLyeLmaUr997sE_5vBTYRm96rassets.genially.com/s3fs-public/ima... https://assets.genially.com/s3fs-public/images/Brands_Logo_Columbia-University_White_0.png?VersionId=M4gNWysLLyeLmaUr997sE_5vBTYRm96r — 200 — 8.2 KiB — 57 ms — h2https://assets.genially.com/s3fs-public/images/Brands_Logo_Tik-Tok_White.png?VersionId=wZfuYW0ZdWZIn4hzfGK5SACjNGDIPNpPassets.genially.com/s3fs-public/ima... https://assets.genially.com/s3fs-public/images/Brands_Logo_Tik-Tok_White.png?VersionId=wZfuYW0ZdWZIn4hzfGK5SACjNGDIPNpP — 200 — 4.5 KiB — 35 ms — h2https://genially.com/static/sprite-6ad6d97f187ac0da227ff6d2d42aac2d.svggenially.com/static/sprite-6ad6d97f... https://genially.com/static/sprite-6ad6d97f187ac0da227ff6d2d42aac2d.svg — 200 — 132.9 KiB — 51 ms — h2https://assets.genially.com/s3fs-public/images/logo-Telefonica-white.png?VersionId=vOLSkRL9b0J4sCI0v7ejfio3lFtaa5P4assets.genially.com/s3fs-public/ima... https://assets.genially.com/s3fs-public/images/logo-Telefonica-white.png?VersionId=vOLSkRL9b0J4sCI0v7ejfio3lFtaa5P4 — 200 — 3.4 KiB — 17 ms — h2https://assets.genially.com/s3fs-public/images/Brands_Logo_Santillana_White.png?VersionId=R1lJ1fyleYlGjpluRa5VDUQlBIqHdBjCassets.genially.com/s3fs-public/ima... https://assets.genially.com/s3fs-public/images/Brands_Logo_Santillana_White.png?VersionId=R1lJ1fyleYlGjpluRa5VDUQlBIqHdBjC — 200 — 5.7 KiB — 84 ms — h2https://assets.genially.com/s3fs-public/images/Logo_PCMag.png?VersionId=uaxNWGgxYIXodFmw1zxpPrMUl845NRcsassets.genially.com/s3fs-public/ima... https://assets.genially.com/s3fs-public/images/Logo_PCMag.png?VersionId=uaxNWGgxYIXodFmw1zxpPrMUl845NRcs — 200 — 5.0 KiB — 84 ms — h2https://assets.genially.com/s3fs-public/images/Logo_FastCompany.png?VersionId=KG4RUaCle8Y7sSOgNmQaBplvFJMX9CGdassets.genially.com/s3fs-public/ima... https://assets.genially.com/s3fs-public/images/Logo_FastCompany.png?VersionId=KG4RUaCle8Y7sSOgNmQaBplvFJMX9CGd — 200 — 4.6 KiB — 48 ms — h2https://assets.genially.com/s3fs-public/images/Logo_EdSurge.png?VersionId=SQB2O7gJhpZFJtrQUg6pecpqhs5yqRpiassets.genially.com/s3fs-public/ima... https://assets.genially.com/s3fs-public/images/Logo_EdSurge.png?VersionId=SQB2O7gJhpZFJtrQUg6pecpqhs5yqRpi — 200 — 4.3 KiB — 75 ms — h2https://assets.genially.com/s3fs-public/images/G2%204.6%20stars.png?VersionId=6dSqDLuFWME9DEF8AZms95Yu035Fta9Gassets.genially.com/s3fs-public/ima... https://assets.genially.com/s3fs-public/images/G2%204.6%20stars.png?VersionId=6dSqDLuFWME9DEF8AZms95Yu035Fta9G — 200 — 5.3 KiB — 95 ms — h2https://assets.genially.com/s3fs-public/images/Home%20Aug%2025%20_%20Boost%20engagement%20in%20the%20classroom.png?VersionId=IScT4AcnQWqZVRtKdaTMzgbi8dNI1DZZassets.genially.com/s3fs-public/ima... https://assets.genially.com/s3fs-public/images/Home%20Aug%2025%20_%20Boost%20engagement%20in%20the%20classroom.png?VersionId=IScT4AcnQWqZVRtKdaTMzgbi8dNI1DZZ — 200 — 105.2 KiB — 87 ms — h2https://assets.genially.com/s3fs-public/2023-09/Schools-Awards_Mobile.png?VersionId=sPMV60zqdHx5Taa7ngutHfSvfxlDZuCkassets.genially.com/s3fs-public/202... https://assets.genially.com/s3fs-public/2023-09/Schools-Awards_Mobile.png?VersionId=sPMV60zqdHx5Taa7ngutHfSvfxlDZuCk — 200 — 15.9 KiB — 92 ms — h2https://assets.genially.com/s3fs-public/images/Home%20Aug%2025%20_%20Luigi%20Pessina%20Testimonial.png?VersionId=NaOWHali2pF0HsP9DMKQgqTLkYbcNXQaassets.genially.com/s3fs-public/ima... https://assets.genially.com/s3fs-public/images/Home%20Aug%2025%20_%20Luigi%20Pessina%20Testimonial.png?VersionId=NaOWHali2pF0HsP9DMKQgqTLkYbcNXQa — 200 — 88.6 KiB — 80 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 2.0 s LCP 7.0 shttps://genial.ly// https://genial.ly/ — 301 — 108 B — 116 ms — h2https://genially.com/genially.com/ https://genially.com/ — 200 — 52.6 KiB — 52 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — -1 — 0 B — 166 ms — https://genially.com/webpack-runtime-65d6b087e0ac70b9266a.jsgenially.com/webpack-runtime-65d6b0... https://genially.com/webpack-runtime-65d6b087e0ac70b9266a.js — 200 — 3.4 KiB — 57 ms — h2https://genially.com/framework-2acfb2c37040f9cb4971.jsgenially.com/framework-2acfb2c37040... https://genially.com/framework-2acfb2c37040f9cb4971.js — 200 — 43.0 KiB — 115 ms — h2https://genially.com/app-db86b8697d52274a33f0.jsgenially.com/app-db86b8697d52274a33... https://genially.com/app-db86b8697d52274a33f0.js — 200 — 44.6 KiB — 125 ms — h2https://genially.com/c0ce423b-966e873107eccc909d3d.jsgenially.com/c0ce423b-966e873107ecc... https://genially.com/c0ce423b-966e873107eccc909d3d.js — 200 — 201.8 KiB — 131 ms — h2https://genially.com/commons-0d740868230f771f0307.jsgenially.com/commons-0d740868230f77... https://genially.com/commons-0d740868230f771f0307.js — 200 — 377.5 KiB — 78 ms — h2https://genially.com/component---src-views-home-home-tsx-899e46ce8244d47fa124.jsgenially.com/component---src-views-... https://genially.com/component---src-views-home-home-tsx-899e46ce8244d47fa124.js — 200 — 1.8 KiB — 202 ms — h2https://genially.com/page-data/index/page-data.jsongenially.com/page-data/index/page-d... https://genially.com/page-data/index/page-data.json — 200 — 24.1 KiB — 127 ms — h2https://genially.com/page-data/app-data.jsongenially.com/page-data/app-data.jso... https://genially.com/page-data/app-data.json — 200 — 1.3 KiB — 55 ms — h2https://assets.genially.com/s3fs-public/2025-07/Mobile_Topbar_Templates_0.png?VersionId=qSMhkHhLCRno1tkd1LoijC4RapX2OrTUassets.genially.com/s3fs-public/202... https://assets.genially.com/s3fs-public/2025-07/Mobile_Topbar_Templates_0.png?VersionId=qSMhkHhLCRno1tkd1LoijC4RapX2OrTU — 200 — 37.9 KiB — 50 ms — h2https://assets.genially.com/s3fs-public/2025-09/Mobile_Topbar_Plans.png?VersionId=myEI1OnsdLYkuJS6_UhzofcGvr_MtZ.tassets.genially.com/s3fs-public/202... https://assets.genially.com/s3fs-public/2025-09/Mobile_Topbar_Plans.png?VersionId=myEI1OnsdLYkuJS6_UhzofcGvr_MtZ.t — 200 — 57.8 KiB — 52 ms — h2https://dev.visualwebsiteoptimizer.com/j.php?a=651973&u=https%3A%2F%2Fgenially.com%2F&vn=2.1&x=truedev.visualwebsiteoptimizer.com/j.ph... https://dev.visualwebsiteoptimizer.com/j.php?a=651973&u=https%3A%2F%2Fgenially.com%2F&vn=2.1&x=true — 200 — 8.6 KiB — 126 ms — h2https://assets.genially.com/s3fs-public/2025-09/Mobile_Topbar_PlansForTeachers.png?VersionId=9M0sMpk_9aWbgwjAm1g3x5CFze9Jqj8oassets.genially.com/s3fs-public/202... https://assets.genially.com/s3fs-public/2025-09/Mobile_Topbar_PlansForTeachers.png?VersionId=9M0sMpk_9aWbgwjAm1g3x5CFze9Jqj8o — 200 — 60.9 KiB — 37 ms — h2https://webforms.pipedrive.com/f/loaderwebforms.pipedrive.com/f/loader https://webforms.pipedrive.com/f/loader — 303 — 1.1 KiB — 213 ms — h2https://accounts.google.com/gsi/clientaccounts.google.com/gsi/client https://accounts.google.com/gsi/client — 200 — 96.4 KiB — 138 ms — h2https://assets.genially.com/s3fs-public/images/Brands_Logo_Figma_White.png?VersionId=ArNFTfFmDSMawwR.10P7xvU4D3YIfpDKassets.genially.com/s3fs-public/ima... https://assets.genially.com/s3fs-public/images/Brands_Logo_Figma_White.png?VersionId=ArNFTfFmDSMawwR.10P7xvU4D3YIfpDK — 200 — 4.5 KiB — 116 ms — h2https://assets.genially.com/s3fs-public/images/Brands_Logo_Columbia-University_White_0.png?VersionId=M4gNWysLLyeLmaUr997sE_5vBTYRm96rassets.genially.com/s3fs-public/ima... https://assets.genially.com/s3fs-public/images/Brands_Logo_Columbia-University_White_0.png?VersionId=M4gNWysLLyeLmaUr997sE_5vBTYRm96r — 200 — 8.2 KiB — 57 ms — h2https://assets.genially.com/s3fs-public/images/Brands_Logo_Tik-Tok_White.png?VersionId=wZfuYW0ZdWZIn4hzfGK5SACjNGDIPNpPassets.genially.com/s3fs-public/ima... https://assets.genially.com/s3fs-public/images/Brands_Logo_Tik-Tok_White.png?VersionId=wZfuYW0ZdWZIn4hzfGK5SACjNGDIPNpP — 200 — 4.5 KiB — 35 ms — h2https://genially.com/static/sprite-6ad6d97f187ac0da227ff6d2d42aac2d.svggenially.com/static/sprite-6ad6d97f... https://genially.com/static/sprite-6ad6d97f187ac0da227ff6d2d42aac2d.svg — 200 — 132.9 KiB — 51 ms — h2https://assets.genially.com/s3fs-public/images/logo-Telefonica-white.png?VersionId=vOLSkRL9b0J4sCI0v7ejfio3lFtaa5P4assets.genially.com/s3fs-public/ima... https://assets.genially.com/s3fs-public/images/logo-Telefonica-white.png?VersionId=vOLSkRL9b0J4sCI0v7ejfio3lFtaa5P4 — 200 — 3.4 KiB — 17 ms — h2https://assets.genially.com/s3fs-public/images/Brands_Logo_Santillana_White.png?VersionId=R1lJ1fyleYlGjpluRa5VDUQlBIqHdBjCassets.genially.com/s3fs-public/ima... https://assets.genially.com/s3fs-public/images/Brands_Logo_Santillana_White.png?VersionId=R1lJ1fyleYlGjpluRa5VDUQlBIqHdBjC — 200 — 5.7 KiB — 84 ms — h2https://assets.genially.com/s3fs-public/images/Logo_PCMag.png?VersionId=uaxNWGgxYIXodFmw1zxpPrMUl845NRcsassets.genially.com/s3fs-public/ima... https://assets.genially.com/s3fs-public/images/Logo_PCMag.png?VersionId=uaxNWGgxYIXodFmw1zxpPrMUl845NRcs — 200 — 5.0 KiB — 84 ms — h2https://assets.genially.com/s3fs-public/images/Logo_FastCompany.png?VersionId=KG4RUaCle8Y7sSOgNmQaBplvFJMX9CGdassets.genially.com/s3fs-public/ima... https://assets.genially.com/s3fs-public/images/Logo_FastCompany.png?VersionId=KG4RUaCle8Y7sSOgNmQaBplvFJMX9CGd — 200 — 4.6 KiB — 48 ms — h2https://assets.genially.com/s3fs-public/images/Logo_EdSurge.png?VersionId=SQB2O7gJhpZFJtrQUg6pecpqhs5yqRpiassets.genially.com/s3fs-public/ima... https://assets.genially.com/s3fs-public/images/Logo_EdSurge.png?VersionId=SQB2O7gJhpZFJtrQUg6pecpqhs5yqRpi — 200 — 4.3 KiB — 75 ms — h2https://assets.genially.com/s3fs-public/images/G2%204.6%20stars.png?VersionId=6dSqDLuFWME9DEF8AZms95Yu035Fta9Gassets.genially.com/s3fs-public/ima... https://assets.genially.com/s3fs-public/images/G2%204.6%20stars.png?VersionId=6dSqDLuFWME9DEF8AZms95Yu035Fta9G — 200 — 5.3 KiB — 95 ms — h2https://assets.genially.com/s3fs-public/images/Home%20Aug%2025%20_%20Boost%20engagement%20in%20the%20classroom.png?VersionId=IScT4AcnQWqZVRtKdaTMzgbi8dNI1DZZassets.genially.com/s3fs-public/ima... https://assets.genially.com/s3fs-public/images/Home%20Aug%2025%20_%20Boost%20engagement%20in%20the%20classroom.png?VersionId=IScT4AcnQWqZVRtKdaTMzgbi8dNI1DZZ — 200 — 105.2 KiB — 87 ms — h2https://assets.genially.com/s3fs-public/2023-09/Schools-Awards_Mobile.png?VersionId=sPMV60zqdHx5Taa7ngutHfSvfxlDZuCkassets.genially.com/s3fs-public/202... https://assets.genially.com/s3fs-public/2023-09/Schools-Awards_Mobile.png?VersionId=sPMV60zqdHx5Taa7ngutHfSvfxlDZuCk — 200 — 15.9 KiB — 92 ms — h2https://assets.genially.com/s3fs-public/images/Home%20Aug%2025%20_%20Luigi%20Pessina%20Testimonial.png?VersionId=NaOWHali2pF0HsP9DMKQgqTLkYbcNXQaassets.genially.com/s3fs-public/ima... https://assets.genially.com/s3fs-public/images/Home%20Aug%2025%20_%20Luigi%20Pessina%20Testimonial.png?VersionId=NaOWHali2pF0HsP9DMKQgqTLkYbcNXQa — 200 — 88.6 KiB — 80 ms — h2https://assets.genially.com/s3fs-public/images/Trust%20Center%20_%20Trust%20for%20Education_2.png?VersionId=TT3YBuNJbGBEA73qaUBygJb5aZlaQMdwassets.genially.com/s3fs-public/ima... https://assets.genially.com/s3fs-public/images/Trust%20Center%20_%20Trust%20for%20Education_2.png?VersionId=TT3YBuNJbGBEA73qaUBygJb5aZlaQMdw — 200 — 286.1 KiB — 26 ms — h2https://assets.genially.com/s3fs-public/images/eLearning.png?VersionId=CuKou4H24yFcKN1tQRe.cFaLsc7G0OYrassets.genially.com/s3fs-public/ima... https://assets.genially.com/s3fs-public/images/eLearning.png?VersionId=CuKou4H24yFcKN1tQRe.cFaLsc7G0OYr — 200 — 99.1 KiB — 74 ms — h2https://assets.genially.com/s3fs-public/images/K12%20Education.png?VersionId=cpPxVN5ORH8V_J1tFSZbiZVt2NoHSTLKassets.genially.com/s3fs-public/ima... https://assets.genially.com/s3fs-public/images/K12%20Education.png?VersionId=cpPxVN5ORH8V_J1tFSZbiZVt2NoHSTLK — 200 — 214.2 KiB — 89 ms — h2https://assets.genially.com/s3fs-public/images/Higher%20Education.png?VersionId=hNHrGxP9kHpzSISqDaSUnrAoi1gixz5Uassets.genially.com/s3fs-public/ima... https://assets.genially.com/s3fs-public/images/Higher%20Education.png?VersionId=hNHrGxP9kHpzSISqDaSUnrAoi1gixz5U — 200 — 86.2 KiB — 83 ms — h2https://assets.genially.com/s3fs-public/images/Marketing_0.png?VersionId=cvLKhJ25sQnzQV72Z2S.AmBXTecpA4Xfassets.genially.com/s3fs-public/ima... https://assets.genially.com/s3fs-public/images/Marketing_0.png?VersionId=cvLKhJ25sQnzQV72Z2S.AmBXTecpA4Xf — 200 — 83.4 KiB — 81 ms — h2https://assets.genially.com/s3fs-public/images/Made%20by%20the%20community.png?VersionId=KTpnNRZbgCmvcEFW7xdEFQc4qEteaf0Fassets.genially.com/s3fs-public/ima... https://assets.genially.com/s3fs-public/images/Made%20by%20the%20community.png?VersionId=KTpnNRZbgCmvcEFW7xdEFQc4qEteaf0F — 200 — 88.5 KiB — 88 ms — h2https://genially.com/static/DMSans_18pt-Regular-2c8600ab0e9535150736363f56e38544.ttfgenially.com/static/DMSans_18pt-Reg... https://genially.com/static/DMSans_18pt-Regular-2c8600ab0e9535150736363f56e38544.ttf — 200 — 30.2 KiB — 42 ms — h2https://genially.com/static/Unbounded-Bold-0c54d6e100bb5ec11f3ad42c0c47d1c7.ttfgenially.com/static/Unbounded-Bold-... https://genially.com/static/Unbounded-Bold-0c54d6e100bb5ec11f3ad42c0c47d1c7.ttf — 200 — 173.6 KiB — 47 ms — h2https://genially.com/static/DMSans_18pt-SemiBold-bcf0d60e4c3d097c493a4e34b9b40577.ttfgenially.com/static/DMSans_18pt-Sem... https://genially.com/static/DMSans_18pt-SemiBold-bcf0d60e4c3d097c493a4e34b9b40577.ttf — 200 — 30.5 KiB — 87 ms — h2https://genially.com/manifest.webmanifestgenially.com/manifest.webmanifest https://genially.com/manifest.webmanifest — 200 — 2.1 KiB — 47 ms — h2https://dev.visualwebsiteoptimizer.com/cdn/web/djIkdGU6Ny4wOmFzeW5jJWdxdWVyeSVzYWZhcmk=/tag-9493ceffe2b22ae668637ac4efbd8e58br.jsdev.visualwebsiteoptimizer.com/cdn/... https://dev.visualwebsiteoptimizer.com/cdn/web/djIkdGU6Ny4wOmFzeW5jJWdxdWVyeSVzYWZhcmk=/tag-9493ceffe2b22ae668637ac4efbd8e58br.js — 200 — 57.2 KiB — 59 ms — h3https://cdn.dub-1.pipedriveassets.com/leadbooster-chat/assets/web-forms/loader.f661656c28a79633b29e.min.jscdn.dub-1.pipedriveassets.com/leadb... https://cdn.dub-1.pipedriveassets.com/leadbooster-chat/assets/web-forms/loader.f661656c28a79633b29e.min.js — 200 — 17.7 KiB — 143 ms — h2https://cdn.lr-in-prod.com/logger-1.min.jscdn.lr-in-prod.com/logger-1.min.js https://cdn.lr-in-prod.com/logger-1.min.js — 200 — 124.3 KiB — 160 ms — h3https://accounts.google.com/gsi/styleaccounts.google.com/gsi/style https://accounts.google.com/gsi/style — 200 — 665 B — 33 ms — h2https://dev.visualwebsiteoptimizer.com/dcdn/settings.js?a=651973&settings_type=4&ts=1776790939&dt=mobile&cc=ESdev.visualwebsiteoptimizer.com/dcdn... https://dev.visualwebsiteoptimizer.com/dcdn/settings.js?a=651973&settings_type=4&ts=1776790939&dt=mobile&cc=ES — 200 — 3.9 KiB — 21 ms — h2https://sp.genially.com/com.snowplowanalytics.snowplow/tp2sp.genially.com/com.snowplowanalyti... https://sp.genially.com/com.snowplowanalytics.snowplow/tp2 — 200 — 0 B — 96 ms — h2https://auth.genially.com/loggedauth.genially.com/logged https://auth.genially.com/logged — 401 — 1.6 KiB — 146 ms — h2https://assets.genially.com/s3fs-public/video/Home_Rebranding_Teaser1col_Header_1.mp4?VersionId=MuQAMJd52XxpQLarTXLwoBd7xWFcB1wcassets.genially.com/s3fs-public/vid... https://assets.genially.com/s3fs-public/video/Home_Rebranding_Teaser1col_Header_1.mp4?VersionId=MuQAMJd52XxpQLarTXLwoBd7xWFcB1wc — 206 — 7.0 MiB — 320 ms — h2https://assets.genially.com/s3fs-public/video/24%20-%20NOVEMBER%202024%20-%20Scroll%20for%20mobile_0.mp4?VersionId=BqcR5iFJpU0RTfo83YE1cxc3.hhUAxmlassets.genially.com/s3fs-public/vid... https://assets.genially.com/s3fs-public/video/24%20-%20NOVEMBER%202024%20-%20Scroll%20for%20mobile_0.mp4?VersionId=BqcR5iFJpU0RTfo83YE1cxc3.hhUAxml — 206 — 753.4 KiB — 144 ms — h2https://assets.genially.com/s3fs-public/video/Home%20Aug%2025%20_%20Audiovisual%20storytelling%2C%20made%20easy%20with%20AI_0.mp4?VersionId=W8MAZC4ZV.CqanG0vNjOPf8Syal5CkEeassets.genially.com/s3fs-public/vid... https://assets.genially.com/s3fs-public/video/Home%20Aug%2025%20_%20Audiovisual%20storytelling%2C%20made%20easy%20with%20AI_0.mp4?VersionId=W8MAZC4ZV.CqanG0vNjOPf8Syal5CkEe — 206 — 1.6 MiB — 169 ms — h2https://sp.genially.com/com.snowplowanalytics.snowplow/tp2sp.genially.com/com.snowplowanalyti... https://sp.genially.com/com.snowplowanalytics.snowplow/tp2 — 200 — 17 B — 49 ms — h3blob:https://genially.com/5962d43e-87b0-482f-b378-0097747b10c5genially.com/5962d43e-87b0-482f-b37... blob:https://genially.com/5962d43e-87b0-482f-b378-0097747b10c5 — 200 — -1 B — 213 ms — blobhttps://genially.com/icons/icon-144x144.png?v=a5e9ef8b2d855b93b23f826fe864bd4dgenially.com/icons/icon-144x144.png... https://genially.com/icons/icon-144x144.png?v=a5e9ef8b2d855b93b23f826fe864bd4d — 200 — 22.6 KiB — 45 ms — h2https://genially.com/favicon.svg?v=a5e9ef8b2d855b93b23f826fe864bd4dgenially.com/favicon.svg?v=a5e9ef8b... https://genially.com/favicon.svg?v=a5e9ef8b2d855b93b23f826fe864bd4d — 200 — 3.1 KiB — 42 ms — h2https://genially.com/favicon-32x32.png?v=a5e9ef8b2d855b93b23f826fe864bd4dgenially.com/favicon-32x32.png?v=a5... https://genially.com/favicon-32x32.png?v=a5e9ef8b2d855b93b23f826fe864bd4d — 200 — 4.3 KiB — 45 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 18719ms · 948KB · €56/mo
genially.com
Other
Costly
Execution 15143ms
Transfer 53 KB
Monthly Cost €45/mo
Unattributable
Other
Costly
Execution 1049ms
Transfer 0 KB
Monthly Cost €3/mo
genially.com
Other
Costly
Execution 889ms
Transfer 3 KB
Monthly Cost €3/mo
genially.com
Other
Costly
Execution 879ms
Transfer 43 KB
Monthly Cost €3/mo
genially.com
Other
Costly
Execution 345ms
Transfer 378 KB
Monthly Cost €1/mo
cdn.lr-in-prod.com
Other
Optional
Execution 114ms
Transfer 124 KB
Unused 35%
Monthly Cost €0/mo
dev.visualwebsiteoptimizer.com
Other
Optional
Execution 109ms
Transfer 4 KB
Monthly Cost €0/mo
accounts.google.com
Other
Optional
Execution 82ms
Transfer 96 KB
Unused 74%
Monthly Cost €0/mo
genially.com
Other
Optional
Execution 59ms
Transfer 202 KB
Unused 37%
Monthly Cost €0/mo
genially.com
Other
Optional
Execution 50ms
Transfer 45 KB
Unused 46%
Monthly Cost €0/mo

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback