Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
Heavier than average — reducing page weight saves energy and bandwidth.
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 10.1 MB (6.9 MB transferred)
Performance issues directly impact user engagement and conversion rates.
No <main> landmark found
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/54d278dc-6e60-4a62-b889-3751e02e446c)<a href="https://beavercheck.com/results/54d278dc-6e60-4a62-b889-3751e02e446c"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fucd.ie" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fucd.ieThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 14.0s 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.
9 barrier(s) likely increasing bounce by ~38%.
Page takes 14.0s to load
+12% bounceUsers abandon at ~3s — you're 11.5s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.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
No viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
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 → €810/month returns + EUR 120,500,000 risk avoided
€425
5h · 5 findings
€810 /mo
~€9,717 / 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,019 / year if left unfixed
€120,500,000
+6 more
€1.61 /mo
21673.5 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.
4.06 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
14.01 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.04 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.021
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.90 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.
14.42 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.
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.
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.
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 | |
|---|---|---|---|
UCD ranked in world\'s top 50 for Sustainability div.swiper-slide > div.component-15__background > picture > img | www.ucd.ie/t4media/Mobile_Image_1C.png | 849.8 KiB | 813.5 KiB |
Making their mark div.swiper-slide > div.component-15__background > picture > img | www.ucd.ie/t4media/Mobile_Dec%204-12.jpg | 410.6 KiB | 374.3 KiB |
Photo from universitycollegedublin on Instagram at 4/21/26 at 4:04PM ul#j-column-0 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/28331582?s=5b5231a6ef97696fbe559af097d0dc5bb6a3efc9 | 278.9 KiB | 249.5 KiB |
Photo from universitycollegedublin on Instagram at 4/21/26 at 11:28AM ul#j-column-0 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/28322470?s=91bd06df2ae43cf223313e9892228a2478fba3ed | 275.0 KiB | 245.6 KiB |
UCD scientists discover new ‘courier system’ that cells use to transfer importa… a > div.component-25__item > div.component-25__item--img > img | www.ucd.ie/t4media/450_YinDawson.png | 251.6 KiB | 243.7 KiB |
Overlay graphic body.body > footer.footer > div.footer__grid-overlay > img | www.ucd.ie/t4media/grid-overlay-footer.png | 239.9 KiB | 207.3 KiB |
interior of science centre building a > div.component-13__item > div.component-13__item--img > img | www.ucd.ie/t4media/discover-research.png | 215.5 KiB | 200.7 KiB |
smiling students taking a selfie a > div.component-13__item > div.component-13__item--img > img | www.ucd.ie/t4media/discover-studentselfie.png | 213.9 KiB | 199.2 KiB |
‘It’s a beautiful honour’ - Danny O\'Donoghue receives James Joyce Award a > div.component-25__item > div.component-25__item--img > img | www.ucd.ie/t4media/450_Danny.png | 198.8 KiB | 190.9 KiB |
flags of many different countries against a blue sky a > div.component-13__item > div.component-13__item--img > img | www.ucd.ie/t4media/discover-flags.png | 202.7 KiB | 188.0 KiB |
Six UCD projects funded under Research Ireland’s Enterprise Partnership Scheme a > div.component-25__item > div.component-25__item--img > img | www.ucd.ie/t4media/450_EnterprisePartnerships.jpg | 186.1 KiB | 178.2 KiB |
overlay image div#swiper-wrapper-38e7ef22f89285c2 > div.swiper-slide > div.component-15__grid-overlay > img | www.ucd.ie/t4media/hero-1.png | 206.1 KiB | 176.1 KiB |
Over €70,000 raised by UCD Rugby Football Club for Irish Cancer Society a > div.component-25__item > div.component-25__item--img > img | www.ucd.ie/t4media/450_DaffodilDay2026.jpg | 181.2 KiB | 173.3 KiB |
NovaUCD signs MoU with Sandyford Business District and Dún Laoghaire-Rathdown C… a > div.component-25__item > div.component-25__item--img > img | www.ucd.ie/t4media/450_NovaMOU.jpg | 141.9 KiB | 134.0 KiB |
Dr Eoin O’Cearbhaill wins 2026 NovaUCD Innovation Award a > div.component-25__item > div.component-25__item--img > img | www.ucd.ie/t4media/450_EoinOCearbhaill.jpg | 115.8 KiB | 107.9 KiB |
UCD Masters 2026 div.swiper-slide > div.component-15__background > picture > img | www.ucd.ie/t4media/UCDMasterscampaignhomepagebanner767x550.jpg | 127.8 KiB | 91.4 KiB |
Photo from University College Dublin on LinkedIn at 4/17/26 at 4:58PM ul#j-column-0 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/28185316?s=791c6cee59c523a41221c260ec2acf7d8be93f81 | 104.9 KiB | 87.3 KiB |
Over €1m funding for UCD project to enhance materials research capacity in Irel… a > div.component-25__item > div.component-25__item--img > img | www.ucd.ie/t4media/450_SerenaCussen.jpg | 54.6 KiB | 46.7 KiB |
The KeepWell Mark div.component-27__list > div.component-27__item > a > img | www.ucd.ie/t4media/KeepWell-logo-white.png | 25.5 KiB | 24.5 KiB |
universitas logo div.component-27__list > div.component-27__item > a > img | www.ucd.ie/t4media/universitas-homepage-logo2018.jpeg | 22.3 KiB | 21.0 KiB |
Photo from University College Dublin on LinkedIn at 4/22/26 at 2:35PM ul#j-column-0 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/28369596?s=002d5c46ff575821e6e00e2b0f0936833ec959d9 | 24.8 KiB | 19.2 KiB |
united nations academic impact div.component-27__list > div.component-27__item > a > img | www.ucd.ie/t4media/ucd-homepage-footer-academicimpact.png | 16.9 KiB | 16.5 KiB |
eua members logo div.component-27__list > div.component-27__item > a > img | www.ucd.ie/t4media/EUA-members-logo.png | 15.0 KiB | 13.0 KiB |
Athena Swan logo div.component-27__list > div.component-27__item > a > img | www.ucd.ie/t4media/ASI-english-silver-colour.png | 13.5 KiB | 12.2 KiB |
Next li.feed-item > a.j-image > span.j-gallery-nav > span.j-gallery-arrow | assets.juicer.io/standalone-sprites/gallery-right.png | 9.6 KiB | 9.5 KiB |
Previous li.feed-item > a.j-image > span.j-gallery-nav > span.j-gallery-arrow | assets.juicer.io/standalone-sprites/gallery-left.png | 9.6 KiB | 9.5 KiB |
ul#j-column-0 > li.feed-item > a.j-image > ::after ul#j-column-0 > li.feed-item > a.j-image > ::after | assets.juicer.io/standalone-sprites/gallery.png | 9.1 KiB | 9.0 KiB |
Profile image for universitycollegedublin li.feed-item > div.j-poster > a > img | /api/posts/507379931/poster_images.jpg?external_id=DXZlcV... | 8.3 KiB | 8.1 KiB |
Profile image for universitycollegedublin li.feed-item > div.j-poster > a > img | /api/posts/507373283/poster_images.jpg?external_id=DXZFy6... | 8.3 KiB | 8.1 KiB |
IAU logo div.component-27__list > div.component-27__item > a > img | www.ucd.ie/t4media/ucd-homepage-footer-graphic-iau.png | 9.1 KiB | 8.1 KiB |
UNA EUROPA Logo div.component-27__list > div.component-27__item > a > img | www.ucd.ie/t4media/ucd-homepage-footer-graphic-una-europa.png | 6.4 KiB | 5.5 KiB |
Profile image for University College Dublin li.feed-item > div.j-poster > a > img | /dms/image/v2/C560BAQHmljJ9tD3olA/company-logo_100_100/co... | 4.5 KiB | 4.4 KiB |
Profile image for University College Dublin li.feed-item > div.j-poster > a > img | /api/posts/507311089/poster_images.jpg?external_id=univer... | 4.5 KiB | 4.4 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
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 |
|---|---|---|
| /consent/f638e53d-11c1-473f-aa7f-b47b6862f492/OtAutoBlock.js | 91.6 KiB | 1.7 s |
| cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.js | 9.3 KiB | 302 ms |
| www.ucd.ie/t4media/main.min.css?v=0.0.1 | 85.8 KiB | 903 ms |
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 |
|---|---|
| ucd.ie/ | 766 ms |
| www.ucd.ie/ | 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.
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.ucd.ie/t4media/main.min.css?v=0.0.1 | 85.1 KiB | 79.3 KiB |
| 20.0 KiB | 17.2 KiB | |
| www.juicer.io/embed.css | 15.7 KiB | 14.6 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 |
|---|---|---|
| www.juicer.io/embed.js | 151.5 KiB | 102.0 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-P56RDT5 | 203.1 KiB | 80.3 KiB |
| cookie-cdn.cookiepro.com/scripttemplates/202408.1.0/otBannerSdk.js | 110.3 KiB | 59.5 KiB |
| www.ucd.ie/t4media/fancybox.umd.js?v=0.0.1 | 28.4 KiB | 24.2 KiB |
| www.ucd.ie/t4media/swiper-bundle.min.js?v=0.0.1 | 38.2 KiB | 21.1 KiB |
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.ucd.ie/ | 1.5 s | 22 ms | 3.8 ms |
| Unattributable | 1.4 s | 115 ms | 0.0 ms |
| www.juicer.io/embed.js | 1.1 s | 600 ms | 102 ms |
| www.googletagmanager.com/gtm.js?id=GTM-P56RDT5 | 640 ms | 506 ms | 119 ms |
| cookie-cdn.cookiepro.com/scripttemplates/202408.1.0/otBannerSdk.js | 379 ms | 240 ms | 69 ms |
| www.ucd.ie/t4media/app.min.js?v=0.0.1 | 235 ms | 189 ms | 8.0 ms |
| /consent/f638e53d-11c1-473f-aa7f-b47b6862f492/OtAutoBlock.js | 154 ms | 53 ms | 81 ms |
| www.ucd.ie/t4media/fancybox.umd.js?v=0.0.1 | 67 ms | 15 ms | 17 ms |
| www.ucd.ie/t4media/swiper-bundle.min.js?v=0.0.1 | 51 ms | 19 ms | 22 ms |
| www.ucd.ie/t4media/choices.min.js?v=0.0.1 | 50 ms | 23 ms | 27 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 | 1.8 s |
| Other | 1.8 s |
| Style & Layout | 1.1 s |
| Script Parsing & Compilation | 466 ms |
| Rendering | 226 ms |
| Parse HTML & CSS | 178 ms |
| Garbage Collection | 36 ms |
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 | |
|---|---|
Overlay graphic body.body > footer.footer > div.footer__grid-overlay > img | www.ucd.ie/t4media/grid-overlay-footer.png |
Photo from universitycollegedublin on Instagram at 4/17/26 at 2:56PM ul#j-column-0 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/28185206?s=1c6325523c758bf151323d4795df2a3c20762bde |
Photo from universitycollegedublin on Instagram at 4/21/26 at 4:04PM ul#j-column-0 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/28331582?s=5b5231a6ef97696fbe559af097d0dc5bb6a3efc9 |
Photo from universitycollegedublin on Instagram at 4/21/26 at 11:28AM ul#j-column-0 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/28322470?s=91bd06df2ae43cf223313e9892228a2478fba3ed |
Photo from University College Dublin on LinkedIn at 4/16/26 at 11:30AM ul#j-column-0 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/28118118?s=5c6553666eb29900ca14dcf45924eddaaec9dadd |
Photo from University College Dublin on LinkedIn at 4/16/26 at 11:30AM ul#j-column-0 > li.feed-item > a.j-image > img.j-content-image | /api/posts/507263320/images.jpg?external_id=university-co... |
Photo from University College Dublin on LinkedIn at 4/16/26 at 7:48PM ul#j-column-0 > li.feed-item > a.j-image > img.j-content-image | /api/media/28099288/video_thumbnail?s=0ff1437d6ac7fb5189d... |
Photo from University College Dublin on LinkedIn at 4/17/26 at 4:58PM ul#j-column-0 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/28185316?s=791c6cee59c523a41221c260ec2acf7d8be93f81 |
Photo from University College Dublin on LinkedIn at 4/22/26 at 2:35PM ul#j-column-0 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/28369596?s=002d5c46ff575821e6e00e2b0f0936833ec959d9 |
eua members logo div.component-27__list > div.component-27__item > a > img | www.ucd.ie/t4media/EUA-members-logo.png |
universitas logo div.component-27__list > div.component-27__item > a > img | www.ucd.ie/t4media/universitas-homepage-logo2018.jpeg |
Athena Swan logo div.component-27__list > div.component-27__item > a > img | www.ucd.ie/t4media/ASI-english-silver-colour.png |
IAU logo div.component-27__list > div.component-27__item > a > img | www.ucd.ie/t4media/ucd-homepage-footer-graphic-iau.png |
UNICA logo div.component-27__list > div.component-27__item > a > img | www.ucd.ie/t4media/ucd-homepage-footer-graphic-unica.png |
UNA EUROPA Logo div.component-27__list > div.component-27__item > a > img | www.ucd.ie/t4media/ucd-homepage-footer-graphic-una-europa.png |
The KeepWell Mark div.component-27__list > div.component-27__item > a > img | www.ucd.ie/t4media/KeepWell-logo-white.png |
united nations academic impact div.component-27__list > div.component-27__item > a > img | www.ucd.ie/t4media/ucd-homepage-footer-academicimpact.png |
University College Dublin div.container-fluid > a.navbar-brand > div.navbar-brand__main > img.navbar-brand__desktop | www.ucd.ie/t4media/crest-ucd.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.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
‘It’s a beautiful honour’ - Danny O'Donoghue receives James Joyce Award a > div.component-25__item > div.component-25__item--content > h5.component-25__item--title |
A community of world class academics making discoveries with far-reaching impac… a > div.component-13__item > div.component-13__item--content > h5.component-13__item--title |
University College Dublin div.container > div.row > div.col-md-3 > h5 |
These are opportunities to improve keyboard navigation in your application.
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.ucd.ie/future/masters/ | LEARN MORE |
| www.ucd.ie/future/masters/ | LEARN MORE |
| www.ucd.ie/cookie-policy/ | More information |
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.
918 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.57 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
36 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.019
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.
1.86 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.
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.
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.
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 | |
|---|---|---|---|
Photo from universitycollegedublin on Instagram at 4/17/26 at 2:56PM ul#j-column-0 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/28185206?s=1c6325523c758bf151323d4795df2a3c20762bde | 1.1 MiB | 1.1 MiB |
UCD ranked in world\'s top 50 for Sustainability div.swiper-slide > div.component-15__background > picture > img | www.ucd.ie/t4media/Banner_4B.png | 1000.7 KiB | 925.7 KiB |
Making their mark div.swiper-slide > div.component-15__background > picture > img | www.ucd.ie/t4media/Mobile_Dec%204-12.jpg | 410.6 KiB | 378.7 KiB |
Photo from universitycollegedublin on Instagram at 4/21/26 at 4:04PM ul#j-column-1 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/28331582?s=5b5231a6ef97696fbe559af097d0dc5bb6a3efc9 | 278.9 KiB | 263.9 KiB |
Photo from universitycollegedublin on Instagram at 4/21/26 at 11:28AM ul#j-column-2 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/28322470?s=91bd06df2ae43cf223313e9892228a2478fba3ed | 275.0 KiB | 260.0 KiB |
UCD scientists discover new ‘courier system’ that cells use to transfer importa… a > div.component-25__item > div.component-25__item--img > img | www.ucd.ie/t4media/450_YinDawson.png | 251.6 KiB | 241.3 KiB |
Overlay graphic body.body > footer.footer > div.footer__grid-overlay > img | www.ucd.ie/t4media/grid-overlay-footer.png | 239.9 KiB | 207.1 KiB |
interior of science centre building a > div.component-13__item > div.component-13__item--img > img | www.ucd.ie/t4media/discover-research.png | 215.5 KiB | 201.7 KiB |
smiling students taking a selfie a > div.component-13__item > div.component-13__item--img > img | www.ucd.ie/t4media/discover-studentselfie.png | 213.9 KiB | 200.2 KiB |
flags of many different countries against a blue sky a > div.component-13__item > div.component-13__item--img > img | www.ucd.ie/t4media/discover-flags.png | 202.7 KiB | 189.0 KiB |
‘It’s a beautiful honour’ - Danny O\'Donoghue receives James Joyce Award a > div.component-25__item > div.component-25__item--img > img | www.ucd.ie/t4media/450_Danny.png | 198.8 KiB | 188.5 KiB |
Photo from University College Dublin on LinkedIn at 4/16/26 at 11:30AM ul#j-column-3 > li.feed-item > a.j-image > img.j-content-image | /api/posts/507263320/images.jpg?external_id=university-co... | 197.1 KiB | 184.7 KiB |
Six UCD projects funded under Research Ireland’s Enterprise Partnership Scheme a > div.component-25__item > div.component-25__item--img > img | www.ucd.ie/t4media/450_EnterprisePartnerships.jpg | 186.1 KiB | 175.8 KiB |
overlay image div#swiper-wrapper-13d09bbf31c4ba9e > div.swiper-slide > div.component-15__grid-overlay > img | www.ucd.ie/t4media/hero-1.png | 206.1 KiB | 174.3 KiB |
Over €70,000 raised by UCD Rugby Football Club for Irish Cancer Society a > div.component-25__item > div.component-25__item--img > img | www.ucd.ie/t4media/450_DaffodilDay2026.jpg | 181.2 KiB | 170.8 KiB |
NovaUCD signs MoU with Sandyford Business District and Dún Laoghaire-Rathdown C… a > div.component-25__item > div.component-25__item--img > img | www.ucd.ie/t4media/450_NovaMOU.jpg | 141.9 KiB | 131.6 KiB |
Dr Eoin O’Cearbhaill wins 2026 NovaUCD Innovation Award a > div.component-25__item > div.component-25__item--img > img | www.ucd.ie/t4media/450_EoinOCearbhaill.jpg | 115.8 KiB | 105.5 KiB |
Photo from University College Dublin on LinkedIn at 4/17/26 at 4:58PM ul#j-column-3 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/28185316?s=791c6cee59c523a41221c260ec2acf7d8be93f81 | 104.9 KiB | 95.9 KiB |
UCD Masters 2026 div.swiper-slide > div.component-15__background > picture > img | www.ucd.ie/t4media/UCDMasterscampaignhomepagebanner264x392.jpg | 149.3 KiB | 74.3 KiB |
Photo from University College Dublin on LinkedIn at 4/16/26 at 11:30AM ul#j-column-2 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/28118118?s=5c6553666eb29900ca14dcf45924eddaaec9dadd | 59.6 KiB | 55.9 KiB |
Over €1m funding for UCD project to enhance materials research capacity in Irel… a > div.component-25__item > div.component-25__item--img > img | www.ucd.ie/t4media/450_SerenaCussen.jpg | 54.6 KiB | 44.3 KiB |
Photo from University College Dublin on LinkedIn at 4/16/26 at 7:48PM ul#j-column-1 > li.feed-item > a.j-image > img.j-content-image | /api/media/28099288/video_thumbnail?s=0ff1437d6ac7fb5189d... | 38.4 KiB | 32.9 KiB |
The KeepWell Mark div.component-27__list > div.component-27__item > a > img | www.ucd.ie/t4media/KeepWell-logo-white.png | 25.5 KiB | 24.5 KiB |
Photo from University College Dublin on LinkedIn at 4/22/26 at 2:35PM ul#j-column-0 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/28369596?s=002d5c46ff575821e6e00e2b0f0936833ec959d9 | 24.8 KiB | 21.9 KiB |
universitas logo div.component-27__list > div.component-27__item > a > img | www.ucd.ie/t4media/universitas-homepage-logo2018.jpeg | 22.3 KiB | 21.0 KiB |
united nations academic impact div.component-27__list > div.component-27__item > a > img | www.ucd.ie/t4media/ucd-homepage-footer-academicimpact.png | 16.9 KiB | 16.5 KiB |
eua members logo div.component-27__list > div.component-27__item > a > img | www.ucd.ie/t4media/EUA-members-logo.png | 15.0 KiB | 12.9 KiB |
Athena Swan logo div.component-27__list > div.component-27__item > a > img | www.ucd.ie/t4media/ASI-english-silver-colour.png | 13.5 KiB | 12.2 KiB |
Next li.feed-item > a.j-image > span.j-gallery-nav > span.j-gallery-arrow | assets.juicer.io/standalone-sprites/gallery-right.png | 9.6 KiB | 9.5 KiB |
Previous li.feed-item > a.j-image > span.j-gallery-nav > span.j-gallery-arrow | assets.juicer.io/standalone-sprites/gallery-left.png | 9.6 KiB | 9.5 KiB |
ul#j-column-3 > li.feed-item > a.j-image > ::after ul#j-column-3 > li.feed-item > a.j-image > ::after | assets.juicer.io/standalone-sprites/gallery.png | 9.1 KiB | 9.0 KiB |
Profile image for universitycollegedublin li.feed-item > div.j-poster > a > img | /api/posts/507379931/poster_images.jpg?external_id=DXZlcV... | 8.3 KiB | 8.1 KiB |
Profile image for universitycollegedublin li.feed-item > div.j-poster > a > img | /api/posts/507373283/poster_images.jpg?external_id=DXZFy6... | 8.3 KiB | 8.1 KiB |
Profile image for universitycollegedublin li.feed-item > div.j-poster > a > img | /api/posts/507311019/poster_images.jpg?external_id=DXPKYy... | 8.3 KiB | 8.1 KiB |
IAU logo div.component-27__list > div.component-27__item > a > img | www.ucd.ie/t4media/ucd-homepage-footer-graphic-iau.png | 9.1 KiB | 8.1 KiB |
UNA EUROPA Logo div.component-27__list > div.component-27__item > a > img | www.ucd.ie/t4media/ucd-homepage-footer-graphic-una-europa.png | 6.4 KiB | 5.5 KiB |
Profile image for University College Dublin li.feed-item > div.j-poster > a > img | /dms/image/v2/C560BAQHmljJ9tD3olA/company-logo_100_100/co... | 4.5 KiB | 4.4 KiB |
Profile image for University College Dublin li.feed-item > div.j-poster > a > img | /api/posts/507311089/poster_images.jpg?external_id=univer... | 4.5 KiB | 4.4 KiB |
Profile image for University College Dublin li.feed-item > div.j-poster > a > img | /api/posts/507281215/poster_images.jpg?external_id=univer... | 4.5 KiB | 4.4 KiB |
Profile image for University College Dublin li.feed-item > div.j-poster > a > img | /api/posts/507263321/poster_images.jpg?external_id=univer... | 4.5 KiB | 4.4 KiB |
Profile image for University College Dublin li.feed-item > div.j-poster > a > img | /api/posts/507263320/poster_images.jpg?external_id=univer... | 4.5 KiB | 4.4 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
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 |
|---|---|---|
| www.ucd.ie/t4media/main.min.css?v=0.0.1 | 85.8 KiB | 160 ms |
| /consent/f638e53d-11c1-473f-aa7f-b47b6862f492/OtAutoBlock.js | 91.6 KiB | 375 ms |
| cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.js | 9.3 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.ucd.ie/t4media/main.min.css?v=0.0.1 | 85.1 KiB | 78.9 KiB |
| 20.0 KiB | 17.3 KiB | |
| www.juicer.io/embed.css | 15.7 KiB | 14.6 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 |
|---|---|---|
| www.juicer.io/embed.js | 151.5 KiB | 102.0 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-P56RDT5 | 203.1 KiB | 80.3 KiB |
| cookie-cdn.cookiepro.com/scripttemplates/202408.1.0/otBannerSdk.js | 110.3 KiB | 59.5 KiB |
| www.ucd.ie/t4media/fancybox.umd.js?v=0.0.1 | 28.4 KiB | 24.2 KiB |
| www.ucd.ie/t4media/swiper-bundle.min.js?v=0.0.1 | 38.2 KiB | 21.1 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 | |
|---|---|
Photo from universitycollegedublin on Instagram at 4/17/26 at 2:56PM ul#j-column-0 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/28185206?s=1c6325523c758bf151323d4795df2a3c20762bde |
Photo from universitycollegedublin on Instagram at 4/21/26 at 4:04PM ul#j-column-1 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/28331582?s=5b5231a6ef97696fbe559af097d0dc5bb6a3efc9 |
Photo from universitycollegedublin on Instagram at 4/21/26 at 11:28AM ul#j-column-2 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/28322470?s=91bd06df2ae43cf223313e9892228a2478fba3ed |
Photo from University College Dublin on LinkedIn at 4/16/26 at 11:30AM ul#j-column-2 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/28118118?s=5c6553666eb29900ca14dcf45924eddaaec9dadd |
Photo from University College Dublin on LinkedIn at 4/16/26 at 11:30AM ul#j-column-3 > li.feed-item > a.j-image > img.j-content-image | /api/posts/507263320/images.jpg?external_id=university-co... |
Photo from University College Dublin on LinkedIn at 4/16/26 at 7:48PM ul#j-column-1 > li.feed-item > a.j-image > img.j-content-image | /api/media/28099288/video_thumbnail?s=0ff1437d6ac7fb5189d... |
Photo from University College Dublin on LinkedIn at 4/17/26 at 4:58PM ul#j-column-3 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/28185316?s=791c6cee59c523a41221c260ec2acf7d8be93f81 |
Photo from University College Dublin on LinkedIn at 4/22/26 at 2:35PM ul#j-column-0 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/28369596?s=002d5c46ff575821e6e00e2b0f0936833ec959d9 |
eua members logo div.component-27__list > div.component-27__item > a > img | www.ucd.ie/t4media/EUA-members-logo.png |
universitas logo div.component-27__list > div.component-27__item > a > img | www.ucd.ie/t4media/universitas-homepage-logo2018.jpeg |
Athena Swan logo div.component-27__list > div.component-27__item > a > img | www.ucd.ie/t4media/ASI-english-silver-colour.png |
IAU logo div.component-27__list > div.component-27__item > a > img | www.ucd.ie/t4media/ucd-homepage-footer-graphic-iau.png |
UNICA logo div.component-27__list > div.component-27__item > a > img | www.ucd.ie/t4media/ucd-homepage-footer-graphic-unica.png |
UNA EUROPA Logo div.component-27__list > div.component-27__item > a > img | www.ucd.ie/t4media/ucd-homepage-footer-graphic-una-europa.png |
The KeepWell Mark div.component-27__list > div.component-27__item > a > img | www.ucd.ie/t4media/KeepWell-logo-white.png |
united nations academic impact div.component-27__list > div.component-27__item > a > img | www.ucd.ie/t4media/ucd-homepage-footer-academicimpact.png |
University College Dublin div.container-fluid > a.navbar-brand > div.navbar-brand__main > img.navbar-brand__desktop | www.ucd.ie/t4media/crest-ucd.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 |
|---|---|
| ucd.ie/ | 215 ms |
| www.ucd.ie/ | 0.0 ms |
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.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
‘It’s a beautiful honour’ - Danny O'Donoghue receives James Joyce Award a > div.component-25__item > div.component-25__item--content > h5.component-25__item--title |
A community of world class academics making discoveries with far-reaching impac… a > div.component-13__item > div.component-13__item--content > h5.component-13__item--title |
University College Dublin div.container > div.row > div.col-md-3 > h5 |
These are opportunities to improve keyboard navigation in your application.
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.ucd.ie/future/masters/ | LEARN MORE |
| www.ucd.ie/future/masters/ | LEARN MORE |
| www.ucd.ie/cookie-policy/ | More information |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback