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.
8.06 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
13.82 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
293 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.
8.85 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.88 s
Page Load Progression
FPage Weight BudgetAction20.5 MB transferred, 83 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
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 CostAction9410ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.gsma.com/ | 4912ms | 66ms | 9ms | 3rd |
| https://consent.trustarc.com/autoblockasset/core.min.js?domain=obcbbj | 2127ms | 1729ms | 2ms | 3rd |
| Unattributable | 1369ms | 48ms | 0ms | 3rd |
| https://www.gsma.com/wp-content/plugins/plugin_gsma_2023/scripts/main.js?ver=1776873741 | 227ms | 37ms | 3ms | 3rd |
| https://www.gsma.com/xymc219/ | 210ms | 151ms | 57ms | 3rd |
| https://www.gsma.com/wp-content/plugins/plugin_algolia_search/build/index.js?ver=1dac697aa0c311a6485c94dcbc4900a0 | 197ms | 154ms | 42ms | 3rd |
| https://www.gsma.com/wp-includes/js/jquery/jquery.js | 118ms | 73ms | 43ms | 3rd |
| https://www.gsma.com/wp-content/plugins/plugin_algolia_discover/build/index.js?ver=f22a4ae6b1067329b6de167c0f5b7631 | 99ms | 70ms | 29ms | 3rd |
| https://consent.trustarc.com/notice?domain=obcbbj&c=teconsent&js=nj¬iceType=bb&text=true>m=1&pcookie&cookieLink=https://www.gsma.com/about-us/legal/cookie-policy | 87ms | 66ms | 9ms | 3rd |
| https://consent.trustarc.com/asset/notice.js/v/v1.7-1729 | 64ms | 46ms | 10ms | 3rd |
FJS BundlesAction31 scripts, 350 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.gsma.com/xymc219/ | 180 KB | 90 KB (50%) | ✓ | 3rd |
| https://www.gsma.com/wp-content/plugins/plugin_algolia_discover/build/index.js?ver=f22a4ae6b1067329b6de167c0f5b7631 | 101 KB | 89 KB (89%) | ✓ | 3rd |
| https://www.gsma.com/wp-content/plugins/plugin_algolia_search/build/index.js?ver=1dac697aa0c311a6485c94dcbc4900a0 | 112 KB | 72 KB (64%) | ✓ | 3rd |
| https://www.gsma.com/wp-includes/js/jquery/jquery.js | 82 KB | 55 KB (67%) | ✗ | 3rd |
| https://www.gsma.com/wp-content/plugins/plugin_gsma_theme_maps/assets/js/frontend.js?ver=17092024 | 32 KB | 24 KB (76%) | ✓ | 3rd |
| https://consent.trustarc.com/asset/notice.js/v/v1.7-1729 | 36 KB | 20 KB (56%) | ✓ | 3rd |
| https://cdnjs.cloudflare.com/ajax/libs/tiny-slider/2.9.4/min/tiny-slider.js | 12 KB | — | ✓ | 3rd |
| https://www.gsma.com/wp-content/plugins/plugin_gsma_2023/scripts/odometer.min.js | 4 KB | — | ✓ | 3rd |
| https://www.gsma.com/wp-content/plugins/plugin_gsma_2023/scripts/gsmaservices-select-box-frontend.js?ver=1776873741 | 1 KB | — | ✓ | 3rd |
| https://www.gsma.com/wp-content/plugins/plugin_gsmatheme_events/src/events_list.js | 3 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
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
DPage Weight InventoryAction83 resources · 20.5 MB · 350 KB savings availableFIX
~350.0 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 83 resources | 20.5 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction20 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
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
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
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
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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading6 fonts (418 KB)PASS
Web fonts
6
418 KB total
Render-blocking
0
of 6
Dominant font-display
swap
Most common across fonts
Font loading timeline
- 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
- 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
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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 ~255 KB and ~510 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
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 Waterfall83 requests over 1504msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.gsma.com www.gsma.com | Other | 4912ms | 25 KB | — | £51/mo | Costly |
consent.trustarc.com consent.trustarc.com | Other | 2127ms | 7 KB | — | £22/mo | Costly |
Unattributable Unattributable | Other | 1369ms | 0 KB | — | £14/mo | Costly |
www.gsma.com www.gsma.com | Other | 227ms | 6 KB | — | £2/mo | Costly |
www.gsma.com www.gsma.com | Other | 210ms | 180 KB | 50% | £2/mo | Costly |
www.gsma.com www.gsma.com | Other | 197ms | 112 KB | 64% | £2/mo | Optional |
www.gsma.com www.gsma.com | Other | 118ms | 82 KB | 67% | £1/mo | Optional |
www.gsma.com www.gsma.com | Other | 99ms | 101 KB | 89% | £1/mo | Optional |
consent.trustarc.com consent.trustarc.com | Other | 87ms | 14 KB | — | £1/mo | Optional |
consent.trustarc.com consent.trustarc.com | Other | 64ms | 36 KB | 56% | £1/mo | Optional |
These scripts may cost more than they're worth
- www.gsma.com adds 4912ms and costs ~£51/month
- consent.trustarc.com adds 2127ms and costs ~£22/month
- Unattributable adds 1369ms and costs ~£14/month
- www.gsma.com adds 227ms and costs ~£2/month
- www.gsma.com adds 210ms and costs ~£2/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
www.gsma.com takes 4912ms 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
consent.trustarc.com takes 2127ms 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 1369ms 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
www.gsma.com takes 227ms 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
www.gsma.com takes 210ms 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
64% of www.gsma.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
67% of www.gsma.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
89% of www.gsma.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
56% of consent.trustarc.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