Skip to content
https://irishexaminer.com

Performance

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

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

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

842 ms

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

1.69 s

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

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

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

3.42 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.2 MB transferred, 85 requests
FIX
3.2 MB transferred, 85 requests
Warning::
Page weighs 7.1 MB (3.2 MB transferred)
Warning::
Images are 1.4 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.4 MB
Warning::
JavaScript is 1.1 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.1 MB
Info::
Fonts are 219 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 219 KB
Info::
85 HTTP requests
Info::
Estimated 0.67 g CO2 per page load
3.2 MB / 2.4 MB budget
3.2 MB transferred
85 requests
0.67 g CO2 per page load
Images 1.4 MiB 45%
JavaScript 1.1 MiB 34%
Fonts 219.0 KiB 7%
Other 186.5 KiB 6%
Other 178.8 KiB 5%
CSS 60.6 KiB 2%
HTML 32.7 KiB 1%
Other 10.5 KiB 0%
Other 588 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 (3.2 MiB of 3.2 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
22 scripts, 532 KB unused
FIX
22 scripts, 532 KB unused
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 242 KB unused (67%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://irishtimes-cdn.relevant-digital.com/static...: 99 KB unused (74%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-KHH...: 81 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.cookielaw.org/scripttemplates/202601.1...: 59 KB unused (47%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.irishexaminer.com/pu_examiner/scripts/...: 30 KB unused (87%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 532 KB
532 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB242 KB (67%)3rd
https://irishtimes-cdn.relevant-digital.com/static/tags/67288b319eada4c11b7afe41.js135 KB99 KB (74%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-KHHXC44167 KB81 KB (49%)3rd
https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js127 KB59 KB (47%)3rd
https://www.irishexaminer.com/pu_examiner/scripts/swiper/swiper.min.js?v=1.0135 KB30 KB (87%)3rd
https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js31 KB20 KB (68%)3rd
https://www.irishexaminer.com/pu_examiner/scripts/bootstrap.bundle.min.js23 KB3rd
https://www.irishexaminer.com/pu_examiner/scripts/init_swiper.min.js?v=1.011 KB3rd
https://cdn.cookielaw.org/consent/tcf.stub.js1 KB3rd
https://www.irishexaminer.com/cms_minify/102/javascript/javascript_1776775628.js3 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

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
85 resources · 3.2 MB · 532 KB savings available
FIX
85 resources · 3.2 MB · 532 KB savings available
Warning::
Page weight 2.2 MB over 1MB target
Got: 3.2 MB Expected: ≤ 1 MB
Info::
~532 KB of savings available
Warning::
84 third-party resources (100% of weight)
Info::
3 resources over 200KB
85 resources · 3.2 MiB · 84 third-party 2.2 MiB over 1MB target
Image 45% · 1.4 MiB
JavaScript 34% · 1.1 MiB
Other 11% · 361.1 KiB
Font 7% · 219.0 KiB
CSS 2% · 65.3 KiB
Document 1% · 32.7 KiB

~531.8 KiB of savings available

Remove unused JavaScript: 531.8 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.

C
Image Optimization
Action
28 images, 0 KB saveable
REVIEW
28 images, 0 KB saveable
Warning::
https://www.irishexaminer.com/cms_media/module_img... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.irishexaminer.com/cms_media/module_img... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.irishexaminer.com/cms_media/module_img... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.irishexaminer.com/cms_media/module_img... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
28 images 1.4 MB
0 oversized -0 KB
27 legacy format
4 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

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

B
JS Execution Cost
884ms total JS execution
REVIEW
884ms total JS execution
Info::
https://www.irishexaminer.com/: 192ms CPU time
Info::
Unattributable: 180ms CPU time
Info::
https://cdn.cookielaw.org/scripttemplates/202601.1...: 145ms CPU time
Info::
https://cdn.cookielaw.org/scripttemplates/202601.1...: 144ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-KHH...: 97ms CPU time
Warning::
Third-party scripts: 884ms (100% of total)

Main Thread Breakdown

Script Evaluation 47% Other 22% Script Parsing & Compilation 11% Style & Layout 10% Parse HTML & CSS 6%
ScriptTotalScriptingParse/CompileParty
https://www.irishexaminer.com/192ms15ms6ms3rd
Unattributable180ms5ms0ms3rd
https://cdn.cookielaw.org/scripttemplates/202601.1.0/otTCF.js145ms123ms2ms3rd
https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js144ms102ms16ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-KHHXC4497ms73ms21ms3rd
https://irishtimes-cdn.relevant-digital.com/static/tags/67288b319eada4c11b7afe41.js65ms51ms14ms3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js61ms32ms29ms3rd
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
10 fonts (219 KB)
PASS
10 fonts (219 KB)
Info::
10 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

10

219 KB total

Render-blocking

0

of 10

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s FCP 842 ms LCP 1.7 shttps://www.irishexaminer.com/pu_examiner/fonts/montserrat-v26-latin-600.woff2montserrat-v26-latin-60... https://www.irishexaminer.com/pu_examiner/fonts/montserrat-v26-latin-600.woff2 — 15.0 KiB — 50 ms — font-display: swaphttps://www.irishexaminer.com/pu_examiner/fonts/montserrat-v26-latin-300.woff2montserrat-v26-latin-30... https://www.irishexaminer.com/pu_examiner/fonts/montserrat-v26-latin-300.woff2 — 14.9 KiB — 42 ms — font-display: swaphttps://www.irishexaminer.com/pu_examiner/fonts/source-sans-3-v15-latin-700.woff2source-sans-3-v15-latin... https://www.irishexaminer.com/pu_examiner/fonts/source-sans-3-v15-latin-700.woff2 — 15.4 KiB — 50 ms — font-display: swaphttps://www.irishexaminer.com/pu_examiner/fonts/source-sans-3-v15-latin-regular.woff2source-sans-3-v15-latin... https://www.irishexaminer.com/pu_examiner/fonts/source-sans-3-v15-latin-regular.woff2 — 15.5 KiB — 50 ms — font-display: swaphttps://www.irishexaminer.com/pu_examiner/fonts/montserrat-v26-latin-700.woff2montserrat-v26-latin-70... https://www.irishexaminer.com/pu_examiner/fonts/montserrat-v26-latin-700.woff2 — 15.1 KiB — 39 ms — font-display: swaphttps://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0fontawesome-webfont.woff2 https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0 — 75.9 KiB — 82 ms — font-display: swaphttps://www.irishexaminer.com/pu_examiner/fonts/source-sans-3-v15-latin-300.woff2source-sans-3-v15-latin... https://www.irishexaminer.com/pu_examiner/fonts/source-sans-3-v15-latin-300.woff2 — 15.4 KiB — 40 ms — font-display: swaphttps://cdn.acast.com/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Latin1.woff2IBMPlexSans-Regular-Lat... https://cdn.acast.com/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Latin1.woff2 — 16.8 KiB — 168 ms — font-display: swaphttps://cdn.acast.com/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Latin1.woff2IBMPlexSans-SemiBold-La... https://cdn.acast.com/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Latin1.woff2 — 17.6 KiB — 64 ms — font-display: swaphttps://cdn.acast.com/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Medium-Latin1.woff2IBMPlexSans-Medium-Lati... https://cdn.acast.com/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Medium-Latin1.woff2 — 17.4 KiB — 75 ms — font-display: swap
montserrat-v26-latin-60... woff2 swap
Size 15 KB
Load time 50 ms
Start 228 ms
Risk FOUT — text flashes from fallback to web font
montserrat-v26-latin-30... woff2 swap
Size 15 KB
Load time 42 ms
Start 228 ms
Risk FOUT — text flashes from fallback to web font
source-sans-3-v15-latin... woff2 swap
Size 15 KB
Load time 50 ms
Start 228 ms
Risk FOUT — text flashes from fallback to web font
source-sans-3-v15-latin... woff2 swap
Size 16 KB
Load time 50 ms
Start 229 ms
Risk FOUT — text flashes from fallback to web font
montserrat-v26-latin-70... woff2 swap
Size 15 KB
Load time 39 ms
Start 403 ms
Risk FOUT — text flashes from fallback to web font
fontawesome-webfont.woff2 woff2 swap
Size 76 KB
Load time 82 ms
Start 404 ms
Risk FOUT — text flashes from fallback to web font
source-sans-3-v15-latin... woff2 swap
Size 15 KB
Load time 40 ms
Start 408 ms
Risk FOUT — text flashes from fallback to web font
IBMPlexSans-Regular-Lat... woff2 swap
Size 17 KB
Load time 168 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
IBMPlexSans-SemiBold-La... woff2 swap
Size 18 KB
Load time 64 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
IBMPlexSans-Medium-Lati... woff2 swap
Size 17 KB
Load time 75 ms
Start 1.2 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)
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
85 requests over 1336ms
INFO
0 ms 500 ms 1.0 s 1.5 s FCP 842 ms LCP 1.7 shttps://irishexaminer.com// https://irishexaminer.com/ — 301 — 455 B — 20 ms — h3https://www.irishexaminer.com/www.irishexaminer.com/ https://www.irishexaminer.com/ — 200 — 30.0 KiB — 195 ms — h3https://www.irishexaminer.com/pu_examiner/fonts/montserrat-v26-latin-600.woff2www.irishexaminer.com/pu_examiner/f... https://www.irishexaminer.com/pu_examiner/fonts/montserrat-v26-latin-600.woff2 — 200 — 15.0 KiB — 50 ms — h3https://www.irishexaminer.com/pu_examiner/fonts/montserrat-v26-latin-300.woff2www.irishexaminer.com/pu_examiner/f... https://www.irishexaminer.com/pu_examiner/fonts/montserrat-v26-latin-300.woff2 — 200 — 14.9 KiB — 42 ms — h3https://www.irishexaminer.com/pu_examiner/fonts/source-sans-3-v15-latin-700.woff2www.irishexaminer.com/pu_examiner/f... https://www.irishexaminer.com/pu_examiner/fonts/source-sans-3-v15-latin-700.woff2 — 200 — 15.4 KiB — 50 ms — h3https://www.irishexaminer.com/pu_examiner/fonts/source-sans-3-v15-latin-regular.woff2www.irishexaminer.com/pu_examiner/f... https://www.irishexaminer.com/pu_examiner/fonts/source-sans-3-v15-latin-regular.woff2 — 200 — 15.5 KiB — 50 ms — h3https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.jsajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js — 200 — 30.9 KiB — 23 ms — h2https://www.irishexaminer.com/pu_examiner/scripts/initGlobalFunc.min.js?v=0.04www.irishexaminer.com/pu_examiner/s... https://www.irishexaminer.com/pu_examiner/scripts/initGlobalFunc.min.js?v=0.04 — 200 — 1.6 KiB — 49 ms — h3https://www.irishexaminer.com/pu_examiner/scripts/zephr/zephr-tools.min.js?v=0.37www.irishexaminer.com/pu_examiner/s... https://www.irishexaminer.com/pu_examiner/scripts/zephr/zephr-tools.min.js?v=0.37 — 200 — 2.0 KiB — 49 ms — h3https://www.irishexaminer.com/pu_examiner/build/style_a.b4d18bd0.csswww.irishexaminer.com/pu_examiner/b... https://www.irishexaminer.com/pu_examiner/build/style_a.b4d18bd0.css — 200 — 29.8 KiB — 34 ms — h3https://www.irishexaminer.com/pu_examiner/build/style_b.476179c6.csswww.irishexaminer.com/pu_examiner/b... https://www.irishexaminer.com/pu_examiner/build/style_b.476179c6.css — 200 — 24.6 KiB — 28 ms — h3https://www.irishexaminer.com/pu_examiner/styles/fontawesome.csswww.irishexaminer.com/pu_examiner/s... https://www.irishexaminer.com/pu_examiner/styles/fontawesome.css — 200 — 701 B — 35 ms — h3https://www.irishexaminer.com/pu_examiner/styles/swiper/swiper.min.css?v=0.01www.irishexaminer.com/pu_examiner/s... https://www.irishexaminer.com/pu_examiner/styles/swiper/swiper.min.css?v=0.01 — 200 — 4.3 KiB — 36 ms — h3https://www.irishexaminer.com/pu_examiner/images/Irish_Examiner_logo.pngwww.irishexaminer.com/pu_examiner/i... https://www.irishexaminer.com/pu_examiner/images/Irish_Examiner_logo.png — 200 — 23.5 KiB — 52 ms — h3https://www.irishexaminer.com/cms_media/module_img/10101/5050532_7_dashboardbig_AGRingaskiddy_204-12-2020.jpgwww.irishexaminer.com/cms_media/mod... https://www.irishexaminer.com/cms_media/module_img/10101/5050532_7_dashboardbig_AGRingaskiddy_204-12-2020.jpg — 200 — 52.9 KiB — 52 ms — h3https://www.irishexaminer.com/cms_media/module_img/10101/5050787_6_dashboardbig_Loft_204.jpgwww.irishexaminer.com/cms_media/mod... https://www.irishexaminer.com/cms_media/module_img/10101/5050787_6_dashboardbig_Loft_204.jpg — 200 — 84.5 KiB — 40 ms — h3https://www.irishexaminer.com/cms_media/module_img/10101/5050673_9_dashboardbig_dan_20court_201.jpgwww.irishexaminer.com/cms_media/mod... https://www.irishexaminer.com/cms_media/module_img/10101/5050673_9_dashboardbig_dan_20court_201.jpg — 200 — 109.9 KiB — 45 ms — h3https://www.irishexaminer.com/cms_media/module_img/10097/5048564_1_org_Fluid_banner_Hoggie.jpgwww.irishexaminer.com/cms_media/mod... https://www.irishexaminer.com/cms_media/module_img/10097/5048564_1_org_Fluid_banner_Hoggie.jpg — 200 — 214.0 KiB — 69 ms — h3https://www.irishexaminer.com/pu_examiner/site.webmanifestwww.irishexaminer.com/pu_examiner/s... https://www.irishexaminer.com/pu_examiner/site.webmanifest — 200 — 588 B — 37 ms — h3https://static.illuma-tech.com/js/async_gam_ipt.jsstatic.illuma-tech.com/js/async_gam... https://static.illuma-tech.com/js/async_gam_ipt.js — 200 — 1.2 KiB — 259 ms — h2https://www.google.com/recaptcha/enterprise.jswww.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise.js — 200 — 1.0 KiB — 78 ms — h3https://www.irishexaminer.com/pu_examiner/scripts/bootstrap.bundle.min.jswww.irishexaminer.com/pu_examiner/s... https://www.irishexaminer.com/pu_examiner/scripts/bootstrap.bundle.min.js — 200 — 23.0 KiB — 62 ms — h3https://www.irishexaminer.com/pu_examiner/scripts/swiper/swiper.min.js?v=1.01www.irishexaminer.com/pu_examiner/s... https://www.irishexaminer.com/pu_examiner/scripts/swiper/swiper.min.js?v=1.01 — 200 — 35.3 KiB — 62 ms — h3https://www.irishexaminer.com/pu_examiner/scripts/scripts_IE11.min.jswww.irishexaminer.com/pu_examiner/s... https://www.irishexaminer.com/pu_examiner/scripts/scripts_IE11.min.js — 200 — 613 B — 41 ms — h3https://cdn.cookielaw.org/consent/tcf.stub.jscdn.cookielaw.org/consent/tcf.stub.... https://cdn.cookielaw.org/consent/tcf.stub.js — 200 — 1.5 KiB — 54 ms — h2https://www.irishexaminer.com/cms_minify/102/javascript/javascript_1776775628.jswww.irishexaminer.com/cms_minify/10... https://www.irishexaminer.com/cms_minify/102/javascript/javascript_1776775628.js — 200 — 2.7 KiB — 40 ms — h3https://www.irishexaminer.com/pu_examiner/scripts/initScript.min.js?v=1.41www.irishexaminer.com/pu_examiner/s... https://www.irishexaminer.com/pu_examiner/scripts/initScript.min.js?v=1.41 — 200 — 3.5 KiB — 40 ms — h3https://www.irishexaminer.com/pu_examiner/scripts/oneClick_podcast.min.js?v=0.06www.irishexaminer.com/pu_examiner/s... https://www.irishexaminer.com/pu_examiner/scripts/oneClick_podcast.min.js?v=0.06 — 200 — 2.4 KiB — 54 ms — h3https://www.irishexaminer.com/pu_examiner/scripts/initPodcast.min.js?v=0.25www.irishexaminer.com/pu_examiner/s... https://www.irishexaminer.com/pu_examiner/scripts/initPodcast.min.js?v=0.25 — 200 — 3.9 KiB — 53 ms — h3https://www.irishexaminer.com/pu_examiner/scripts/init_swiper.min.js?v=1.01www.irishexaminer.com/pu_examiner/s... https://www.irishexaminer.com/pu_examiner/scripts/init_swiper.min.js?v=1.01 — 200 — 604 B — 53 ms — h3
0 ms 500 ms 1.0 s 1.5 s FCP 842 ms LCP 1.7 shttps://irishexaminer.com// https://irishexaminer.com/ — 301 — 455 B — 20 ms — h3https://www.irishexaminer.com/www.irishexaminer.com/ https://www.irishexaminer.com/ — 200 — 30.0 KiB — 195 ms — h3https://www.irishexaminer.com/pu_examiner/fonts/montserrat-v26-latin-600.woff2www.irishexaminer.com/pu_examiner/f... https://www.irishexaminer.com/pu_examiner/fonts/montserrat-v26-latin-600.woff2 — 200 — 15.0 KiB — 50 ms — h3https://www.irishexaminer.com/pu_examiner/fonts/montserrat-v26-latin-300.woff2www.irishexaminer.com/pu_examiner/f... https://www.irishexaminer.com/pu_examiner/fonts/montserrat-v26-latin-300.woff2 — 200 — 14.9 KiB — 42 ms — h3https://www.irishexaminer.com/pu_examiner/fonts/source-sans-3-v15-latin-700.woff2www.irishexaminer.com/pu_examiner/f... https://www.irishexaminer.com/pu_examiner/fonts/source-sans-3-v15-latin-700.woff2 — 200 — 15.4 KiB — 50 ms — h3https://www.irishexaminer.com/pu_examiner/fonts/source-sans-3-v15-latin-regular.woff2www.irishexaminer.com/pu_examiner/f... https://www.irishexaminer.com/pu_examiner/fonts/source-sans-3-v15-latin-regular.woff2 — 200 — 15.5 KiB — 50 ms — h3https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.jsajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js — 200 — 30.9 KiB — 23 ms — h2https://www.irishexaminer.com/pu_examiner/scripts/initGlobalFunc.min.js?v=0.04www.irishexaminer.com/pu_examiner/s... https://www.irishexaminer.com/pu_examiner/scripts/initGlobalFunc.min.js?v=0.04 — 200 — 1.6 KiB — 49 ms — h3https://www.irishexaminer.com/pu_examiner/scripts/zephr/zephr-tools.min.js?v=0.37www.irishexaminer.com/pu_examiner/s... https://www.irishexaminer.com/pu_examiner/scripts/zephr/zephr-tools.min.js?v=0.37 — 200 — 2.0 KiB — 49 ms — h3https://www.irishexaminer.com/pu_examiner/build/style_a.b4d18bd0.csswww.irishexaminer.com/pu_examiner/b... https://www.irishexaminer.com/pu_examiner/build/style_a.b4d18bd0.css — 200 — 29.8 KiB — 34 ms — h3https://www.irishexaminer.com/pu_examiner/build/style_b.476179c6.csswww.irishexaminer.com/pu_examiner/b... https://www.irishexaminer.com/pu_examiner/build/style_b.476179c6.css — 200 — 24.6 KiB — 28 ms — h3https://www.irishexaminer.com/pu_examiner/styles/fontawesome.csswww.irishexaminer.com/pu_examiner/s... https://www.irishexaminer.com/pu_examiner/styles/fontawesome.css — 200 — 701 B — 35 ms — h3https://www.irishexaminer.com/pu_examiner/styles/swiper/swiper.min.css?v=0.01www.irishexaminer.com/pu_examiner/s... https://www.irishexaminer.com/pu_examiner/styles/swiper/swiper.min.css?v=0.01 — 200 — 4.3 KiB — 36 ms — h3https://www.irishexaminer.com/pu_examiner/images/Irish_Examiner_logo.pngwww.irishexaminer.com/pu_examiner/i... https://www.irishexaminer.com/pu_examiner/images/Irish_Examiner_logo.png — 200 — 23.5 KiB — 52 ms — h3https://www.irishexaminer.com/cms_media/module_img/10101/5050532_7_dashboardbig_AGRingaskiddy_204-12-2020.jpgwww.irishexaminer.com/cms_media/mod... https://www.irishexaminer.com/cms_media/module_img/10101/5050532_7_dashboardbig_AGRingaskiddy_204-12-2020.jpg — 200 — 52.9 KiB — 52 ms — h3https://www.irishexaminer.com/cms_media/module_img/10101/5050787_6_dashboardbig_Loft_204.jpgwww.irishexaminer.com/cms_media/mod... https://www.irishexaminer.com/cms_media/module_img/10101/5050787_6_dashboardbig_Loft_204.jpg — 200 — 84.5 KiB — 40 ms — h3https://www.irishexaminer.com/cms_media/module_img/10101/5050673_9_dashboardbig_dan_20court_201.jpgwww.irishexaminer.com/cms_media/mod... https://www.irishexaminer.com/cms_media/module_img/10101/5050673_9_dashboardbig_dan_20court_201.jpg — 200 — 109.9 KiB — 45 ms — h3https://www.irishexaminer.com/cms_media/module_img/10097/5048564_1_org_Fluid_banner_Hoggie.jpgwww.irishexaminer.com/cms_media/mod... https://www.irishexaminer.com/cms_media/module_img/10097/5048564_1_org_Fluid_banner_Hoggie.jpg — 200 — 214.0 KiB — 69 ms — h3https://www.irishexaminer.com/pu_examiner/site.webmanifestwww.irishexaminer.com/pu_examiner/s... https://www.irishexaminer.com/pu_examiner/site.webmanifest — 200 — 588 B — 37 ms — h3https://static.illuma-tech.com/js/async_gam_ipt.jsstatic.illuma-tech.com/js/async_gam... https://static.illuma-tech.com/js/async_gam_ipt.js — 200 — 1.2 KiB — 259 ms — h2https://www.google.com/recaptcha/enterprise.jswww.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise.js — 200 — 1.0 KiB — 78 ms — h3https://www.irishexaminer.com/pu_examiner/scripts/bootstrap.bundle.min.jswww.irishexaminer.com/pu_examiner/s... https://www.irishexaminer.com/pu_examiner/scripts/bootstrap.bundle.min.js — 200 — 23.0 KiB — 62 ms — h3https://www.irishexaminer.com/pu_examiner/scripts/swiper/swiper.min.js?v=1.01www.irishexaminer.com/pu_examiner/s... https://www.irishexaminer.com/pu_examiner/scripts/swiper/swiper.min.js?v=1.01 — 200 — 35.3 KiB — 62 ms — h3https://www.irishexaminer.com/pu_examiner/scripts/scripts_IE11.min.jswww.irishexaminer.com/pu_examiner/s... https://www.irishexaminer.com/pu_examiner/scripts/scripts_IE11.min.js — 200 — 613 B — 41 ms — h3https://cdn.cookielaw.org/consent/tcf.stub.jscdn.cookielaw.org/consent/tcf.stub.... https://cdn.cookielaw.org/consent/tcf.stub.js — 200 — 1.5 KiB — 54 ms — h2https://www.irishexaminer.com/cms_minify/102/javascript/javascript_1776775628.jswww.irishexaminer.com/cms_minify/10... https://www.irishexaminer.com/cms_minify/102/javascript/javascript_1776775628.js — 200 — 2.7 KiB — 40 ms — h3https://www.irishexaminer.com/pu_examiner/scripts/initScript.min.js?v=1.41www.irishexaminer.com/pu_examiner/s... https://www.irishexaminer.com/pu_examiner/scripts/initScript.min.js?v=1.41 — 200 — 3.5 KiB — 40 ms — h3https://www.irishexaminer.com/pu_examiner/scripts/oneClick_podcast.min.js?v=0.06www.irishexaminer.com/pu_examiner/s... https://www.irishexaminer.com/pu_examiner/scripts/oneClick_podcast.min.js?v=0.06 — 200 — 2.4 KiB — 54 ms — h3https://www.irishexaminer.com/pu_examiner/scripts/initPodcast.min.js?v=0.25www.irishexaminer.com/pu_examiner/s... https://www.irishexaminer.com/pu_examiner/scripts/initPodcast.min.js?v=0.25 — 200 — 3.9 KiB — 53 ms — h3https://www.irishexaminer.com/pu_examiner/scripts/init_swiper.min.js?v=1.01www.irishexaminer.com/pu_examiner/s... https://www.irishexaminer.com/pu_examiner/scripts/init_swiper.min.js?v=1.01 — 200 — 604 B — 53 ms — h3https://irishtimes-cdn.relevant-digital.com/static/tags/67288b319eada4c11b7afe41.jsirishtimes-cdn.relevant-digital.com... https://irishtimes-cdn.relevant-digital.com/static/tags/67288b319eada4c11b7afe41.js — 200 — 134.9 KiB — 275 ms — h2https://www.irishexaminer.com/cms_media/module_img/9847/4923971_1_org_iStock-1987103162.pngwww.irishexaminer.com/cms_media/mod... https://www.irishexaminer.com/cms_media/module_img/9847/4923971_1_org_iStock-1987103162.png — 200 — 41.0 KiB — 60 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-KHHXC44www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-KHHXC44 — 200 — 166.6 KiB — 123 ms — h2https://www.irishexaminer.com/cms_media/module_img/10099/5049659_10_teasersmall_Democracy_20being_20eroded.jpgwww.irishexaminer.com/cms_media/mod... https://www.irishexaminer.com/cms_media/module_img/10099/5049659_10_teasersmall_Democracy_20being_20eroded.jpg — 200 — 11.6 KiB — 33 ms — h3https://www.irishexaminer.com/cms_media/module_img/10100/5050193_8_teasersmall_Scarlett_20Faulkner_20Funeral_2016.jpgwww.irishexaminer.com/cms_media/mod... https://www.irishexaminer.com/cms_media/module_img/10100/5050193_8_teasersmall_Scarlett_20Faulkner_20Funeral_2016.jpg — 200 — 12.2 KiB — 34 ms — h3https://www.irishexaminer.com/cms_media/module_img/10101/5050628_1_teasersmall_2.53597385.jpg.jpgwww.irishexaminer.com/cms_media/mod... https://www.irishexaminer.com/cms_media/module_img/10101/5050628_1_teasersmall_2.53597385.jpg.jpg — 200 — 11.2 KiB — 29 ms — h3https://www.irishexaminer.com/cms_media/module_img/10099/5049836_11_teasersmall_2812879_1_.jpgwww.irishexaminer.com/cms_media/mod... https://www.irishexaminer.com/cms_media/module_img/10099/5049836_11_teasersmall_2812879_1_.jpg — 200 — 13.6 KiB — 55 ms — h3https://www.irishexaminer.com/cms_media/module_img/10099/5049959_18_teasersmall_GettyImages-150728487_1_.jpgwww.irishexaminer.com/cms_media/mod... https://www.irishexaminer.com/cms_media/module_img/10099/5049959_18_teasersmall_GettyImages-150728487_1_.jpg — 200 — 12.1 KiB — 66 ms — h3https://www.irishexaminer.com/cms_media/module_img/10101/5050718_17_teasersmall_iStock-1752415029.jpgwww.irishexaminer.com/cms_media/mod... https://www.irishexaminer.com/cms_media/module_img/10101/5050718_17_teasersmall_iStock-1752415029.jpg — 200 — 8.9 KiB — 67 ms — h3https://www.irishexaminer.com/cms_media/module_img/10101/5050793_3_teaserbig_Court_20image.jpgwww.irishexaminer.com/cms_media/mod... https://www.irishexaminer.com/cms_media/module_img/10101/5050793_3_teaserbig_Court_20image.jpg — 200 — 14.5 KiB — 66 ms — h3https://www.irishexaminer.com/cms_media/module_img/10101/5050694_18_teasersmall_LC_20forestry_2007.jpgwww.irishexaminer.com/cms_media/mod... https://www.irishexaminer.com/cms_media/module_img/10101/5050694_18_teasersmall_LC_20forestry_2007.jpg — 200 — 9.3 KiB — 92 ms — h3https://www.irishexaminer.com/cms_media/module_img/10100/5050403_7_teasersmall_1350Gerry_20Hutch_20Election.jpgwww.irishexaminer.com/cms_media/mod... https://www.irishexaminer.com/cms_media/module_img/10100/5050403_7_teasersmall_1350Gerry_20Hutch_20Election.jpg — 200 — 17.5 KiB — 100 ms — h3https://www.irishexaminer.com/cms_media/module_img/10101/5050670_9_teasersmall_10438239-1.jpgwww.irishexaminer.com/cms_media/mod... https://www.irishexaminer.com/cms_media/module_img/10101/5050670_9_teasersmall_10438239-1.jpg — 200 — 9.1 KiB — 66 ms — h3https://www.irishexaminer.com/cms_media/module_img/10101/5050922_1_teaserbig_2c2624ab-89d3-4ce7-ae4e-8080490afac6.jpgwww.irishexaminer.com/cms_media/mod... https://www.irishexaminer.com/cms_media/module_img/10101/5050922_1_teaserbig_2c2624ab-89d3-4ce7-ae4e-8080490afac6.jpg — 200 — 22.8 KiB — 101 ms — h3https://www.irishexaminer.com/cms_media/module_img/10101/5050919_5_teasersmall_3177809.jpgwww.irishexaminer.com/cms_media/mod... https://www.irishexaminer.com/cms_media/module_img/10101/5050919_5_teasersmall_3177809.jpg — 200 — 13.0 KiB — 101 ms — h3https://www.irishexaminer.com/cms_media/module_img/10101/5050907_3_teasersmall_309A4620.jpgwww.irishexaminer.com/cms_media/mod... https://www.irishexaminer.com/cms_media/module_img/10101/5050907_3_teasersmall_309A4620.jpg — 200 — 10.6 KiB — 98 ms — h3https://www.irishexaminer.com/cms_media/module_img/10101/5050904_4_teasersmall_EOHCorkKerry07_1_.jpgwww.irishexaminer.com/cms_media/mod... https://www.irishexaminer.com/cms_media/module_img/10101/5050904_4_teasersmall_EOHCorkKerry07_1_.jpg — 200 — 11.0 KiB — 87 ms — h3https://www.irishexaminer.com/pu_examiner/fonts/montserrat-v26-latin-700.woff2www.irishexaminer.com/pu_examiner/f... https://www.irishexaminer.com/pu_examiner/fonts/montserrat-v26-latin-700.woff2 — 200 — 15.1 KiB — 39 ms — h3https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0maxcdn.bootstrapcdn.com/font-awesom... https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0 — 200 — 75.9 KiB — 82 ms — h3https://www.irishexaminer.com/pu_examiner/fonts/source-sans-3-v15-latin-300.woff2www.irishexaminer.com/pu_examiner/f... https://www.irishexaminer.com/pu_examiner/fonts/source-sans-3-v15-latin-300.woff2 — 200 — 15.4 KiB — 40 ms — h3https://www.irishexaminer.com/cms_media/module_img/10101/5050532_7_teasersmall_AGRingaskiddy_204-12-2020.jpgwww.irishexaminer.com/cms_media/mod... https://www.irishexaminer.com/cms_media/module_img/10101/5050532_7_teasersmall_AGRingaskiddy_204-12-2020.jpg — 200 — 8.3 KiB — 56 ms — h3https://www.irishexaminer.com/blaize/datalayerwww.irishexaminer.com/blaize/datala... https://www.irishexaminer.com/blaize/datalayer — 200 — 669 B — 55 ms — h3https://embed.acast.com/61d5be008150ae0014bc3671?feed=trueembed.acast.com/61d5be008150ae0014b... https://embed.acast.com/61d5be008150ae0014bc3671?feed=true — 200 — 2.7 KiB — 310 ms — h2https://www.irishexaminer.com/cms_media/module_img/10088/5044241_1_org_10.jpgwww.irishexaminer.com/cms_media/mod... https://www.irishexaminer.com/cms_media/module_img/10088/5044241_1_org_10.jpg — 200 — 80.5 KiB — 49 ms — h3https://www.irishexaminer.com/cms_media/module_img/10077/5038634_1_org_HarryBurton_110426.jpgwww.irishexaminer.com/cms_media/mod... https://www.irishexaminer.com/cms_media/module_img/10077/5038634_1_org_HarryBurton_110426.jpg — 200 — 643.1 KiB — 56 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 362.4 KiB — 68 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.js?did=02de5fa3-0e6f-46e0-a195-aef6aac6f753cdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js?did=02de5fa3-0e6f-46e0-a195-aef6aac6f753 — 200 — 8.8 KiB — 15 ms — h2https://cdn.cookielaw.org/consent/02de5fa3-0e6f-46e0-a195-aef6aac6f753/02de5fa3-0e6f-46e0-a195-aef6aac6f753.jsoncdn.cookielaw.org/consent/02de5fa3-... https://cdn.cookielaw.org/consent/02de5fa3-0e6f-46e0-a195-aef6aac6f753/02de5fa3-0e6f-46e0-a195-aef6aac6f753.json — 200 — 2.4 KiB — 39 ms — h2https://cdn.acast.com/fonts/fonts.csscdn.acast.com/fonts/fonts.css https://cdn.acast.com/fonts/fonts.css — 200 — 1.3 KiB — 32 ms — h2https://embed.acast.com/124.82df14bd.jsembed.acast.com/124.82df14bd.js https://embed.acast.com/124.82df14bd.js — 200 — 164.6 KiB — 19 ms — h2https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 285 B — 28 ms — h2https://embed.acast.com/main.863ee853.jsembed.acast.com/main.863ee853.js https://embed.acast.com/main.863ee853.js — 200 — 40.9 KiB — 8 ms — h2https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.jscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js — 200 — 127.0 KiB — 19 ms — h2https://cdn.cookielaw.org/consent/02de5fa3-0e6f-46e0-a195-aef6aac6f753/0199532d-4363-7fb2-b2cc-950433edc28e/en.jsoncdn.cookielaw.org/consent/02de5fa3-... https://cdn.cookielaw.org/consent/02de5fa3-0e6f-46e0-a195-aef6aac6f753/0199532d-4363-7fb2-b2cc-950433edc28e/en.json — 200 — 50.7 KiB — 40 ms — h2https://cdn.cookielaw.org/vendorlist/iab2V2Data.jsoncdn.cookielaw.org/vendorlist/iab2V2... https://cdn.cookielaw.org/vendorlist/iab2V2Data.json — 200 — 86.8 KiB — 24 ms — h2https://cdn.cookielaw.org/vendorlist/googleData.jsoncdn.cookielaw.org/vendorlist/google... https://cdn.cookielaw.org/vendorlist/googleData.json — 200 — 19.4 KiB — 21 ms — h2https://cdn.cookielaw.org/scripttemplates/202601.1.0/otTCF.jscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202601.1.0/otTCF.js — 200 — 17.7 KiB — 13 ms — h2https://feeder.acast.com/api/v1/shows/61d5be008150ae0014bc3671?limit=30&from=0feeder.acast.com/api/v1/shows/61d5b... https://feeder.acast.com/api/v1/shows/61d5be008150ae0014bc3671?limit=30&from=0 — 204 — 0 B — 81 ms — h2https://feeder.acast.com/api/v1/shows/61d5be008150ae0014bc3671?limit=1feeder.acast.com/api/v1/shows/61d5b... https://feeder.acast.com/api/v1/shows/61d5be008150ae0014bc3671?limit=1 — 204 — 0 B — 78 ms — h2https://cdn.acast.com/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Latin1.woff2cdn.acast.com/fonts/IBM-Plex-Sans/f... https://cdn.acast.com/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Latin1.woff2 — 200 — 16.8 KiB — 168 ms — h2https://feeder.acast.com/api/v1/shows/61d5be008150ae0014bc3671?limit=1feeder.acast.com/api/v1/shows/61d5b... https://feeder.acast.com/api/v1/shows/61d5be008150ae0014bc3671?limit=1 — 200 — 9.5 KiB — 11 ms — h2https://feeder.acast.com/api/v1/shows/61d5be008150ae0014bc3671?limit=30&from=0feeder.acast.com/api/v1/shows/61d5b... https://feeder.acast.com/api/v1/shows/61d5be008150ae0014bc3671?limit=30&from=0 — 200 — 173.6 KiB — 22 ms — h2https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/otFlat.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/otFlat.json — 200 — 3.4 KiB — 15 ms — h2https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/v2/otPcCenter.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/v2/otPcCenter.json — 200 — 13.3 KiB — 26 ms — h2https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/otCommonStyles.csscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/otCommonStyles.css — 200 — 4.7 KiB — 24 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEVHcEyC+tLSAAAAAXRSTlMAQ…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEVHcEyC+tLSAAAAAXRSTlMAQ… — 200 — 0 B — 0 ms — datahttps://thumborcdn.acast.com/GcTS40C-qXT45mYtQgsCN6r5xlc=/150x150/https%3A%2F%2Fassets.pippa.io%2Fshows%2F61d5be008150ae0014bc3671%2F1776698764438-8b8e8218-2708-4d31-b097-d510c77e91f8.jpegthumborcdn.acast.com/GcTS40C-qXT45m... https://thumborcdn.acast.com/GcTS40C-qXT45mYtQgsCN6r5xlc=/150x150/https%3A%2F%2Fassets.pippa.io%2Fshows%2F61d5be008150ae0014bc3671%2F1776698764438-8b8e8218-2708-4d31-b097-d510c77e91f8.jpeg — 200 — 6.1 KiB — 35 ms — h2https://thumborcdn.acast.com/20oeiO483ri06a_IJKUutwGASwE=/350x350/https%3A%2F%2Fassets.pippa.io%2Fshows%2F61d5be008150ae0014bc3671%2F1776698764438-8b8e8218-2708-4d31-b097-d510c77e91f8.jpegthumborcdn.acast.com/20oeiO483ri06a... https://thumborcdn.acast.com/20oeiO483ri06a_IJKUutwGASwE=/350x350/https%3A%2F%2Fassets.pippa.io%2Fshows%2F61d5be008150ae0014bc3671%2F1776698764438-8b8e8218-2708-4d31-b097-d510c77e91f8.jpeg — 200 — 19.0 KiB — 35 ms — h2https://cdn.acast.com/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Latin1.woff2cdn.acast.com/fonts/IBM-Plex-Sans/f... https://cdn.acast.com/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Latin1.woff2 — 200 — 17.6 KiB — 64 ms — h2https://cdn.acast.com/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Medium-Latin1.woff2cdn.acast.com/fonts/IBM-Plex-Sans/f... https://cdn.acast.com/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Medium-Latin1.woff2 — 200 — 17.4 KiB — 75 ms — h2https://cdn.cookielaw.org/logos/static/ot_guard_logo.svgcdn.cookielaw.org/logos/static/ot_g... https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg — 200 — 530 B — 16 ms — h2https://cdn.cookielaw.org/logos/aa51b8bf-07c8-42ff-9b3f-a51d24f58003/02de5fa3-0e6f-46e0-a195-aef6aac6f753/59ef1f18-ada8-4aa7-aa50-bba8835b5cd0/IE_Logo_OT.pngcdn.cookielaw.org/logos/aa51b8bf-07... https://cdn.cookielaw.org/logos/aa51b8bf-07c8-42ff-9b3f-a51d24f58003/02de5fa3-0e6f-46e0-a195-aef6aac6f753/59ef1f18-ada8-4aa7-aa50-bba8835b5cd0/IE_Logo_OT.png — 200 — 9.8 KiB — 13 ms — h2https://cdn.cookielaw.org/logos/static/powered_by_logo.svgcdn.cookielaw.org/logos/static/powe... https://cdn.cookielaw.org/logos/static/powered_by_logo.svg — 200 — 2.6 KiB — 10 ms — h2https://www.irishexaminer.com/pu_examiner/images/favicon/favicon-32x32.pngwww.irishexaminer.com/pu_examiner/i... https://www.irishexaminer.com/pu_examiner/images/favicon/favicon-32x32.png — 200 — 1.7 KiB — 26 ms — h3https://www.irishexaminer.com/pu_examiner/images/favicon/android-chrome-192x192.pngwww.irishexaminer.com/pu_examiner/i... https://www.irishexaminer.com/pu_examiner/images/favicon/android-chrome-192x192.png — 200 — 8.3 KiB — 28 ms — h3
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 884ms · 839KB · €14/mo
www.irishexaminer.com
Other
Optional
Execution 192ms
Transfer 30 KB
Monthly Cost €3/mo
Unattributable
Other
Optional
Execution 180ms
Transfer 0 KB
Monthly Cost €3/mo
OneTrust
Consent
Essential
Execution 145ms
Transfer 18 KB
Monthly Cost €2/mo
OneTrust
Consent
Essential
Execution 144ms
Transfer 127 KB
Unused 47%
Monthly Cost €2/mo
Google Tag Manager
Tag Manager
Optional
Execution 97ms
Transfer 167 KB
Unused 49%
Monthly Cost €2/mo
irishtimes-cdn.relevant-digital.com
Other
Optional
Execution 65ms
Transfer 135 KB
Unused 74%
Monthly Cost €1/mo
www.gstatic.com
Other
Optional
Execution 61ms
Transfer 362 KB
Unused 67%
Monthly Cost €1/mo

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

74% of irishtimes-cdn.relevant-digital.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

67% of www.gstatic.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