Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Room to improve — your 7.9s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 14.4 MB (4.5 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/59d43e20-0887-4f4a-9aa6-f5bb348dee69)<a href="https://beavercheck.com/results/59d43e20-0887-4f4a-9aa6-f5bb348dee69"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Firishtimes.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Firishtimes.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 7.9s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
6 barrier(s) likely increasing bounce by ~26%.
Page takes 7.9s to load
+12% bounceUsers abandon at ~3s — you're 5.4s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 2.0s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
1 form field(s) without a label
+2% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€425 investment → €4,850/month returns + EUR 120,500,000 risk avoided
€425
5h · 5 findings
€4,850 /mo
~€58,204 / year
EUR 120,500,000
if kept compliant
€128 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at €85/hr
Based on Ireland rates (€85/hr)
Start here for the best return on investment
€10,041,668 / month at risk
~€120,500,013 / year if left unfixed
€120,500,000
+9 more
€1.04 /mo
14080.3 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
6.47 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.87 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.01 s
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.
6.62 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.
20.69 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| www.recruitireland.com/build/assets/icomoon-ddfac6ea.ttf?rjjbsb | 40 ms |
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Student who sued UCD on study issue after alleged rape loses bid for costs figure.c-media-item > a.c-link > div.b-flex-promo-card__image-wrapper > img.c-image | /resizer/v2/X2VTD4YW2FA7HPZA4JZAWYLETQ.jpg?smart=true&aut... | 47.5 KiB | 43.9 KiB |
The simple text message that helped France cut its electricity usage by 10% figure.c-media-item > a.c-link > div.b-flex-promo-card__image-wrapper > img.c-image | /resizer/v2/2JRUCH3KANUAWUBVJRDJMRYOWA.jpg?focal=3647%2C2... | 44.3 KiB | 40.7 KiB |
Temperatures to hit 21 degrees on Friday as Met Éireann forecasts ‘warming tren… figure.c-media-item > a.c-link > div.b-flex-promo-card__image-wrapper > img.c-image | /resizer/v2/JBBJHCHO2RATDP5CHC3TG7QHHU.JPG?smart=true&aut... | 36.1 KiB | 25.6 KiB |
Group charged over pro-Palestine protests in Derry say law governing parades ‘d… figure.c-media-item > a.c-link > div.b-flex-promo-card__image-wrapper > img.c-image | /resizer/v2/VNVOFTZOFNBY3IGLRCG54QXHDQ.jpeg?smart=true&au... | 31.5 KiB | 21.1 KiB |
Danielle McLaughlin: ‘I’m interested in whether we are using rituals or they ar… figure.c-media-item > a.c-link > div.b-flex-promo-card__image-wrapper > img.c-image | /resizer/v2/MQTIYASLLRGPDKUW2JSSVD3CTI.jpg?focal=1880%2C1... | 37.1 KiB | 19.6 KiB |
Varadkar’s urban-rural comments were quick to fuel tempers. But what does the d… figure.c-media-item > a.c-link > div.b-flex-promo-card__image-wrapper > img.c-image | /resizer/v2/J5ZHKEKXL42QGL4MITXQZULP3Y.jpg?smart=true&aut... | 17.7 KiB | 15.3 KiB |
Larger €9bn surplus forecast increases pressure on Coalition for spending incre… figure.c-media-item > a.c-link > div.b-flex-promo-card__image-wrapper > img.c-image | /resizer/v2/HRLPDVX6TJAPVGLMXSUPIV2ITU.JPG?smart=true&aut... | 17.1 KiB | 14.8 KiB |
Teacher ended up in car chase with gardaí after ‘unwittingly’ eating cannabis-l… figure.c-media-item > a.c-link > div.b-flex-promo-card__image-wrapper > img.c-image | /resizer/v2/ZIGFSTNH3CWDAUEOAUAHDR4WCE.jpg?focal=1379%2C6... | 15.1 KiB | 13.0 KiB |
Fintan O’Toole: Ireland’s governing philosophy is learned helplessness – and it… figure.c-media-item > a.c-link > div.b-flex-promo-card__image-wrapper > img.c-image | /resizer/v2/XLGWK4QXYHHBOTBT5OCHGEQF4Y.jpg?focal=2003%2C1... | 26.0 KiB | 8.8 KiB |
Masterchef: Dubliner Anna Haugh helps to banish sour taste left by Torode and W… figure.c-media-item > a.c-link > div.b-flex-promo-card__image-wrapper > img.c-image | /resizer/v2/6SBXD4ITIVNLQIKQUKEW6IOQBE.jpg?smart=true&aut... | 25.6 KiB | 8.2 KiB |
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| cdn.cookielaw.org/consent/tcf.stub.js | 1.5 KiB | 817 ms |
| /pf/dist/components/combinations/default.css?d=210&mxId=0... | 876 B | |
| www.irishtimes.com/pf/dist/css/irishtimes.css?d=210&mxId=00000000 | 53.3 KiB | 453 ms |
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| irishtimes.com/ | 752 ms |
| www.irishtimes.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.irishtimes.com/ | 3.5 s | 77 ms | 409 ms |
| www.irishtimes.com/pf/dist/engine/react.js?d=210&mxId=00000000 | 2.2 s | 1.9 s | 29 ms |
| Unattributable | 1.8 s | 522 ms | 0.0 ms |
| /pf/dist/components/combinations/default.js?d=210&mxId=00... | 470 ms | 246 ms | 121 ms |
| cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js | 425 ms | 281 ms | 56 ms |
| irishtimes.video-player.arcpublishing.com/prod/org/irishtimes.js?org=irishtimes | 411 ms | 318 ms | 22 ms |
| www.googletagmanager.com/gtm.js?id=GTM-NRHQKJ4 | 407 ms | 308 ms | 58 ms |
| /fce2b75e-f11a-48ad-a60f-7e004eb1d340-web.js | 242 ms | 142 ms | 79 ms |
| prod.webpu.sh/tEEXuB8vRMsRMzIydjRZIQjnQzT-EXwR/sdk.js | 137 ms | 85 ms | 34 ms |
| irishtimes.video-player.arcpublishing.com/prod/powaBoot.js?org=irishtimes | 61 ms | 40 ms | 19 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 4.0 s |
| Other | 2.3 s |
| Rendering | 1.2 s |
| Style & Layout | 955 ms |
| Script Parsing & Compilation | 841 ms |
| Parse HTML & CSS | 403 ms |
| Garbage Collection | 168 ms |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.irishtimes.com/pf/dist/css/irishtimes.css?d=210&mxId=00000000 | 53.0 KiB | 30.3 KiB |
| 23.0 KiB | 20.1 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /pf/dist/components/combinations/default.js?d=210&mxId=00... | 351.3 KiB | 211.1 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-NRHQKJ4 | 184.0 KiB | 84.3 KiB |
| cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js | 126.9 KiB | 59.3 KiB |
| irishtimes.video-player.arcpublishing.com/prod/org/irishtimes.js?org=irishtimes | 82.7 KiB | 59.3 KiB |
| /fce2b75e-f11a-48ad-a60f-7e004eb1d340-web.js | 160.5 KiB | 39.1 KiB |
| www.irishtimes.com/pf/dist/engine/react.js?d=210&mxId=00000000 | 93.2 KiB | 29.0 KiB |
| prod.webpu.sh/tEEXuB8vRMsRMzIydjRZIQjnQzT-EXwR/sdk.js | 36.6 KiB | 21.0 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
logo div.c-stack > div > div.epaper1-bg > img.logo | /sandbox.irishtimes/NBZTERI3LJCBNBYCBPDZJLZMV4.png |
The Irish Times nav#main-nav > div.b-it-header-nav-chain__top-layout > a.c-link > img | static.themebuilder.aws.arc.pub/irishtimes/1647534191733.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.b-it-header-nav-chain__nav-right > div.nav-components--mobile > div.c-stack > button.c-button div.b-it-header-nav-chain__nav-right > div.nav-components--mobile > div.c-stack > button.c-button |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.custom-it > div#webpush-custom-prompt > img#webpush-custom-prompt-image body.custom-it > div#webpush-custom-prompt > img#webpush-custom-prompt-image |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.c-stack > div.b-subscribe-button-block > div > iframe#fw-mobile div.c-stack > div.b-subscribe-button-block > div > iframe#fw-mobile |
div.c-stack > div > div > iframe div.c-stack > div > div > iframe |
body.custom-it > iframe#webpush-subscription-iframe body.custom-it > iframe#webpush-subscription-iframe |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.c-stack > div > div.epaper1-bg > a.epaper1-link div.c-stack > div > div.epaper1-bg > a.epaper1-link |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Cookie Policy div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.irishtimes.com/policy-and-terms/cookie-policy | More information |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.custom-it > div#webpush-custom-prompt > img#webpush-custom-prompt-image body.custom-it > div#webpush-custom-prompt > img#webpush-custom-prompt-image |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.45 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.76 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
230 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.
2.50 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.
4.84 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| www.recruitireland.com/build/assets/icomoon-ddfac6ea.ttf?rjjbsb | 25 ms |
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| cdn.cookielaw.org/consent/tcf.stub.js | 1.5 KiB | 268 ms |
| www.irishtimes.com/pf/dist/css/irishtimes.css?d=210&mxId=00000000 | 53.3 KiB | 82 ms |
| /pf/dist/components/combinations/default.css?d=210&mxId=0... | 876 B |
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Danielle McLaughlin: ‘I’m interested in whether we are using rituals or they ar… figure.c-media-item > a.c-link > div.b-flex-promo-card__image-wrapper > img.c-image | /resizer/v2/MQTIYASLLRGPDKUW2JSSVD3CTI.jpg?focal=1880%2C1... | 273.8 KiB | 268.1 KiB |
Fintan O’Toole: Ireland’s governing philosophy is learned helplessness – and it… figure.c-media-item > a.c-link > div.b-flex-promo-card__image-wrapper > img.c-image | /resizer/v2/XLGWK4QXYHHBOTBT5OCHGEQF4Y.jpg?focal=2003%2C1... | 274.7 KiB | 266.2 KiB |
Temperatures to hit 21 degrees on Friday as Met Éireann forecasts ‘warming tren… figure.c-media-item > a.c-link > div.b-flex-promo-card__image-wrapper > img.c-image | /resizer/v2/JBBJHCHO2RATDP5CHC3TG7QHHU.JPG?smart=true&aut... | 181.5 KiB | 178.2 KiB |
Group charged over pro-Palestine protests in Derry say law governing parades ‘d… figure.c-media-item > a.c-link > div.b-flex-promo-card__image-wrapper > img.c-image | /resizer/v2/VNVOFTZOFNBY3IGLRCG54QXHDQ.jpeg?smart=true&au... | 153.6 KiB | 145.2 KiB |
Pass the parcel? More like guess the password figure.c-media-item > a.c-link > div.b-flex-promo-card__image-wrapper > img.c-image | /resizer/v2/6GVJTWXOI5FYPOLOK3JLHZZVVU.jpg?smart=true&aut... | 109.1 KiB | 108.1 KiB |
Spain’s ‘greatest matador’ gored by bull in comeback from retirement figure.c-media-item > a.c-link > div.b-flex-promo-card__image-wrapper > img.c-image | /resizer/v2/B7XLRTNVBNBMNKOUVDJ3ABYVHY.jpg?focal=3698%2C1... | 92.8 KiB | 90.8 KiB |
Masterchef: Dubliner Anna Haugh helps to banish sour taste left by Torode and W… figure.c-media-item > a.c-link > div.b-flex-promo-card__image-wrapper > img.c-image | /resizer/v2/6SBXD4ITIVNLQIKQUKEW6IOQBE.jpg?smart=true&aut... | 81.0 KiB | 76.6 KiB |
The simple text message that helped France cut its electricity usage by 10% figure.c-media-item > a.c-link > div.b-flex-promo-card__image-wrapper > img.c-image | /resizer/v2/2JRUCH3KANUAWUBVJRDJMRYOWA.jpg?focal=3647%2C2... | 76.7 KiB | 76.0 KiB |
Asylum seeker in children’s facility despite Tusla’s belief he is an adult, jud… figure.c-media-item > a.c-link > div.b-flex-promo-card__image-wrapper > img.c-image | /resizer/v2/PPVLM3KUINI65LRRRDOWFPANXM.jpg?smart=true&aut... | 76.8 KiB | 75.1 KiB |
Colman Noctor: ‘Behaviour is always the signpost to a problem. It is very rarel… figure.c-media-item > a.c-link > div.b-flex-promo-card__image-wrapper > img.c-image | /resizer/v2/RFW7RIGTTJTEHLQV4MCEFFTXME.jpg?smart=true&aut... | 71.8 KiB | 67.9 KiB |
Michael review: Two hours of cosplay karaoke – and absolutely no suggestion of … figure.c-media-item > a.c-link > div.b-flex-promo-card__image-wrapper > img.c-image | /resizer/v2/EU7NLHM73QKGGU7RA36IMBROYQ.jpg?focal=1642%2C6... | 53.1 KiB | 51.8 KiB |
Ireland’s governing philosophy is learned helplessness – and it is getting worse figure.c-media-item > a.c-link > div.b-flex-promo-card__image-wrapper > img.c-image | /resizer/v2/XLGWK4QXYHHBOTBT5OCHGEQF4Y.jpg?focal=2003%2C1... | 50.1 KiB | 48.8 KiB |
Picture perfect: Texaco Children’s Art Competition 2026 winners revealed figure.c-media-item > a.c-link > div.b-flex-promo-card__image-wrapper > img.c-image | /resizer/v2/TMXMKZ3SDFFAVFYCZPVJBPBOMI.JPG?focal=4593%2C1... | 49.5 KiB | 48.4 KiB |
The simple text message that helped France cut its electricity usage by 10% figure.c-media-item > a.c-link > div.b-flex-promo-card__image-wrapper > img.c-image | /resizer/v2/2JRUCH3KANUAWUBVJRDJMRYOWA.jpg?focal=3647%2C2... | 44.9 KiB | 43.6 KiB |
Daily Eight: The eight-clue Irish Times crossword figure.c-media-item > a.c-link > div.b-flex-promo-card__image-wrapper > img.c-image | /resizer/v2/TGW26W3KPZCJTHKZTKBQ77M2BM.jpg?focal=1912%2C7... | 33.4 KiB | 32.6 KiB |
Gardaí target e-bike and e-scooter ‘hijackings’ along Dublin greenway figure.c-media-item > a.c-link > div.b-flex-promo-card__image-wrapper > img.c-image | /resizer/v2/Y63O67JFWFHG5DBQACAO4F4SQA.JPG?smart=true&aut... | 32.6 KiB | 31.9 KiB |
Tadhg Beirne says Munster focused on the present amid fallout from Roger Randle… figure.c-media-item > a.c-link > div.b-flex-promo-card__image-wrapper > img.c-image | /resizer/v2/FS6RU2VADJE4TG2PYB5SPTXTGY.jpg?focal=1403%2C6... | 31.6 KiB | 31.3 KiB |
Ireland is ‘delivering’ more social homes, but that doesn’t mean it is building… figure.c-media-item > a.c-link > div.b-flex-promo-card__image-wrapper > img.c-image | /resizer/v2/ICFHMBTJ25MXDPA4G7GNSY6S4M.jpg?focal=2877%2C1... | 30.7 KiB | 29.4 KiB |
Stephen Rochford: Mayo board statement on Kevin McStay departure was ‘extremely… figure.c-media-item > a.c-link > div.b-flex-promo-card__image-wrapper > img.c-image | /resizer/v2/ACWEANTRYBC7JKERNCW5X3QL4M.jpg?smart=true&aut... | 34.1 KiB | 28.6 KiB |
What’s driving the cultural obsession with the 1990s? figure.c-media-item > a.c-link > div.b-flex-promo-card__image-wrapper > img.c-image | /resizer/v2/EYHNXVDLA5DQ5GSLJID5JKXJTU.jpg?focal=1457%2C1... | 26.6 KiB | 25.6 KiB |
Teacher ended up in car chase with gardaí after ‘unwittingly’ eating cannabis-l… figure.c-media-item > a.c-link > div.b-flex-promo-card__image-wrapper > img.c-image | /resizer/v2/ZIGFSTNH3CWDAUEOAUAHDR4WCE.jpg?focal=1379%2C6... | 18.1 KiB | 17.9 KiB |
Analysis: Whopping increase in State surplus will fuel calls for more spending figure.c-media-item > a.c-link > div.b-flex-promo-card__image-wrapper > img.c-image | /resizer/v2/H4T2MS6BQZFBXK66H3ABO4POWU.jpg?focal=752%2C48... | 18.9 KiB | 17.9 KiB |
Varadkar’s urban-rural comments were quick to fuel tempers. But what does the d… figure.c-media-item > a.c-link > div.b-flex-promo-card__image-wrapper > img.c-image | /resizer/v2/J5ZHKEKXL42QGL4MITXQZULP3Y.jpg?smart=true&aut... | 17.9 KiB | 17.7 KiB |
Men might have coined the term, but women invented ‘looksmaxxing’ figure.c-media-item > a.c-link > div.b-flex-promo-card__image-wrapper > img.c-image | /resizer/v2/5GVDYBRNAFHYRCGHDP4D7GA5GI.jpg?focal=2137%2C1... | 17.8 KiB | 17.1 KiB |
‘I tell all my Irish friends that Ireland is the Brazil of Europe’ figure.c-media-item > a.c-link > div.b-flex-promo-card__image-wrapper > img.c-image | /resizer/v2/Z3HY3VVLTVCZLDDNNHOXYCTG3Y.JPG?focal=4458%2C2... | 15.6 KiB | 15.5 KiB |
Will Ryanair have to follow Aer Lingus and cut flights? figure.c-media-item > a.c-link > div.b-flex-promo-card__image-wrapper > img.c-image | /resizer/v2/K7PYMFZD4F37S2HG6JPWONGO7Q.jpg?focal=747%2C50... | 15.3 KiB | 15.2 KiB |
A language divided: Charting the rise of American English in everyday Irish spe… figure.c-media-item > a.c-link > div.b-flex-promo-card__image-wrapper > img.c-image | /resizer/v2/U26ER2EGSVW736XFDSJ7HXCILA.jpg?smart=true&aut... | 14.0 KiB | 13.9 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| irishtimes.com/ | 240 ms |
| www.irishtimes.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.0 s |
| Other | 636 ms |
| Rendering | 312 ms |
| Style & Layout | 240 ms |
| Script Parsing & Compilation | 223 ms |
| Parse HTML & CSS | 99 ms |
| Garbage Collection | 48 ms |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.irishtimes.com/pf/dist/css/irishtimes.css?d=210&mxId=00000000 | 53.0 KiB | 27.5 KiB |
| 23.0 KiB | 19.5 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /pf/dist/components/combinations/default.js?d=210&mxId=00... | 351.3 KiB | 211.1 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-NRHQKJ4 | 184.2 KiB | 84.2 KiB |
| cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js | 126.9 KiB | 59.4 KiB |
| /vendor/hls.js/0.14.17/hls.min.js?org=irishtimes | 71.2 KiB | 56.5 KiB |
| irishtimes.video-player.arcpublishing.com/prod/org/irishtimes.js?org=irishtimes | 82.7 KiB | 47.3 KiB |
| /fce2b75e-f11a-48ad-a60f-7e004eb1d340-web.js | 160.5 KiB | 39.1 KiB |
| www.irishtimes.com/pf/dist/engine/react.js?d=210&mxId=00000000 | 93.2 KiB | 29.0 KiB |
| prod.webpu.sh/tEEXuB8vRMsRMzIydjRZIQjnQzT-EXwR/sdk.js | 36.6 KiB | 21.0 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
logo div.c-stack > div > div.epaper1-bg > img.logo | /sandbox.irishtimes/NBZTERI3LJCBNBYCBPDZJLZMV4.png |
Masthead logo div.c-stack > div.c-stack > div.b-masthead__logo > img | /resizer/v2/FO3U7ME5KVDFTPPEGAYUTN3ZBM.png?auth=604c6927d... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.custom-it > div#webpush-custom-prompt > img#webpush-custom-prompt-image body.custom-it > div#webpush-custom-prompt > img#webpush-custom-prompt-image |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.b-it-header-nav-chain__nav-right > div.nav-components--desktop > div > iframe#fw-desktop div.b-it-header-nav-chain__nav-right > div.nav-components--desktop > div > iframe#fw-desktop |
div.c-stack > div > div > iframe div.c-stack > div > div > iframe |
body.custom-it > iframe#webpush-subscription-iframe body.custom-it > iframe#webpush-subscription-iframe |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.c-stack > div > div.epaper1-bg > a.epaper1-link div.c-stack > div > div.epaper1-bg > a.epaper1-link |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Cookie Policy div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.irishtimes.com/policy-and-terms/cookie-policy | More information |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.custom-it > div#webpush-custom-prompt > img#webpush-custom-prompt-image body.custom-it > div#webpush-custom-prompt > img#webpush-custom-prompt-image |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback