Mobile 375 × 812

Desktop 1440 × 900

Score: 73 / 100
Based on 8 categories, 0 sections
Room to improve — your 9.2s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Strong compliance posture across regulations.
Good content signals with minor gaps.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
Cookie 'isMobile' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
Cookie 'jbCountryCode' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
High impact, low effort — start here.
High impact, requires investment.
Nothing in this quadrant — good news.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/e71365eb-d4c1-4f8d-addf-2f0628eb3db7)<a href="https://beavercheck.com/results/e71365eb-d4c1-4f8d-addf-2f0628eb3db7"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fjetblue.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fjetblue.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~34%.
Page takes 9.2s to load
+12% bounceUsers abandon at ~3s — you're 6.7s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 2.7s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
12 form field(s) without a label
+6% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
3 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€213 investment → €5,213/month returns + EUR 120,500,000 risk avoided
€213
2h · 5 findings
€5,213 /mo
~€62,551 / year
EUR 120,500,000
if kept compliant
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
2.5 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,668 / month at risk
~€120,500,013 / year if left unfixed
€120,500,000
+5 more
€1.12 /mo
15118.5 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.58 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
9.24 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.70 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.238
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.73 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
26.53 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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.
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 | |
|---|---|---|---|
hammock on the beach div.dy-travel-deals__cards > article#pb3_jbv_up-to-50-off-plus-200 > div.dy-card__image-wrapper > img#pb3_jbv_up-to-50-off-plus-200_image | cdn.dynamicyield.com/api/8791140/images/bd00dbfca44f.webp | 352.1 KiB | 309.2 KiB |
aerial beach view div.dy-travel-deals__cards > article#pb1_brand_summer-merch-premium > div.dy-card__image-wrapper > img#pb1_brand_summer-merch-premium_image | cdn.dynamicyield.com/api/8791140/images/c28152b90d8c.webp | 240.0 KiB | 197.1 KiB |
jetBlue credit card on a beach background div.dy-travel-deals__cards > article#pb2_bcus_feblto > div.dy-card__image-wrapper > img#pb2_bcus_feblto_image | cdn.dynamicyield.com/api/8791140/images/74ac7ae85fc1.webp | 69.9 KiB | 48.4 KiB |
Nantucket street div.m-4 > div.group > div.relative > img.rounded-t-md | /dam/ui-assets/imagery/promo-blocks/nantucket-memorial-da... | 63.7 KiB | 29.3 KiB |
Nantucket street div.m-4 > div.group > div.relative > img.rounded-t-md | /dam/ui-assets/imagery/promo-blocks/nantucket-memorial-da... | 63.7 KiB | 29.3 KiB |
div > main#main > div.relative > img.object-cover div > main#main > div.relative > img.object-cover | /dam/ui-assets/imagery/booker/beach-greenery-booker-.jpg?... | 30.3 KiB | 26.1 KiB |
div > main#main > div.relative > img.object-cover div > main#main > div.relative > img.object-cover | /dam/ui-assets/imagery/booker/beach-greenery-booker-.jpg?... | 30.3 KiB | 26.1 KiB |
dublin, ireland div.m-4 > div.group > div.relative > img.rounded-t-md | /dam/ui-assets/imagery/promo-blocks/Dublin-merch-st-patri... | 42.2 KiB | 14.3 KiB |
dublin, ireland div.m-4 > div.group > div.relative > img.rounded-t-md | /dam/ui-assets/imagery/promo-blocks/Dublin-merch-st-patri... | 42.2 KiB | 14.3 KiB |
Trip activities a.inline-block > section > div.relative > img | /dam/ui-assets/imagery/marketing/Airways-HP-ACTIVITIES-12... | 45.0 KiB | 7.5 KiB |
Trip activities a.inline-block > section > div.relative > img | /dam/ui-assets/imagery/marketing/Airways-HP-ACTIVITIES-12... | 45.0 KiB | 7.5 KiB |
Family vacations a.inline-block > section > div.relative > img | /dam/ui-assets/imagery/marketing/Airways-HP-FAMILY-1280x7... | 43.3 KiB | 5.8 KiB |
Family vacations a.inline-block > section > div.relative > img | /dam/ui-assets/imagery/marketing/Airways-HP-FAMILY-1280x7... | 43.3 KiB | 5.8 KiB |
div.inset-x-0 > div.flex > div.relative > img.object-contain div.inset-x-0 > div.flex > div.relative > img.object-contain | www.jetblue.com/_next/static/media/android-icon.155471c4mo1vh.png | 4.6 KiB | 4.0 KiB |
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 |
|---|---|
| www.jetblue.com/_next/static/chunks/06n61u~q3t7qv.css | 19.3 KiB |
| www.jetblue.com/_next/static/chunks/16n-h467x-sa8.css | 1.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 |
|---|---|
| jetblue.com/ | 1.1 s |
| www.jetblue.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 |
|---|---|
Did someone say…cookies?
We value your privacy. We use cookies to provide a us… div.wrapper > div > div.mainContent > div | 0.093 |
Privacy Policy
Powered by
:
div.wrapper > div > div.footer | 0.067 |
Did someone say…cookies?
We value your privacy. We use cookies to provide a us… div.wrapper > div > div.mainContent > div | 0.058 |
Privacy Policy
Powered by
:
div.wrapper > div > div.footer | 0.018 |
Did someone say…cookies? div > div#cookieMainHeader > h2 > span | 0.002 |
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.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrappe... | 436.2 KiB | 292.8 KiB |
| sdk.joinsherpa.io/widget.js?appId=spY3MjM0OT&affiliateId=jetblue | 662.1 KiB | 250.2 KiB |
| www.jetblue.com/_next/static/chunks/0nhjsm87u22zm.js | 265.7 KiB | 196.9 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-5J92P6SM | 192.9 KiB | 93.9 KiB |
| sdk.asapp.com/chat-sdk.js | 118.8 KiB | 81.1 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-5J92P6SM | 192.9 KiB | 74.9 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-T69MLS2R | 117.7 KiB | 68.4 KiB |
| cdn.dynamicyield.com/api/8791140/api_static.js | 111.3 KiB | 58.9 KiB |
| js.appboycdn.com/web-sdk/6.3/braze.min.js | 63.4 KiB | 55.4 KiB |
| edge.fullstory.com/s/fs.js | 79.3 KiB | 53.0 KiB |
| js.appboycdn.com/web-sdk/6.3/braze.min.js | 63.4 KiB | 45.2 KiB |
| www.jetblue.com/_next/static/chunks/0_wckrpl-en4q.js | 69.1 KiB | 21.8 KiB |
| consent.trustarc.com/asset/adv-bundle.js?v=v1.7-1729 | 77.8 KiB | 21.0 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.
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 | 9.1 s |
| Other | 2.1 s |
| Script Parsing & Compilation | 1.1 s |
| Style & Layout | 617 ms |
| Garbage Collection | 322 ms |
| Rendering | 183 ms |
| Parse HTML & CSS | 159 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 |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | 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 |
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 |
|---|---|---|
| static.jetblue.com/243baff993e46b2c0433/felog/felog.js | 11.7 KiB | 2.7 KiB |
| static.jetblue.com/243baff993e46b2c0433/felog/felog.js?v=2 | 11.7 KiB | 2.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.
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
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 |
|---|
Powered by div > div.footer > div.right > label |
These are opportunities to improve the legibility of your content.
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 |
|---|
body > div#pop-div208391309689498112 > div#pop-div308444348287444892 > div#pop-frame08159720616093769 body > div#pop-div208391309689498112 > div#pop-div308444348287444892 > div#pop-frame08159720616093769 |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
Beat the summer rush.
Are you ready for it? Lock in great deals with flights a… div.dy-travel-deals > div.dy-travel-deals__inner > div.dy-travel-deals__cards > article#pb1_brand_summer-merch-premium |
Earn 60,000 70,000 bonus TrueBlue points.
70,000 bonus points = $700 in award … div.dy-travel-deals > div.dy-travel-deals__inner > div.dy-travel-deals__cards > article#pb2_bcus_feblto |
Up to 50% off flights with a package.
Save big on the flight portion of your v… div.dy-travel-deals > div.dy-travel-deals__inner > div.dy-travel-deals__cards > article#pb3_jbv_up-to-50-off-plus-200 |
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 |
|---|---|
| consent-pref.trustarc.com/images/arrow.png | Automatically upgraded to HTTPS |
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) | |
|---|---|---|---|
Cruises a.inline-block > section > div.relative > img | /dam/ui-assets/imagery/marketing/Airways-HP-CRUISE-1280x7... | 346 x 195 (1.77) | 640 x 385 (1.66) |
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 |
|---|---|
Error: Minified React error #418; visit https://react.dev/errors/418?args[]=HTML&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at rX (https://www.jetblue.com/_next/static/chunks/0_wckrpl-en4q.js:1:46251)
at iu (https://www.jetblue.com/_next/static/chunks/0_wckrpl-en4q.js:1:97292)
at sd (https://www.jetblue.com/_next/static/chunks/0_wckrpl-en4q.js:1:137982)
at https://www.jetblue.com/_next/static/chunks/0_wckrpl-en4q.js:1:132868
at se (https://www.jetblue.com/_next/static/chunks/0_wckrpl-en4q.js:1:132969)
at s$ (https://www.jetblue.com/_next/static/chunks/0_wckrpl-en4q.js:1:159533)
at MessagePort.O (https://www.jetblue.com/_next/static/chunks/0_wckrpl-en4q.js:1:7700) | |
Failed to load resource: the server responded with a status of 404 () | |
Uncaught SyntaxError: Identifier 'loggerRoute' has already been declared | |
/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrappe... line 1, col 21256 | Uncaught TypeError: Cannot read properties of null (reading 'stack') |
/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrappe... line 1, col 14325 | Unhandled Promise rejection: timeout ; Zone: <root> ; Task: Promise.then ; Value: Error: timeout
at a (https://cdn.dynamicyield.com/api/8791140/api_dynamic.js:1:1198000)
at L.<computed> (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:28226)
at v.invokeTask (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:7154)
at M.runTask (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:2549)
at invokeTask (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:8205)
at invoke (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:8106)
at m.args.<computed> (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:27938) Error: timeout
at a (https://cdn.dynamicyield.com/api/8791140/api_dynamic.js:1:1198000)
at L.<computed> (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:28226)
at v.invokeTask (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:7154)
at M.runTask (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:2549)
at invokeTask (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:8205)
at invoke (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:8106)
at m.args.<computed> (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:27938) |
/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrappe... line 1, col 14325 | Unhandled Promise rejection: timeout ; Zone: <root> ; Task: Promise.then ; Value: Error: timeout
at a (https://cdn.dynamicyield.com/api/8791140/api_dynamic.js:1:1198000)
at L.<computed> (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:28226)
at v.invokeTask (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:7154)
at M.runTask (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:2549)
at invokeTask (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:8205)
at invoke (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:8106)
at m.args.<computed> (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:27938) Error: timeout
at a (https://cdn.dynamicyield.com/api/8791140/api_dynamic.js:1:1198000)
at L.<computed> (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:28226)
at v.invokeTask (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:7154)
at M.runTask (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:2549)
at invokeTask (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:8205)
at invoke (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:8106)
at m.args.<computed> (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:27938) |
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 |
|---|
| Mixed content |
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.
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.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.15 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.21 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
207 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.037
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.86 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
5.28 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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 | |
|---|---|---|---|
hammock on the beach div.dy-travel-deals__cards > article#pb3_jbv_up-to-50-off-plus-200 > div.dy-card__image-wrapper > img#pb3_jbv_up-to-50-off-plus-200_image | cdn.dynamicyield.com/api/8791140/images/bd00dbfca44f.webp | 352.1 KiB | 334.0 KiB |
aerial beach view div.dy-travel-deals__cards > article#pb1_brand_summer-merch-premium > div.dy-card__image-wrapper > img#pb1_brand_summer-merch-premium_image | cdn.dynamicyield.com/api/8791140/images/c28152b90d8c.webp | 240.0 KiB | 221.9 KiB |
div > main#main > div.relative > img.object-cover div > main#main > div.relative > img.object-cover | /dam/ui-assets/imagery/booker/beach-greenery-booker-.jpg?... | 178.1 KiB | 108.5 KiB |
dublin, ireland div.m-4 > div.group > div.relative > img.rounded-t-md | /dam/ui-assets/imagery/promo-blocks/Dublin-merch-st-patri... | 116.6 KiB | 98.7 KiB |
jetBlue credit card on a beach background div.dy-travel-deals__cards > article#pb2_bcus_feblto > div.dy-card__image-wrapper > img#pb2_bcus_feblto_image | cdn.dynamicyield.com/api/8791140/images/74ac7ae85fc1.webp | 69.9 KiB | 60.5 KiB |
Nantucket street div.m-4 > div.group > div.relative > img.rounded-t-md | /dam/ui-assets/imagery/promo-blocks/nantucket-memorial-da... | 63.7 KiB | 36.6 KiB |
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 |
|---|---|
| www.jetblue.com/_next/static/chunks/16n-h467x-sa8.css | 493 B |
| www.jetblue.com/_next/static/chunks/06n61u~q3t7qv.css | 18.7 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 |
|---|---|
| jetblue.com/ | 588 ms |
| www.jetblue.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.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrappe... | 436.2 KiB | 292.9 KiB |
| sdk.joinsherpa.io/widget.js?appId=spY3MjM0OT&affiliateId=jetblue | 662.1 KiB | 250.2 KiB |
| www.jetblue.com/_next/static/chunks/0nhjsm87u22zm.js | 265.7 KiB | 196.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-5J92P6SM | 193.1 KiB | 94.1 KiB |
| sdk.asapp.com/chat-sdk.js | 118.8 KiB | 81.1 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-5J92P6SM | 193.1 KiB | 74.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-T69MLS2R | 117.7 KiB | 68.4 KiB |
| cdn.dynamicyield.com/api/8791140/api_static.js | 111.3 KiB | 58.8 KiB |
| js.appboycdn.com/web-sdk/6.3/braze.min.js | 63.4 KiB | 55.4 KiB |
| edge.fullstory.com/s/fs.js | 79.3 KiB | 52.8 KiB |
| js.appboycdn.com/web-sdk/6.3/braze.min.js | 63.4 KiB | 45.2 KiB |
| www.jetblue.com/_next/static/chunks/0_wckrpl-en4q.js | 69.1 KiB | 23.1 KiB |
| /dxjsmodule/12.1a2b7192fd54e87d3971.chunk.js?Q_CLIENTVERS... | 35.7 KiB | 21.0 KiB |
| consent.trustarc.com/asset/adv-bundle.js?v=v1.7-1729 | 77.8 KiB | 21.0 KiB |
| /dxjsmodule/CoreModule.js?Q_CLIENTVERSION=2.46.0&Q_CLIENT... | 30.9 KiB | 20.8 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 |
|---|---|---|---|
| /st?sec=8791140&ref=&scriptVersion=2.83.0&inHead=true&id=... | 968 ms | 879 ms | 3.6 ms |
| cdn.dynamicyield.com/api/8791140/api_dynamic.js | 569 ms | 472 ms | 42 ms |
| www.jetblue.com/_next/static/chunks/0_wckrpl-en4q.js | 426 ms | 365 ms | 8.8 ms |
| /49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrappe... | 376 ms | 290 ms | 13 ms |
| Unattributable | 361 ms | 13 ms | 0.0 ms |
| www.jetblue.com/ | 230 ms | 10 ms | 31 ms |
| www.googletagmanager.com/gtm.js?id=GTM-5J92P6SM | 218 ms | 126 ms | 76 ms |
| www.jetblue.com/_next/static/chunks/0nhjsm87u22zm.js | 92 ms | 59 ms | 28 ms |
| sdk.joinsherpa.io/widget.js?appId=spY3MjM0OT&affiliateId=jetblue | 69 ms | 48 ms | 20 ms |
| consent.trustarc.com/asset/notice.js/v/v1.7-1729 | 55 ms | 38 ms | 3.9 ms |
| edge.fullstory.com/s/fs.js | 50 ms | 37 ms | 9.2 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 | 2.5 s |
| Other | 528 ms |
| Script Parsing & Compilation | 321 ms |
| Style & Layout | 195 ms |
| Garbage Collection | 71 ms |
| Rendering | 45 ms |
| Parse HTML & CSS | 33 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 |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | 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 |
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 |
|---|---|---|
| static.jetblue.com/243baff993e46b2c0433/felog/felog.js | 11.7 KiB | 2.7 KiB |
| static.jetblue.com/243baff993e46b2c0433/felog/felog.js?v=2 | 11.7 KiB | 2.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.
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
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 |
|---|
Powered by div > div.footer > div.right > label |
These are opportunities to improve the legibility of your content.
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 |
|---|
body > div#pop-div209743089784851777 > div#pop-div305953576366890888 > div#pop-frame09435318925199103 body > div#pop-div209743089784851777 > div#pop-div305953576366890888 > div#pop-frame09435318925199103 |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
Beat the summer rush.
Are you ready for it? Lock in great deals with flights a… div.dy-travel-deals > div.dy-travel-deals__inner > div.dy-travel-deals__cards > article#pb1_brand_summer-merch-premium |
Earn 60,000 70,000 bonus TrueBlue points.
70,000 bonus points = $700 in award … div.dy-travel-deals > div.dy-travel-deals__inner > div.dy-travel-deals__cards > article#pb2_bcus_feblto |
Up to 50% off flights with a package.
Save big on the flight portion of your v… div.dy-travel-deals > div.dy-travel-deals__inner > div.dy-travel-deals__cards > article#pb3_jbv_up-to-50-off-plus-200 |
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 |
|---|---|
| consent-pref.trustarc.com/images/arrow.png | Automatically upgraded to HTTPS |
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) | |
|---|---|---|---|
Cruises a.inline-block > section > div.relative > img | /dam/ui-assets/imagery/marketing/Airways-HP-CRUISE-1280x7... | 323 x 182 (1.77) | 384 x 231 (1.66) |
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 404 () | |
Uncaught SyntaxError: Identifier 'loggerRoute' has already been declared | |
/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrappe... line 1, col 21256 | Uncaught TypeError: Cannot read properties of null (reading 'stack') |
/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrappe... line 1, col 14325 | Unhandled Promise rejection: timeout ; Zone: <root> ; Task: Promise.then ; Value: Error: timeout
at a (https://cdn.dynamicyield.com/api/8791140/api_dynamic.js:1:1198000)
at L.<computed> (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:28226)
at v.invokeTask (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:7154)
at M.runTask (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:2549)
at invokeTask (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:8205)
at invoke (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:8106)
at m.args.<computed> (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:27938) Error: timeout
at a (https://cdn.dynamicyield.com/api/8791140/api_dynamic.js:1:1198000)
at L.<computed> (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:28226)
at v.invokeTask (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:7154)
at M.runTask (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:2549)
at invokeTask (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:8205)
at invoke (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:8106)
at m.args.<computed> (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:27938) |
/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrappe... line 1, col 14325 | Unhandled Promise rejection: timeout ; Zone: <root> ; Task: Promise.then ; Value: Error: timeout
at a (https://cdn.dynamicyield.com/api/8791140/api_dynamic.js:1:1198000)
at L.<computed> (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:28226)
at v.invokeTask (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:7154)
at M.runTask (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:2549)
at invokeTask (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:8205)
at invoke (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:8106)
at m.args.<computed> (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:27938) Error: timeout
at a (https://cdn.dynamicyield.com/api/8791140/api_dynamic.js:1:1198000)
at L.<computed> (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:28226)
at v.invokeTask (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:7154)
at M.runTask (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:2549)
at invokeTask (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:8205)
at invoke (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:8106)
at m.args.<computed> (https://static.jetblue.com/49b10c8ad172622fbc74/dist/wc-auth-wrapper/wc-auth-wrapper-element.js:2:27938) |
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 |
|---|
| Mixed content |
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.
Send Feedback