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.
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.
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.
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 | |
|---|---|---|---|
div#Contentplaceholder1_C028_Col02 > div.card > div.card-image > img div#Contentplaceholder1_C028_Col02 > div.card > div.card-image > img | /media/images/homepagelibraries/other/fao-response-to-glo... | 624.8 KiB | 608.5 KiB |
div#Contentplaceholder1_C007_Col01 > div.card > div.card-image > img div#Contentplaceholder1_C007_Col01 > div.card > div.card-image > img | www.fao.org/media/images/homepagelibraries/sdgs/gaza-hp.jpg?sfvrsn=b3a8e8d9_13 | 445.4 KiB | 429.1 KiB |
div#Contentplaceholder1_C140_Col00 > div.card > div.card-image > img div#Contentplaceholder1_C140_Col00 > div.card > div.card-image > img | /media/images/homepagelibraries/other/emergency.jpg?sfvrs... | 114.4 KiB | 98.1 KiB |
div#Contentplaceholder1_C028_Col00 > div.card > div.card-image > img div#Contentplaceholder1_C028_Col00 > div.card > div.card-image > img | www.fao.org/media/images/homepagelibraries/in-focus/aprc38.jpg?sfvrsn=5678afdd_1 | 96.9 KiB | 78.5 KiB |
div#Contentplaceholder1_C028_Col01 > div.card > div.card-image > img div#Contentplaceholder1_C028_Col01 > div.card > div.card-image > img | www.fao.org/media/images/homepagelibraries/in-focus/nerc38.jpg?sfvrsn=bc70052a_5 | 90.2 KiB | 71.9 KiB |
div#Contentplaceholder1_C140_Col01 > div.card > div.card-image > img div#Contentplaceholder1_C140_Col01 > div.card > div.card-image > img | /media/images/homepagelibraries/publications/screenshot-2... | 87.3 KiB | 69.2 KiB |
div#Contentplaceholder1_C007_Col00 > div.card > div.card-image > img div#Contentplaceholder1_C007_Col00 > div.card > div.card-image > img | /media/images/homepagelibraries/data/xmtcdlbpodcast26y.jp... | 85.8 KiB | 65.1 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.
| URL | Time Spent |
|---|---|
| fao.org/ | 807 ms |
| www.fao.org/home/en | 1.2 s |
| www.fao.org/home/en | 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.
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 |
|---|---|---|
| fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap | 89.0 KiB | 89.0 KiB |
| .banner-slide .col .btn{border-color:#1b1815!important} … | 91.5 KiB | 82.8 KiB |
| www.fao.org/interactive/hunger-map/assets/main.C7hNZ7Rm.css | 37.7 KiB | 35.6 KiB |
| /ResourcePackages/Bootstrap5/assets/dist/css/main.min.css... | 32.9 KiB | 30.4 KiB |
| /ResourcePackages/FAO/assets/dist/css/fao-theme.min.css?v... | 19.6 KiB | 17.8 KiB |
| #map { width: 100%; height: 700px; background-color: #999f93; position: relative } … | 18.0 KiB | 16.7 KiB |
| cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css | 13.3 KiB | 13.2 KiB |
| www.google.com/cse/static/element/dc329f57de078f5d/default_v6+en.css | 11.9 KiB | 11.4 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.
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.
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 | 17.9 s |
| Other | 4.7 s |
| Style & Layout | 1.3 s |
| Script Parsing & Compilation | 839 ms |
| Rendering | 673 ms |
| Garbage Collection | 428 ms |
| Parse HTML & CSS | 374 ms |
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 a sub frame. | Actionable |
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 |
|---|---|---|
| fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap | 89.1 KiB | 9.2 KiB |
| www.google.com/cse/static/element/dc329f57de078f5d/default_v6+en.css | 12.0 KiB | 3.3 KiB |
| www.google.com/cse/static/element/b33cba5881f68fbf/default_v6+en.css | 9.7 KiB | 2.8 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 |
|---|---|---|
| /ScriptResource.axd?d=6DQe8ARl7A9TiuWej5ttCsl0UxczkFZDbeL... | 31.6 KiB | 5.7 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 | |
|---|---|
Logo Giahs div#map > div.ui-giahs > a > img | www.fao.org/images/homepagelibraries/default-album/logo-giahs.svg |
Food and Agriculture Organization of the United Nations div#Contentplaceholder1_T198B1AC4005_Col00 > div.footer-logo > div.sfContentBlock > img | /media/images/corporatenavigationlibraries/default-album/... |
icon-bluesky ul.list-inline > li.list-inline-item > a > img | www.fao.org/images/corporatelibraries/social-icons/bluesky.svg?sfvrsn=91618a92_1 |
icon-facebook ul.list-inline > li.list-inline-item > a > img | /images/corporatelibraries/social-icons/social-icon-faceb... |
icon-instagram ul.list-inline > li.list-inline-item > a > img | /images/corporatelibraries/social-icons/social-icon-insta... |
icon-linkedin ul.list-inline > li.list-inline-item > a > img | /images/corporatelibraries/social-icons/social-icon-linke... |
icon-soundcloud ul.list-inline > li.list-inline-item > a > img | /images/corporatelibraries/social-icons/social-icon-sound... |
icon-tiktok ul.list-inline > li.list-inline-item > a > img | /images/corporatelibraries/social-icons/social-icon-tikto... |
icon-tuotiao ul.list-inline > li.list-inline-item > a > img | /images/corporatelibraries/social-icons/social-icon-tuoti... |
icon-wechat ul.list-inline > li.list-inline-item > a > img | /images/corporatelibraries/social-icons/social-icon-wecha... |
icon-weibo ul.list-inline > li.list-inline-item > a > img | /images/corporatelibraries/social-icons/social-icon-weibo... |
icon-X ul.list-inline > li.list-inline-item > a > img | /images/corporatelibraries/social-icons/social-icon-twitt... |
icon-youtube ul.list-inline > li.list-inline-item > a > img | /images/corporatelibraries/social-icons/social-icon-youtu... |
icon-whatsapp ul.list-inline > li.list-inline-item > a > img | /images/corporatelibraries/social-icons/whatsapp-icon.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.
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 |
|---|
tbody > tr > td.gsc-search-button > button.gsc-search-button tbody > tr > td.gsc-search-button > button.gsc-search-button |
div.sdg-mobile > div.swiper-container > div.swiper-button > button.btn div.sdg-mobile > div.swiper-container > div.swiper-button > button.btn |
div.sdg-mobile > div.swiper-container > div.swiper-button > button.btn div.sdg-mobile > div.swiper-container > div.swiper-button > button.btn |
div#map > div.ui-giahs > div.zoom-controls-giahs > button#zoom-in div#map > div.ui-giahs > div.zoom-controls-giahs > button#zoom-in |
div#map > div.ui-giahs > div.zoom-controls-giahs > button#zoom-out div#map > div.ui-giahs > div.zoom-controls-giahs > button#zoom-out |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#Contentplaceholder1_C017_Col01 > div.d-list > div.d-list-visual > iframe div#Contentplaceholder1_C017_Col01 > div.d-list > div.d-list-visual > iframe |
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 |
|---|
NEWS div#Contentplaceholder1_C007_Col00 > div.card > div.card-body > h6.title-category |
STORY div#Contentplaceholder1_C007_Col01 > div.card > div.card-body > h6.title-category |
IN FOCUS div#Contentplaceholder1_C028_Col00 > div.card > div.card-body > h6.title-category |
IN FOCUS div#Contentplaceholder1_C028_Col01 > div.card > div.card-body > h6.title-category |
IN FOCUS div#Contentplaceholder1_C028_Col02 > div.card > div.card-body > h6.title-category |
IN FOCUS div#Contentplaceholder1_C140_Col00 > div.card > div.card-body > h6.title-category |
PUBLICATION div#Contentplaceholder1_C140_Col01 > div.card > div.card-body > h6.title-category |
INTERACTIVE STORY div#Contentplaceholder1_C140_Col02 > div.card > div.card-body > h6.title-category |
FACEBOOK div#Contentplaceholder1_C013_Col00 > div.card > div.card-body > h6.title-category |
INSTAGRAM div#Contentplaceholder1_C013_Col02 > div.card > div.card-body > h6.title-category |
IN FOCUS div#Contentplaceholder1_C071_Col00 > div.card > div.card-body > h6.title-category |
PUBLICATION div#Contentplaceholder1_C071_Col01 > div.card > div.card-body > h6.title-category |
IN FOCUS div#Contentplaceholder1_C071_Col02 > div.card > div.card-body > h6.title-category |
FOLLOW US ON div#Contentplaceholder1_T198B1AC4005_Col00 > div.footer-social > div.sfContentBlock > h6.title-category |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
SOFI 2025 div.row > div.col-lg-6 > p > 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 |
|---|
Highlights div#Contentplaceholder1_C008_Col00 > div > div.sfContentBlock > h5.sub-title |
Mapping undernourishment and food insecurity worldwide div.container > div.row > div.col-lg-6 > h6 |
IN FOCUS div#Contentplaceholder1_C071_Col00 > div.card > div.card-body > h6.title-category |
BLOG widget-popup > div.popup-wrapper > div.pop-body > h6.title-category |
FOLLOW US ON div#Contentplaceholder1_T198B1AC4005_Col00 > div.footer-social > div.sfContentBlock > h6.title-category |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
Next slide div#Contentplaceholder1_C047_Col00 > div.sdg-mobile > div.swiper-container > div.swiper-button |
Jobs div#Contentplaceholder1_T198B1AC4006_Col01 > ul.list-inline > li.list-inline-item > a |
Contact us div#Contentplaceholder1_T198B1AC4006_Col01 > ul.list-inline > li.list-inline-item > a |
Terms and Conditions div#Contentplaceholder1_T198B1AC4006_Col01 > ul.list-inline > li.list-inline-item > a |
Data protection and privacy div#Contentplaceholder1_T198B1AC4006_Col01 > ul.list-inline > li.list-inline-item > a |
Scam Alert div#Contentplaceholder1_T198B1AC4006_Col01 > ul.list-inline > li.list-inline-item > a |
Report Misconduct div#Contentplaceholder1_T198B1AC4006_Col01 > ul.list-inline > li.list-inline-item > a |
Transparency and accountability div#Contentplaceholder1_T198B1AC4006_Col01 > ul.list-inline > li.list-inline-item > a |
Procurement div#Contentplaceholder1_T198B1AC4006_Col01 > ul.list-inline > li.list-inline-item > 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
Trust and Safety
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.fao.org/home/en | Allowed |
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 |
|---|---|
www.fao.org/home/en line 2290, col 16 | TypeError: utility.setBreadcrumbActiveItemTitle is not a function
at HTMLDocument.<anonymous> (https://www.fao.org/home/en:2291:17) |
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 |
|---|---|
| /newsroom/fao-blog/detail/fao-blog/2026/04/21/what-does-i... | READ MORE |
Format your HTML in a way that enables crawlers to better understand your app’s content.