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.
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.
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.aircanada.com/6jkv/xGJ0/jfQ_/WDDX/sw/Y7OaLzwrkOJzpNXE5S/EltsWg/dQd/0ewtKPG0B | 177.6 KiB | 900 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 | |
|---|---|---|---|
Noticias sobre viajes y novedades section.news-and-updates__wrapper > div.news-and-updates__requirements > picture.news-and-updates__requirements__background > img | /ac/applications/achomebeta/content/1.0.2140/assets/img/n... | 107.7 KiB | 82.1 KiB |
div.cards-carrousel__card > ac-card > div.ac-card > img.ac-card-img div.cards-carrousel__card > ac-card > div.ac-card > img.ac-card-img | /ac/applications/achomebeta/content/1.0.2140/assets/img/n... | 68.3 KiB | 48.8 KiB |
div.cards-carrousel__card > ac-card > div.ac-card > img.ac-card-img div.cards-carrousel__card > ac-card > div.ac-card > img.ac-card-img | /ac/applications/achomebeta/content/1.0.2140/assets/img/n... | 49.1 KiB | 29.6 KiB |
div.pos-banner-component > div.pos-card-container > picture.ng-star-inserted > img.pos-card-container__image div.pos-banner-component > div.pos-card-container > picture.ng-star-inserted > img.pos-card-container__image | /ac/applications/achomebeta/content/1.0.2140/assets/img/p... | 35.8 KiB | 20.1 KiB |
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 |
|---|---|
| aircanada.com/ | 769 ms |
| aircanada.com/home/es/es/aco/flights | 824 ms |
| www.aircanada.com/home/es/es/aco/flights | 3.3 s |
| www.aircanada.com/home/es/es/aco/flights | 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 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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.aircanada.com/assets/b23d8f289e32edec2065f3c335af8c367001194a011 | 3.7 s | 3.0 s | 30 ms |
| Unattributable | 1.9 s | 914 ms | 0.0 ms |
| www.aircanada.com/home/es/es/aco/flights | 1.8 s | 889 ms | 4.1 ms |
| www.aircanada.com/6jkv/xGJ0/jfQ_/WDDX/sw/Y7OaLzwrkOJzpNXE5S/EltsWg/dQd/0ewtKPG0B | 1.2 s | 1.0 s | 93 ms |
| /6jkv/xGJ0/jfQ_/WDDX/sw/SbOaLzufkOYD/UkZyWg/VGs/fOBwefmYN... | 1.2 s | 1.1 s | 46 ms |
| www.aircanada.com/home/runtime.453919a8577c3fd2.js | 523 ms | 513 ms | 0.2 ms |
| /6jkv/xGJ0/jfQ_/WDDX/sw/SbOaLzufkOYD/UkZyWg/VGs/fOBwefmYN... | 428 ms | 356 ms | 36 ms |
| cdn.cookielaw.org/scripttemplates/202408.1.0/otBannerSdk.js | 260 ms | 164 ms | 52 ms |
| assets.adobedtm.com/14307738146c/2d72065f81e7/launch-9e3b3ffc9904.min.js | 188 ms | 144 ms | 38 ms |
| p11.techlab-cdn.com/e/65319_1825172608.js | 56 ms | 51 ms | 4.4 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 | 8.3 s |
| Other | 1.4 s |
| Style & Layout | 760 ms |
| Script Parsing & Compilation | 343 ms |
| Rendering | 258 ms |
| Parse HTML & CSS | 241 ms |
| Garbage Collection | 214 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 the main frame. | Actionable |
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| The page has an unload handler in a sub frame. | 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 |
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 |
|---|---|---|
| 21.0 KiB | 18.7 KiB | |
| @keyframes fadeIn{0%{opacity:0} … | 12.5 KiB | 12.3 KiB |
| @keyframes _ngcontent-ng-c2003155099_fadeIn{0%{opacity:0} … | 11.0 KiB | 10.6 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 | |
|---|---|
A Star Alliance member Se abre en una ventana nueva div.ngx-ac-wrapper > div.ngx-ac-libra-footer-star-alliance > a.ng-star-inserted > img.ng-star-inserted | /ac/applications/achomebeta/content/1.0.2140/assets/img/l... |
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 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 |
|---|
Disfrute del control aduanero previo de EE. UU. en Canadá
Siéntase como un loc… div.peak-scroller-container > div.carousel-container > div.cards-carrousel__cards-container > div.cards-carrousel__card |
¡Que no se lo cuenten!
Este verano, esté donde el mondo cobra vida, en ciudade… div.peak-scroller-container > div.carousel-container > div.cards-carrousel__cards-container > div.cards-carrousel__card |
Redefina su forma de relajarse
Vuele con total comodidad en la clase Signature… div.peak-scroller-container > div.carousel-container > div.cards-carrousel__cards-container > div.cards-carrousel__card |
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.
Navigation
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Reservar con puntos Aeroplan abc-checkbox.search-type-toggle-checkbox > div.abc-form-element-container > div.abc-form-element-wrapper > input#bkmg-mobile-tablet_searchTypeToggle |
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 |
|---|
Condiciones de uso div.ngx-ac-libra-footer-address-wrapper > div.ngx-ac-libra-footer-additional-links > div.ngx-ac-libra-footer-additional-link > a |
Política de privacidad div.ngx-ac-libra-footer-address-wrapper > div.ngx-ac-libra-footer-additional-links > div.ngx-ac-libra-footer-additional-link > a |
Condiciones generales de transporte y tarifas div.ngx-ac-libra-footer-address-wrapper > div.ngx-ac-libra-footer-additional-links > div.ngx-ac-libra-footer-additional-link > a |
Política sobre cookies y tecnologías de seguimiento div.ngx-ac-libra-footer-address-wrapper > div.ngx-ac-libra-footer-additional-links > div.ngx-ac-libra-footer-additional-link > a |
Sello div.ngx-ac-libra-footer-address-wrapper > div.ngx-ac-libra-footer-additional-links > div.ngx-ac-libra-footer-additional-link > a |
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 |
|---|
Unirse ahora ngx-ac-aco-user-menu.ng-tns-c2490803833-0 > div.libra-controls > abc-button.libra-join > button#libraUserMenu-joinNow |
Descargue nuestra aplicación móvil
Acceda a su tarjeta de Aeroplan digital en l… div.ngx-ac-wrapper > div.ngx-ac-libra-footer-column > div.ngx-ac-libra-footer-award-container > div.ngx-ac-libra-footer-app-install |
nuestra política sobre cookies y tecnologías de seguimiento. div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
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. | www.aircanada.com/assets/b23d8f289e32edec2065f3c335af8c367001194a011 line 141, col 127 |
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: the server responded with a status of 403 () |
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 |
|---|---|
| /es/es/aco/home/fly/onboard/cabin-features/signature-serv... | Más información |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Crawling and Indexing
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Ir a reservar un vuelo div#skipNav > ul.ngx-ac-skip-link-list > li.ngx-ac-skip-link-item > a.ngx-ac-skip-link |
Ir a contenido div#skipNav > ul.ngx-ac-skip-link-list > li.ngx-ac-skip-link-item > a.ngx-ac-skip-link |
Ir a navegación principal div#skipNav > ul.ngx-ac-skip-link-list > li.ngx-ac-skip-link-item > a.ngx-ac-skip-link |
Ir a los enlaces de pie de página div#skipNav > ul.ngx-ac-skip-link-list > li.ngx-ac-skip-link-item > a.ngx-ac-skip-link |
To appear in search results, crawlers need access to your app.