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.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
amateur radio div.home-feature-item > div.hf-photo > a > img | /en/PublishingImages/slider/2026/AmateurRadio_AdobeStock_... | 40.7 KiB | 16.9 KiB |
ITU Journal dt.flexviewerMainDivDT-indepth > div.flexviewerMainDivDT-image-indepth > a > img | /en/PublishingImages/homepage-indepth/2026/itu-journal-un... | 22.8 KiB | 14.8 KiB |
PP 26 div.col-10 > div > a > img | /en/PublishingImages/homepage-top-corner-logo/2026/pp26-l... | 15.3 KiB | 14.0 KiB |
Handbook Amateur Satellite service dt.flexviewerMainDivDT-newsviews > div.flexviewerMainDivDT-image-newsviews > a > img | /en/PublishingImages/homepage-news-views/2026/AmateurRadi... | 18.1 KiB | 10.1 KiB |
Facts and figures report 2025 dt.flexviewerMainDivDT-indepth > div.flexviewerMainDivDT-image-indepth > a > img | /en/PublishingImages/homepage-indepth/2025/facts-and-figu... | 16.1 KiB | 8.1 KiB |
BDT highlights dt.flexviewerMainDivDT-newsviews > div.flexviewerMainDivDT-image-newsviews > a > img | /en/PublishingImages/homepage-news-views/2026/bdt-highlig... | 15.3 KiB | 7.3 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| www.itu.int/js/jquery-ui-1.8.16.min.js | 198.2 KiB | 760 ms |
| www.itu.int/js/itu-own-functions.js | 2.3 KiB | 277 ms |
| www.itu.int/js/jquery-1.6.4.min.js | 90.6 KiB | 639 ms |
| www.itu.int/_layouts/15/init.js?rev=TzY%2Fm%2FOoPnHW9OQ41OjrYQ%3D%3DTAG0 | 82.6 KiB | 760 ms |
| www.itu.int/js/itu-functions.js | 69.2 KiB | 519 ms |
| /ScriptResource.axd?d=FQlq4QX5WsTXFIgYiWTenUSIA9WRG0BOpnj... | 10.3 KiB | 277 ms |
| www.itu.int/_layouts/15/blank.js?rev=whhv86DINHGWQe4GPtKl0A%3D%3DTAG0 | 1.0 KiB | 277 ms |
| /ScriptResource.axd?d=u0dJMJBkSP4O90WEXjB8tUsWcB4BkV1jcwe... | 25.6 KiB | 337 ms |
| www.itu.int/_layouts/15/theming.js?rev=SuLUbbwTXcxFWOWLFUsOkw%3D%3DTAG0 | 12.8 KiB | 277 ms |
| /_layouts/15/1033/initstrings.js?rev=GAkoVg6Sl%2Bo2hXf%2B... | 7.2 KiB | 398 ms |
| www.itu.int/Style%20Library/itu-main.css | 25.6 KiB | 458 ms |
| www.itu.int/Style%20Library/ms-rteCustom-ITUv6.css | 1.7 KiB | 398 ms |
| www.itu.int/Style%20Library/itu-base.css | 3.7 KiB | 398 ms |
| /_layouts/15/1033/styles/Themable/corev15.css?rev=UP2nlZL... | 48.6 KiB | 458 ms |
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 |
|---|---|
| itu.int/ | 792 ms |
| www.itu.int/ | 833 ms |
| www.itu.int/Pages/VariationRoot.aspx | 279 ms |
| www.itu.int/en | 279 ms |
| www.itu.int/en/Pages/default.aspx | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.itu.int/en/Pages/default.aspx | 901 ms |
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 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.itu.int/js/jquery-ui-1.8.16.min.js | 197.1 KiB | 179.3 KiB |
| www.itu.int/_layouts/15/core.js?rev=ZDqG1yirPiaXxf0KNWhHeQ%3D%3DTAG0 | 129.2 KiB | 117.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-M2LC5X5 | 143.0 KiB | 65.4 KiB |
| www.googletagmanager.com/gtag/js?id=G-T69008QZXS&cx=c>m=4e64h1 | 161.1 KiB | 64.9 KiB |
| www.googletagmanager.com/gtag/js?id=UA-121074739-1 | 115.7 KiB | 63.7 KiB |
| www.itu.int/_layouts/15/init.js?rev=TzY%2Fm%2FOoPnHW9OQ41OjrYQ%3D%3DTAG0 | 81.9 KiB | 56.7 KiB |
| /cse/static/element/dc329f57de078f5d/cse_element__en.js?u... | 102.7 KiB | 51.9 KiB |
| www.itu.int/js/jquery-1.6.4.min.js | 89.5 KiB | 46.8 KiB |
| www.itu.int/js/itu-functions.js | 68.1 KiB | 31.6 KiB |
| cse.google.com/adsense/search/async-ads.js | 43.3 KiB | 31.5 KiB |
| script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 56.1 KiB | 21.6 KiB |
| script.hotjar.com/survey-v2.8b9993fd273bc1f4ea37.js | 60.6 KiB | 20.0 KiB |
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 |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
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.itu.int/Style%20Library/itu-main.css | 25.6 KiB | 12.8 KiB |
| /_layouts/15/1033/styles/Themable/corev15.css?rev=UP2nlZL... | 48.6 KiB | 11.1 KiB |
| www.google.com/cse/static/element/dc329f57de078f5d/default_v6+en.css | 12.0 KiB | 3.3 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.itu.int/js/itu-functions.js | 68.1 KiB | 17.6 KiB |
| inline: let originalTextNodes = null; functi… | 7.4 KiB | 2.6 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 |
|---|---|---|
| www.itu.int/Style%20Library/itu-main.css | 24.5 KiB | 21.9 KiB |
| www.google.com/cse/static/element/dc329f57de078f5d/default_v6+en.css | 11.9 KiB | 10.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 | |
|---|---|
amateur radio div.home-feature-item > div.hf-photo > a > img | /en/PublishingImages/slider/2026/AmateurRadio_AdobeStock_... |
WTISD div > div.home-block-content > a > img | www.itu.int/en/PublishingImages/homepage-4th-row-box/2026/wtisd26-4th-row.jpg |
WTPF-26 div > div.home-block-content > a > img | www.itu.int/en/PublishingImages/homepage-4th-row-box/2026/wtpf26-4th-row.jpg |
PP-26 div.ms-rtestate-field > div.home-block-content > a > img | www.itu.int/en/PublishingImages/homepage-4th-row-box/2026/pp26-4th-row.jpg |
Handbook Amateur Satellite service dt.flexviewerMainDivDT-newsviews > div.flexviewerMainDivDT-image-newsviews > a > img | /en/PublishingImages/homepage-news-views/2026/AmateurRadi... |
BDT highlights dt.flexviewerMainDivDT-newsviews > div.flexviewerMainDivDT-image-newsviews > a > img | /en/PublishingImages/homepage-news-views/2026/bdt-highlig... |
podcast dt.flexviewerMainDivDT-newsviews > div.flexviewerMainDivDT-image-newsviews > a > img | /en/PublishingImages/homepage-news-views/2026/podcast-dig... |
Facts and figures report 2025 dt.flexviewerMainDivDT-indepth > div.flexviewerMainDivDT-image-indepth > a > img | /en/PublishingImages/homepage-indepth/2025/facts-and-figu... |
AI publications dt.flexviewerMainDivDT-indepth > div.flexviewerMainDivDT-image-indepth > a > img | /en/PublishingImages/homepage-indepth/2026/AI-publication... |
ITU Journal dt.flexviewerMainDivDT-indepth > div.flexviewerMainDivDT-image-indepth > a > img | /en/PublishingImages/homepage-indepth/2026/itu-journal-un... |
PP 26 div.col-10 > div > a > img | /en/PublishingImages/homepage-top-corner-logo/2026/pp26-l... |
Amateur Radio ul.clearfix > li.activeSlide > a > img | /en/PublishingImages/slider/2026/AmateurRadio_AdobeStock_... |
Artemis ul.clearfix > li > a > img | www.itu.int/en/PublishingImages/slider/2026/artemis-video-slider1.jpg |
GICT ul.clearfix > li > a > img | www.itu.int/en/PublishingImages/slider/2026/GICT26-Visual-slider2.jpg |
WTPF-26 ul.clearfix > li > a > img | www.itu.int/en/PublishingImages/slider/2026/WTPF-26-registration-slider1.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.
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 |
|---|
Handbook: Amateur and amateur-satellite services dt.flexviewerMainDivDT-newsviews > div.flexviewerMainDivDT-textarea-newsviews > p > a |
Action, progress and impact in digital development dt.flexviewerMainDivDT-newsviews > div.flexviewerMainDivDT-textarea-newsviews > p > a |
From Digital skills to growth: Women-led SMEs in Nigeria dt.flexviewerMainDivDT-newsviews > div.flexviewerMainDivDT-textarea-newsviews > p > a |
Facts and Figures 2025 dt.flexviewerMainDivDT-indepth > div.flexviewerMainDivDT-textarea-indepth > p > a |
Latest AI for Good publications dt.flexviewerMainDivDT-indepth > div.flexviewerMainDivDT-textarea-indepth > p > a |
ITU Journal: Enhanced underwater communications dt.flexviewerMainDivDT-indepth > div.flexviewerMainDivDT-textarea-indepth > p > a |
Feedback div.css-sfbnep > div.css-112xj8j > button#hj-survey-toggle-1 > span.css-1qk2dqd |
These are opportunities to improve the legibility of your content.
Tables and lists
When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. Learn how to structure definition lists correctly.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Handbook: Amateur and amateur-satellite services
div#WebPartctl00_SPWebPartManager1_g_ad916b9a_709b_40d9_a89e_b35f4cc90486 > div#ctl00_SPWebPartManager1_g_ad916b9a_709b_40d9_a89e_b35f4cc90486 > div.flexviewerMainDiv-newsviews > dl.flexviewerMainDivDL-newsviews |
Action, progress and impact in digital development div#WebPartctl00_SPWebPartManager1_g_ad916b9a_709b_40d9_a89e_b35f4cc90486 > div#ctl00_SPWebPartManager1_g_ad916b9a_709b_40d9_a89e_b35f4cc90486 > div.flexviewerMainDiv-newsviews > dl.flexviewerMainDivDL-newsviews |
From Digital skills to growth: Women-led SMEs in Nigeria div#WebPartctl00_SPWebPartManager1_g_ad916b9a_709b_40d9_a89e_b35f4cc90486 > div#ctl00_SPWebPartManager1_g_ad916b9a_709b_40d9_a89e_b35f4cc90486 > div.flexviewerMainDiv-newsviews > dl.flexviewerMainDivDL-newsviews |
Facts and Figures 2025 div#WebPartctl00_SPWebPartManager1_g_fbb63ac0_ea34_4c3a_bc78_75ae515494ed > div#ctl00_SPWebPartManager1_g_fbb63ac0_ea34_4c3a_bc78_75ae515494ed > div.flexviewerMainDiv-indepth > dl.flexviewerMainDivDL-indepth |
Latest AI for Good publications
div#WebPartctl00_SPWebPartManager1_g_fbb63ac0_ea34_4c3a_bc78_75ae515494ed > div#ctl00_SPWebPartManager1_g_fbb63ac0_ea34_4c3a_bc78_75ae515494ed > div.flexviewerMainDiv-indepth > dl.flexviewerMainDivDL-indepth |
ITU Journal: Enhanced underwater communications
div#WebPartctl00_SPWebPartManager1_g_fbb63ac0_ea34_4c3a_bc78_75ae515494ed > div#ctl00_SPWebPartManager1_g_fbb63ac0_ea34_4c3a_bc78_75ae515494ed > div.flexviewerMainDiv-indepth > dl.flexviewerMainDivDL-indepth |
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 |
|---|
Facts and Figures 2025 dt.flexviewerMainDivDT-indepth > div.flexviewerMainDivDT-textarea-indepth > p > 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
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 |
|---|---|
| Unload event listeners are deprecated 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.
| Source | Description |
|---|---|
Failed to load resource: net::ERR_NAME_NOT_RESOLVED |
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 |
|---|---|
| /women-and-girls/girls-in-ict/international-girls-in-ict-... | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.