Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
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
Performance issues directly impact user engagement and conversion rates.
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.
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 | |
|---|---|---|---|
Largest ALMA image ever shows the molecular gas in the centre of the Milky Way div.slick-track > div.slide > a > img | cdn.eso.org/images/banner1920/eso2603a.jpg | 607.0 KiB | 467.9 KiB |
Aiming at a cosmic tarantula div.story-container > a > div.story-img-container > img.story-img | cdn.eso.org/images/small169/potw2616a.jpg | 345.7 KiB | 337.1 KiB |
El Presidente de la República Checa y el Ministro de Relaciones Exteriores de C… div.story-container > a > div.story-img-container > img.story-img | cdn.eso.org/images/small169/annlang26005a-es-cl.jpg | 274.6 KiB | 266.0 KiB |
In search of our Cosmic Origins div.slogan > a > div.img-wrapper > img.img-responsive | www.eso.org/public/archives/static/frontpage/alma.jpg | 253.8 KiB | 246.7 KiB |
Cerro Paranal and the Milky Way above it div.slick-track > div.slide > a > img | cdn.eso.org/images/banner1920/_DSC7159-CC.jpg | 345.4 KiB | 206.4 KiB |
The world’s most advanced visible-light astronomical observatory div.slogan > a > div.img-wrapper > img.img-responsive | www.eso.org/public/archives/static/frontpage/vlt.jpg | 211.2 KiB | 204.1 KiB |
ESO’s first observatory div.slogan > a > div.img-wrapper > img.img-responsive | www.eso.org/public/archives/static/frontpage/lasilla.jpg | 138.4 KiB | 131.2 KiB |
The PoET main telescope div.slick-track > div.slide > a > img | cdn.eso.org/images/banner1920/eso2605a.jpg | 235.4 KiB | 119.0 KiB |
The World’s Biggest Eye on the Sky div.slogan > a > div.img-wrapper > img.img-responsive | www.eso.org/public/archives/static/frontpage/elt.jpg | 117.4 KiB | 110.3 KiB |
Andreas Kaufer at Paranal div.slick-track > div.slide > a > img | cdn.eso.org/images/banner1920/eso2517a.jpg | 194.5 KiB | 98.3 KiB |
Inside the world's largest telescope: it's progressing fast! div.story-container > a > div.story-img-container > img.story-img | cdn.eso.org/videos/small169/cs0027a.jpg | 94.1 KiB | 85.5 KiB |
VLT images of two planets forming around the young star WISPIT 2 div.slick-track > div.slide > a > img | cdn.eso.org/images/banner1920/eso2604a.jpg | 161.1 KiB | 81.4 KiB |
Taxi, please! div.story-container > a > div.story-img-container > img.story-img | cdn.eso.org/images/small169/potw2615a.jpg | 80.4 KiB | 71.8 KiB |
div#eso-logo-wrapper > div.eso-logo > a > div.sprites-esologo div#eso-logo-wrapper > div.eso-logo > a > div.sprites-esologo | www.eso.org/public/archives/djp/sprites/sprites.73991e10bd47.png | 87.2 KiB | 56.7 KiB |
Tour nocturno en Observatorio Paranal div.story-container > a > div.story-img-container > img.story-img | cdn.eso.org/images/small169/annlang26004a-es-cl.jpg | 58.9 KiB | 50.3 KiB |
div.visituss-container > a > div.visitus-container > img div.visituss-container > a > div.visitus-container > img | cdn.eso.org/images/thumb350x/eso50_obs_compo.jpg | 22.5 KiB | 12.8 KiB |
div.visituss-container > a > div.visitus-container > img div.visituss-container > a > div.visitus-container > img | cdn.eso.org/images/thumb350x/2018_04_17_es_moon-venus_4-cc.jpg | 18.3 KiB | 8.5 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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| www.eso.org/public/archives/djp/css/main.01d86ad5297f.css | 77.7 KiB | 313 ms |
| /t/1.css?apiType=css&projectid=03892b9b-79f6-4f01-9746-af... | 636 B | 222 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| eso.org/ | 742 ms |
| www.eso.org/public/ | 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 |
|---|---|
Our Stories
All
Press Releases
Announcements
Pictures of the Week
Blog Posts
Vi… body > div#content > div#body | 0.301 |
TELESCOPES & INSTRUMENTS nav.main-menu-wrapper > div.main-menu > ul.level0 > li | 0.002 |
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.
Diagnostics
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.eso.org/public/archives/djp/css/main.01d86ad5297f.css | 77.4 KiB | 70.4 KiB |
| www.eso.org/public/archives/djp/css/extras.d3e54451ebbb.css | 13.5 KiB | 13.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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.eso.org/public/archives/djp/js/main.bf52206884ae.js | 194.6 KiB | 145.3 KiB |
| www.eso.org/mtmo/matomo.js | 65.9 KiB | 38.5 KiB |
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 |
|---|---|---|
| www.eso.org/public/archives/djp/css/main.01d86ad5297f.css | 77.7 KiB | 12.8 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 | |
|---|---|
Andreas Kaufer at Paranal div.slick-track > div.slide > a > img | cdn.eso.org/images/banner1920/eso2517a.jpg |
The PoET main telescope div.slick-track > div.slide > a > img | cdn.eso.org/images/banner1920/eso2605a.jpg |
VLT images of two planets forming around the young star WISPIT 2 div.slick-track > div.slide > a > img | cdn.eso.org/images/banner1920/eso2604a.jpg |
Largest ALMA image ever shows the molecular gas in the centre of the Milky Way div.slick-track > div.slide > a > img | cdn.eso.org/images/banner1920/eso2603a.jpg |
Cerro Paranal and the Milky Way above it div.slick-track > div.slide > a > img | cdn.eso.org/images/banner1920/_DSC7159-CC.jpg |
VLT image of a dead star creating a shock wave as it moves through space div.slick-track > div.slide > a > img | cdn.eso.org/images/banner1920/eso2601a.jpg |
CTAO-South time-capsule monument unveiling div.slick-track > div.slide > a > img | cdn.eso.org/images/banner1920/eso2521a.jpg |
Artist’s impression of the initial shape of a supernova explosion div.slick-track > div.slide > a > img | cdn.eso.org/images/banner1920/eso2520a.jpg |
Four lasers for the VLTI div.slick-track > div.slide > a > img | cdn.eso.org/images/banner1920/eso2519a.jpg |
The RCW 94/95 nebulae in visible and infrared light div.slick-track > div.slide > a > img | cdn.eso.org/images/banner1920/eso2518a.jpg |
Andreas Kaufer at Paranal div.slick-track > div.slide > a > img | cdn.eso.org/images/banner1920/eso2517a.jpg |
The PoET main telescope div.slick-track > div.slide > a > img | cdn.eso.org/images/banner1920/eso2605a.jpg |
Inside the world's largest telescope: it's progressing fast! div.story-container > a > div.story-img-container > img.story-img | cdn.eso.org/videos/small169/cs0027a.jpg |
El Presidente de la República Checa y el Ministro de Relaciones Exteriores de C… div.story-container > a > div.story-img-container > img.story-img | cdn.eso.org/images/small169/annlang26005a-es-cl.jpg |
Aiming at a cosmic tarantula div.story-container > a > div.story-img-container > img.story-img | cdn.eso.org/images/small169/potw2616a.jpg |
Taxi, please! div.story-container > a > div.story-img-container > img.story-img | cdn.eso.org/images/small169/potw2615a.jpg |
Tour nocturno en Observatorio Paranal div.story-container > a > div.story-img-container > img.story-img | cdn.eso.org/images/small169/annlang26004a-es-cl.jpg |
The World’s Biggest Eye on the Sky div.slogan > a > div.img-wrapper > img.img-responsive | www.eso.org/public/archives/static/frontpage/elt.jpg |
In search of our Cosmic Origins div.slogan > a > div.img-wrapper > img.img-responsive | www.eso.org/public/archives/static/frontpage/alma.jpg |
The world’s most advanced visible-light astronomical observatory div.slogan > a > div.img-wrapper > img.img-responsive | www.eso.org/public/archives/static/frontpage/vlt.jpg |
ESO’s first observatory div.slogan > a > div.img-wrapper > img.img-responsive | www.eso.org/public/archives/static/frontpage/lasilla.jpg |
div.visituss-container > a > div.visitus-container > img div.visituss-container > a > div.visitus-container > img | cdn.eso.org/images/thumb350x/2018_04_17_es_moon-venus_4-cc.jpg |
div.visituss-container > a > div.visitus-container > img div.visituss-container > a > div.visitus-container > img | cdn.eso.org/images/thumb350x/eso50_obs_compo.jpg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
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
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
ESO2517 — PRESS RELEASE
Andreas Kaufer appointed as next ESO Director General
T… div#pr-carousel > div.slick-list > div.slick-track > div.slide |
ESO2604 — PRESS RELEASE
A Solar System in the making? Two planets spotted formi… div#pr-carousel > div.slick-list > div.slick-track > div.slide |
ESO2603 — PRESS RELEASE
Largest image of its kind shows hidden chemistry at the… div#pr-carousel > div.slick-list > div.slick-track > div.slide |
ESO2602 — PRESS RELEASE
AES Andes announces cancellation of INNA, the industria… div#pr-carousel > div.slick-list > div.slick-track > div.slide |
ESO2601 — PRESS RELEASE
Astronomers surprised by mysterious shock wave around d… div#pr-carousel > div.slick-list > div.slick-track > div.slide |
ESO2521 — PRESS RELEASE
Construction begins on the first and largest gamma-ray … div#pr-carousel > div.slick-list > div.slick-track > div.slide |
ESO2520 — PRESS RELEASE
Unique shape of star’s explosion revealed just a day af… div#pr-carousel > div.slick-list > div.slick-track > div.slide |
ESO2519 — PRESS RELEASE
Laser trial run kickstarts new era of interferometry
La… div#pr-carousel > div.slick-list > div.slick-track > div.slide |
ESO2518 — PRESS RELEASE
New image captures spooky bat signal in the sky
A spook… div#pr-carousel > div.slick-list > div.slick-track > div.slide |
ESO2517 — PRESS RELEASE
Andreas Kaufer appointed as next ESO Director General
T… div#pr-carousel > div.slick-list > div.slick-track > div.slide |
ESO2605 — PRESS RELEASE
First light for PoET: shining (sun)light on exoplanet r… div#pr-carousel > div.slick-list > div.slick-track > div.slide |
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.
Names and labels
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 |
|---|
nav.navbar-general-wrapper > div.navbar-general > div.searchbox > button#searchbox-button nav.navbar-general-wrapper > div.navbar-general > div.searchbox > button#searchbox-button |
div.form-group > div.input-group > span.input-group-btn > button.btn div.form-group > div.input-group > span.input-group-btn > button.btn |
div#content > div#pr-carousel-wrapper > div#pr-carousel > button.slide-prev div#content > div#pr-carousel-wrapper > div#pr-carousel > button.slide-prev |
div#content > div#pr-carousel-wrapper > div#pr-carousel > button.slide-next div#content > div#pr-carousel-wrapper > div#pr-carousel > button.slide-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 |
|---|
div.visituss-container > a > div.visitus-container > img div.visituss-container > a > div.visitus-container > img |
div.visituss-container > a > div.visitus-container > img div.visituss-container > a > div.visitus-container > img |
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 |
|---|
body > div#content > div#eso-side-logo > a body > div#content > div#eso-side-logo > a |
div.visitus-container > div.social-links-container > div.social-icons-container > a div.visitus-container > div.social-links-container > div.social-icons-container > a |
div.visitus-container > div.social-links-container > div.social-icons-container > a div.visitus-container > div.social-links-container > div.social-icons-container > a |
div.visitus-container > div.social-links-container > div.social-icons-container > a div.visitus-container > div.social-links-container > div.social-icons-container > a |
div.visitus-container > div.social-links-container > div.social-icons-container > a div.visitus-container > div.social-links-container > div.social-icons-container > a |
div.visitus-container > div.social-links-container > div.social-icons-container > a div.visitus-container > div.social-links-container > div.social-icons-container > a |
div.visitus-container > div.social-links-container > div.social-icons-container > a div.visitus-container > div.social-links-container > div.social-icons-container > a |
div.visitus-container > div.social-links-container > div.social-icons-container > a div.visitus-container > div.social-links-container > div.social-icons-container > a |
div.visitus-container > div.social-links-container > div.social-icons-container > a div.visitus-container > div.social-links-container > div.social-icons-container > a |
div.visitus-container > div.social-links-container > div.social-icons-container > a div.visitus-container > div.social-links-container > div.social-icons-container > a |
div#content > div.privacy-settings > ul.ul-privacy > a div#content > div.privacy-settings > ul.ul-privacy > a |
div.privacy-settings > ul.ul-privacy > li > a div.privacy-settings > ul.ul-privacy > li > a |
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.
Contrast
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 |
|---|
Press Releases div#body > div.title-categories > div.story-categories > span.story-category |
Announcements div#body > div.title-categories > div.story-categories > span.story-category |
Pictures of the Week div#body > div.title-categories > div.story-categories > span.story-category |
Blog Posts div#body > div.title-categories > div.story-categories > span.story-category |
Videos div#body > div.title-categories > div.story-categories > span.story-category |
13 Mar 2026 — cs0027a div.story-container > a > div.story-description > div.date |
20 Apr 2026 — annlang26005-es-cl-en div.story-container > a > div.story-description > div.date |
20 Apr 2026 — potw2616 div.story-container > a > div.story-description > div.date |
13 Apr 2026 — potw2615 div.story-container > a > div.story-description > div.date |
10 Apr 2026 — annlang26004-es-cl-en div.story-container > a > div.story-description > div.date |
More... div.stories-container > div.story-container > div.story-more-container > span.story-more |
Send us your comments! div#content > div.footernote > div > a |
Subscribe to receive news from ESO in your language div#content > div.footernote > div > a |
Accelerated by CDN77 div#content > div.footernote > div > a |
Terms & Conditions div#content > div.footernote > div > a |
Cookie Settings and Policy div#content > div.footernote > div > span.footer-privacy-settings-link |
OFF div.cookies-table-row-choice > div.cookies-table-cell > div.privacy-setting-toggle > span.privacy-option |
OFF div.cookies-table-row-choice > div.cookies-table-cell > div.privacy-setting-toggle > span.privacy-option |
OFF div#content > div.privacy-settings > div.privacy-setting-toggle > span.privacy-option |
These are opportunities to improve the legibility of your content.
Tables and lists
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 |
|---|
Brave
Chrome
Edge
Firefox
Safari body > div#content > div.privacy-settings > ul.ul-privacy |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Brave div.privacy-settings > ul.ul-privacy > li > a |
Chrome div.privacy-settings > ul.ul-privacy > li > a |
Edge div.privacy-settings > ul.ul-privacy > li > a |
Firefox div.privacy-settings > ul.ul-privacy > li > a |
Safari div.privacy-settings > ul.ul-privacy > li > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Best Practices
General
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.
SEO
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.
Content Best Practices
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.eso.org/public/shopinfo/ | Information |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.visituss-container > a > div.visitus-container > img div.visituss-container > a > div.visitus-container > img |
div.visituss-container > a > div.visitus-container > img div.visituss-container > a > div.visitus-container > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.