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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| js.stripe.com/dahlia/stripe.js | 120.0 s | 225.4 KiB |
| spaceship-cdn.com/assets-ui/assets-management/client/style.css | 3600.0 s | 45.7 KiB |
| m.stripe.network/out-4.5.45.js | 300.0 s | 16.5 KiB |
| cdn.engagement.ai/production/static/js/sdk/chatSDK.9bd9fc5a78085cdcfb47.js | 86400.0 s | 20.5 KiB |
| cdn.engagement.ai/production/static/css/stub-styles.9538b484ee79a97ccf08.css | 86400.0 s | 2.0 KiB |
| cdn.engagement.ai/production/static/js/loader/chatLoader.v3.js | 86400.0 s | 1.3 KiB |
| /production/static/css/brandScheme/brand-3-stub.60b732dc5... | 86400.0 s | 827 B |
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.
| URL | Est Savings |
|---|---|
| /assets-ui/assets-management/client/assets/assets-managem... | 30 ms |
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.
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.
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 |
|---|---|
| spaceship.com/ | 1.3 s |
| www.spaceship.com/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.spaceship.com/ | 606 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 |
|---|---|---|
| spaceship-cdn.com/layoutfragments-ui/app.1cc5f42a40f640db0254.css | 21.3 KiB | 19.9 KiB |
| spaceship-cdn.com/spaceship-homepage-ui/app.eb0df494e8615b12148d.css | 23.1 KiB | 19.3 KiB |
| spaceship-cdn.com/global-search/app.8da8f82458a208012b77.css | 15.0 KiB | 13.7 KiB |
| spaceship-cdn.com/assets-ui/assets-management/client/filled-icons.css | 13.4 KiB | 13.4 KiB |
| spaceship-cdn.com/sharedstaticresources-ui/main.69bb776b3acb3217c5d9.css | 13.3 KiB | 12.5 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 | 6.4 s |
| Style & Layout | 2.7 s |
| Other | 1.7 s |
| Script Parsing & Compilation | 916 ms |
| Rendering | 249 ms |
| Garbage Collection | 219 ms |
| Parse HTML & CSS | 128 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 with WebSocket cannot enter back/forward cache. | Pending browser support |
| 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 |
| Back/forward cache is disabled because WebSocket has been used. | Not actionable |
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.
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.
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 |
|---|
Hello! Would you like to switch to Euro? div.lf-locale-options__popover > div.gb-popover__content > div.lf-locale-suggest > h6 |
These are opportunities to improve keyboard navigation in your application.
Best practices
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.sds-spaceship html.sds-spaceship |
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 |
|---|
Register div.gb-toggle-group__container > div.gb-toggle-group__holder > div.sp-form-modes-list > button.gb-toggle |
See plans div.hp-product-info > div.hp-product-info__inner > div.hp-product-info__content > a.hp-product-info__action |
See plans div.hp-product-info > div.hp-product-info__inner > div.hp-product-info__content > a.hp-product-info__action |
See plans div.hp-product-info > div.hp-product-info__inner > div.hp-product-info__content > a.hp-product-info__action |
See plans div.hp-product-info > div.hp-product-info__inner > div.hp-product-info__content > a.hp-product-info__action |
Best Practices
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.spaceship.com/ line 18, col 17460 | Connecting to 'https://pagead2.googlesyndication.com/ccm/collect?rcb=9&frm=0&ae=g&dl=https%3A%2F%2Fwww.spaceship.com%2F&scrsrc=www.googletagmanager.com&rnd=1706527817.1776802608&navt=n&npa=1&ep.ads_data_redaction=0&_tu=CA>m=45be64h1v9169053390z8812356919za20gzb812356919zd812356919xea&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115616985~115938465~115938469~117266401~118128922&apve=1&apvf=f&apvc=0&tids=AW-11087426027&tid=AW-11087426027&tft=1776802607870&tfd=3686' violates the following Content Security Policy directive: "connect-src 'self' https://spaceship-cdn.com https://s3.us-west-2.amazonaws.com/production-pdf-generation-api-pdf-documents/ https://s3.us-west-2.amazonaws.com/production-featurerequesthub-storage/ https://s3.us-west-2.amazonaws.com/production-websitebuilder-ui/ https://s3.us-west-2.amazonaws.com/production-productplatform-orders-transactions-storage/exports/ https://production-hosting-cpaneltransferin-bff-storage.s3.us-west-2.amazonaws.com/ https://production-cpaneltransferin-bff-storage.s3.us-west-2.amazonaws.com/ https://premiums.namecheapapi.com https://api.revved.com https://bam.nr-data.net wss://notification.www.spaceship.com wss://domains-ws.revved.com https://*.google-analytics.com https://*.analytics.google.com https://*.googletagmanager.com https://*.g.doubleclick.net https://*.google.com wss://www.spaceship.com https://www.spaceship.com https://*.crazyegg.com https://*.trustpilot.com https://ads-twitter.com https://ads-api.twitter.com https://analytics.twitter.com https://bat.bing.com https://bat.bing.net https://chat.engagement.ai https://api.stripe.com https://maps.googleapis.com wss://us-phx-1-vm-console.spaceship.com wss://ap-sgp-1-1-vm-console.spaceship.com wss://us-phx-1-1-vm-command-line.spaceship.com wss://ap-sgp-1-1-vm-command-line.spaceship.com https://production-aftermarket-storage.s3.us-west-2.amazonaws.com https://production-aftermarket-domains-export-storage.s3.us-west-2.amazonaws.com https://evnt.byspotify.com https://pixels.spotify.com https://www.facebook.com https://*.reddit.com". The action has been blocked. |
www.spaceship.com/ line 18, col 17460 | Fetch API cannot load https://pagead2.googlesyndication.com/ccm/collect?rcb=9&frm=0&ae=g&dl=https%3A%2F%2Fwww.spaceship.com%2F&scrsrc=www.googletagmanager.com&rnd=1706527817.1776802608&navt=n&npa=1&ep.ads_data_redaction=0&_tu=CA>m=45be64h1v9169053390z8812356919za20gzb812356919zd812356919xea&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115616985~115938465~115938469~117266401~118128922&apve=1&apvf=f&apvc=0&tids=AW-11087426027&tid=AW-11087426027&tft=1776802607870&tfd=3686. Refused to connect because it violates the document's Content Security Policy. |
Loading the image 'https://pagead2.googlesyndication.com/ccm/collect?rcb=9&frm=0&ae=g&dl=https%3A%2F%2Fwww.spaceship.com%2F&scrsrc=www.googletagmanager.com&rnd=1706527817.1776802608&navt=n&npa=1&ep.ads_data_redaction=0&_tu=CA>m=45be64h1v9169053390z8812356919za20gzb812356919zd812356919xea&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115616985~115938465~115938469~117266401~118128922&apve=1&apvf=f&apvc=0&tids=AW-11087426027&tid=AW-11087426027&tft=1776802607870&tfd=3686' violates the following Content Security Policy directive: "img-src 'self' https://spaceship-cdn.com https://*.paypal.com https://*.google-analytics.com https://*.analytics.google.com https://*.googletagmanager.com https://*.doubleclick.net https://*.google.com https://bam.nr-data.net blob: data: https://*.crazyegg.com https://api.producthunt.com https://ads-twitter.com https://ads-api.twitter.com https://analytics.twitter.com https://bat.bing.com https://bat.bing.net https://t.co https://www.facebook.com https://*.trustpilot.com https://static.websitebuilder-cdn.com https://thumbnail.easywp.com https://*.reddit.com". The action has been blocked. |
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 |
|---|
| Content security policy |
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.