Lighthouse Mobile
· 0 checks — Mobile 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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| /snippet/account/95698597?site=17b1ef59262938e5fb148f7a3 | 60.0 s | 109.2 KiB |
| www.irena.org/assets/styles/default.css?v=81387877 | 0.0 ms | 60.3 KiB |
| www.irena.org/assets/js/app.js?v=81387877 | 0.0 ms | 48.5 KiB |
| www.irena.org/assets/fonts/Graphik/Graphik-Semibold.woff2 | 0.0 ms | 37.7 KiB |
| www.irena.org/assets/fonts/Graphik/Graphik-Bold.woff2 | 0.0 ms | 37.6 KiB |
| www.irena.org/assets/fonts/Graphik/Graphik-Light.woff2 | 0.0 ms | 36.8 KiB |
| www.irena.org/assets/fonts/Graphik/Graphik-Regular.woff2 | 0.0 ms | 35.1 KiB |
| www.google-analytics.com/analytics.js | 7200.0 s | 20.9 KiB |
| /-/media/Examples/Irena/Images/BasicContent/NewsCarousel/... | 604800.0 s | 89.5 KiB |
| www.irena.org/assets/styles/print.css?v=81387877 | 0.0 ms | 3.1 KiB |
| /mcjs-connected/js/users/58854272bde93aba940164cee/17b1ef... | 300.0 s | 1.5 KiB |
| /-/media/Images/IRENA/Agency/Press-Release/2026/Apr/Resil... | 604800.0 s | 13.9 KiB |
| /-/media/Examples/Irena/Images/Navigation/IRENA_logo.svg?... | 604800.0 s | 0 B |
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.
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.
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 |
|---|---|
| www.irena.org/assets/styles/default.css?v=81387877 | 60.3 KiB |
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.
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.
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.
Diagnostics
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
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.
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.
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.
Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. Learn how to avoid long main-thread tasks
Performance issues directly impact user engagement and conversion rates.
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 |
| Only pages loaded via a GET request are eligible for back/forward cache. | Not actionable |
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 |
|---|---|---|---|
| /?appgw_azwaf_jsc=tFA4qNJWqh1Qo2B2IebdJ6eO0wPVZaUfRmTz1mQ... | 7.7 s | 6.7 s | 4.8 ms |
| Unattributable | 417 ms | 11 ms | 0.0 ms |
| www.googletagmanager.com/gtag/js?id=G-7W6ZEF19K4&cx=c>m=4e64k0 | 410 ms | 344 ms | 61 ms |
| www.googletagmanager.com/gtm.js?id=GTM-PR8BPS9 | 405 ms | 320 ms | 62 ms |
| www.irena.org/appgwazwaf/jsc/challenge.32b5cf3855cc1910a015.js | 339 ms | 283 ms | 50 ms |
| www.irena.org/assets/js/app.js?v=81387877 | 212 ms | 165 ms | 37 ms |
| www.google-analytics.com/analytics.js | 193 ms | 138 ms | 29 ms |
| /snippet/account/95698597?site=17b1ef59262938e5fb148f7a3 | 90 ms | 1.1 ms | 88 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 | 7.9 s |
| Other | 768 ms |
| Style & Layout | 540 ms |
| Script Parsing & Compilation | 335 ms |
| Rendering | 209 ms |
| Parse HTML & CSS | 76 ms |
| Garbage Collection | 5.4 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 | |
|---|---|
li > div.c-BoxRelatedContentItem > picture > img.c-BoxRelatedContentItem__image li > div.c-BoxRelatedContentItem > picture > img.c-BoxRelatedContentItem__image | /-/media/Images/IRENA/Agency/Press-Release/2026/Apr/Resil... |
li > div.c-BoxRelatedContentItem > picture > img.c-BoxRelatedContentItem__image li > div.c-BoxRelatedContentItem > picture > img.c-BoxRelatedContentItem__image | /-/media/Images/IRENA/Agency/Press-Release/2026/Apr/Resil... |
li > div.c-BoxRelatedContentItem > picture > img.c-BoxRelatedContentItem__image li > div.c-BoxRelatedContentItem > picture > img.c-BoxRelatedContentItem__image | /-/media/Images/IRENA/Agency/Article/2026/Apr/The-4th-New... |
li > div.c-BoxRelatedContentItem > picture > img.c-BoxRelatedContentItem__image li > div.c-BoxRelatedContentItem > picture > img.c-BoxRelatedContentItem__image | /-/media/Images/IRENA/Agency/Press-Release/2026/Apr/Near-... |
Map of The World div.l-wrapper > div.m-Mission__bg > picture > img.m-Mission__bgImg | /-/media/Irena/Modules-Content/Our-Mission/map2x.png?w=16... |
div.m-HighlightedPublication__container > div.m-HighlightedPublication__image > picture > img div.m-HighlightedPublication__container > div.m-HighlightedPublication__image > picture > img | /-/media/Images/IRENA/Agency/Publication/2025/Oct/Trackin... |
div.c-Publication__image > a > picture > img.c-Publication__image div.c-Publication__image > a > picture > img.c-Publication__image | /-/media/Images/IRENA/Agency/Publication/2026/Apr/Sustain... |
div.c-Publication__image > a > picture > img.c-Publication__image div.c-Publication__image > a > picture > img.c-Publication__image | /-/media/Images/IRENA/Agency/Publication/2026/Apr/Renewab... |
div.c-Publication__image > a > picture > img.c-Publication__image div.c-Publication__image > a > picture > img.c-Publication__image | /-/media/Images/IRENA/Agency/Publication/2026/Mar/Renewab... |
div.c-Publication__image > a > picture > img.c-Publication__image div.c-Publication__image > a > picture > img.c-Publication__image | /-/media/Images/IRENA/Agency/Publication/2026/Mar/Trackin... |
div.c-Publication__image > a > picture > img.c-Publication__image div.c-Publication__image > a > picture > img.c-Publication__image | /-/media/Images/IRENA/Agency/Publication/2026/Mar/Financi... |
div.c-Publication__image > a > picture > img.c-Publication__image div.c-Publication__image > a > picture > img.c-Publication__image | /-/media/Images/IRENA/Agency/Publication/2026/Apr/Sustain... |
div.l-wrapper > nav.m-Header__nav > a.m-Header__logo > img div.l-wrapper > nav.m-Header__nav > a.m-Header__logo > img | /-/media/Examples/Irena/Images/Navigation/IRENA_logo.svg?... |
div.c-Publication__image > a > picture > img.c-Publication__image div.c-Publication__image > a > picture > img.c-Publication__image | |
div.c-Publication__image > a > picture > img.c-Publication__image div.c-Publication__image > a > picture > img.c-Publication__image | |
div.c-Publication__image > a > picture > img.c-Publication__image div.c-Publication__image > a > picture > img.c-Publication__image | |
div.c-Publication__image > a > picture > img.c-Publication__image div.c-Publication__image > a > picture > img.c-Publication__image | |
div.c-Publication__image > a > picture > img.c-Publication__image div.c-Publication__image > a > picture > img.c-Publication__image | |
div.c-Publication__image > a > picture > img.c-Publication__image div.c-Publication__image > a > picture > img.c-Publication__image |
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 |
|---|
All users
Members div#mf94f8470a46d4431aeeb7285a13c588e > div.Heading > div.c-Filters > ul.c-Filters__list |
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
All users div.c-Filters > ul.c-Filters__list > li > button#btn-mf94f8470a46d4431aeeb7285a13c588e-tab1 |
Members div.c-Filters > ul.c-Filters__list > li > button#btn-mf94f8470a46d4431aeeb7285a13c588e-tab2 |
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 |
|---|
ul.m-Header__list > li > div.m-Header__submenu > button.m-Header__close ul.m-Header__list > li > div.m-Header__submenu > button.m-Header__close |
ul.m-Header__list > li > div.m-Header__submenu > button.m-Header__close ul.m-Header__list > li > div.m-Header__submenu > button.m-Header__close |
ul.m-Header__list > li > div.m-Header__submenu > button.m-Header__close ul.m-Header__list > li > div.m-Header__submenu > button.m-Header__close |
section#m15671bcf4de04b8f9952008705174c19 > div.l-section__placeholder > div.m-Mission > button.m-Mission__button section#m15671bcf4de04b8f9952008705174c19 > div.l-section__placeholder > div.m-Mission > button.m-Mission__button |
div.m-Timeline > div.m-Timeline__container > div.m-Timeline__buttons > button.icon div.m-Timeline > div.m-Timeline__container > div.m-Timeline__buttons > button.icon |
div.m-Timeline > div.m-Timeline__container > div.m-Timeline__buttons > button.icon div.m-Timeline > div.m-Timeline__container > div.m-Timeline__buttons > button.icon |
div.l-wrapper > div.swiper-container > div.swiper-navigation > button.icon div.l-wrapper > div.swiper-container > div.swiper-navigation > button.icon |
div.l-wrapper > div.swiper-container > div.swiper-navigation > button.icon div.l-wrapper > div.swiper-container > div.swiper-navigation > button.icon |
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.m-Header > div.l-wrapper > nav.m-Header__nav > a.m-Header__logo header.m-Header > div.l-wrapper > nav.m-Header__nav > a.m-Header__logo |
li.swiper-slide > div.c-Publication > div.c-Publication__image > a li.swiper-slide > div.c-Publication > div.c-Publication__image > a |
li.swiper-slide > div.c-Publication > div.c-Publication__image > a li.swiper-slide > div.c-Publication > div.c-Publication__image > a |
li.swiper-slide > div.c-Publication > div.c-Publication__image > a li.swiper-slide > div.c-Publication > div.c-Publication__image > a |
li.swiper-slide > div.c-Publication > div.c-Publication__image > a li.swiper-slide > div.c-Publication > div.c-Publication__image > a |
li.swiper-slide > div.c-Publication > div.c-Publication__image > a li.swiper-slide > div.c-Publication > div.c-Publication__image > a |
li.swiper-slide > div.c-Publication > div.c-Publication__image > a li.swiper-slide > div.c-Publication > div.c-Publication__image > a |
li.swiper-slide > div.c-Publication > div.c-Publication__image > a li.swiper-slide > div.c-Publication > div.c-Publication__image > a |
li.swiper-slide > div.c-Publication > div.c-Publication__image > a li.swiper-slide > div.c-Publication > div.c-Publication__image > a |
li.swiper-slide > div.c-Publication > div.c-Publication__image > a li.swiper-slide > div.c-Publication > div.c-Publication__image > a |
li.swiper-slide > div.c-Publication > div.c-Publication__image > a li.swiper-slide > div.c-Publication > div.c-Publication__image > 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.c-BoxRelatedContentItem > div.c-BoxRelatedContentItem__content > div.c-BoxRelatedContentItem__info > a |
Articles div.c-BoxRelatedContentItem > div.c-BoxRelatedContentItem__content > div.c-BoxRelatedContentItem__info > a |
Press Releases div.c-BoxRelatedContentItem > div.c-BoxRelatedContentItem__content > div.c-BoxRelatedContentItem__info > a |
Terms and conditions div.l-wrapper > div.m-Footer__disclaimer > small.m-Footer__copy > a |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
IRENA essentials div.m-Footer__bottom > div.m-Footer__bottomLeft > div.Heading > h4.Heading__text |
These are opportunities to improve keyboard navigation in your application.
Tables and lists
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 |
|---|
All users div.Heading > div.c-Filters > ul.c-Filters__list > li |
Members div.Heading > div.c-Filters > ul.c-Filters__list > li |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best Practices
General
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 |
|---|---|
/snippet/account/95698597?site=17b1ef59262938e5fb148f7a3 line 1, col 228745 | Connecting to 'https://9kvu81ddh3.execute-api.us-east-2.amazonaws.com/prod/collect' violates the following Content Security Policy directive: "default-src 'self' 'unsafe-inline' 'unsafe-eval' https://open.spotify.com https://www.google.com https://www.gstatic.com https://twitframe.com https://*.list-manage.com https://*.mailchimp.com https://chimpstatic.com https://*.g.doubleclick.net https://*.google.com https://*.google-analytics.com https://*.analytics.google.com https://*.googletagmanager.com https://platform.twitter.com https://app.powerbi.com https://cdnjs.cloudflare.com https://mc-cd8320d4-36a1-40ac-83cc-3389-cdn-endpoint.azureedge.net https://prod-cdn.irena.org https://fs27.formsite.com https://public.tableau.com https://s3.amazonaws.com https://irena.us18.list-manage.com https://apps.sitecore.net https://youtube.com https://www.youtube.com https://api.flickr.com https://e.infogram.com/ https://flagcdn.com/ https://fonts.googleapis.com https://img.youtube.com https://live.staticflickr.com https://flagcdn.com/ data: https://fonts.gstatic.com data: https://www.googletagmanager.com https://www.irena.org https://widget.usersnap.com https://static.addtoany.com/ https://resources.usersnap.com https://i.creativecommons.org". Note that 'connect-src' was not explicitly set, so 'default-src' is used as a fallback. The action has been blocked. |
/snippet/account/95698597?site=17b1ef59262938e5fb148f7a3 line 1, col 461453 | Connecting to 'https://eventcollector.mcf-prod.a.intuit.com/collect' violates the following Content Security Policy directive: "default-src 'self' 'unsafe-inline' 'unsafe-eval' https://open.spotify.com https://www.google.com https://www.gstatic.com https://twitframe.com https://*.list-manage.com https://*.mailchimp.com https://chimpstatic.com https://*.g.doubleclick.net https://*.google.com https://*.google-analytics.com https://*.analytics.google.com https://*.googletagmanager.com https://platform.twitter.com https://app.powerbi.com https://cdnjs.cloudflare.com https://mc-cd8320d4-36a1-40ac-83cc-3389-cdn-endpoint.azureedge.net https://prod-cdn.irena.org https://fs27.formsite.com https://public.tableau.com https://s3.amazonaws.com https://irena.us18.list-manage.com https://apps.sitecore.net https://youtube.com https://www.youtube.com https://api.flickr.com https://e.infogram.com/ https://flagcdn.com/ https://fonts.googleapis.com https://img.youtube.com https://live.staticflickr.com https://flagcdn.com/ data: https://fonts.gstatic.com data: https://www.googletagmanager.com https://www.irena.org https://widget.usersnap.com https://static.addtoany.com/ https://resources.usersnap.com https://i.creativecommons.org". Note that 'connect-src' was not explicitly set, so 'default-src' is used as a fallback. The action has been blocked. |
Failed to load resource: the server responded with a status of 403 (Forbidden) | |
Failed to load resource: the server responded with a status of 403 (Forbidden) | |
Failed to load resource: the server responded with a status of 403 (Forbidden) | |
Failed to load resource: the server responded with a status of 403 (Forbidden) | |
/snippet/account/95698597?site=17b1ef59262938e5fb148f7a3 line 1, col 228745 | Fetch API cannot load https://9kvu81ddh3.execute-api.us-east-2.amazonaws.com/prod/collect. Refused to connect because it violates the document's Content Security Policy. |
/?appgw_azwaf_jsc=tFA4qNJWqh1Qo2B2IebdJ6eO0wPVZaUfRmTz1mQ... line 101, col 268 | Loading the script 'https://www.clarity.ms/tag/ufn5mhzznt' violates the following Content Security Policy directive: "default-src 'self' 'unsafe-inline' 'unsafe-eval' https://open.spotify.com https://www.google.com https://www.gstatic.com https://twitframe.com https://*.list-manage.com https://*.mailchimp.com https://chimpstatic.com https://*.g.doubleclick.net https://*.google.com https://*.google-analytics.com https://*.analytics.google.com https://*.googletagmanager.com https://platform.twitter.com https://app.powerbi.com https://cdnjs.cloudflare.com https://mc-cd8320d4-36a1-40ac-83cc-3389-cdn-endpoint.azureedge.net https://prod-cdn.irena.org https://fs27.formsite.com https://public.tableau.com https://s3.amazonaws.com https://irena.us18.list-manage.com https://apps.sitecore.net https://youtube.com https://www.youtube.com https://api.flickr.com https://e.infogram.com/ https://flagcdn.com/ https://fonts.googleapis.com https://img.youtube.com https://live.staticflickr.com https://flagcdn.com/ data: https://fonts.gstatic.com data: https://www.googletagmanager.com https://www.irena.org https://widget.usersnap.com https://static.addtoany.com/ https://resources.usersnap.com https://i.creativecommons.org". Note that 'script-src-elem' was not explicitly set, so 'default-src' is used as a fallback. The action has been blocked. |
Manifest fetch from https://www.irena.org/assets/static/site.webmanifest failed, code 403 | |
Manifest fetch from https://www.irena.org/assets/static/site.webmanifest failed, code 403 | |
/snippet/account/95698597?site=17b1ef59262938e5fb148f7a3 line 1, col 228745 | Uncaught (in promise) TypeError: Failed to fetch |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
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 |
|---|---|
| /Publications/2025/Oct/UAE-Consensus-2030-tripling-renewa... | Read more |
Format your HTML in a way that enables crawlers to better understand your app’s content.