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.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| assets.adobedtm.com/launch-ENb531171bce964c769bfc582af650ee4a.js | 91.9 KiB | 284 ms |
| /etc.clientlibs/enel-common/clientlibs/clientlib-bundle.l... | 137.0 KiB | 200 ms |
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
en-idpd_2400x1160 a.link > div.media > figure.image > img | /content/dam/enel-com/immagini/master-media_2400x1160/en-... | 32.5 KiB | 17.1 KiB |
res4africa-high-course-renewable-energy_1_768x600 a.link > div.media > figure.image > img | /content/dam/enel-com/immagini/content-box_768x600/res4af... | 29.9 KiB | 14.5 KiB |
cattaneo-enel-brasile-bahia_768x600 a.link > div.media > figure.image > img | /content/dam/enel-com/immagini/content-box_768x600/cattan... | 24.8 KiB | 9.4 KiB |
talent-scout-colombia_1_2400x1160 a.link > div.media > figure.image > img | /content/dam/enel-com/immagini/master-media_2400x1160/tal... | 23.8 KiB | 8.4 KiB |
Background blue water on which white graphic with concentric lines is overlaid.… a.link > div.media > figure.image > img | /content/dam/enel-com/immagini/content-box_768x600/thumb-... | 22.8 KiB | 7.4 KiB |
Leadership Summit event, UN Global Compact 2024, interior glass building, New Y… a.link > div.media > figure.image > img | /content/dam/enel-com/immagini/master-azienda_2400x1160/s... | 22.7 KiB | 7.3 KiB |
Aerial view of Rock Creek Wind Farm a.link > div.media > figure.image > img | /content/dam/enel-com/immagini/master-azienda_2400x1160/s... | 21.8 KiB | 6.4 KiB |
windesign-ad-premiazione_2400x1160c a.link > div.media > figure.image > img | /content/dam/enel-com/immagini/master-azienda_2400x1160/s... | 21.4 KiB | 6.0 KiB |
enel-innothon-2025_2400x1160 a.link > div.media > figure.image > img | /content/dam/enel-com/immagini/master-azienda_2400x1160/s... | 21.3 KiB | 5.9 KiB |
cmd-2026-cattaneo-enel_2400x1160 a.link > div.media > figure.image > img | /content/dam/enel-com/immagini/master-azienda_2400x1160/s... | 20.4 KiB | 5.0 KiB |
castello_brindisi_1_2400x1160 a.link > div.media > figure.image > img | /content/dam/enel-com/immagini/master-azienda_2400x1160/s... | 20.3 KiB | 4.9 KiB |
colombia-thumbnail_768x600 a.link > div.media > figure.image > img | /content/dam/enel-com/immagini/master-media_2400x1160/col... | 19.5 KiB | 4.1 KiB |
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.
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 |
|---|---|
| enel.com/ | 212 ms |
| www.enel.com/ | 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.
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 |
|---|---|---|
| /etc.clientlibs/enel-common/clientlibs/clientlib-bundle.l... | 136.9 KiB | 131.8 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 |
|---|---|---|
| /etc.clientlibs/enel-common/clientlibs/clientlib-bundle.l... | 837.6 KiB | 662.7 KiB |
| consent.trustarc.com/asset/notice.js/v/v1.7-9089 | 30.8 KiB | 21.9 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 |
|---|---|
| Other | 2.4 s |
| Script Evaluation | 1.2 s |
| Style & Layout | 1.0 s |
| Rendering | 969 ms |
| Script Parsing & Compilation | 118 ms |
| Garbage Collection | 68 ms |
| Parse HTML & CSS | 50 ms |
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 |
|---|---|---|
| assets.adobedtm.com/launch-ENb531171bce964c769bfc582af650ee4a.js | 91.4 KiB | 40.9 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 | |
|---|---|
en div.item > div.LanguagePopover > a.trigger > img.icon | /etc.clientlibs/enel-common/clientlibs/clientlib-bundle/r... |
Book icon, our story - Enel Group div.row > div.FocusModuleItem > figure.icon > img.image | www.enel.com/content/dam/enel-com/immagini/loghi-e-icone/storia_48px.svg |
Target icon - Vision - Enel Group div.row > div.FocusModuleItem > figure.icon > img.image | www.enel.com/content/dam/enel-com/immagini/loghi-e-icone/vision_48px.svg |
Locations icon, wher we are - Enel Group div.row > div.FocusModuleItem > figure.icon > img.image | www.enel.com/content/dam/enel-com/immagini/loghi-e-icone/mappa_48px.svg |
Double circle icon - Enel Group div.row > div.FocusModuleItem > figure.icon > img.image | www.enel.com/content/dam/enel-com/immagini/loghi-e-icone/gruppo-enel_48px.svg |
Enel Logo div.logo > a.logo-link > h1.logo-title > img.logo-img | www.enel.com/content/dam/enel-com/immagini/enel-logo/logo-solido.svg |
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
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Growth, productivity, and an improved risk/return profile: Enel’s new Strategic… main#main > section.ContentBox > div > div.wrapper |
When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to make command elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.container > div.footer-menu > nav.socials > div.item div.container > div.footer-menu > nav.socials > div.item |
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 |
|---|
Enel’s Talent Scout project kicks off div.wrapper > div.flickity-viewport > div.flickity-slider > article.ContentBoxItem |
Financial and environmental sustainability: the energy transition according to … div.wrapper > div.flickity-viewport > div.flickity-slider > article.ContentBoxItem |
Group's commitment to the energy transition in Brazil continues div.wrapper > div.flickity-viewport > div.flickity-slider > article.ContentBoxItem |
In Colombia, new investments in the energy transition div.wrapper > div.flickity-viewport > div.flickity-slider > article.ContentBoxItem |
Enel Innothon 2025: Energy and Artificial Intelligence, working together for th… div.wrapper > div.flickity-viewport > div.flickity-slider > article.ContentBoxItem |
The RES4Africa Foundation is training energy transition leaders: the first High… div.wrapper > div.flickity-viewport > div.flickity-slider > article.ContentBoxItem |
Italy and Brazil are consolidating their relationship. After the G7 summit, CEO… div.wrapper > div.flickity-viewport > div.flickity-slider > article.ContentBoxItem |
Enlit Europe 2024: continuous innovation for a flexible, integrated and sustain… div.wrapper > div.flickity-viewport > div.flickity-slider > article.ContentBoxItem |
International collaboration and energy innovation: the role of Enel at the G7 s… div.wrapper > div.flickity-viewport > div.flickity-slider > article.ContentBoxItem |
Enel's new DEIB Policy: toward a more inclusive future in order to meet new cha… div.wrapper > div.flickity-viewport > div.flickity-slider > article.ContentBoxItem |
The distribution grids, the pillar of the energy transition div.wrapper > div.flickity-viewport > div.flickity-slider > article.ContentBoxItem |
Enel's innovation through AI div.wrapper > div.flickity-viewport > div.flickity-slider > article.ContentBoxItem |
Financial sustainability: the key to a sustainable future div.wrapper > div.flickity-viewport > div.flickity-slider > article.ContentBoxItem |
Hydroelectricity: a global renewable source div.wrapper > div.flickity-viewport > div.flickity-slider > article.ContentBoxItem |
div.wrapper > div.flickity-viewport > div.flickity-slider > article.ContentBoxItem div.wrapper > div.flickity-viewport > div.flickity-slider > article.ContentBoxItem |
Enel at UN General Assembly: global commitment to sustainability div.wrapper > div.flickity-viewport > div.flickity-slider > article.ContentBoxItem |
Company
About
Our business
Commitments
Join us
All stories div.col-12 > div.footer-accordion > nav.MenuAccordion > ul#menu-accordion1_0-135115244- |
More about us
Locations
Management team
Our story
Vision div.col-12 > div.footer-accordion > nav.MenuAccordion > ul#menu-accordion2_0-135114283- |
Media
Press releases
News
Photos
Videos
Our Brand div.col-12 > div.footer-accordion > nav.MenuAccordion > ul#menu-accordion1_1-135115243- |
Sustainable Power
Continuous improvement
#AsktheProfessor
Power for sports div.col-12 > div.footer-accordion > nav.MenuAccordion > ul#menu-accordion2_1-135114282- |
Sustainability and Innovation
Sustainable Development Goals
Letter to Stakehold… div.col-12 > div.footer-accordion > nav.MenuAccordion > ul#menu-accordion1_2-135115242- |
Investors
Overview
Strategy
Financial
Investing
Sustainability
Governance div.col-12 > div.footer-accordion > nav.MenuAccordion > ul#menu-accordion1_3-135115241- |
Careers
Home
Being Enel
Teams
Students
Jobs div.col-12 > div.footer-accordion > nav.MenuAccordion > ul#menu-accordion1_4-135115240- |
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.
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 |
|---|
Settings div#truste-consent-track > div#truste-consent-content > div#truste-consent-buttons > button#truste-show-consent |
These are opportunities to improve the legibility of your content.
Names and labels
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#truste-consent-track > div#truste-consent-content > div#truste-consent-buttons > img#truste-consent-required div#truste-consent-track > div#truste-consent-content > div#truste-consent-buttons > img#truste-consent-required |
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 |
|---|
Enel nav.navbar > div.nav-el > div.logo > a.logo-link |
Accessibilty div.footer-menu > nav.menu > div.item > a |
English nav.menu > div.item > div.LanguagePopover > a.trigger |
Best Practices
General
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 |
|---|---|
| CSS appearance value slider-vertical is not standardized and will be removed. |
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.
| Description |
|---|
TypeError: window.clarity is not a function
at <anonymous>:2:8
at https://assets.adobedtm.com/launch-ENb531171bce964c769bfc582af650ee4a.js:5745:14
at new Promise (<anonymous>)
at _satellite.<computed> (https://assets.adobedtm.com/launch-ENb531171bce964c769bfc582af650ee4a.js:5743:7)
at <anonymous>:1:26
at WriteStream._insertCursor (https://assets.adobedtm.com/launch-ENb531171bce964c769bfc582af650ee4a.js:4321:26)
at WriteStream._writeScriptToken (https://assets.adobedtm.com/launch-ENb531171bce964c769bfc582af650ee4a.js:4394:13)
at WriteStream._handleScriptToken (https://assets.adobedtm.com/launch-ENb531171bce964c769bfc582af650ee4a.js:4229:11)
at WriteStream._writeImpl (https://assets.adobedtm.com/launch-ENb531171bce964c769bfc582af650ee4a.js:4052:13)
at WriteStream.write (https://assets.adobedtm.com/launch-ENb531171bce964c769bfc582af650ee4a.js:4002:15) |
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
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#truste-consent-track > div#truste-consent-content > div#truste-consent-buttons > img#truste-consent-required div#truste-consent-track > div#truste-consent-content > div#truste-consent-buttons > img#truste-consent-required |
Format your HTML in a way that enables crawlers to better understand your app’s content.