Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 100
Based on 8 categories, 0 sections
Room to improve — your 27.0s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
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.
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.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 10.8 MB (4.3 MB transferred)
Performance issues directly impact user engagement and conversion rates.
11 image-in-link without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
13 link(s) with no accessible text
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/8f08be66-550f-4585-ad7a-be091ce8b6d3)<a href="https://beavercheck.com/results/8f08be66-550f-4585-ad7a-be091ce8b6d3"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Feib.org" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Feib.orgThis 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 27.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.
8 barrier(s) likely increasing bounce by ~31%.
Page takes 27.0s to load
+12% bounceUsers abandon at ~3s — you're 24.5s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 3.5s
+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
3 form field(s) without a label
+6% 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
16 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
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
1 broken link(s) on the page
+2% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€480 investment → €1.01/month returns + EUR 120,500,000 risk avoided
€480
6h · 5 findings
€1.01 /mo
~€12 / year
EUR 120,500,000
if kept compliant
€80 — 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.
6.0 developer hours at €80/hr
Based on France rates (€80/hr)
Start here for the best return on investment
€10,041,668 / month at risk
~€120,500,012 / year if left unfixed
€120,500,000
+7 more
€1.01 /mo
13665.6 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.
22.12 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
26.96 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.53 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.
22.12 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.
27.76 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 | |
|---|---|---|---|
header.header__landing > div.eib-title > div.eib-hero__overlay > img.lozad header.header__landing > div.eib-title > div.eib-hero__overlay > img.lozad | www.eib.org/photos/download.do?documentId=69df4f3b8693cd8ab5ae998a&binaryType=WB | 180.9 KiB | 173.2 KiB |
European Investment Bank div.eib-footer__layout > div.eib-footer__row > div.eib-footer__col > img.eib-footer__logo | tech.eib.org/_tools/front/css/framework/images/logos/en-eib-logogroup.png | 88.6 KiB | 87.2 KiB |
div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item | /photos/download.do?documentId=34f3b42e-580a-4ad5-b9fc-86... | 28.2 KiB | 14.8 KiB |
ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad | www.eib.org/photos/download.do?documentId=699d9abf7e490cd86def244d&binaryType=S2 | 16.7 KiB | 13.0 KiB |
ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad | www.eib.org/photos/download.do?documentId=69bd573ef23fec6aa3472eaa&binaryType=S2 | 15.0 KiB | 11.7 KiB |
ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad | www.eib.org/photos/download.do?documentId=697a029a965a4437d2d81ef0&binaryType=S2 | 13.8 KiB | 10.7 KiB |
InvestEU: €2.4 billion for Europe’s energy resilience and deeptech innovation div.eib-layout > div.eib-layout__row > div.eib-layout__col > a.eib-image-card | www.eib.org/photos/download.do?documentId=6862830f00c0540b331f50c2&binaryType=M | 31.0 KiB | 9.1 KiB |
ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad | www.eib.org/photos/download.do?documentId=697b09e2965a4437d2d81f19&binaryType=S2 | 10.8 KiB | 8.4 KiB |
div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item | /photos/download.do?documentId=7cd850d8-cfbd-45ad-bcdb-fa... | 26.2 KiB | 5.7 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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 |
|---|---|
| eib.org/ | 776 ms |
| www.eib.org/ | 783 ms |
| www.eib.org/en/ | 0.0 ms |
| www.eib.org/en/index | 330 ms |
| www.eib.org/en/index | 0.0 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| tech.eib.org/_tools/mix/css/all-style-rl.css?v=3.67 | 63.4 KiB | 13.2 KiB |
| tech.eib.org/_tools/front/css/fm/all-style.css?v=4.1 | 43.8 KiB | 7.5 KiB |
| tech.eib.org/_tools/front/css/framework/rl/eib-styles.css?v=2.17 | 25.0 KiB | 5.9 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| tech.eib.org/_tools/mix/javascript/all-js-rl.js?v=1.26 | 238.1 KiB | 77.4 KiB |
| tech.eib.org/_tools/mix/javascript/gallery/thumbnail-gallery.js?v=1.11 | 33.4 KiB | 11.4 KiB |
| tech.eib.org/_tools/front/js/generic/jquery-eib.js?v=2.186 | 25.1 KiB | 10.3 KiB |
| tech.eib.org/_tools/front/js/generic/fm-eib.js?v=1.98 | 8.7 KiB | 3.1 KiB |
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 |
|---|---|---|
| tech.eib.org/_tools/mix/font/fontawesome-pro/css/all.min.css | 60.0 KiB | 59.4 KiB |
| tech.eib.org/_tools/mix/css/all-style-rl.css?v=3.67 | 63.0 KiB | 55.3 KiB |
| tech.eib.org/_tools/front/css/fm/all-style.css?v=4.1 | 43.3 KiB | 42.2 KiB |
| /script/3/webReader/r/r2889/ReadSpeaker.Styles-Button.css... | 39.4 KiB | 39.4 KiB |
| tech.eib.org/_tools/front/css/framework/rl/eib-styles.css?v=2.17 | 24.6 KiB | 21.0 KiB |
| tech.eib.org/_tools/front/css/framework/bootstrap.min.css | 19.3 KiB | 18.9 KiB |
| tech.eib.org/_tools/front/css/framework/curator.embed.css | 14.2 KiB | 14.2 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.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 361.8 KiB | 177.0 KiB |
| tech.eib.org/_tools/mix/javascript/all-js-rl.js?v=1.26 | 237.8 KiB | 125.4 KiB |
| tech.eib.org/_tools/mix/javascript/vendor.js?v=1 | 207.7 KiB | 105.7 KiB |
| tech.eib.org/_tools/front/js/framework/curator.embed.js | 102.9 KiB | 84.1 KiB |
| tech.eib.org/_tools/mix/javascript/gallery/thumbnail-gallery.js?v=1.11 | 33.4 KiB | 31.4 KiB |
| piwik.eib.org/811935f8-b650-409a-897a-538f079d9741.js | 80.8 KiB | 30.1 KiB |
| tech.eib.org/_tools/front/js/framework/jquery-3.5.1.min.js | 30.2 KiB | 22.7 KiB |
| tech.eib.org/_tools/front/js/framework/swiper-bundle.min.js?v=1.1 | 36.3 KiB | 20.6 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 |
|---|---|---|---|
| tech.eib.org/_tools/mix/javascript/vendor.js?v=1 | 5.2 s | 4.6 s | 63 ms |
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 619 ms | 518 ms | 65 ms |
| Unattributable | 351 ms | 7.4 ms | 0.0 ms |
| tech.eib.org/_tools/front/js/framework/external/gsap/ScrollTrigger.min.js | 329 ms | 29 ms | 6.1 ms |
| www.eib.org/en/index | 280 ms | 7.5 ms | 1.4 ms |
| tech.eib.org/_tools/mix/javascript/all-js-rl.js?v=1.26 | 188 ms | 95 ms | 92 ms |
| piwik.eib.org/811935f8-b650-409a-897a-538f079d9741.js | 153 ms | 113 ms | 32 ms |
| tech.eib.org/_tools/front/js/generic/fm-eib.js?v=1.98 | 84 ms | 30 ms | 2.7 ms |
| tech.eib.org/_tools/front/js/framework/curator.embed.js | 66 ms | 33 ms | 32 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 | 5.7 s |
| Other | 939 ms |
| Style & Layout | 530 ms |
| Script Parsing & Compilation | 392 ms |
| Parse HTML & CSS | 135 ms |
| Rendering | 81 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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 | |
|---|---|
div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item | /photos/download.do?documentId=7cd850d8-cfbd-45ad-bcdb-fa... |
div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item | /photos/download.do?documentId=0364418e-9279-4696-b720-a7... |
div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item | /photos/download.do?documentId=34f3b42e-580a-4ad5-b9fc-86... |
div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item | /photos/download.do?documentId=67626974-f361-487e-b887-42... |
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.
ARIA roles must have valid values in order to perform their intended accessibility functions. Learn more about valid ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
figure.eib-figure > picture.lozad > figcaption.eib-typography__primary-label > span.eib-typography__secondary-label figure.eib-figure > picture.lozad > figcaption.eib-typography__primary-label > span.eib-typography__secondary-label |
figure.eib-figure > picture.lozad > figcaption.eib-typography__primary-label > span.eib-typography__secondary-label figure.eib-figure > picture.lozad > figcaption.eib-typography__primary-label > span.eib-typography__secondary-label |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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.autocomplete-search > form.mt-12 > div.eib-field-group > button.search-filter__search-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 |
|---|
header.header__landing > div.eib-title > div.eib-hero__overlay > img.lozad header.header__landing > div.eib-title > div.eib-hero__overlay > img.lozad |
div.eib-teaser-contained > div.eib-horizontal-card > div.eib-horizontal-card__image-wrapper > img.eib-horizontal-card__image div.eib-teaser-contained > div.eib-horizontal-card > div.eib-horizontal-card__image-wrapper > img.eib-horizontal-card__image |
div.eib-teaser-contained > div.eib-horizontal-card > div.eib-horizontal-card__image-wrapper > img.eib-horizontal-card__image div.eib-teaser-contained > div.eib-horizontal-card > div.eib-horizontal-card__image-wrapper > img.eib-horizontal-card__image |
div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item |
div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item |
div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item |
div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item |
ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
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.eib-carousel__carousel > ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser div.eib-carousel__carousel > ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser |
div.eib-carousel__carousel > ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser div.eib-carousel__carousel > ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser |
div.eib-carousel__carousel > ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser div.eib-carousel__carousel > ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser |
div.eib-carousel__carousel > ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser div.eib-carousel__carousel > ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser |
div.eib-carousel__carousel > ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser div.eib-carousel__carousel > ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser |
div.eib-carousel__carousel > ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser div.eib-carousel__carousel > ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser |
div.eib-carousel__carousel > ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser div.eib-carousel__carousel > ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser |
div.eib-carousel__carousel > ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser div.eib-carousel__carousel > ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser |
div.eib-carousel__carousel > ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser div.eib-carousel__carousel > ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser |
div.eib-carousel__carousel > ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser div.eib-carousel__carousel > ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser |
div.eib-carousel__carousel > ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser div.eib-carousel__carousel > ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser |
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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
WHERE WE WORK div.eib-layout__row > div.eib-layout__col > div.eib-layout--contained-col-8 > h2.eib-section-title |
Explore the map div.eib-layout__row > div.eib-layout__col > div.call-to-action > a.eib-button |
All publications div.eib-layout__row > div.eib-layout__col > div.call-to-action > a.eib-button |
European Investment Bank div.eib-footer__row > div.eib-footer__col > p > a |
European Investment Fund div.eib-footer__row > div.eib-footer__col > p > a |
Careers div.eib-footer__col > ul.eib-footer__menu > li.eib-footer__menu-item > a.eib-footer__menu-link |
Investor relations div.eib-footer__col > ul.eib-footer__menu > li.eib-footer__menu-item > a |
Contact div.eib-footer__col > ul.eib-footer__menu > li.eib-footer__menu-item > a.eib-footer__menu-link |
Fraud warning div.eib-footer__col > ul.eib-footer__menu > li.eib-footer__menu-item > a.eib-footer__menu-link |
Privacy div.eib-footer__col > ul.eib-footer__menu > li.eib-footer__menu-item > a.eib-footer__menu-link |
Terms of use div.eib-footer__col > ul.eib-footer__menu > li.eib-footer__menu-item > a.eib-footer__menu-link |
Next div.eib-footer__row > div.eib-footer__col > form.eib-footer__subscription > div.newsletter-next-step |
This form is protected by reCAPTCHA and the Google Privacy Policy and Terms of … div.eib-footer__row > div.eib-footer__col > div.mt-5 > p |
Privacy Policy div.eib-footer__col > div.mt-5 > p > a |
and Terms of Service apply. div.eib-footer__col > div.mt-5 > p > span |
Terms of Service div.mt-5 > p > span > a |
© European Investment Bank 2026 div.eib-footer__layout > div.eib-footer__sub-footer > div.eib-footer__partners > div |
2026 div.eib-footer__sub-footer > div.eib-footer__partners > div > span#footer-current_year |
These are opportunities to improve the legibility of your content.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Who we are
BACK
Overview
EIB Global
Climate bank
EIB Group at a glance
BACK
Ove… div.eib-mega-menu__menu > div.eib-mega-menu__first > div.eib-mega-menu__container > ul.eib-mega-menu__list |
Overview
EIB Global
Climate bank
EIB Group at a glance
BACK
Overview
Tackling g… div > div.eib-mega-menu__second > div.eib-mega-menu__container > ul.eib-mega-menu__list |
Overview
Loans
BACK
Overview
Loans for the public sector
Framework loans for th… div > div.eib-mega-menu__second > div.eib-mega-menu__container > ul.eib-mega-menu__list |
Overview
Our projects
BACK
All projects
Projects to be financed
Financed projec… div > div.eib-mega-menu__second > div.eib-mega-menu__container > ul.eib-mega-menu__list |
Overview
Newsroom
BACK
Overview
All releases
Press contacts
Stories and essays
… div > div.eib-mega-menu__second > div.eib-mega-menu__container > ul.eib-mega-menu__list |
Overview
Publications
BACK
Find a publication
Our research
BACK
Overview
Econom… div > div.eib-mega-menu__second > div.eib-mega-menu__container > ul.eib-mega-menu__list |
Overview
How to receive EIB support
Careers
BACK
Overview
Teams at the EIB
Dive… div > div.eib-mega-menu__second > div.eib-mega-menu__container > ul.eib-mega-menu__list |
The EIB at a glance
The EIB and development
The EIB and climate action
The EIB … div > div.eib-mega-menu__second > div.eib-mega-menu__container > ul.eib-mega-menu__list |
1 / 11 div.eib-publication-carousel > div.eib-carousel__container > div.eib-carousel__carousel > ul#swiper-wrapper-e1303b6535d24fbd |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Who we are div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Overview div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
EIB Global div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Climate bank div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
EIB Group at a glance div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Our priorities div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Our results div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Governance and structure div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Corporate responsibility div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Transparency, accountability and access to information div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
European Investment Fund div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
EIB Institute div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
What we offer div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Overview div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Loans div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Equity div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Guarantees div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Advisory services div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Mandates and partnerships div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
One-stop shop div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Our work div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Overview div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Our projects div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Our priorities div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Our regions of activity div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Global investment map div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Project cycle div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Evaluation div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Media centre div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Overview div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Newsroom div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Stories and essays div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Video library div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Events div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Newsletter div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Public register div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
EIB surveys div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
EIB Group picture library div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Infographics div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Our logo div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Publications and research div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Overview div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Publications div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Our research div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
EIB open data div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Open learning div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Work with us div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Overview div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
How to receive EIB support div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Careers div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Investor relations div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Civil society and stakeholder engagement div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Procurement div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
EIB Contacts div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Easy-to-read div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
The EIB at a glance div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
The EIB and development div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
The EIB and climate action div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
The EIB and SMEs div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
The EIB and Ukraine div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Access to XMLHttpRequest at 'https://piwik.eib.org/811935f8-b650-409a-897a-538f079d9741/privacy-widgets.json' from origin 'https://www.eib.org' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
piwik.eib.org/811935f8-b650-409a-897a-538f079d9741.js line 6, col 106757 | Uncaught ApiCommandError: Cannot fetch templates: request blocked by the browser
Possible reasons:
- request blocking browser extension
- request URL is blocked in browser's developer tools |
Uncaught TypeError: Cannot read properties of null (reading 'querySelector') |
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 |
|---|---|
| /en/stories/europe-clean-energy-transition-energy-securit... | Read more |
| /about/governance-and-structure/statutory-bodies/manageme... | Read more |
| www.eib.org/en/projects/topics/climate-action/index | Learn more |
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 |
|---|
header.header__landing > div.eib-title > div.eib-hero__overlay > img.lozad header.header__landing > div.eib-title > div.eib-hero__overlay > img.lozad |
div.eib-teaser-contained > div.eib-horizontal-card > div.eib-horizontal-card__image-wrapper > img.eib-horizontal-card__image div.eib-teaser-contained > div.eib-horizontal-card > div.eib-horizontal-card__image-wrapper > img.eib-horizontal-card__image |
div.eib-teaser-contained > div.eib-horizontal-card > div.eib-horizontal-card__image-wrapper > img.eib-horizontal-card__image div.eib-teaser-contained > div.eib-horizontal-card > div.eib-horizontal-card__image-wrapper > img.eib-horizontal-card__image |
div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item |
div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item |
div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item |
div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item |
ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-e1303b6535d24fbd > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Search body.eib-homepage > header.header__landing > menu.eib-mega-menu > a.eib-mega-menu__search |
MENU body.eib-homepage > header.header__landing > menu.eib-mega-menu > a.eib-mega-menu__toggle |
Close menu.eib-mega-menu > div.eib-mega-menu__menu > div.eib-mega-menu__menu-top > a.eib-mega-menu__toggle |
To appear in search results, crawlers need access to your app.
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.
2.05 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.84 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
443 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.75 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.91 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.
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.
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 | |
|---|---|---|---|
div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item | /photos/download.do?documentId=34f3b42e-580a-4ad5-b9fc-86... | 126.0 KiB | 95.9 KiB |
div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item | /photos/download.do?documentId=7cd850d8-cfbd-45ad-bcdb-fa... | 118.9 KiB | 90.5 KiB |
div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item | /photos/download.do?documentId=0364418e-9279-4696-b720-a7... | 78.0 KiB | 59.4 KiB |
div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item | /photos/download.do?documentId=67626974-f361-487e-b887-42... | 46.8 KiB | 35.6 KiB |
ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad | www.eib.org/photos/download.do?documentId=68ecf045b47b89488cd4811d&binaryType=S2 | 25.4 KiB | 22.3 KiB |
ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad | www.eib.org/photos/download.do?documentId=699d9abf7e490cd86def244d&binaryType=S2 | 16.7 KiB | 14.6 KiB |
ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad | www.eib.org/photos/download.do?documentId=69bd573ef23fec6aa3472eaa&binaryType=S2 | 15.0 KiB | 13.2 KiB |
ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad | www.eib.org/photos/download.do?documentId=697a029a965a4437d2d81ef0&binaryType=S2 | 13.8 KiB | 12.1 KiB |
ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad | www.eib.org/photos/download.do?documentId=697b09e2965a4437d2d81f19&binaryType=S2 | 10.8 KiB | 9.5 KiB |
InvestEU: €2.4 billion for Europe’s energy resilience and deeptech innovation div.eib-layout > div.eib-layout__row > div.eib-layout__col > a.eib-image-card | www.eib.org/photos/download.do?documentId=6862830f00c0540b331f50c2&binaryType=M | 31.0 KiB | 9.1 KiB |
ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad | www.eib.org/photos/download.do?documentId=6904adabaac8682dc60072a7&binaryType=S2 | 9.8 KiB | 8.6 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 |
|---|---|
| eib.org/ | 220 ms |
| www.eib.org/ | 224 ms |
| www.eib.org/en/ | 0.0 ms |
| www.eib.org/en/index | 110 ms |
| www.eib.org/en/index | 0.0 ms |
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.
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.
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| tech.eib.org/_tools/mix/javascript/all-js-rl.js?v=1.26 | 238.1 KiB | 77.4 KiB |
| tech.eib.org/_tools/mix/javascript/gallery/thumbnail-gallery.js?v=1.11 | 33.4 KiB | 11.4 KiB |
| tech.eib.org/_tools/front/js/generic/jquery-eib.js?v=2.186 | 25.1 KiB | 10.3 KiB |
| tech.eib.org/_tools/front/js/generic/fm-eib.js?v=1.98 | 8.7 KiB | 3.1 KiB |
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 |
|---|---|---|
| tech.eib.org/_tools/mix/font/fontawesome-pro/css/all.min.css | 60.0 KiB | 59.4 KiB |
| tech.eib.org/_tools/mix/css/all-style-rl.css?v=3.67 | 63.0 KiB | 51.3 KiB |
| tech.eib.org/_tools/front/css/fm/all-style.css?v=4.1 | 43.3 KiB | 42.2 KiB |
| /script/3/webReader/r/r2889/ReadSpeaker.Styles-Button.css... | 39.4 KiB | 39.4 KiB |
| tech.eib.org/_tools/front/css/framework/bootstrap.min.css | 19.3 KiB | 18.9 KiB |
| tech.eib.org/_tools/front/css/framework/rl/eib-styles.css?v=2.17 | 24.6 KiB | 18.5 KiB |
| tech.eib.org/_tools/front/css/framework/curator.embed.css | 14.2 KiB | 14.2 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.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 361.8 KiB | 177.0 KiB |
| tech.eib.org/_tools/mix/javascript/all-js-rl.js?v=1.26 | 237.8 KiB | 125.4 KiB |
| tech.eib.org/_tools/mix/javascript/vendor.js?v=1 | 207.7 KiB | 105.8 KiB |
| tech.eib.org/_tools/front/js/framework/curator.embed.js | 102.9 KiB | 84.1 KiB |
| tech.eib.org/_tools/mix/javascript/gallery/thumbnail-gallery.js?v=1.11 | 33.4 KiB | 31.4 KiB |
| piwik.eib.org/811935f8-b650-409a-897a-538f079d9741.js | 80.8 KiB | 30.1 KiB |
| tech.eib.org/_tools/front/js/framework/jquery-3.5.1.min.js | 30.2 KiB | 22.7 KiB |
| tech.eib.org/_tools/front/js/framework/swiper-bundle.min.js?v=1.1 | 36.3 KiB | 21.2 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 |
|---|---|---|---|
| tech.eib.org/_tools/mix/javascript/vendor.js?v=1 | 1.3 s | 1.1 s | 21 ms |
| www.eib.org/en/index | 232 ms | 2.2 ms | 0.3 ms |
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 182 ms | 154 ms | 22 ms |
| Unattributable | 116 ms | 1.8 ms | 0.0 ms |
| tech.eib.org/_tools/mix/javascript/all-js-rl.js?v=1.26 | 65 ms | 33 ms | 30 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.4 s |
| Other | 292 ms |
| Style & Layout | 194 ms |
| Script Parsing & Compilation | 117 ms |
| Parse HTML & CSS | 38 ms |
| Rendering | 38 ms |
| Garbage Collection | 6.2 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| tech.eib.org/_tools/mix/css/all-style-rl.css?v=3.67 | 63.4 KiB | 13.2 KiB |
| tech.eib.org/_tools/front/css/fm/all-style.css?v=4.1 | 43.8 KiB | 7.5 KiB |
| tech.eib.org/_tools/front/css/framework/rl/eib-styles.css?v=2.17 | 25.0 KiB | 5.9 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 | |
|---|---|
div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item | /photos/download.do?documentId=7cd850d8-cfbd-45ad-bcdb-fa... |
div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item | /photos/download.do?documentId=0364418e-9279-4696-b720-a7... |
div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item | /photos/download.do?documentId=34f3b42e-580a-4ad5-b9fc-86... |
div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item | /photos/download.do?documentId=67626974-f361-487e-b887-42... |
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.
ARIA roles must have valid values in order to perform their intended accessibility functions. Learn more about valid ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
figure.eib-figure > picture.lozad > figcaption.eib-typography__primary-label > span.eib-typography__secondary-label figure.eib-figure > picture.lozad > figcaption.eib-typography__primary-label > span.eib-typography__secondary-label |
figure.eib-figure > picture.lozad > figcaption.eib-typography__primary-label > span.eib-typography__secondary-label figure.eib-figure > picture.lozad > figcaption.eib-typography__primary-label > span.eib-typography__secondary-label |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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.autocomplete-search > form.mt-12 > div.eib-field-group > button.search-filter__search-button |
div.eib-layout__col > div.eib-publication-carousel > div.eib-carousel__container > button.eib-swiper-button-prev div.eib-layout__col > div.eib-publication-carousel > div.eib-carousel__container > button.eib-swiper-button-prev |
div.eib-layout__col > div.eib-publication-carousel > div.eib-carousel__container > button.eib-swiper-button-next div.eib-layout__col > div.eib-publication-carousel > div.eib-carousel__container > button.eib-swiper-button-next |
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 |
|---|
header.header__landing > div.eib-title > div.eib-hero__overlay > img.lozad header.header__landing > div.eib-title > div.eib-hero__overlay > img.lozad |
div.eib-teaser-contained > div.eib-horizontal-card > div.eib-horizontal-card__image-wrapper > img.eib-horizontal-card__image div.eib-teaser-contained > div.eib-horizontal-card > div.eib-horizontal-card__image-wrapper > img.eib-horizontal-card__image |
div.eib-teaser-contained > div.eib-horizontal-card > div.eib-horizontal-card__image-wrapper > img.eib-horizontal-card__image div.eib-teaser-contained > div.eib-horizontal-card > div.eib-horizontal-card__image-wrapper > img.eib-horizontal-card__image |
div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item |
div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item |
div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item |
div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item |
ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
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 |
|---|
header.header__landing > div.eib-title > div#eib-cards > a.eib-title__more-arrow header.header__landing > div.eib-title > div#eib-cards > a.eib-title__more-arrow |
div.eib-carousel__carousel > ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser div.eib-carousel__carousel > ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser |
div.eib-carousel__carousel > ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser div.eib-carousel__carousel > ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser |
div.eib-carousel__carousel > ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser div.eib-carousel__carousel > ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser |
div.eib-carousel__carousel > ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser div.eib-carousel__carousel > ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser |
div.eib-carousel__carousel > ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser div.eib-carousel__carousel > ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser |
div.eib-carousel__carousel > ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser div.eib-carousel__carousel > ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser |
div.eib-carousel__carousel > ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser div.eib-carousel__carousel > ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser |
div.eib-carousel__carousel > ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser div.eib-carousel__carousel > ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser |
div.eib-carousel__carousel > ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser div.eib-carousel__carousel > ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser |
div.eib-carousel__carousel > ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser div.eib-carousel__carousel > ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser |
div.eib-carousel__carousel > ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser div.eib-carousel__carousel > ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser |
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.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Who we are
Overview
EIB Global
Climate bank
EIB Group at a glance
Overview
Tack… div.eib-mega-menu__menu > div.eib-mega-menu__first > div.eib-mega-menu__container > ul.eib-mega-menu__list |
Overview
EIB Global
Climate bank
EIB Group at a glance
Overview
Tackling global… div > div.eib-mega-menu__second > div.eib-mega-menu__container > ul.eib-mega-menu__list |
Overview
Loans
Overview
Loans for the public sector
Framework loans for the pub… div > div.eib-mega-menu__second > div.eib-mega-menu__container > ul.eib-mega-menu__list |
Overview
Our projects
All projects
Projects to be financed
Financed projects
Ou… div > div.eib-mega-menu__second > div.eib-mega-menu__container > ul.eib-mega-menu__list |
Overview
Newsroom
Overview
All releases
Press contacts
Stories and essays
Overv… div > div.eib-mega-menu__second > div.eib-mega-menu__container > ul.eib-mega-menu__list |
Overview
Publications
Find a publication
Our research
Overview
Economic analysi… div > div.eib-mega-menu__second > div.eib-mega-menu__container > ul.eib-mega-menu__list |
Overview
How to receive EIB support
Careers
Overview
Teams at the EIB
Diversity… div > div.eib-mega-menu__second > div.eib-mega-menu__container > ul.eib-mega-menu__list |
The EIB at a glance
The EIB and development
The EIB and climate action
The EIB … div > div.eib-mega-menu__second > div.eib-mega-menu__container > ul.eib-mega-menu__list |
1 / 11 div.eib-publication-carousel > div.eib-carousel__container > div.eib-carousel__carousel > ul#swiper-wrapper-9a6ebe8106d64a9f9 |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Who we are div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Overview div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
EIB Global div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Climate bank div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
EIB Group at a glance div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Our priorities div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Our results div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Governance and structure div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Corporate responsibility div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Transparency, accountability and access to information div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
European Investment Fund div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
EIB Institute div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
What we offer div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Overview div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Loans div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Equity div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Guarantees div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Advisory services div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Mandates and partnerships div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
One-stop shop div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Our work div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Overview div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Our projects div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Our priorities div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Our regions of activity div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Global investment map div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Project cycle div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Evaluation div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Media centre div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Overview div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Newsroom div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Stories and essays div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Video library div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Events div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Newsletter div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Public register div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
EIB surveys div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
EIB Group picture library div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Infographics div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Our logo div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Publications and research div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Overview div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Publications div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Our research div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
EIB open data div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Open learning div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Work with us div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Overview div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
How to receive EIB support div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Careers div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Investor relations div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Civil society and stakeholder engagement div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Procurement div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
EIB Contacts div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
Easy-to-read div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
The EIB at a glance div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
The EIB and development div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
The EIB and climate action div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
The EIB and SMEs div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
The EIB and Ukraine div.eib-mega-menu__container > ul.eib-mega-menu__list > div > li.eib-mega-menu__item |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Access to XMLHttpRequest at 'https://piwik.eib.org/811935f8-b650-409a-897a-538f079d9741/privacy-widgets.json' from origin 'https://www.eib.org' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
piwik.eib.org/811935f8-b650-409a-897a-538f079d9741.js line 6, col 106757 | Uncaught ApiCommandError: Cannot fetch templates: request blocked by the browser
Possible reasons:
- request blocking browser extension
- request URL is blocked in browser's developer tools |
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 |
|---|---|
| /en/stories/europe-clean-energy-transition-energy-securit... | Read more |
| /about/governance-and-structure/statutory-bodies/manageme... | Read more |
| www.eib.org/en/projects/topics/climate-action/index | Learn more |
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 |
|---|
header.header__landing > div.eib-title > div.eib-hero__overlay > img.lozad header.header__landing > div.eib-title > div.eib-hero__overlay > img.lozad |
div.eib-teaser-contained > div.eib-horizontal-card > div.eib-horizontal-card__image-wrapper > img.eib-horizontal-card__image div.eib-teaser-contained > div.eib-horizontal-card > div.eib-horizontal-card__image-wrapper > img.eib-horizontal-card__image |
div.eib-teaser-contained > div.eib-horizontal-card > div.eib-horizontal-card__image-wrapper > img.eib-horizontal-card__image div.eib-teaser-contained > div.eib-horizontal-card > div.eib-horizontal-card__image-wrapper > img.eib-horizontal-card__image |
div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item |
div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item |
div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item |
div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item div.eib-layout__col > figure.eib-figure > picture.lozad > img.eib-rounded-item |
ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad ul#swiper-wrapper-9a6ebe8106d64a9f9 > li.eib-carousel__item > a.eib-publication-teaser > img.lozad |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
SEARCH body.eib-homepage > header.header__landing > menu.eib-mega-menu > a.eib-mega-menu__search |
MENU body.eib-homepage > header.header__landing > menu.eib-mega-menu > a.eib-mega-menu__toggle |
Close menu.eib-mega-menu > div.eib-mega-menu__menu > div.eib-mega-menu__menu-top > a.eib-mega-menu__toggle |
To appear in search results, crawlers need access to your app.
Send Feedback