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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| www.spirit.com/BPb84x5I-/NEx/weUNOA/3V9trpYtYS7YXh/aioUXzp6AQ/KjB-Axd9/QkcB | 177.5 KiB | 902 ms |
| js-cdn.dynatrace.com/jstag/16dcf18d41e/bf04820crc/73bede5a20cee83c_complete.js | 82.4 KiB | 2.1 s |
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 9.1 KiB | 982 ms |
| assets.adobedtm.com/3b17361c9745/2ba699cc92bf/launch-a205ddd56998.min.js | 59.7 KiB | 1.7 s |
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 | |
|---|---|---|---|
World Elite div.d-flex > div.d-flex > div.self-center > img.credit-card-img | content.spirit.com/a/5102 | 10.4 KiB | 9.2 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.
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 |
|---|---|
| spirit.com/ | 821 ms |
| www.spirit.com/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
FLIGHT
BUNDLE & SAVE
HOTEL
CAR
CRUISE
Round Trip
1 Adult
From
To
Depart & Ret… body.en-US > app-root > main | 0.331 |
FLIGHT
BUNDLE & SAVE
HOTEL
CAR
CRUISE
Round Trip
1 Adult
From
To
Depart & Ret… body.en-US > app-root > main | 0.070 |
| 0.031 | |
| 0.022 | |
| 0.021 | |
Spirit header.spirit-header > nav.navbar > div.mobile-nav-bar > a | 0.016 |
| 0.006 | |
| 0.006 | |
| 0.004 | |
| 0.004 | |
| 0.003 | |
| 0.003 | |
| 0.003 | |
| 0.002 | |
| 0.002 |
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 |
|---|---|---|
| www.spirit.com/styles-SMC22YWN.css | 48.5 KiB | 45.3 KiB |
| 20.4 KiB | 18.3 KiB | |
| .home-widget.multi-city-wrapper[_ngcontent-ng-c4043064263]{min-height:11.2rem} … | 13.1 KiB | 11.1 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 | 28.2 s |
| Other | 7.1 s |
| Style & Layout | 2.8 s |
| Garbage Collection | 970 ms |
| Script Parsing & Compilation | 786 ms |
| Rendering | 326 ms |
| Parse HTML & CSS | 166 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 |
| The page has an unload handler in a sub frame. | Actionable |
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 |
|---|---|---|
| rs.fullstory.com/rec/integrations?OrgId=NC1WY&isInFrame=false&isNative=false | 15.1 KiB | 3.9 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 | |
|---|---|
Big Front Seat passenger receiving a drink a.ng-star-inserted > div.card-header > div.d-flex > img.sp-image | content.spirit.com/a/4446 |
Beach scene a.ng-star-inserted > div.card-header > div.d-flex > img.sp-image | content.spirit.com/a/4444 |
Group of girls laughing a.ng-star-inserted > div.card-header > div.d-flex > img.sp-image | content.spirit.com/a/4767 |
logo nav.navbar > div.mobile-nav-bar > a > img.logo | content.spirit.com/a/1679 |
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 |
|---|
CHECK FOR AN OFFER div.d-flex > div.d-flex > div.align-self-center > a.cc-button |
These are opportunities to improve the legibility of your content.
Names and labels
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 |
|---|
body.en-US > iframe#px-captcha-modal body.en-US > iframe#px-captcha-modal |
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.
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 |
|---|
GET TO KNOW US div.accordion > div > a#open-accordion1 > h4.footer-title |
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 |
|---|
click for more info div.card-body > div.d-flex > div.right-icon > i.icon-chevron-right |
click for more info div.card-body > div.d-flex > div.right-icon > i.icon-chevron-right |
click for more info div.card-body > div.d-flex > div.right-icon > i.icon-chevron-right |
Facebook div#social-nav-container just > ul.social-icons > li.me-xl-4 > a |
Twitter div#social-nav-container just > ul.social-icons > li.me-xl-4 > a |
Instagram div#social-nav-container just > ul.social-icons > li.me-xl-4 > a |
YouTube div#social-nav-container just > ul.social-icons > li.me-xl-4 > a |
Tiktok div#social-nav-container just > ul.social-icons > li.me-xl-4 > 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 |
|---|
Privacy Policy div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
Best Practices
User Experience
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
logo div.row > div.col-sm-2 > a.d-flex > img.logo | content.spirit.com/a/1679 | 97 x 58 (1.67) | 97 x 27 (3.59) |
Vacation icon li.nav-list-item > label.link > div.link-icon > img | content.spirit.com/a/1692 | 20 x 24 (0.83) | 32 x 32 (1.00) |
Hotel icon li.nav-list-item > label.link > div.link-icon > img | content.spirit.com/a/1688 | 20 x 24 (0.83) | 32 x 32 (1.00) |
Car icon li.nav-list-item > label.link > div.link-icon > img | content.spirit.com/a/1691 | 20 x 24 (0.83) | 32 x 32 (1.00) |
Cruise icon li.nav-list-item > label.link > div.link-icon > img | content.spirit.com/a/1690 | 20 x 24 (0.83) | 32 x 32 (1.00) |
Flight icon li.nav-list-item > label.link > div.link-icon > img | content.spirit.com/a/2829 | 20 x 24 (0.83) | 18 x 19 (0.95) |
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
chevron-right div.d-flex > div.d-flex > div.chevron-alignment > img.chevron-right | content.spirit.com/a/1805 | 32 x 32 | 32 x 32 | 48 x 48 |
Browser Compatibility
A character encoding declaration is required. It can be done with a `<meta>` tag in the first 1024 bytes of the HTML or in the Content-Type HTTP response header. Learn more about declaring the character encoding.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| AttributionReporting | |
| 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: the server responded with a status of 403 () | |
Framing 'https://00000000.fls.doubleclick.net/' violates the following report-only Content Security Policy directive: "default-src 'self'". The violation has been logged, but no further action has been taken. Note that 'frame-src' was not explicitly set, so 'default-src' is used as a fallback.
| |
Framing 'https://00000000.fls.doubleclick.net/' violates the following report-only Content Security Policy directive: "default-src 'self'". The violation has been logged, but no further action has been taken. Note that 'frame-src' was not explicitly set, so 'default-src' is used as a fallback.
| |
Framing 'https://ct.pinterest.com/' violates the following report-only Content Security Policy directive: "default-src 'self'". The violation has been logged, but no further action has been taken. Note that 'frame-src' was not explicitly set, so 'default-src' is used as a fallback.
| |
Framing 'https://ct.pinterest.com/' violates the following report-only Content Security Policy directive: "default-src 'self'". The violation has been logged, but no further action has been taken. Note that 'frame-src' was not explicitly set, so 'default-src' is used as a fallback.
| |
Framing 'https://insight.adsrvr.org/' violates the following report-only Content Security Policy directive: "default-src 'self'". The violation has been logged, but no further action has been taken. Note that 'frame-src' was not explicitly set, so 'default-src' is used as a fallback.
| |
Framing 'https://match.adsrvr.org/' violates the following report-only Content Security Policy directive: "default-src 'self'". The violation has been logged, but no further action has been taken. Note that 'frame-src' was not explicitly set, so 'default-src' is used as a fallback.
| |
Framing 'https://match.adsrvr.org/' violates the following report-only Content Security Policy directive: "default-src 'self'". The violation has been logged, but no further action has been taken. Note that 'frame-src' was not explicitly set, so 'default-src' is used as a fallback.
| |
Object | |
ReferenceError: bk_addPageCtx is not defined
at <anonymous>:1:1
at https://www.spirit.com/static/d1d077d10f110c40d0c9fe606f74062ea7ab0011ba04fc:23:279
at uf.Z (https://www.spirit.com/static/d1d077d10f110c40d0c9fe606f74062ea7ab0011ba04fc:228:273)
at Object.apply (https://www.spirit.com/static/d1d077d10f110c40d0c9fe606f74062ea7ab0011ba04fc:23:267)
at https://www.googletagmanager.com/gtm.js?id=GTM-TRK4LPZ>m_auth=cVHzS7BYqjxUbMatudai8Q>m_preview=env-2:1153:429
at qR (https://www.googletagmanager.com/gtm.js?id=GTM-TRK4LPZ>m_auth=cVHzS7BYqjxUbMatudai8Q>m_preview=env-2:1155:31)
at Md.pR (https://www.googletagmanager.com/gtm.js?id=GTM-TRK4LPZ>m_auth=cVHzS7BYqjxUbMatudai8Q>m_preview=env-2:1152:92)
at Md.<anonymous> (https://www.googletagmanager.com/gtm.js?id=GTM-TRK4LPZ>m_auth=cVHzS7BYqjxUbMatudai8Q>m_preview=env-2:529:405)
at k.apply (https://www.googletagmanager.com/gtm.js?id=GTM-TRK4LPZ>m_auth=cVHzS7BYqjxUbMatudai8Q>m_preview=env-2:453:466)
at fb (https://www.googletagmanager.com/gtm.js?id=GTM-TRK4LPZ>m_auth=cVHzS7BYqjxUbMatudai8Q>m_preview=env-2:416:719) |
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 |
|---|
| Cookie |
| Content security policy |
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 |
|---|---|
| cookiepedia.co.uk/giving-consent-to-cookies | More information |
Format your HTML in a way that enables crawlers to better understand your app’s content.