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.
C
Image Optimization
Action
30 images, 0 KB saveable
REVIEW
30 images, 0 KB saveable
Warning::
!
https://www.mwcbarcelona.com/cdn-cgi/image/f=auto,... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
!
https://www.mwcbarcelona.com/cdn-cgi/image/f=auto,... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
!
https://www.mwcbarcelona.com/cdn-cgi/image/f=auto,... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
!
https://www.mwcbarcelona.com/cdn-cgi/image/f=auto,... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
!
https://www.mwcbarcelona.com/cdn-cgi/image/f=auto/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
30images849 KB
0oversized-0 KB
7legacy format
5missing dimensionsCLS risk
Set explicit width and height to prevent CLS.
Why this matters
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.
Why this matters
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.
Why this matters
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.
Why this matters
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.
Why this matters
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
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
5 fonts (1082 KB)
PASS
5 fonts (1082 KB)
Info::
i
5 font(s) use font-display: swap (FOUT risk but functional)
Web fonts
5
1082 KB total
Render-blocking
0
of 5
Dominant font-display
swap
Most common across fonts
Font loading timeline
TransferFOIT (block)FOUT (swap)
UcCo3FwrK3iLTcviYwYZ8UA...woff2swap
Size72 KB
Load time61 ms
Start562 ms
RiskFOUT — text flashes from fallback to web font
fa-regular-400.woff2woff2swap
Size416 KB
Load time115 ms
Start639 ms
RiskFOUT — text flashes from fallback to web font
Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
fa-solid-900.woff2woff2swap
Size346 KB
Load time113 ms
Start640 ms
RiskFOUT — text flashes from fallback to web font
Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
fa-brands-400.woff2woff2swap
Size117 KB
Load time50 ms
Start690 ms
RiskFOUT — text flashes from fallback to web font
Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
UcCo3FwrK3iLTcvsYwYZ8UA...woff2swap
Size131 KB
Load time60 ms
Start3.4 s
RiskFOUT — text flashes from fallback to web font
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 ~505 KB and ~1010 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
No optimization needed
PASS
No optimization needed
Info::
✓
No resource hint issues
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall
65 requests over 4402ms
INFO
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-party3764ms · 752KB · £39/mo
Script
Category
Execution
Transfer
Unused
Monthly Cost
Verdict
www.mwcbarcelona.com
www.mwcbarcelona.com
Other
3315ms
537 KB
76%
£34/mo
Costly
www.mwcbarcelona.com
www.mwcbarcelona.com
Other
192ms
31 KB
—
£2/mo
Optional
Unattributable
Unattributable
Other
165ms
0 KB
—
£2/mo
Optional
Google Tag Manager
www.googletagmanager.com
Tag Manager
91ms
185 KB
42%
£1/mo
Optional
www.mwcbarcelona.com
Other
Costly
Execution3315ms
Transfer537 KB
Unused76%
Monthly Cost£34/mo
www.mwcbarcelona.com
Other
Optional
Execution192ms
Transfer31 KB
Monthly Cost£2/mo
Unattributable
Other
Optional
Execution165ms
Transfer0 KB
Monthly Cost£2/mo
Google Tag Manager
Tag Manager
Optional
Execution91ms
Transfer185 KB
Unused42%
Monthly Cost£1/mo
These scripts may cost more than they're worth
www.mwcbarcelona.com adds 3315ms and costs ~£34/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
www.mwcbarcelona.com takes 3315ms 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
76% of www.mwcbarcelona.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.