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
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
6 fonts (1038 KB)
PASS
6 fonts (1038 KB)
Info::
i
6 font(s) use font-display: swap (FOUT risk but functional)
Web fonts
6
1038 KB total
Render-blocking
0
of 6
Dominant font-display
swap
Most common across fonts
Font loading timeline
TransferFOIT (block)FOUT (swap)
u-4t0qyriQwlOrhSvowK_l5...woff2swap
Size178 KB
Load time31 ms
Start2.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
latin-300-normal.woff2woff2swap
Size250 KB
Load time47 ms
Start2.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
fontawesome-webfont.woff2unknownswap
Size76 KB
Load time28 ms
Start2.4 s
RiskFOUT — text flashes from fallback to web font
latin-600-normal.woff2woff2swap
Size252 KB
Load time52 ms
Start2.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
latin-400-normal.woff2woff2swap
Size245 KB
Load time35 ms
Start2.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
KFO7CnqEu92Fr1ME7kSn66a...woff2swap
Size37 KB
Load time6 ms
Start4.3 s
RiskFOUT — text flashes from fallback to web font
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 ~486 KB and ~972 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+
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
104 requests over 4395ms
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-party4953ms · 355KB · €54/mo
Script
Category
Execution
Transfer
Unused
Monthly Cost
Verdict
www.ucc.ie
www.ucc.ie
Other
1922ms
12 KB
—
€21/mo
Costly
consent.cookiebot.com
consent.cookiebot.com
Other
1090ms
27 KB
—
€12/mo
Costly
Unattributable
Unattributable
Other
902ms
0 KB
—
€10/mo
Costly
consent.cookiebot.com
consent.cookiebot.com
Other
612ms
112 KB
23%
€7/mo
Costly
www.ucc.ie
www.ucc.ie
Other
192ms
203 KB
—
€2/mo
Optional
www.ucc.ie
www.ucc.ie
Other
96ms
0 KB
79%
€1/mo
Optional
code.jquery.com
code.jquery.com
Other
89ms
0 KB
—
€1/mo
Optional
cdnjs
cdnjs.cloudflare.com
CDN
50ms
0 KB
84%
€1/mo
Optional
www.ucc.ie
Other
Costly
Execution1922ms
Transfer12 KB
Monthly Cost€21/mo
consent.cookiebot.com
Other
Costly
Execution1090ms
Transfer27 KB
Monthly Cost€12/mo
Unattributable
Other
Costly
Execution902ms
Transfer0 KB
Monthly Cost€10/mo
consent.cookiebot.com
Other
Costly
Execution612ms
Transfer112 KB
Unused23%
Monthly Cost€7/mo
www.ucc.ie
Other
Optional
Execution192ms
Transfer203 KB
Monthly Cost€2/mo
www.ucc.ie
Other
Optional
Execution96ms
Transfer0 KB
Unused79%
Monthly Cost€1/mo
code.jquery.com
Other
Optional
Execution89ms
Transfer0 KB
Monthly Cost€1/mo
cdnjs
CDN
Optional
Execution50ms
Transfer0 KB
Unused84%
Monthly Cost€1/mo
These scripts may cost more than they're worth
www.ucc.ie adds 1922ms and costs ~€21/month
consent.cookiebot.com adds 1090ms and costs ~€12/month
Unattributable adds 902ms and costs ~€10/month
consent.cookiebot.com adds 612ms and costs ~€7/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.ucc.ie takes 1922ms 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
consent.cookiebot.com takes 1090ms 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 902ms 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
consent.cookiebot.com takes 612ms 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
79% of www.ucc.ie'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
84% of cdnjs'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.