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.
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 |
|---|---|---|
| cdn6.agoda.net/cdn-mspa-legacy/js/mspa/ADSEFF-1234=A/svg.fa986c72d2ec.js | 155.8 KiB | |
| cdn6.agoda.net/cdn-mspa-legacy/js/mspa/ADSEFF-1234=A/vendor_dll_.e47682cfd575.js | 109.8 KiB | 601 ms |
| cdn6.agoda.net/cdn-mspa-legacy/js/mspa/ADSEFF-1234=A/app.a670f1d3b984.css | 4.3 KiB | 764 ms |
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.a3445-box > div.a3445-box > div > img.sc-gEvEer div.a3445-box > div.a3445-box > div > img.sc-gEvEer | cdn0.agoda.net/images/emailmarketing/deals_elements/deals_static_bar.png?s=116x | 131.9 KiB | 131.3 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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 |
|---|---|
| agoda.com/ | 1.5 s |
| www.agoda.com/ | 0.0 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 |
|---|---|---|
| cdn6.agoda.net/cdn-mspa-legacy/js/mspa/ADSEFF-1234=A/vendor.b50bcf1fc4a0.js | 1.0 MiB | 246.6 KiB |
| cdn6.agoda.net/cdn-mspa-legacy/js/mspa/ADSEFF-1234=A/svg.fa986c72d2ec.js | 155.4 KiB | 144.9 KiB |
| cdn6.agoda.net/cdn-mspa-legacy/js/mspa/ADSEFF-1234=A/203.071e185e9ed0.js | 111.2 KiB | 62.9 KiB |
| cdn6.agoda.net/cdn-mspa-legacy/js/mspa/ADSEFF-1234=A/1102.82f43c37475d.js | 68.8 KiB | 61.6 KiB |
| cdn6.agoda.net/cdn-mspa-legacy/js/mspa/ADSEFF-1234=A/app.132a64c06064.js | 280.8 KiB | 61.3 KiB |
| cdn6.agoda.net/cdn-mspa-legacy/js/mspa/ADSEFF-1234=A/vendor_dll_.e47682cfd575.js | 109.4 KiB | 42.2 KiB |
| cdn6.agoda.net/cdn-mspa-legacy/js/mspa/ADSEFF-1234=A/5396.afadf16ef44f.js | 37.8 KiB | 32.0 KiB |
| cdn6.agoda.net/cdn-mspa-legacy/js/mspa/ADSEFF-1234=A/6655.217cadeb13a1.js | 32.4 KiB | 29.1 KiB |
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 |
|---|---|---|---|
| cdn6.agoda.net/cdn-mspa-legacy/js/mspa/ADSEFF-1234=A/app.132a64c06064.js | 2.2 s | 2.0 s | 118 ms |
| cdn6.agoda.net/cdn-mspa-legacy/js/mspa/ADSEFF-1234=A/vendor.b50bcf1fc4a0.js | 2.0 s | 1.1 s | 462 ms |
| cdn6.agoda.net/cdn-mspa-legacy/js/mspa/ADSEFF-1234=A/6655.217cadeb13a1.js | 1.4 s | 1.3 s | 23 ms |
| www.agoda.com/ | 764 ms | 326 ms | 114 ms |
| Unattributable | 605 ms | 25 ms | 0.0 ms |
| cdn6.agoda.net/cdn-mspa-legacy/js/mspa/ADSEFF-1234=A/vendor_dll_.e47682cfd575.js | 378 ms | 306 ms | 28 ms |
| cdn6.agoda.net/cdn-mspa-legacy/js/mspa/ADSEFF-1234=A/967.dc402ded4fbe.js | 91 ms | 39 ms | 0.4 ms |
| /cdn-mspa-legacy/js/mspa/ADSEFF-1234=A/attribution-client... | 83 ms | 75 ms | 5.8 ms |
| cdn6.agoda.net/cdn-mspa-legacy/js/mspa/ADSEFF-1234=A/8584.79afd5587aef.js | 63 ms | 62 ms | 0.3 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 | 5.5 s |
| Other | 1.1 s |
| Script Parsing & Compilation | 975 ms |
| Style & Layout | 361 ms |
| Garbage Collection | 118 ms |
| Parse HTML & CSS | 90 ms |
| Rendering | 68 ms |
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 |
|---|---|---|
| cdn6.agoda.net/cdn-mspa-legacy/js/mspa/ADSEFF-1234=A/5700.9ef02569a703.css | 76.7 KiB | 70.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 | |
|---|---|
div.a3445-box > div.a3445-box > div > img.sc-gEvEer div.a3445-box > div.a3445-box > div > img.sc-gEvEer | cdn0.agoda.net/images/emailmarketing/deals_elements/deals_static_bar.png?s=116x |
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 |
|---|
here div.ConsentBannerFunctionalOnly > div.Text > div.Text__Description > a |
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.Sticky__menuTransition--8xIFx > div.ConsentBannerFunctionalOnly > div.Text > img div.Sticky__menuTransition--8xIFx > div.ConsentBannerFunctionalOnly > div.Text > img |
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.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
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 |
|---|
1Room,2Adults,0Children div.SearchPanelContextAware__criteria--3yJQU > div.a3445-box > div.Box-sc-kv6pi1-0 > button.Button__primary--1Y5so |
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. |
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.
| URL |
|---|
| www.agoda.com/ |
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.agoda.com/info/privacy.html#cookies | here |
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.Sticky__menuTransition--8xIFx > div.ConsentBannerFunctionalOnly > div.Text > img div.Sticky__menuTransition--8xIFx > div.ConsentBannerFunctionalOnly > div.Text > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.