Skip to content
https://independent.ie

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
70
GRADE
C
FIX
5
REVIEW
2
PASS
6
INFO
2

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

64
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
84
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
73
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
83
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.17 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

2.87 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

232 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.003

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

2.17 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.

5.25 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
6 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
3.9 MB transferred, 115 requests
FIX
3.9 MB transferred, 115 requests
Critical::
Page weighs 13.4 MB (3.9 MB transferred)
Warning::
JavaScript is 2.5 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.5 MB
Info::
Fonts are 434 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 434 KB
Info::
CSS is 237 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 237 KB
Warning::
115 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.82 g CO2 per page load
3.9 MB / 2.4 MB budget
3.9 MB transferred
115 requests
0.82 g CO2 per page load
JavaScript 2.5 MiB 63%
Fonts 434.4 KiB 11%
Images 424.4 KiB 11%
CSS 237.0 KiB 6%
HTML 235.2 KiB 6%
Other 112.3 KiB 3%
Other 29.1 KiB 1%
Other 18.1 KiB 0%
Other 97 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

Source: web.dev

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

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 (3.9 MiB of 3.9 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
51 scripts, 916 KB unused
FIX
51 scripts, 916 KB unused
Warning::
https://cdns.gigya.com/js/gigya.js?apiKey=4_CO8231...: 137 KB unused (58%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.kaching.eu.com/prebid/10.17.0/ie/prebi...: 137 KB unused (78%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 129 KB unused (69%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.independent.ie/v2/article-list/cdn/fra...: 100 KB unused (72%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-W3H...: 77 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 916 KB
916 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://cdns.gigya.com/js/gigya.js?apiKey=4_CO8231Ix1RbYi2EmMbsrlw239 KB137 KB (58%)3rd
https://cdn.kaching.eu.com/prebid/10.17.0/ie/prebid.js175 KB137 KB (78%)3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31097946187 KB129 KB (69%)3rd
https://www.independent.ie/v2/article-list/cdn/fragment-article-list.0.0.1246.indo.bundle.js138 KB100 KB (72%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-W3H5GG3188 KB77 KB (41%)3rd
https://www.independent.ie/v2/header/cdn/fragment-header.0.0.331.indo.bundle.js136 KB74 KB (54%)3rd
https://www.independent.ie/extra/assets/js/vendors.js?v=20251209T160542112 KB70 KB (63%)3rd
https://sdk.privacy-center.org/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.22ecd6bfac93de604efec0b75b2c796ee1675f92.js102 KB45 KB (44%)3rd
https://cdn.flip-pay.com/clients/mh/inm/19/flip-pay.js67 KB38 KB (58%)3rd
https://www.independent.ie/v2/footer/cdn/fragment-footer.0.0.189.indo.bundle.js80 KB36 KB (45%)3rd

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

F
Page Weight Inventory
Action
115 resources · 3.9 MB · 916 KB savings available
FIX
115 resources · 3.9 MB · 916 KB savings available
Warning::
Page weight 2.9 MB over 1MB target
Got: 3.9 MB Expected: ≤ 1 MB
Info::
~916 KB of savings available
Warning::
114 third-party resources (100% of weight)
Info::
1 resources over 200KB
115 resources · 3.9 MiB · 114 third-party 2.9 MiB over 1MB target
JavaScript 64% · 2.5 MiB
Image 12% · 489.1 KiB
Font 11% · 434.4 KiB
CSS 6% · 237.0 KiB
Document 6% · 235.2 KiB
Other 1% · 35.3 KiB

~916.0 KiB of savings available

Remove unused JavaScript: 916.0 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
27 images, 0 KB saveable
REVIEW
27 images, 0 KB saveable
Warning::
https://markup.independent.ie/extra/assets/img/med... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
27 images 420 KB
0 oversized -0 KB
26 legacy format
1 missing dimensions CLS 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

C
JS Execution Cost
Action
1882ms total JS execution
REVIEW
1882ms total JS execution
Warning::
Unattributable: 523ms CPU time
Warning::
https://www.independent.ie/: 430ms CPU time
Info::
https://cdns.gigya.com/js/gigya.js?apiKey=4_CO8231...: 219ms CPU time
Info::
https://www.independent.ie/v2/header/cdn/fragment-...: 150ms CPU time
Info::
https://sdk.privacy-center.org/sdk/22ecd6bfac93de6...: 146ms CPU time
Warning::
Third-party scripts: 1882ms (100% of total)

Main Thread Breakdown

Script Evaluation 59% Other 12% Style & Layout 11% Script Parsing & Compilation 8% Parse HTML & CSS 3% Rendering 3%
ScriptTotalScriptingParse/CompileParty
Unattributable523ms314ms0ms3rd
https://www.independent.ie/430ms29ms45ms3rd
https://cdns.gigya.com/js/gigya.js?apiKey=4_CO8231Ix1RbYi2EmMbsrlw219ms190ms14ms3rd
https://www.independent.ie/v2/header/cdn/fragment-header.0.0.331.indo.bundle.js150ms139ms0ms3rd
https://sdk.privacy-center.org/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/ui-web-en-web.22ecd6bfac93de604efec0b75b2c796ee1675f92.js146ms101ms7ms3rd
https://cdn.kaching.eu.com/prebid/10.17.0/ie/prebid.js128ms105ms22ms3rd
https://sdk.privacy-center.org/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.22ecd6bfac93de604efec0b75b2c796ee1675f92.js84ms63ms9ms3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=3109794683ms55ms12ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-W3H5GG369ms51ms17ms3rd
https://www.independent.ie/extra/assets/js/foot.js?v=20251209T16054252ms41ms2ms3rd
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
7 fonts (434 KB)
PASS
7 fonts (434 KB)
Info::
7 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

7

434 KB total

Render-blocking

0

of 7

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 FCP 2.2 s LCP 2.9 shttps://player.agnoplay.com/static/agnoplayer/fonts/Roboto-Regular.woffRoboto-Regular.woff https://player.agnoplay.com/static/agnoplayer/fonts/Roboto-Regular.woff — 88.1 KiB — 176 ms — font-display: swaphttps://player.agnoplay.com/static/agnoplayer/fonts/Roboto-Bold.woffRoboto-Bold.woff https://player.agnoplay.com/static/agnoplayer/fonts/Roboto-Bold.woff — 88.6 KiB — 166 ms — font-display: swaphttps://markup.independent.ie/extra/assets/font/NuachtSansWEB-Regular.woff2NuachtSansWEB-Regular.w... https://markup.independent.ie/extra/assets/font/NuachtSansWEB-Regular.woff2 — 48.9 KiB — 91 ms — font-display: swaphttps://markup.independent.ie/extra/assets/font/NuachtSansWEB-Medium.woff2NuachtSansWEB-Medium.woff2 https://markup.independent.ie/extra/assets/font/NuachtSansWEB-Medium.woff2 — 48.5 KiB — 73 ms — font-display: swaphttps://markup.independent.ie/extra/assets/font/NuachtSerifText-Bold.woff2NuachtSerifText-Bold.woff2 https://markup.independent.ie/extra/assets/font/NuachtSerifText-Bold.woff2 — 56.0 KiB — 34 ms — font-display: swaphttps://markup.independent.ie/extra/assets/font/NuachtSerifText-Medium.woff2NuachtSerifText-Medium.... https://markup.independent.ie/extra/assets/font/NuachtSerifText-Medium.woff2 — 56.1 KiB — 39 ms — font-display: swaphttps://markup.independent.ie/extra/assets/font/NuachtSansWEB-Bold.woff2NuachtSansWEB-Bold.woff2 https://markup.independent.ie/extra/assets/font/NuachtSansWEB-Bold.woff2 — 48.1 KiB — 28 ms — font-display: swap
Roboto-Regular.woff woff swap
Size 88 KB
Load time 176 ms
Start 157 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Roboto-Bold.woff woff swap
Size 89 KB
Load time 166 ms
Start 157 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
NuachtSansWEB-Regular.w... woff2 swap
Size 49 KB
Load time 91 ms
Start 324 ms
Risk FOUT — text flashes from fallback to web font
NuachtSansWEB-Medium.woff2 woff2 swap
Size 48 KB
Load time 73 ms
Start 326 ms
Risk FOUT — text flashes from fallback to web font
NuachtSerifText-Bold.woff2 woff2 swap
Size 56 KB
Load time 34 ms
Start 455 ms
Risk FOUT — text flashes from fallback to web font
NuachtSerifText-Medium.... woff2 swap
Size 56 KB
Load time 39 ms
Start 455 ms
Risk FOUT — text flashes from fallback to web font
NuachtSansWEB-Bold.woff2 woff2 swap
Size 48 KB
Load time 28 ms
Start 2.1 s
Risk FOUT — 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 ~53 KB and ~106 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
115 requests over 2342ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 2.2 s LCP 2.9 shttps://independent.ie// https://independent.ie/ — 301 — 340 B — 58 ms — h2http://www.independent.ie/www.independent.ie/ http://www.independent.ie/ — 307 — 0 B — 2 ms — http/1.1https://www.independent.ie/www.independent.ie/ https://www.independent.ie/ — 200 — 135.4 KiB — 120 ms — h2https://player.agnoplay.com/static/agnoplay/js/agnoplay.jsplayer.agnoplay.com/static/agnoplay... https://player.agnoplay.com/static/agnoplay/js/agnoplay.js — 200 — 102.5 KiB — 163 ms — h2https://player.agnoplay.com/static/agnoplay/js/moatChunk.jsplayer.agnoplay.com/static/agnoplay... https://player.agnoplay.com/static/agnoplay/js/moatChunk.js — 200 — 1.1 KiB — 163 ms — h2https://player.agnoplay.com/static/agnoplay/js/cimChunk.jsplayer.agnoplay.com/static/agnoplay... https://player.agnoplay.com/static/agnoplay/js/cimChunk.js — 200 — 663 B — 162 ms — h2https://player.agnoplay.com/static/agnoplayer/agnoplayer.js?v=20251209T160542player.agnoplay.com/static/agnoplay... https://player.agnoplay.com/static/agnoplayer/agnoplayer.js?v=20251209T160542 — 200 — 137.2 KiB — 179 ms — h2https://player.agnoplay.com/static/agnoplayer/vendor/mux.js/dist/mux.min.jsplayer.agnoplay.com/static/agnoplay... https://player.agnoplay.com/static/agnoplayer/vendor/mux.js/dist/mux.min.js — 200 — 29.9 KiB — 171 ms — h2https://player.agnoplay.com/static/agnoplayer/vendor/shaka-player/dist/shaka-player.compiled.jsplayer.agnoplay.com/static/agnoplay... https://player.agnoplay.com/static/agnoplayer/vendor/shaka-player/dist/shaka-player.compiled.js — 200 — 179.4 KiB — 180 ms — h2https://player.agnoplay.com/static/agnoplayer/agnoplayer.cssplayer.agnoplay.com/static/agnoplay... https://player.agnoplay.com/static/agnoplayer/agnoplayer.css — 200 — 93.3 KiB — 145 ms — h2https://player.agnoplay.com/static/agnoplayer/fonts/Roboto-Regular.woffplayer.agnoplay.com/static/agnoplay... https://player.agnoplay.com/static/agnoplayer/fonts/Roboto-Regular.woff — 200 — 88.1 KiB — 176 ms — h2https://player.agnoplay.com/static/agnoplayer/fonts/Roboto-Bold.woffplayer.agnoplay.com/static/agnoplay... https://player.agnoplay.com/static/agnoplayer/fonts/Roboto-Bold.woff — 200 — 88.6 KiB — 166 ms — h2https://www.independent.ie/extra/assets/css/site-all.css?v=20251209T160542www.independent.ie/extra/assets/css... https://www.independent.ie/extra/assets/css/site-all.css?v=20251209T160542 — 200 — 73.9 KiB — 42 ms — h2https://www.independent.ie/extra/assets/flippay/index.css?v=20251209T160542www.independent.ie/extra/assets/fli... https://www.independent.ie/extra/assets/flippay/index.css?v=20251209T160542 — 200 — 12.5 KiB — 36 ms — h2https://www.independent.ie/extra/assets/js/head.js?v=20251209T160542www.independent.ie/extra/assets/js/... https://www.independent.ie/extra/assets/js/head.js?v=20251209T160542 — 200 — 10.0 KiB — 32 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 33.9 KiB — 102 ms — h3https://www.independent.ie/v2/header/cdn/fragment-header.0.0.331.indo.styles.csswww.independent.ie/v2/header/cdn/fr... https://www.independent.ie/v2/header/cdn/fragment-header.0.0.331.indo.styles.css — 200 — 14.6 KiB — 35 ms — h2https://www.independent.ie/v2/footer/cdn/fragment-footer.0.0.189.indo.styles.csswww.independent.ie/v2/footer/cdn/fr... https://www.independent.ie/v2/footer/cdn/fragment-footer.0.0.189.indo.styles.css — 200 — 10.1 KiB — 37 ms — h2https://shared.mediahuis.be/logos/indo/v3/brand-main.svgshared.mediahuis.be/logos/indo/v3/b... https://shared.mediahuis.be/logos/indo/v3/brand-main.svg — 200 — 4.4 KiB — 81 ms — h2https://www.independent.ie/v2/header/cdn/fragment-header.0.0.331.indo.bundle.jswww.independent.ie/v2/header/cdn/fr... https://www.independent.ie/v2/header/cdn/fragment-header.0.0.331.indo.bundle.js — 200 — 136.2 KiB — 47 ms — h2https://www.independent.ie/v2/article-list/cdn/fragment-article-list.0.0.1246.indo.bundle.jswww.independent.ie/v2/article-list/... https://www.independent.ie/v2/article-list/cdn/fragment-article-list.0.0.1246.indo.bundle.js — 200 — 138.1 KiB — 74 ms — h2https://www.independent.ie/v2/footer/cdn/fragment-footer.0.0.189.indo.bundle.jswww.independent.ie/v2/footer/cdn/fr... https://www.independent.ie/v2/footer/cdn/fragment-footer.0.0.189.indo.bundle.js — 200 — 80.0 KiB — 66 ms — h2https://www.independent.ie/v2/article-list/cdn/fragment-article-list.0.0.1246.indo.styles.csswww.independent.ie/v2/article-list/... https://www.independent.ie/v2/article-list/cdn/fragment-article-list.0.0.1246.indo.styles.css — 200 — 21.1 KiB — 53 ms — h2https://www.independent.ie/extra/assets/img/icons.svg?v=20251209T160542www.independent.ie/extra/assets/img... https://www.independent.ie/extra/assets/img/icons.svg?v=20251209T160542 — 200 — 60.1 KiB — 54 ms — h2https://shared.mediahuis.be/logos/indo/v3/brand-plus-main.svg?v=v3shared.mediahuis.be/logos/indo/v3/b... https://shared.mediahuis.be/logos/indo/v3/brand-plus-main.svg?v=v3 — 200 — 1.7 KiB — 47 ms — h2https://mh-native-teasers.netlify.app/scripts/indo-teasersv3.jsmh-native-teasers.netlify.app/scrip... https://mh-native-teasers.netlify.app/scripts/indo-teasersv3.js — 200 — 2.2 KiB — 145 ms — h2https://www.independent.ie/extra/assets/js/vendors.js?v=20251209T160542www.independent.ie/extra/assets/js/... https://www.independent.ie/extra/assets/js/vendors.js?v=20251209T160542 — 200 — 111.9 KiB — 50 ms — h2https://sdk.privacy-center.org/11ef8ac9-6270-4d5e-8b99-8d6a5bd60059/loader.js?target=www.independent.iesdk.privacy-center.org/11ef8ac9-627... https://sdk.privacy-center.org/11ef8ac9-6270-4d5e-8b99-8d6a5bd60059/loader.js?target=www.independent.ie — 200 — 36.0 KiB — 40 ms — h2https://markup.independent.ie/extra/assets/img/mediahuis.svgmarkup.independent.ie/extra/assets/... https://markup.independent.ie/extra/assets/img/mediahuis.svg — 200 — 1.6 KiB — 53 ms — h2https://cdns.gigya.com/js/gigya.js?apiKey=4_CO8231Ix1RbYi2EmMbsrlwcdns.gigya.com/js/gigya.js?apiKey=4... https://cdns.gigya.com/js/gigya.js?apiKey=4_CO8231Ix1RbYi2EmMbsrlw — 200 — 238.5 KiB — 49 ms — h3
0 ms 1.0 s 2.0 s 3.0 s FCP 2.2 s LCP 2.9 shttps://independent.ie// https://independent.ie/ — 301 — 340 B — 58 ms — h2http://www.independent.ie/www.independent.ie/ http://www.independent.ie/ — 307 — 0 B — 2 ms — http/1.1https://www.independent.ie/www.independent.ie/ https://www.independent.ie/ — 200 — 135.4 KiB — 120 ms — h2https://player.agnoplay.com/static/agnoplay/js/agnoplay.jsplayer.agnoplay.com/static/agnoplay... https://player.agnoplay.com/static/agnoplay/js/agnoplay.js — 200 — 102.5 KiB — 163 ms — h2https://player.agnoplay.com/static/agnoplay/js/moatChunk.jsplayer.agnoplay.com/static/agnoplay... https://player.agnoplay.com/static/agnoplay/js/moatChunk.js — 200 — 1.1 KiB — 163 ms — h2https://player.agnoplay.com/static/agnoplay/js/cimChunk.jsplayer.agnoplay.com/static/agnoplay... https://player.agnoplay.com/static/agnoplay/js/cimChunk.js — 200 — 663 B — 162 ms — h2https://player.agnoplay.com/static/agnoplayer/agnoplayer.js?v=20251209T160542player.agnoplay.com/static/agnoplay... https://player.agnoplay.com/static/agnoplayer/agnoplayer.js?v=20251209T160542 — 200 — 137.2 KiB — 179 ms — h2https://player.agnoplay.com/static/agnoplayer/vendor/mux.js/dist/mux.min.jsplayer.agnoplay.com/static/agnoplay... https://player.agnoplay.com/static/agnoplayer/vendor/mux.js/dist/mux.min.js — 200 — 29.9 KiB — 171 ms — h2https://player.agnoplay.com/static/agnoplayer/vendor/shaka-player/dist/shaka-player.compiled.jsplayer.agnoplay.com/static/agnoplay... https://player.agnoplay.com/static/agnoplayer/vendor/shaka-player/dist/shaka-player.compiled.js — 200 — 179.4 KiB — 180 ms — h2https://player.agnoplay.com/static/agnoplayer/agnoplayer.cssplayer.agnoplay.com/static/agnoplay... https://player.agnoplay.com/static/agnoplayer/agnoplayer.css — 200 — 93.3 KiB — 145 ms — h2https://player.agnoplay.com/static/agnoplayer/fonts/Roboto-Regular.woffplayer.agnoplay.com/static/agnoplay... https://player.agnoplay.com/static/agnoplayer/fonts/Roboto-Regular.woff — 200 — 88.1 KiB — 176 ms — h2https://player.agnoplay.com/static/agnoplayer/fonts/Roboto-Bold.woffplayer.agnoplay.com/static/agnoplay... https://player.agnoplay.com/static/agnoplayer/fonts/Roboto-Bold.woff — 200 — 88.6 KiB — 166 ms — h2https://www.independent.ie/extra/assets/css/site-all.css?v=20251209T160542www.independent.ie/extra/assets/css... https://www.independent.ie/extra/assets/css/site-all.css?v=20251209T160542 — 200 — 73.9 KiB — 42 ms — h2https://www.independent.ie/extra/assets/flippay/index.css?v=20251209T160542www.independent.ie/extra/assets/fli... https://www.independent.ie/extra/assets/flippay/index.css?v=20251209T160542 — 200 — 12.5 KiB — 36 ms — h2https://www.independent.ie/extra/assets/js/head.js?v=20251209T160542www.independent.ie/extra/assets/js/... https://www.independent.ie/extra/assets/js/head.js?v=20251209T160542 — 200 — 10.0 KiB — 32 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 33.9 KiB — 102 ms — h3https://www.independent.ie/v2/header/cdn/fragment-header.0.0.331.indo.styles.csswww.independent.ie/v2/header/cdn/fr... https://www.independent.ie/v2/header/cdn/fragment-header.0.0.331.indo.styles.css — 200 — 14.6 KiB — 35 ms — h2https://www.independent.ie/v2/footer/cdn/fragment-footer.0.0.189.indo.styles.csswww.independent.ie/v2/footer/cdn/fr... https://www.independent.ie/v2/footer/cdn/fragment-footer.0.0.189.indo.styles.css — 200 — 10.1 KiB — 37 ms — h2https://shared.mediahuis.be/logos/indo/v3/brand-main.svgshared.mediahuis.be/logos/indo/v3/b... https://shared.mediahuis.be/logos/indo/v3/brand-main.svg — 200 — 4.4 KiB — 81 ms — h2https://www.independent.ie/v2/header/cdn/fragment-header.0.0.331.indo.bundle.jswww.independent.ie/v2/header/cdn/fr... https://www.independent.ie/v2/header/cdn/fragment-header.0.0.331.indo.bundle.js — 200 — 136.2 KiB — 47 ms — h2https://www.independent.ie/v2/article-list/cdn/fragment-article-list.0.0.1246.indo.bundle.jswww.independent.ie/v2/article-list/... https://www.independent.ie/v2/article-list/cdn/fragment-article-list.0.0.1246.indo.bundle.js — 200 — 138.1 KiB — 74 ms — h2https://www.independent.ie/v2/footer/cdn/fragment-footer.0.0.189.indo.bundle.jswww.independent.ie/v2/footer/cdn/fr... https://www.independent.ie/v2/footer/cdn/fragment-footer.0.0.189.indo.bundle.js — 200 — 80.0 KiB — 66 ms — h2https://www.independent.ie/v2/article-list/cdn/fragment-article-list.0.0.1246.indo.styles.csswww.independent.ie/v2/article-list/... https://www.independent.ie/v2/article-list/cdn/fragment-article-list.0.0.1246.indo.styles.css — 200 — 21.1 KiB — 53 ms — h2https://www.independent.ie/extra/assets/img/icons.svg?v=20251209T160542www.independent.ie/extra/assets/img... https://www.independent.ie/extra/assets/img/icons.svg?v=20251209T160542 — 200 — 60.1 KiB — 54 ms — h2https://shared.mediahuis.be/logos/indo/v3/brand-plus-main.svg?v=v3shared.mediahuis.be/logos/indo/v3/b... https://shared.mediahuis.be/logos/indo/v3/brand-plus-main.svg?v=v3 — 200 — 1.7 KiB — 47 ms — h2https://mh-native-teasers.netlify.app/scripts/indo-teasersv3.jsmh-native-teasers.netlify.app/scrip... https://mh-native-teasers.netlify.app/scripts/indo-teasersv3.js — 200 — 2.2 KiB — 145 ms — h2https://www.independent.ie/extra/assets/js/vendors.js?v=20251209T160542www.independent.ie/extra/assets/js/... https://www.independent.ie/extra/assets/js/vendors.js?v=20251209T160542 — 200 — 111.9 KiB — 50 ms — h2https://sdk.privacy-center.org/11ef8ac9-6270-4d5e-8b99-8d6a5bd60059/loader.js?target=www.independent.iesdk.privacy-center.org/11ef8ac9-627... https://sdk.privacy-center.org/11ef8ac9-6270-4d5e-8b99-8d6a5bd60059/loader.js?target=www.independent.ie — 200 — 36.0 KiB — 40 ms — h2https://markup.independent.ie/extra/assets/img/mediahuis.svgmarkup.independent.ie/extra/assets/... https://markup.independent.ie/extra/assets/img/mediahuis.svg — 200 — 1.6 KiB — 53 ms — h2https://cdns.gigya.com/js/gigya.js?apiKey=4_CO8231Ix1RbYi2EmMbsrlwcdns.gigya.com/js/gigya.js?apiKey=4... https://cdns.gigya.com/js/gigya.js?apiKey=4_CO8231Ix1RbYi2EmMbsrlw — 200 — 238.5 KiB — 49 ms — h3https://cdn.flip-pay.com/clients/mh/inm/19/flip-pay.jscdn.flip-pay.com/clients/mh/inm/19/... https://cdn.flip-pay.com/clients/mh/inm/19/flip-pay.js — 200 — 67.2 KiB — 120 ms — h2https://www.independent.ie/extra/shared/user/gigya.js?v=20251209T160542www.independent.ie/extra/shared/use... https://www.independent.ie/extra/shared/user/gigya.js?v=20251209T160542 — 200 — 5.6 KiB — 36 ms — h2https://player.agnoplay.com/static/agnoplay-loader/agnoplay-loader.jsplayer.agnoplay.com/static/agnoplay... https://player.agnoplay.com/static/agnoplay-loader/agnoplay-loader.js — 200 — 7.0 KiB — 44 ms — h2https://www.independent.ie/extra/assets/flippay/index.js?v=20251209T160542www.independent.ie/extra/assets/fli... https://www.independent.ie/extra/assets/flippay/index.js?v=20251209T160542 — 200 — 23.1 KiB — 50 ms — h2https://www.independent.ie/extra/assets/data/data.min.js?v=20251209T160542www.independent.ie/extra/assets/dat... https://www.independent.ie/extra/assets/data/data.min.js?v=20251209T160542 — 200 — 4.7 KiB — 31 ms — h2https://www.independent.ie/extra/assets/advertising/dfp-setup.js?v=20251209T160542www.independent.ie/extra/assets/adv... https://www.independent.ie/extra/assets/advertising/dfp-setup.js?v=20251209T160542 — 200 — 26.6 KiB — 41 ms — h2https://www.independent.ie/extra/assets/js/foot.js?v=20251209T160542www.independent.ie/extra/assets/js/... https://www.independent.ie/extra/assets/js/foot.js?v=20251209T160542 — 200 — 39.0 KiB — 34 ms — h2https://markup.independent.ie/extra/assets/font/NuachtSansWEB-Regular.woff2markup.independent.ie/extra/assets/... https://markup.independent.ie/extra/assets/font/NuachtSansWEB-Regular.woff2 — 200 — 48.9 KiB — 91 ms — h2https://markup.independent.ie/extra/assets/font/NuachtSansWEB-Medium.woff2markup.independent.ie/extra/assets/... https://markup.independent.ie/extra/assets/font/NuachtSansWEB-Medium.woff2 — 200 — 48.5 KiB — 73 ms — h2https://player.agnoplay.com/static/agnoplayer/vendor/video.js/dist/video-js.min.cssplayer.agnoplay.com/static/agnoplay... https://player.agnoplay.com/static/agnoplayer/vendor/video.js/dist/video-js.min.css — 200 — 11.6 KiB — 28 ms — h2https://player.agnoplay.com/static/agnoplayer/vendor/video.js/dist/video.min.jsplayer.agnoplay.com/static/agnoplay... https://player.agnoplay.com/static/agnoplayer/vendor/video.js/dist/video.min.js — 200 — 176.1 KiB — 80 ms — h2https://player.agnoplay.com/static/agnoplayer/agnoplayer.jsplayer.agnoplay.com/static/agnoplay... https://player.agnoplay.com/static/agnoplayer/agnoplayer.js — 200 — 137.2 KiB — 78 ms — h2https://player.agnoplay.com/static/agnoplayer/vendor/agnoplay-data/agnoplayData.jsplayer.agnoplay.com/static/agnoplay... https://player.agnoplay.com/static/agnoplayer/vendor/agnoplay-data/agnoplayData.js — 200 — 745 B — 69 ms — h2https://player.agnoplay.com/static/agnoplay/js/runTimeVariables.jsonplayer.agnoplay.com/static/agnoplay... https://player.agnoplay.com/static/agnoplay/js/runTimeVariables.json — 200 — 687 B — 69 ms — h2https://focus.independent.ie/thumbor/O5tbcUkxy0W45R8D6TQxcN3Z1mA=/60x0:735x450/640x427/prod-mh-ireland/9a58f688-3c59-4696-b459-af8b76d5208a/2a753375-712f-46d8-8462-740597aafda0/60ab3f30-3660-4664-ba0f-6d52ec538c8f.jpgfocus.independent.ie/thumbor/O5tbcU... https://focus.independent.ie/thumbor/O5tbcUkxy0W45R8D6TQxcN3Z1mA=/60x0:735x450/640x427/prod-mh-ireland/9a58f688-3c59-4696-b459-af8b76d5208a/2a753375-712f-46d8-8462-740597aafda0/60ab3f30-3660-4664-ba0f-6d52ec538c8f.jpg — 200 — 79.4 KiB — 64 ms — h2https://focus.independent.ie/thumbor/WozdR5MUO5fW2pUFC1zpbI1hgFw=/60x0:735x450/320x213/prod-mh-ireland/d346b1f2-3f85-4631-880b-b55ccc27395a/cbb9c4bf-3a68-4360-b860-f02778c0164d/video/video.jpgfocus.independent.ie/thumbor/WozdR5... https://focus.independent.ie/thumbor/WozdR5MUO5fW2pUFC1zpbI1hgFw=/60x0:735x450/320x213/prod-mh-ireland/d346b1f2-3f85-4631-880b-b55ccc27395a/cbb9c4bf-3a68-4360-b860-f02778c0164d/video/video.jpg — 200 — 12.4 KiB — 56 ms — h2https://focus.independent.ie/thumbor/_VIvleqDRUYPvHxE0fn8M49JCm0=/0x18:4811x3225/320x213/prod-mh-ireland/49ca28fb-dac2-4339-967e-60d81c62d71b/de52922a-3235-4ece-969e-dc72833d9a6a/49ca28fb-dac2-4339-967e-60d81c62d71b.jpgfocus.independent.ie/thumbor/_VIvle... https://focus.independent.ie/thumbor/_VIvleqDRUYPvHxE0fn8M49JCm0=/0x18:4811x3225/320x213/prod-mh-ireland/49ca28fb-dac2-4339-967e-60d81c62d71b/de52922a-3235-4ece-969e-dc72833d9a6a/49ca28fb-dac2-4339-967e-60d81c62d71b.jpg — 200 — 9.9 KiB — 56 ms — h2https://focus.independent.ie/thumbor/BWwNPWF0sa6ari_N7pJ2SgUTdmM=/0x75:1659x1181/320x213/prod-mh-ireland/736793ee-198b-4a14-b6c1-7045763e6b40/10021bd0-770e-4fc6-8890-252995423df7/112987871.jpgfocus.independent.ie/thumbor/BWwNPW... https://focus.independent.ie/thumbor/BWwNPWF0sa6ari_N7pJ2SgUTdmM=/0x75:1659x1181/320x213/prod-mh-ireland/736793ee-198b-4a14-b6c1-7045763e6b40/10021bd0-770e-4fc6-8890-252995423df7/112987871.jpg — 200 — 11.1 KiB — 60 ms — h2https://focus.independent.ie/thumbor/-dUjUhucFe3LKCZWdQZz61GZ4g4=/0x0:3000x2000/320x213/prod-mh-ireland/896a16d5-51d8-4e56-8515-eb0603f77e6f/41b70571-78c6-4d3c-86db-3918a19ceffd/896a16d5-51d8-4e56-8515-eb0603f77e6f.jpgfocus.independent.ie/thumbor/-dUjUh... https://focus.independent.ie/thumbor/-dUjUhucFe3LKCZWdQZz61GZ4g4=/0x0:3000x2000/320x213/prod-mh-ireland/896a16d5-51d8-4e56-8515-eb0603f77e6f/41b70571-78c6-4d3c-86db-3918a19ceffd/896a16d5-51d8-4e56-8515-eb0603f77e6f.jpg — 200 — 11.5 KiB — 53 ms — h2https://focus.independent.ie/thumbor/3sOGeV-vZQU6zWiluZg93BWNv0g=/0x0:2256x1507/320x213/prod-mh-ireland/91e33688-43f9-4bdb-888b-8cf87f592af1/c6035579-83eb-45b6-a71e-a860adca9352/3226731.jpgfocus.independent.ie/thumbor/3sOGeV... https://focus.independent.ie/thumbor/3sOGeV-vZQU6zWiluZg93BWNv0g=/0x0:2256x1507/320x213/prod-mh-ireland/91e33688-43f9-4bdb-888b-8cf87f592af1/c6035579-83eb-45b6-a71e-a860adca9352/3226731.jpg — 200 — 9.7 KiB — 60 ms — h2https://markup.independent.ie/extra/assets/font/NuachtSerifText-Bold.woff2markup.independent.ie/extra/assets/... https://markup.independent.ie/extra/assets/font/NuachtSerifText-Bold.woff2 — 200 — 56.0 KiB — 34 ms — h2https://markup.independent.ie/extra/assets/font/NuachtSerifText-Medium.woff2markup.independent.ie/extra/assets/... https://markup.independent.ie/extra/assets/font/NuachtSerifText-Medium.woff2 — 200 — 56.1 KiB — 39 ms — h2https://mh-native-teasers.netlify.app/api/web/indo/independent.jsonmh-native-teasers.netlify.app/api/w... https://mh-native-teasers.netlify.app/api/web/indo/independent.json — 200 — 1002 B — 100 ms — h2https://focus.independent.ie/thumbor/W86V_NJcxO_00aGf8Y8FSgC2zk0=/0x0:1920x1280/320x213/prod-mh-ireland/4856048f-321c-4f32-8751-93274070e7bf/78092e78-e8c9-434b-9153-a54b81bbb0d0/4856048f-321c-4f32-8751-93274070e7bf.jpgfocus.independent.ie/thumbor/W86V_N... https://focus.independent.ie/thumbor/W86V_NJcxO_00aGf8Y8FSgC2zk0=/0x0:1920x1280/320x213/prod-mh-ireland/4856048f-321c-4f32-8751-93274070e7bf/78092e78-e8c9-434b-9153-a54b81bbb0d0/4856048f-321c-4f32-8751-93274070e7bf.jpg — 200 — 16.3 KiB — 34 ms — h2https://focus.independent.ie/thumbor/B50HKgzjq1S_jB48Rf33IQvrVIw=/0x0:960x640/320x213/prod-mh-ireland/3cd7193c-b22f-4d65-aaa1-82d54c3a3bc5/894d1556-e8a1-458c-87b7-f902d35b989a/3cd7193c-b22f-4d65-aaa1-82d54c3a3bc5.jpgfocus.independent.ie/thumbor/B50HKg... https://focus.independent.ie/thumbor/B50HKgzjq1S_jB48Rf33IQvrVIw=/0x0:960x640/320x213/prod-mh-ireland/3cd7193c-b22f-4d65-aaa1-82d54c3a3bc5/894d1556-e8a1-458c-87b7-f902d35b989a/3cd7193c-b22f-4d65-aaa1-82d54c3a3bc5.jpg — 200 — 15.7 KiB — 35 ms — h2https://focus.independent.ie/thumbor/NZp7OmTdfxNK6BVbMkO5ks5JMAY=/0x98:2956x2068/320x213/prod-mh-ireland/52d3921d-b06e-47f6-a687-3490950cbbc4/63d1dfe1-6b8a-4e2d-b1e6-27f7b5959488/52d3921d-b06e-47f6-a687-3490950cbbc4.jpgfocus.independent.ie/thumbor/NZp7Om... https://focus.independent.ie/thumbor/NZp7OmTdfxNK6BVbMkO5ks5JMAY=/0x98:2956x2068/320x213/prod-mh-ireland/52d3921d-b06e-47f6-a687-3490950cbbc4/63d1dfe1-6b8a-4e2d-b1e6-27f7b5959488/52d3921d-b06e-47f6-a687-3490950cbbc4.jpg — 200 — 10.4 KiB — 38 ms — h2https://focus.independent.ie/thumbor/omPuGc3NnlrVyvAZDP3QXLuH_rk=/0x666:2425x2286/320x213/prod-mh-ireland/cc155b7e-bd70-47df-b964-4de76d9803d6/70fc86f4-fe5f-44c7-a5cb-0a48d7dc064d/cc155b7e-bd70-47df-b964-4de76d9803d6.jpgfocus.independent.ie/thumbor/omPuGc... https://focus.independent.ie/thumbor/omPuGc3NnlrVyvAZDP3QXLuH_rk=/0x666:2425x2286/320x213/prod-mh-ireland/cc155b7e-bd70-47df-b964-4de76d9803d6/70fc86f4-fe5f-44c7-a5cb-0a48d7dc064d/cc155b7e-bd70-47df-b964-4de76d9803d6.jpg — 200 — 12.5 KiB — 37 ms — h2https://focus.independent.ie/thumbor/ffKB6OCY-YafxIMWBXuICszsdHw=/0x31:1170x809/320x213/prod-mh-ireland/45090e72-c586-46c0-8586-56f08cf1dab6/58826f19-21c8-4c31-afd8-e9694558b684/45090e72-c586-46c0-8586-56f08cf1dab6.jpgfocus.independent.ie/thumbor/ffKB6O... https://focus.independent.ie/thumbor/ffKB6OCY-YafxIMWBXuICszsdHw=/0x31:1170x809/320x213/prod-mh-ireland/45090e72-c586-46c0-8586-56f08cf1dab6/58826f19-21c8-4c31-afd8-e9694558b684/45090e72-c586-46c0-8586-56f08cf1dab6.jpg — 200 — 17.3 KiB — 34 ms — h2https://focus.independent.ie/thumbor/glNcQ_QWpua-lIAsGBo_fzuFVcU=/0x0:1599x1066/320x213/prod-mh-ireland/f02eb5e0-bbfe-437c-85ea-410d5bfcb4a5/e09ac61b-df9c-4ca1-8711-cbcd42f82a95/f02eb5e0-bbfe-437c-85ea-410d5bfcb4a5.jpgfocus.independent.ie/thumbor/glNcQ_... https://focus.independent.ie/thumbor/glNcQ_QWpua-lIAsGBo_fzuFVcU=/0x0:1599x1066/320x213/prod-mh-ireland/f02eb5e0-bbfe-437c-85ea-410d5bfcb4a5/e09ac61b-df9c-4ca1-8711-cbcd42f82a95/f02eb5e0-bbfe-437c-85ea-410d5bfcb4a5.jpg — 200 — 19.7 KiB — 39 ms — h2https://focus.independent.ie/thumbor/ubSJB3EtkZVXFpu502ZYydwFCug=/0x20:3178x2138/320x213/prod-mh-ireland/75e7804e-a8b7-4f1f-8f80-fdd730eeb18a/c89f7bc0-9aa1-4fd0-a5a6-04de68092ee2/75e7804e-a8b7-4f1f-8f80-fdd730eeb18a.jpgfocus.independent.ie/thumbor/ubSJB3... https://focus.independent.ie/thumbor/ubSJB3EtkZVXFpu502ZYydwFCug=/0x20:3178x2138/320x213/prod-mh-ireland/75e7804e-a8b7-4f1f-8f80-fdd730eeb18a/c89f7bc0-9aa1-4fd0-a5a6-04de68092ee2/75e7804e-a8b7-4f1f-8f80-fdd730eeb18a.jpg — 200 — 18.0 KiB — 36 ms — h2https://focus.independent.ie/thumbor/1CfiALJ5JIFV-7zq7ZfULgl7acE=/60x0:735x450/320x213/prod-mh-ireland/0d6b0535-5e30-4895-9a1b-94cde135b4cb/14380a63-40f0-434c-b99e-7a91c0758374/video/video.jpgfocus.independent.ie/thumbor/1CfiAL... https://focus.independent.ie/thumbor/1CfiALJ5JIFV-7zq7ZfULgl7acE=/60x0:735x450/320x213/prod-mh-ireland/0d6b0535-5e30-4895-9a1b-94cde135b4cb/14380a63-40f0-434c-b99e-7a91c0758374/video/video.jpg — 200 — 14.2 KiB — 42 ms — h2https://focus.independent.ie/thumbor/jNNVsfZX5jNzzJOupMsB-bN4MHA=/0x0:3237x2158/320x213/prod-mh-ireland/2d019174-696c-4435-b5c1-735298dd79cb/a0ca72ca-ac35-416e-812d-625fdd4abfc3/2d019174-696c-4435-b5c1-735298dd79cb.jpgfocus.independent.ie/thumbor/jNNVsf... https://focus.independent.ie/thumbor/jNNVsfZX5jNzzJOupMsB-bN4MHA=/0x0:3237x2158/320x213/prod-mh-ireland/2d019174-696c-4435-b5c1-735298dd79cb/a0ca72ca-ac35-416e-812d-625fdd4abfc3/2d019174-696c-4435-b5c1-735298dd79cb.jpg — 200 — 19.8 KiB — 33 ms — h2https://focus.independent.ie/thumbor/lUSjFyeOgZEYMyv_MjzHTZG04T4=/0x73:3025x2089/320x213/prod-mh-ireland/a3ad2fca-194a-4dcb-843f-93ba39623d3b/ca499e86-01e4-4bd8-a594-1b0a3bf1cb2a/a3ad2fca-194a-4dcb-843f-93ba39623d3b.jpgfocus.independent.ie/thumbor/lUSjFy... https://focus.independent.ie/thumbor/lUSjFyeOgZEYMyv_MjzHTZG04T4=/0x73:3025x2089/320x213/prod-mh-ireland/a3ad2fca-194a-4dcb-843f-93ba39623d3b/ca499e86-01e4-4bd8-a594-1b0a3bf1cb2a/a3ad2fca-194a-4dcb-843f-93ba39623d3b.jpg — 200 — 17.8 KiB — 36 ms — h2https://focus.independent.ie/thumbor/fWP5gd6_GG74wonAbB5B8Tub_N0=/60x0:735x450/320x213/prod-mh-ireland/cd1f7766-9163-4260-a6b2-184b3fddc25e/cd2e5abb-1c30-4a36-bace-2fbae6b488fa/video/video.jpgfocus.independent.ie/thumbor/fWP5gd... https://focus.independent.ie/thumbor/fWP5gd6_GG74wonAbB5B8Tub_N0=/60x0:735x450/320x213/prod-mh-ireland/cd1f7766-9163-4260-a6b2-184b3fddc25e/cd2e5abb-1c30-4a36-bace-2fbae6b488fa/video/video.jpg — 200 — 10.9 KiB — 40 ms — h2https://focus.independent.ie/thumbor/vFqDp1DmhY_IbFvHX-Y-ZJh-NfQ=/133x350:1048x960/320x213/prod-mh-ireland/c8a5f162-b7f4-4dda-8b22-a9b9b4828810/3d3f2bfb-0039-4e54-be57-0b54735251aa/MGjapur300.jpgfocus.independent.ie/thumbor/vFqDp1... https://focus.independent.ie/thumbor/vFqDp1DmhY_IbFvHX-Y-ZJh-NfQ=/133x350:1048x960/320x213/prod-mh-ireland/c8a5f162-b7f4-4dda-8b22-a9b9b4828810/3d3f2bfb-0039-4e54-be57-0b54735251aa/MGjapur300.jpg — 200 — 13.0 KiB — 37 ms — h2https://focus.independent.ie/thumbor/E8tb33nz2DWUBarRTK1GdP-tSQ0=/0x0:5900x3933/320x213/prod-mh-ireland/176431f4-f2b3-4254-803d-cacd05bcaa80/29bb1696-42e7-4487-99c4-5fd865fae589/176431f4-f2b3-4254-803d-cacd05bcaa80.jpgfocus.independent.ie/thumbor/E8tb33... https://focus.independent.ie/thumbor/E8tb33nz2DWUBarRTK1GdP-tSQ0=/0x0:5900x3933/320x213/prod-mh-ireland/176431f4-f2b3-4254-803d-cacd05bcaa80/29bb1696-42e7-4487-99c4-5fd865fae589/176431f4-f2b3-4254-803d-cacd05bcaa80.jpg — 200 — 19.3 KiB — 34 ms — h2https://focus.independent.ie/thumbor/f69D0UE7vVCySg4Z09k_PwRxlF8=/0x0:3237x2158/320x213/prod-mh-ireland/f4b33fbd-8648-4be4-9295-22e2ff87bebe/8ef32c7b-766f-4778-8e36-4d17dce025b5/f4b33fbd-8648-4be4-9295-22e2ff87bebe.jpgfocus.independent.ie/thumbor/f69D0U... https://focus.independent.ie/thumbor/f69D0UE7vVCySg4Z09k_PwRxlF8=/0x0:3237x2158/320x213/prod-mh-ireland/f4b33fbd-8648-4be4-9295-22e2ff87bebe/8ef32c7b-766f-4778-8e36-4d17dce025b5/f4b33fbd-8648-4be4-9295-22e2ff87bebe.jpg — 200 — 12.7 KiB — 34 ms — h2https://aswpsdkus.com/notify/v1/ua-sdk.min.jsaswpsdkus.com/notify/v1/ua-sdk.min.... https://aswpsdkus.com/notify/v1/ua-sdk.min.js — 200 — 40.5 KiB — 89 ms — h2https://mh-native-teasers.netlify.app/blycwv4v5ku0/4IGHIgAPVS8uFcrLEYltLE/4d5d3d66f701f8d829f2aab2ac1fa2b8/Kreativ_Dental.jpgmh-native-teasers.netlify.app/blycw... https://mh-native-teasers.netlify.app/blycwv4v5ku0/4IGHIgAPVS8uFcrLEYltLE/4d5d3d66f701f8d829f2aab2ac1fa2b8/Kreativ_Dental.jpg — 200 — 16.2 KiB — 103 ms — h2https://mh-native-teasers.netlify.app/blycwv4v5ku0/7nS4uRMgXtVsub9GvjJ2Fp/f5444db673d9a78f2c8301f3d3b11996/13359746-0013-4aad-8d61-a4895322e201.jpgmh-native-teasers.netlify.app/blycw... https://mh-native-teasers.netlify.app/blycwv4v5ku0/7nS4uRMgXtVsub9GvjJ2Fp/f5444db673d9a78f2c8301f3d3b11996/13359746-0013-4aad-8d61-a4895322e201.jpg — 200 — 27.4 KiB — 103 ms — h2https://mh-native-teasers.netlify.app/blycwv4v5ku0/4mCHru84o8b5AX5xPsFnML/4a9f51c51bd69d87db9a881e06ea3dd5/Deel.jpgmh-native-teasers.netlify.app/blycw... https://mh-native-teasers.netlify.app/blycwv4v5ku0/4mCHru84o8b5AX5xPsFnML/4a9f51c51bd69d87db9a881e06ea3dd5/Deel.jpg — 200 — 21.1 KiB — 104 ms — h2https://cdns.gigya.com/sdk.config.get?apiKey=4_CO8231Ix1RbYi2EmMbsrlw&httpStatusCodes=true&ver=1776807840000cdns.gigya.com/sdk.config.get?apiKe... https://cdns.gigya.com/sdk.config.get?apiKey=4_CO8231Ix1RbYi2EmMbsrlw&httpStatusCodes=true&ver=1776807840000 — 200 — 3.7 KiB — 29 ms — h3https://api.kaching.eu.com/v1/web/independent/cfg.jsonapi.kaching.eu.com/v1/web/independe... https://api.kaching.eu.com/v1/web/independent/cfg.json — 200 — 2.8 KiB — 67 ms — h2https://cdn.kaching.eu.com/prebid/10.17.0/ie/prebid.jscdn.kaching.eu.com/prebid/10.17.0/i... https://cdn.kaching.eu.com/prebid/10.17.0/ie/prebid.js — 200 — 174.9 KiB — 126 ms — h2https://boot.pbstck.com/v1/tag/6e921796-6577-4f9a-bd5d-59800d978075boot.pbstck.com/v1/tag/6e921796-657... https://boot.pbstck.com/v1/tag/6e921796-6577-4f9a-bd5d-59800d978075 — 200 — 901 B — 65 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-W3H5GG3www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-W3H5GG3 — 200 — 187.5 KiB — 176 ms — h2https://www.independent.ie/api/weather/forecast?municipality=dublinwww.independent.ie/api/weather/fore... https://www.independent.ie/api/weather/forecast?municipality=dublin — 200 — 361 B — 28 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31097946securepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31097946 — 200 — 187.4 KiB — 71 ms — h3https://api.cxense.com/segment/lookup?callback=cXJsonpCB&persisted=c25ca4f3debba415cfe73706a92b81ac58a1f7c9&json=%7B%22context%22%3A%7B%22siteId%22%3A%221138567629737805587%22%2C%22url%22%3A%22https%3A%2F%2Fwww.independent.ie%2F%22%7D%7D&bpc=1api.cxense.com/segment/lookup?callb... https://api.cxense.com/segment/lookup?callback=cXJsonpCB&persisted=c25ca4f3debba415cfe73706a92b81ac58a1f7c9&json=%7B%22context%22%3A%7B%22siteId%22%3A%221138567629737805587%22%2C%22url%22%3A%22https%3A%2F%2Fwww.independent.ie%2F%22%7D%7D&bpc=1 — 200 — 433 B — 129 ms — h2https://platform.shinka.io/auth-ad-server/b1934eb2-9b70-4877-9300-d45ca3535050/user-sync?gdpr=1&gdpr_consent=platform.shinka.io/auth-ad-server/b... https://platform.shinka.io/auth-ad-server/b1934eb2-9b70-4877-9300-d45ca3535050/user-sync?gdpr=1&gdpr_consent= — 302 — 303 B — 88 ms — h2https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js?v=20251209T160542ajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js?v=20251209T160542 — 200 — 32.8 KiB — 137 ms — h2https://cdns.eu1.gigya.com/js/Api.htm?apiKey=4_CO8231Ix1RbYi2EmMbsrlw&version=latest&build=1535&flavor=base&serviceName=apiServicecdns.eu1.gigya.com/js/Api.htm?apiKe... https://cdns.eu1.gigya.com/js/Api.htm?apiKey=4_CO8231Ix1RbYi2EmMbsrlw&version=latest&build=1535&flavor=base&serviceName=apiService — 200 — 55.8 KiB — 33 ms — h3https://sdk.privacy-center.org/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.22ecd6bfac93de604efec0b75b2c796ee1675f92.jssdk.privacy-center.org/sdk/22ecd6bf... https://sdk.privacy-center.org/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.22ecd6bfac93de604efec0b75b2c796ee1675f92.js — 200 — 102.2 KiB — 36 ms — h2https://player.agnoplay.com/static/configuration/teaser-config/independent.jsonplayer.agnoplay.com/static/configur... https://player.agnoplay.com/static/configuration/teaser-config/independent.json — 301 — 119 B — 37 ms — h2https://platform.shinka.io/shinka-ad-server/load-cookie.html?endpoint=https%3A%2F%2Fplatform.shinka.io%2Fcookie_sync&bidders=appnexus%2Ccriteo%2Csmartadserver%2Cimprovedigital%2Cpubmatic%2Crubicon%2Csovrn%2Cadkernel&coop_sync=false&gdpr=1&gdpr_consent=platform.shinka.io/shinka-ad-server... https://platform.shinka.io/shinka-ad-server/load-cookie.html?endpoint=https%3A%2F%2Fplatform.shinka.io%2Fcookie_sync&bidders=appnexus%2Ccriteo%2Csmartadserver%2Cimprovedigital%2Cpubmatic%2Crubicon%2Csovrn%2Cadkernel&coop_sync=false&gdpr=1&gdpr_consent= — 200 — 2.6 KiB — 38 ms — h2https://cdn.pbstck.com/user-sessions-a657a01.jscdn.pbstck.com/user-sessions-a657a0... https://cdn.pbstck.com/user-sessions-a657a01.js — 200 — 17.5 KiB — 75 ms — h2https://cdn.pbstck.com/collector-ff95ede.jscdn.pbstck.com/collector-ff95ede.js https://cdn.pbstck.com/collector-ff95ede.js — 200 — 30.4 KiB — 77 ms — h2https://static.agnoplay.com/static/configuration/teaser-config/independent.jsonstatic.agnoplay.com/static/configur... https://static.agnoplay.com/static/configuration/teaser-config/independent.json — 200 — 934 B — 68 ms — h2https://cdns.eu1.gigya.com/sdk.config.get?apiKey=4_CO8231Ix1RbYi2EmMbsrlw&httpStatusCodes=true&ver=1776807840000cdns.eu1.gigya.com/sdk.config.get?a... https://cdns.eu1.gigya.com/sdk.config.get?apiKey=4_CO8231Ix1RbYi2EmMbsrlw&httpStatusCodes=true&ver=1776807840000 — 200 — 3.7 KiB — 6 ms — h3https://platform.shinka.io/cookie_syncplatform.shinka.io/cookie_sync https://platform.shinka.io/cookie_sync — 400 — 200 B — 31 ms — h2https://cdn.jsdelivr.net/gh/prebid/currency-file@1/latest.json?date=20260421cdn.jsdelivr.net/gh/prebid/currency... https://cdn.jsdelivr.net/gh/prebid/currency-file@1/latest.json?date=20260421 — 200 — 1.2 KiB — 7 ms — h2https://gigya-cp.independent.ie/accounts.webSdkBootstrap?apiKey=4_CO8231Ix1RbYi2EmMbsrlw&pageURL=https%3A%2F%2Fwww.independent.ie%2F&sdk=js_latest&sdkBuild=1535&format=jsongigya-cp.independent.ie/accounts.we... https://gigya-cp.independent.ie/accounts.webSdkBootstrap?apiKey=4_CO8231Ix1RbYi2EmMbsrlw&pageURL=https%3A%2F%2Fwww.independent.ie%2F&sdk=js_latest&sdkBuild=1535&format=json — 200 — 1.2 KiB — 60 ms — h2https://content.mediahuisgroup.com/playlist/preview/-wVEDpZYIaUG,U4MIm9fJSb0C,PKcAJ5fK6-cm,3YFJT9da0vwg,2AFJvvPZpiYC,oTEJytfYNi8m,UgcJUf9ahbcE,F7VhMZtQifYS,BAdAEv9asLQm,6JUB6d9aqOwm,-aMBL7PJpCYg,3CEB9PdYofQG,5jUJ4PdYv-wm,PKFhHv9aMHY2content.mediahuisgroup.com/playlist... https://content.mediahuisgroup.com/playlist/preview/-wVEDpZYIaUG,U4MIm9fJSb0C,PKcAJ5fK6-cm,3YFJT9da0vwg,2AFJvvPZpiYC,oTEJytfYNi8m,UgcJUf9ahbcE,F7VhMZtQifYS,BAdAEv9asLQm,6JUB6d9aqOwm,-aMBL7PJpCYg,3CEB9PdYofQG,5jUJ4PdYv-wm,PKFhHv9aMHY2 — 200 — 4.3 KiB — 121 ms — h2https://cdns.eu1.gigya.com/js/sso.htm?APIKey=3_hZBzqOVgJX_i7ij7qcHcPmxekIlduisTDGBUSIMJySJ3x5sipkskd0LxSrd_J-4M&ssoSegment=&version=latest&build=1535&flavor=base&sourceKey=4_CO8231Ix1RbYi2EmMbsrlwcdns.eu1.gigya.com/js/sso.htm?APIKe... https://cdns.eu1.gigya.com/js/sso.htm?APIKey=3_hZBzqOVgJX_i7ij7qcHcPmxekIlduisTDGBUSIMJySJ3x5sipkskd0LxSrd_J-4M&ssoSegment=&version=latest&build=1535&flavor=base&sourceKey=4_CO8231Ix1RbYi2EmMbsrlw — 200 — 40.9 KiB — 8 ms — h3https://cdns.eu1.gigya.com/sdk.config.get?apiKey=3_hZBzqOVgJX_i7ij7qcHcPmxekIlduisTDGBUSIMJySJ3x5sipkskd0LxSrd_J-4M&httpStatusCodes=true&ver=1776807840000cdns.eu1.gigya.com/sdk.config.get?a... https://cdns.eu1.gigya.com/sdk.config.get?apiKey=3_hZBzqOVgJX_i7ij7qcHcPmxekIlduisTDGBUSIMJySJ3x5sipkskd0LxSrd_J-4M&httpStatusCodes=true&ver=1776807840000 — 200 — 3.0 KiB — 5 ms — h3https://sdk.privacy-center.org/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/src_sdk_core_modules_integrations_sdk-integrations_providers_google_google_js.22ecd6bfac93de604efec0b75b2c796ee1675f92.jssdk.privacy-center.org/sdk/22ecd6bf... https://sdk.privacy-center.org/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/src_sdk_core_modules_integrations_sdk-integrations_providers_google_google_js.22ecd6bfac93de604efec0b75b2c796ee1675f92.js — 200 — 1.2 KiB — 8 ms — h3https://sdk.privacy-center.org/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/src_sdk_core_modules_integrations_sdk-integrations_providers_gcm_gcm_js.22ecd6bfac93de604efec0b75b2c796ee1675f92.jssdk.privacy-center.org/sdk/22ecd6bf... https://sdk.privacy-center.org/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/src_sdk_core_modules_integrations_sdk-integrations_providers_gcm_gcm_js.22ecd6bfac93de604efec0b75b2c796ee1675f92.js — 200 — 1.3 KiB — 6 ms — h3https://sdk.privacy-center.org/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/ui-web-en-web.22ecd6bfac93de604efec0b75b2c796ee1675f92.jssdk.privacy-center.org/sdk/22ecd6bf... https://sdk.privacy-center.org/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/ui-web-en-web.22ecd6bfac93de604efec0b75b2c796ee1675f92.js — 200 — 52.7 KiB — 7 ms — h3https://cdns.eu1.gigya.com/js/sso.htm?APIKey=3_hZBzqOVgJX_i7ij7qcHcPmxekIlduisTDGBUSIMJySJ3x5sipkskd0LxSrd_J-4M&ssoSegment=&version=latest&build=1535&flavor=base&sourceKey=4_CO8231Ix1RbYi2EmMbsrlwcdns.eu1.gigya.com/js/sso.htm?APIKe... https://cdns.eu1.gigya.com/js/sso.htm?APIKey=3_hZBzqOVgJX_i7ij7qcHcPmxekIlduisTDGBUSIMJySJ3x5sipkskd0LxSrd_J-4M&ssoSegment=&version=latest&build=1535&flavor=base&sourceKey=4_CO8231Ix1RbYi2EmMbsrlw — 200 — 571 B — 8 ms — h3https://cdns.eu1.gigya.com/sdk.config.get?apiKey=3_hZBzqOVgJX_i7ij7qcHcPmxekIlduisTDGBUSIMJySJ3x5sipkskd0LxSrd_J-4M&httpStatusCodes=true&ver=1776807840000cdns.eu1.gigya.com/sdk.config.get?a... https://cdns.eu1.gigya.com/sdk.config.get?apiKey=3_hZBzqOVgJX_i7ij7qcHcPmxekIlduisTDGBUSIMJySJ3x5sipkskd0LxSrd_J-4M&httpStatusCodes=true&ver=1776807840000 — 200 — 0 B — 4 ms — h3https://shared.mediahuis.be/logos/indo/v3/brand-main.svgshared.mediahuis.be/logos/indo/v3/b... https://shared.mediahuis.be/logos/indo/v3/brand-main.svg — 200 — 0 B — 2 ms — h2https://intake.pbstck.com/v1/intake/web-vitals?fcp=488.000&tId=6e921796-6577-4f9a-bd5d-59800d978075&v=none&s=none&c=1intake.pbstck.com/v1/intake/web-vit... https://intake.pbstck.com/v1/intake/web-vitals?fcp=488.000&tId=6e921796-6577-4f9a-bd5d-59800d978075&v=none&s=none&c=1 — 204 — 41 B — 44 ms — h2https://markup.independent.ie/extra/assets/js/ES/widgets/newsletter-subscription-widget.js?v=20251209T160542markup.independent.ie/extra/assets/... https://markup.independent.ie/extra/assets/js/ES/widgets/newsletter-subscription-widget.js?v=20251209T160542 — 200 — 919 B — 33 ms — h2https://markup.independent.ie/extra/assets/js/modules/paco/paper-highlight.js?v=20251209T160542markup.independent.ie/extra/assets/... https://markup.independent.ie/extra/assets/js/modules/paco/paper-highlight.js?v=20251209T160542 — 200 — 1.0 KiB — 30 ms — h2https://markup.independent.ie/extra/assets/js/ES/advertising/sticky-sideads.js?v=20251209T160542markup.independent.ie/extra/assets/... https://markup.independent.ie/extra/assets/js/ES/advertising/sticky-sideads.js?v=20251209T160542 — 200 — 840 B — 28 ms — h2https://markup.independent.ie/extra/assets/js/ES/advertising/sticky-leaderboard.js?v=20251209T160542markup.independent.ie/extra/assets/... https://markup.independent.ie/extra/assets/js/ES/advertising/sticky-leaderboard.js?v=20251209T160542 — 200 — 1.1 KiB — 29 ms — h2https://markup.independent.ie/extra/assets/js/ES/gdpr-didomi/addPrivacyButton.js?v=20251209T160542markup.independent.ie/extra/assets/... https://markup.independent.ie/extra/assets/js/ES/gdpr-didomi/addPrivacyButton.js?v=20251209T160542 — 200 — 650 B — 27 ms — h2https://markup.independent.ie/extra/assets/js/ES/advertising/sticky-overview-body-ads.js?v=20251209T160542markup.independent.ie/extra/assets/... https://markup.independent.ie/extra/assets/js/ES/advertising/sticky-overview-body-ads.js?v=20251209T160542 — 200 — 1017 B — 31 ms — h2https://markup.independent.ie/extra/assets/font/NuachtSansWEB-Bold.woff2markup.independent.ie/extra/assets/... https://markup.independent.ie/extra/assets/font/NuachtSansWEB-Bold.woff2 — 200 — 48.1 KiB — 28 ms — h2https://markup.independent.ie/extra/assets/js/ES/helpers/has-sticky-support.js?v=20251209T160542markup.independent.ie/extra/assets/... https://markup.independent.ie/extra/assets/js/ES/helpers/has-sticky-support.js?v=20251209T160542 — 200 — 567 B — 38 ms — h2https://markup.independent.ie/extra/assets/js/ES/helpers/is-email.js?v=20251209T160542markup.independent.ie/extra/assets/... https://markup.independent.ie/extra/assets/js/ES/helpers/is-email.js?v=20251209T160542 — 200 — 712 B — 32 ms — h2https://www.independent.ie/extra/assets/img/icons/settings-fill.svgwww.independent.ie/extra/assets/img... https://www.independent.ie/extra/assets/img/icons/settings-fill.svg — 200 — 723 B — 30 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gpt — 200 — 23.0 KiB — 47 ms — h3https://intake.pbstck.com/v1/intake/web-vitals?ttfb=135.200&tId=6e921796-6577-4f9a-bd5d-59800d978075&v=none&s=none&c=1intake.pbstck.com/v1/intake/web-vit... https://intake.pbstck.com/v1/intake/web-vitals?ttfb=135.200&tId=6e921796-6577-4f9a-bd5d-59800d978075&v=none&s=none&c=1 — 204 — 56 B — 41 ms — h2https://www.independent.ie/extra/assets/img/favicons/favicon.ico?v=20251209T160542www.independent.ie/extra/assets/img... https://www.independent.ie/extra/assets/img/favicons/favicon.ico?v=20251209T160542 — 200 — 4.7 KiB — 26 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 1882ms · 1254KB · €10/mo
Unattributable
Other
Costly
Execution 523ms
Transfer 0 KB
Monthly Cost €3/mo
www.independent.ie
Other
Costly
Execution 430ms
Transfer 135 KB
Monthly Cost €2/mo
cdns.gigya.com
Other
Costly
Execution 219ms
Transfer 239 KB
Unused 58%
Monthly Cost €1/mo
www.independent.ie
Other
Optional
Execution 150ms
Transfer 136 KB
Unused 54%
Monthly Cost €1/mo
sdk.privacy-center.org
Other
Optional
Execution 146ms
Transfer 53 KB
Monthly Cost €1/mo
cdn.kaching.eu.com
Other
Optional
Execution 128ms
Transfer 175 KB
Unused 78%
Monthly Cost €1/mo
sdk.privacy-center.org
Other
Optional
Execution 84ms
Transfer 102 KB
Unused 44%
Monthly Cost €0/mo
securepubads.g.doubleclick.net
Other
Optional
Execution 83ms
Transfer 187 KB
Unused 69%
Monthly Cost €0/mo
Google Tag Manager
Tag Manager
Optional
Execution 69ms
Transfer 188 KB
Unused 41%
Monthly Cost €0/mo
www.independent.ie
Other
Optional
Execution 52ms
Transfer 39 KB
Unused 57%
Monthly Cost €0/mo

These scripts may cost more than they're worth

  • Unattributable adds 523ms and costs ~€3/month
  • www.independent.ie adds 430ms and costs ~€2/month
  • cdns.gigya.com adds 219ms 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

Unattributable takes 523ms 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

www.independent.ie takes 430ms 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

cdns.gigya.com takes 219ms 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

58% of cdns.gigya.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

54% of www.independent.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

78% of cdn.kaching.eu.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

69% of securepubads.g.doubleclick.net'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

57% of www.independent.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

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