Mobile 375 × 812

Desktop 1440 × 900

Score: 74 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Mostly accessible, but some users still face barriers.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
1 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
1 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
3 image-only link(s) without alt 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/3c82fd00-3ce0-46c9-a11f-a7ef13e3452c)<a href="https://beavercheck.com/results/3c82fd00-3ce0-46c9-a11f-a7ef13e3452c"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fepfl.ch" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fepfl.chThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~30%.
Page takes 6.2s to load
+12% bounceUsers abandon at ~3s — you're 3.7s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 242ms after first paint
Fix: Defer third-party scripts and split large bundles
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
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
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, …)
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
7 broken link(s) on the page
+5% 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.
CHF 715 investment → CHF 5,599/month returns + CHF 250,000 risk avoided
CHF 715
6h · 5 findings
CHF 5,599 /mo
~CHF 67,184 / year
CHF 250,000
if kept compliant
CHF 130 — 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.5 developer hours at CHF130/hr
Based on Switzerland rates (CHF130/hr)
Start here for the best return on investment
CHF 20,834 / month at risk
~CHF 250,005 / year if left unfixed
CHF 250,000
CHF 0.38 /mo
5380.9 MB/mo × 0.071 CHF/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.
3.87 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.25 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
242 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.146
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.35 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.
11.02 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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
| URL | Est Savings |
|---|---|
| www.epfl.ch/fonts/SuisseIntl-Regular-WebS.woff2 | 25 ms |
| www.epfl.ch/fonts/SuisseIntl-SemiBold-WebS.woff2 | 20 ms |
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 | |
|---|---|---|---|
Vue aérienne de l'EPFL © Jamani Caillet / EPFL, 2022 div.container-full > div.fullwidth-teaser > figure.cover > img | /wp-content/uploads/2022/12/EPFL-vue-aerienne-Jamani-Cail... | 347.2 KiB | 299.6 KiB |
A eukaryotic cell with the centrioles shown in yellow. © iStock div.list-group > div.fullwidth-teaser > picture > img | actu.epfl.ch/image/163596/1440x810.jpg | 311.9 KiB | 264.4 KiB |
Portrait d'Anna Fontcuverta i Morral - 2026 EPFL/Mediacom - CC-BY-SA 4.0 div.card > a.card-img-top > picture > img.img-fluid | www.epfl.ch/wp-content/uploads/2026/04/Anna-Fontcuberta-i-Morral-768x432.jpg | 57.8 KiB | 17.7 KiB |
div.list-group-teaser-container > div.list-group-teaser-thumbnail > picture.card-img-top > img.img-fluid div.list-group-teaser-container > div.list-group-teaser-thumbnail > picture.card-img-top > img.img-fluid | memento.epfl.ch/image/32970/509x286.jpg | 38.5 KiB | 14.8 KiB |
Couverture du numéro 20 du magazine Dimensions. Un enfant sur un tricycle trave… div.card > a.card-img-top > picture > img.img-fluid | www.epfl.ch/wp-content/uploads/2026/03/dimensions-num20-flipbook-768x432.jpg | 49.7 KiB | 12.8 KiB |
div.list-group-teaser-container > div.list-group-teaser-thumbnail > picture.card-img-top > img.img-fluid div.list-group-teaser-container > div.list-group-teaser-thumbnail > picture.card-img-top > img.img-fluid | memento.epfl.ch/image/32754/509x286.jpg | 36.0 KiB | 12.3 KiB |
Ig Nobel a.card > div.card-body > picture.card-img-top > img.img-fluid | memento.epfl.ch/image/32144/509x286.jpg | 31.1 KiB | 7.5 KiB |
Finale suisse MT180. Graphisme: Laura Persat div.list-group-teaser-container > div.list-group-teaser-thumbnail > picture.card-img-top > img.img-fluid | memento.epfl.ch/image/32730/509x286.jpg | 30.8 KiB | 7.1 KiB |
div.list-group-teaser-container > div.list-group-teaser-thumbnail > picture.card-img-top > img.img-fluid div.list-group-teaser-container > div.list-group-teaser-thumbnail > picture.card-img-top > img.img-fluid | memento.epfl.ch/image/32071/509x286.jpg | 28.5 KiB | 4.8 KiB |
An atom div.card-header > div.row > div.col-md-6 > img | www.epfl.ch/wp-content/uploads/2021/09/Recherche.png | 5.0 KiB | 4.1 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.
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 |
|---|---|
| epfl.ch/ | 1.2 s |
| www.epfl.ch/ | 780 ms |
| www.epfl.ch/en/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Lighting up the organizers of the cell's architecture
NewsResearch
Scientists … div.container-full > div.list-group > div.fullwidth-teaser > div.fullwidth-teaser-text | 0.146 |
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.
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 |
|---|---|---|
| www.epfl.ch/wp-includes/js/jquery/jquery.js?ver=3.7.1 | 83.5 KiB | 42.7 KiB |
| www.epfl.ch/wp-includes/js/jquery/jquery-migrate.js?ver=3.4.1 | 10.2 KiB | 4.2 KiB |
| www.epfl.ch/wp-includes/js/twemoji.js?ver=6.9.4 | 8.8 KiB | 3.7 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 |
|---|---|---|
| /wp-content/themes/wp-theme-2018/assets/css/elements.min.... | 51.3 KiB | 46.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.googletagmanager.com/gtm.js?id=GTM-PJGBG5R | 135.0 KiB | 65.0 KiB |
| /wp-content/themes/wp-theme-2018/assets/js/vendors.min.js... | 79.1 KiB | 64.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-N6BF9H5G73&cx=c>m=4e64h1 | 149.1 KiB | 63.2 KiB |
| www.epfl.ch/wp-includes/js/jquery/jquery.js?ver=3.7.1 | 83.5 KiB | 55.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 minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 758 ms |
| Other | 682 ms |
| Style & Layout | 395 ms |
| Script Parsing & Compilation | 202 ms |
| Parse HTML & CSS | 172 ms |
| Rendering | 164 ms |
| Garbage Collection | 28 ms |
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 | |
|---|---|
Vue aérienne de l'EPFL © Jamani Caillet / EPFL, 2022 div.container-full > div.fullwidth-teaser > figure.cover > img | /wp-content/uploads/2022/12/EPFL-vue-aerienne-Jamani-Cail... |
A eukaryotic cell with the centrioles shown in yellow. © iStock div.list-group > div.fullwidth-teaser > picture > img | actu.epfl.ch/image/163596/1440x810.jpg |
div.list-group-teaser-container > div.list-group-teaser-thumbnail > picture.card-img-top > img.img-fluid div.list-group-teaser-container > div.list-group-teaser-thumbnail > picture.card-img-top > img.img-fluid | memento.epfl.ch/image/32754/509x286.jpg |
div.list-group-teaser-container > div.list-group-teaser-thumbnail > picture.card-img-top > img.img-fluid div.list-group-teaser-container > div.list-group-teaser-thumbnail > picture.card-img-top > img.img-fluid | memento.epfl.ch/image/32071/509x286.jpg |
Finale suisse MT180. Graphisme: Laura Persat div.list-group-teaser-container > div.list-group-teaser-thumbnail > picture.card-img-top > img.img-fluid | memento.epfl.ch/image/32730/509x286.jpg |
div.list-group-teaser-container > div.list-group-teaser-thumbnail > picture.card-img-top > img.img-fluid div.list-group-teaser-container > div.list-group-teaser-thumbnail > picture.card-img-top > img.img-fluid | memento.epfl.ch/image/32970/509x286.jpg |
Ig Nobel a.card > div.card-body > picture.card-img-top > img.img-fluid | memento.epfl.ch/image/32144/509x286.jpg |
Logo EPFL, École polytechnique fédérale de Lausanne div#page > header.header > a.logo > img.img-fluid | www.epfl.ch/wp-content/themes/wp-theme-2018/assets/svg/epfl-logo.svg |
Logo of the EPFL div.card-header > div.row > div.col-md-6 > img | www.epfl.ch/wp-content/uploads/2025/03/EPFL-logo.png |
Schools and Colleges div.card-header > div.row > div.col-md-6 > img | www.epfl.ch/wp-content/uploads/2021/09/Facultes.png |
Rolex Learning Center div.card-header > div.row > div.col-md-6 > img | www.epfl.ch/wp-content/uploads/2021/09/Campus.png |
A person reading a book div.card-header > div.row > div.col-md-6 > img | www.epfl.ch/wp-content/uploads/2021/09/Education.png |
An atom div.card-header > div.row > div.col-md-6 > img | www.epfl.ch/wp-content/uploads/2021/09/Recherche.png |
A rocket div.card-header > div.row > div.col-md-6 > img | www.epfl.ch/wp-content/uploads/2021/09/Innovation.png |
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.
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 |
|---|
Read more div.fullwidth-teaser > div.fullwidth-teaser-text > div.fullwidth-teaser-footer > a.btn |
23.04.2026 a.card > div.card-body > div.card-info > span.card-info-date |
18:00 a.card > div.card-body > div.card-info > span.event-time |
20:00 a.card > div.card-body > div.card-info > span.event-time |
Maps and directions div.fullwidth-teaser > div.fullwidth-teaser-text > div.fullwidth-teaser-footer > a.btn |
These are opportunities to improve the legibility of your content.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Maps and directions div.fullwidth-teaser > div.fullwidth-teaser-text > div.fullwidth-teaser-footer > a.btn |
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 |
|---|---|
The Content-Security-Policy directive 'worker-src' contains the keyword 'none' alongside with other source expressions. The keyword 'none' must be the only source expression in the directive value, otherwise it is ignored. | |
The Content-Security-Policy directive 'worker-src' contains the keyword 'none' alongside with other source expressions. The keyword 'none' must be the only source expression in the directive value, otherwise it is ignored. | |
The Content-Security-Policy directive 'worker-src' contains the keyword 'none' alongside with other source expressions. The keyword 'none' must be the only source expression in the directive value, otherwise it is ignored. |
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 |
|---|---|
| actu.epfl.ch/news/lighting-up-the-organizers-of-the-cell-s-architect | Read more |
| www.epfl.ch/innovation/ | Read more |
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 |
|---|
EN
nav.nav-lang > ul.dropdown-menu > li > a.active |
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.
1.31 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.98 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
16 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.56 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.
2.33 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.
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 | |
|---|---|---|---|
A eukaryotic cell with the centrioles shown in yellow. © iStock div.list-group > div.fullwidth-teaser > picture > img | actu.epfl.ch/image/163596/1440x810.jpg | 311.9 KiB | 141.9 KiB |
Vue aérienne de l'EPFL © Jamani Caillet / EPFL, 2022 div.container-full > div.fullwidth-teaser > figure.cover > img | /wp-content/uploads/2022/12/EPFL-vue-aerienne-Jamani-Cail... | 347.2 KiB | 140.1 KiB |
Portrait d'Anna Fontcuverta i Morral - 2026 EPFL/Mediacom - CC-BY-SA 4.0 div.card > a.card-img-top > picture > img.img-fluid | www.epfl.ch/wp-content/uploads/2026/04/Anna-Fontcuberta-i-Morral-768x432.jpg | 57.8 KiB | 41.5 KiB |
div.list-group-teaser-container > div.list-group-teaser-thumbnail > picture.card-img-top > img.img-fluid div.list-group-teaser-container > div.list-group-teaser-thumbnail > picture.card-img-top > img.img-fluid | memento.epfl.ch/image/32970/509x286.jpg | 38.5 KiB | 36.1 KiB |
Couverture du numéro 20 du magazine Dimensions. Un enfant sur un tricycle trave… div.card > a.card-img-top > picture > img.img-fluid | www.epfl.ch/wp-content/uploads/2026/03/dimensions-num20-flipbook-768x432.jpg | 49.7 KiB | 34.8 KiB |
div.list-group-teaser-container > div.list-group-teaser-thumbnail > picture.card-img-top > img.img-fluid div.list-group-teaser-container > div.list-group-teaser-thumbnail > picture.card-img-top > img.img-fluid | memento.epfl.ch/image/32754/509x286.jpg | 36.0 KiB | 33.6 KiB |
Finale suisse MT180. Graphisme: Laura Persat div.list-group-teaser-container > div.list-group-teaser-thumbnail > picture.card-img-top > img.img-fluid | memento.epfl.ch/image/32730/509x286.jpg | 30.8 KiB | 28.5 KiB |
portrait de David Atienza - 2026 EPFL CC BY SA div.card > a.card-img-top > picture > img.img-fluid | www.epfl.ch/wp-content/uploads/2026/04/David-Atienza-768x432.jpg | 37.7 KiB | 26.3 KiB |
div.list-group-teaser-container > div.list-group-teaser-thumbnail > picture.card-img-top > img.img-fluid div.list-group-teaser-container > div.list-group-teaser-thumbnail > picture.card-img-top > img.img-fluid | memento.epfl.ch/image/32071/509x286.jpg | 28.5 KiB | 26.1 KiB |
Ig Nobel a.card > div.card-body > picture.card-img-top > img.img-fluid | memento.epfl.ch/image/32144/509x286.jpg | 31.1 KiB | 7.5 KiB |
An atom div.card-header > div.row > div.col-md-6 > img | www.epfl.ch/wp-content/uploads/2021/09/Recherche.png | 5.0 KiB | 4.1 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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| www.epfl.ch/fonts/SuisseIntl-Regular-WebS.woff2 | 20 ms |
| www.epfl.ch/fonts/SuisseIntl-SemiBold-WebS.woff2 | 20 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| www.epfl.ch/wp-includes/js/jquery/jquery.js?ver=3.7.1 | 83.5 KiB | 42.7 KiB |
| www.epfl.ch/wp-includes/js/jquery/jquery-migrate.js?ver=3.4.1 | 10.2 KiB | 4.2 KiB |
| www.epfl.ch/wp-includes/js/twemoji.js?ver=6.9.4 | 8.8 KiB | 3.7 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 |
|---|---|---|
| /wp-content/themes/wp-theme-2018/assets/css/elements.min.... | 51.4 KiB | 46.7 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.googletagmanager.com/gtm.js?id=GTM-PJGBG5R | 135.0 KiB | 65.0 KiB |
| /wp-content/themes/wp-theme-2018/assets/js/vendors.min.js... | 79.0 KiB | 64.5 KiB |
| www.googletagmanager.com/gtag/js?id=G-N6BF9H5G73&cx=c>m=4e64h1 | 149.1 KiB | 63.4 KiB |
| www.epfl.ch/wp-includes/js/jquery/jquery.js?ver=3.7.1 | 83.5 KiB | 55.6 KiB |
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 | |
|---|---|
Ig Nobel a.card > div.card-body > picture.card-img-top > img.img-fluid | memento.epfl.ch/image/32144/509x286.jpg |
div.list-group-teaser-container > div.list-group-teaser-thumbnail > picture.card-img-top > img.img-fluid div.list-group-teaser-container > div.list-group-teaser-thumbnail > picture.card-img-top > img.img-fluid | memento.epfl.ch/image/32754/509x286.jpg |
div.list-group-teaser-container > div.list-group-teaser-thumbnail > picture.card-img-top > img.img-fluid div.list-group-teaser-container > div.list-group-teaser-thumbnail > picture.card-img-top > img.img-fluid | memento.epfl.ch/image/32071/509x286.jpg |
Finale suisse MT180. Graphisme: Laura Persat div.list-group-teaser-container > div.list-group-teaser-thumbnail > picture.card-img-top > img.img-fluid | memento.epfl.ch/image/32730/509x286.jpg |
div.list-group-teaser-container > div.list-group-teaser-thumbnail > picture.card-img-top > img.img-fluid div.list-group-teaser-container > div.list-group-teaser-thumbnail > picture.card-img-top > img.img-fluid | memento.epfl.ch/image/32970/509x286.jpg |
Logo EPFL, École polytechnique fédérale de Lausanne div#page > header.header > a.logo > img.img-fluid | www.epfl.ch/wp-content/themes/wp-theme-2018/assets/svg/epfl-logo.svg |
Logo of the EPFL div.card-header > div.row > div.col-md-6 > img | www.epfl.ch/wp-content/uploads/2025/03/EPFL-logo.png |
Schools and Colleges div.card-header > div.row > div.col-md-6 > img | www.epfl.ch/wp-content/uploads/2021/09/Facultes.png |
Rolex Learning Center div.card-header > div.row > div.col-md-6 > img | www.epfl.ch/wp-content/uploads/2021/09/Campus.png |
A person reading a book div.card-header > div.row > div.col-md-6 > img | www.epfl.ch/wp-content/uploads/2021/09/Education.png |
An atom div.card-header > div.row > div.col-md-6 > img | www.epfl.ch/wp-content/uploads/2021/09/Recherche.png |
A rocket div.card-header > div.row > div.col-md-6 > img | www.epfl.ch/wp-content/uploads/2021/09/Innovation.png |
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 |
|---|---|
| epfl.ch/ | 665 ms |
| www.epfl.ch/ | 227 ms |
| www.epfl.ch/en/ | 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.
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 |
|---|
Read more
sur Tech Transfer. div.fullwidth-teaser > div.fullwidth-teaser-text > div.fullwidth-teaser-header > a.btn |
23.04.2026 a.card > div.card-body > div.card-info > span.card-info-date |
18:00 a.card > div.card-body > div.card-info > span.event-time |
20:00 a.card > div.card-body > div.card-info > span.event-time |
Maps and directions div.fullwidth-teaser > div.fullwidth-teaser-text > div.fullwidth-teaser-header > a.btn |
About div.footer-group > div.footer-sitemap-col > button.footer-title > strong |
Organization and identity div#collapse-footer-1 > ul.footer-links > li > a |
Associated Campuses div#collapse-footer-1 > ul.footer-links > li > a |
Data div#collapse-footer-1 > ul.footer-links > li > a |
Presidency div#collapse-footer-1 > ul.footer-links > li > a |
Vice Presidencies div#collapse-footer-1 > ul.footer-links > li > a |
Working at EPFL div#collapse-footer-1 > ul.footer-links > li > a |
Recruiting EPFL Talents div#collapse-footer-1 > ul.footer-links > li > a |
Equality, Diversity, Inclusion div#collapse-footer-1 > ul.footer-links > li > a |
Respect div#collapse-footer-1 > ul.footer-links > li > a |
Sustainability div#collapse-footer-1 > ul.footer-links > li > a |
News & Media div#collapse-footer-1 > ul.footer-links > li > a |
Philanthropy div#collapse-footer-1 > ul.footer-links > li > a |
EPFL Alumni div#collapse-footer-1 > ul.footer-links > li > a |
Education div.footer-group > div.footer-sitemap-col > button.footer-title > strong |
Admission div#collapse-footer-2 > ul.footer-links > li > a |
Academic Calendar div#collapse-footer-2 > ul.footer-links > li > a |
Preparatory Year (CMS) div#collapse-footer-2 > ul.footer-links > li > a |
Bachelor div#collapse-footer-2 > ul.footer-links > li > a |
Master div#collapse-footer-2 > ul.footer-links > li > a |
Doctorate div#collapse-footer-2 > ul.footer-links > li > a |
SHS Program div#collapse-footer-2 > ul.footer-links > li > a |
Continuing Education - Extension School div#collapse-footer-2 > ul.footer-links > li > a |
Study Management div#collapse-footer-2 > ul.footer-links > li > a |
International div#collapse-footer-2 > ul.footer-links > li > a |
Teaching div#collapse-footer-2 > ul.footer-links > li > a |
Educational Initiatives div#collapse-footer-2 > ul.footer-links > li > a |
Education & Science Outreach div#collapse-footer-2 > ul.footer-links > li > a |
Infrastructures Under Development div#collapse-footer-2 > ul.footer-links > li > a |
Engaging with Society div#collapse-footer-2 > ul.footer-links > li > a |
Research div.footer-group > div.footer-sitemap-col > button.footer-title > strong |
Mission and Policy div#collapse-footer-3 > ul.footer-links > li > a |
Research Domains div#collapse-footer-3 > ul.footer-links > li > a |
EPFL Research Facilities div#collapse-footer-3 > ul.footer-links > li > a |
Faculty Members div#collapse-footer-3 > ul.footer-links > li > a |
Solutions 4 Sustainability - S4S div#collapse-footer-3 > ul.footer-links > li > a |
Awards and Prizes div#collapse-footer-3 > ul.footer-links > li > a |
Funding Opportunities div#collapse-footer-3 > ul.footer-links > li > a |
Research Management Support div#collapse-footer-3 > ul.footer-links > li > a |
From Lab to Market div#collapse-footer-3 > ul.footer-links > li > a |
Research Ethics div#collapse-footer-3 > ul.footer-links > li > a |
Research with Animals div#collapse-footer-3 > ul.footer-links > li > a |
Open Science div#collapse-footer-3 > ul.footer-links > li > a |
Innovation div.footer-group > div.footer-sitemap-col > button.footer-title > strong |
Industry Collaboration div#collapse-footer-4 > ul.footer-links > li > a |
Innovation Initiatives div#collapse-footer-4 > ul.footer-links > li > a |
Startup Launchpad div#collapse-footer-4 > ul.footer-links > li > a |
Campus div.footer-group > div.footer-sitemap-col > button.footer-title > strong |
Services & Resources div#collapse-footer-5 > ul.footer-links > li > a |
Library div#collapse-footer-5 > ul.footer-links > li > a |
Restaurants, Shops & Hotels div#collapse-footer-5 > ul.footer-links > li > a |
Security, Prevention & Health div#collapse-footer-5 > ul.footer-links > li > a |
Sports div#collapse-footer-5 > ul.footer-links > li > a |
Community & Support div#collapse-footer-5 > ul.footer-links > li > a |
Chaplaincy div#collapse-footer-5 > ul.footer-links > li > a |
Events div#collapse-footer-5 > ul.footer-links > li > a |
Arts & Culture div#collapse-footer-5 > ul.footer-links > li > a |
Associations div#collapse-footer-5 > ul.footer-links > li > a |
Visit EPFL div#collapse-footer-5 > ul.footer-links > li > a |
Mobility & Travel div#collapse-footer-5 > ul.footer-links > li > a |
Schools & Colleges footer.footer > div.footer-group > div.footer-faculties > button.footer-title |
School of Architecture, Civil & Environmental Engineering
ENAC div#collapse-fac > ul.footer-links > li > a |
ENAC ul.footer-links > li > a > strong |
School of Basic Sciences
SB div#collapse-fac > ul.footer-links > li > a |
SB ul.footer-links > li > a > strong |
School of Engineering
STI div#collapse-fac > ul.footer-links > li > a |
STI ul.footer-links > li > a > strong |
School of Computer & Communication Sciences
IC div#collapse-fac > ul.footer-links > li > a |
IC ul.footer-links > li > a > strong |
School of Life Sciences
SV div#collapse-fac > ul.footer-links > li > a |
SV ul.footer-links > li > a > strong |
College of Management of Technology
CDM div#collapse-fac > ul.footer-links > li > a |
CDM ul.footer-links > li > a > strong |
Practical div.container > footer.footer > div.footer-group > p.footer-title |
Follow EPFL on social media div.container > footer.footer > div.footer-group > p.footer-title |
Accessibility footer.footer > div.footer-legal > div.footer-legal-links > a |
Disclaimer footer.footer > div.footer-legal > div.footer-legal-links > a |
Privacy policy footer.footer > div.footer-legal > div.footer-legal-links > a |
© 2025 EPFL, all rights reserved footer.footer > div.footer-legal > div > p |
These are opportunities to improve the legibility of your content.
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#page > header.header > div.dropdown > a.dropdown-toggle div#page > header.header > div.dropdown > a.dropdown-toggle |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Read more
sur Tech Transfer. div.fullwidth-teaser > div.fullwidth-teaser-text > div.fullwidth-teaser-header > a.btn |
Maps and directions div.fullwidth-teaser > div.fullwidth-teaser-text > div.fullwidth-teaser-header > a.btn |
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 |
|---|---|
The Content-Security-Policy directive 'worker-src' contains the keyword 'none' alongside with other source expressions. The keyword 'none' must be the only source expression in the directive value, otherwise it is ignored. | |
The Content-Security-Policy directive 'worker-src' contains the keyword 'none' alongside with other source expressions. The keyword 'none' must be the only source expression in the directive value, otherwise it is ignored. | |
The Content-Security-Policy directive 'worker-src' contains the keyword 'none' alongside with other source expressions. The keyword 'none' must be the only source expression in the directive value, otherwise it is ignored. |
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 |
|---|---|
| actu.epfl.ch/news/lighting-up-the-organizers-of-the-cell-s-architect | Read more |
| www.epfl.ch/innovation/ | Read more |
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 |
|---|
EN
nav.nav-lang > ul.dropdown-menu > li > a.active |
To appear in search results, crawlers need access to your app.
Send Feedback