Lighthouse Mobile
· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
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.
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 | |
|---|---|---|---|
GigaOm Radar App & API Security p.d-body-base > div.mx-auto > div > img.inline-block | /_next/image?url=https%3A%2F%2Fcdn.studio.f5.com%2Fimages... | 49.4 KiB | 30.6 KiB |
From sprawl to strategy: how a platform approach secures and simplifies IT div.flex > div.relative > div.relative > img.object-cover | /images/k6fem79d/production/d6b332085e60cb3fd9ac3830b0130... | 43.1 KiB | 28.9 KiB |
30 years at the application layer div.flex > div.relative > div.relative > img.object-cover | /images/k6fem79d/production/86157282e1ac8ccd975c0e1f09832... | 29.6 KiB | 12.3 KiB |
Validated S3 performance for AI infrastructure and data delivery div.flex > div.relative > div.relative > img.object-cover | /images/k6fem79d/production/bf7a6a95548fe803940f1e4d9f82c... | 8.2 KiB | 5.5 KiB |
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.
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 |
|---|---|
| f5.com/ | 784 ms |
| www.f5.com/ | 0.0 ms |
Diagnostics
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /_next/static/chunks/549ca77c-9261eb57d3bef9bc.js?dpl=dpl... | 1.5 MiB | 1.5 MiB |
| www.googletagmanager.com/gtag/js?id=G-89EY6SNB5Y&cx=c>m=4e64f0&bs=ctrl2 | 156.2 KiB | 62.7 KiB |
| www.googletagmanager.com/gtag/js?id=DC-5322751 | 129.3 KiB | 57.7 KiB |
| www.googletagmanager.com/gtag/js?id=DC-11283378&cx=c>m=4e64f0&bs=ctrl2 | 130.7 KiB | 56.7 KiB |
| www.googletagmanager.com/gtag/js?id=AW-528895284&cx=c>m=4e64f0&bs=ctrl2 | 144.4 KiB | 56.5 KiB |
| /_next/static/chunks/8274-5040ec944eb9c798.js?dpl=dpl_42Z... | 37.8 KiB | 34.0 KiB |
| /_next/static/chunks/3564-1cb1b7fade2873c4.js?dpl=dpl_42Z... | 34.6 KiB | 27.9 KiB |
| mktg.tags.f5.com/main/prod/utag.sync.js | 54.2 KiB | 25.5 KiB |
| mktg.tags.f5.com/main/prod/utag.js | 49.0 KiB | 24.7 KiB |
| consent.trustarc.com/asset/notice.js/v/v1.7-1729 | 36.0 KiB | 22.3 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.3 s |
| Other | 4.8 s |
| Script Parsing & Compilation | 1.8 s |
| Rendering | 964 ms |
| Style & Layout | 954 ms |
| Garbage Collection | 291 ms |
| Parse HTML & CSS | 96 ms |
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 |
|---|---|---|
| scripts.demandbase.com/adobeanalytics/pscSDsz4.min.js | 8.4 KiB | 2.8 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|
PLATFORM SPOTLIGHT: DEPLOYMENT div.container > div.grid > div.space-y-gutter-md > h6.d-supplementary |
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 html |
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 |
|---|
REPORT
Validated S3 performance for AI infrastructure and data delivery div.flex > span.w-full > div.h-full > a.group |
WEBINAR
From sprawl to strategy: how a platform approach secures and simplifies… div.flex > span.w-full > div.h-full > a.group |
BLOG
30 years at the application layer div.flex > span.w-full > div.h-full > a.group |
GOVERNMENT
SA Power Networks enhances OT cloud security with F5 NGINXaaS
South … div.flex > span.w-full > div.h-full > a.group |
RETAIL
Sheetz fuels secure business growth with F5
Rising cybersecurity inciden… div.flex > span.w-full > div.h-full > a.group |
BANKING & FINANCIAL SERVICES
TOM Bank scales securely with F5 hybrid environmen… div.flex > span.w-full > div.h-full > a.group |
Start a free trial
Experience F5 in action by testing our products in your pre-… div.grid-cols-1 > span.w-full > div.h-full > a.group |
Contact us
We can assess your needs and connect you to with the right cloud pro… div.grid-cols-1 > span.w-full > div.h-full > a.group |
MyF5 support
Get support and manage your software subscriptions and BIG-IP VE r… div.grid-cols-1 > span.w-full > div.h-full > a.group |
Find a reseller
We're dedicated to building partnerships that drive your busine… div.grid-cols-1 > span.w-full > div.h-full > a.group |
F5 Blog
Explore the F5 blog for insights, trends, and expert advice on digital … div.grid-cols-1 > span.w-full > div.h-full > a.group |
Office of the CTO
Strategic insights on the future of app services, the evoluti… div.grid-cols-1 > span.w-full > div.h-full > a.group |
Newsroom
The latest news, awards, recognition, and announcements about F5 and N… div.grid-cols-1 > span.w-full > div.h-full > a.group |
Events calendar
Discover events to connect, learn, and network—online or in-per… div.grid-cols-1 > span.w-full > div.h-full > a.group |
F5 DevCentral
A community of F5 experts collaborating to solve challenges, shar… div.grid-cols-1 > span.w-full > div.h-full > a.group |
F5 Labs
Get the who, what, when, and what’s next in cyberattacks to inform your… div.grid-cols-1 > span.w-full > div.h-full > a.group |
F5 Education
Develop knowledge and hands-on skills to deploy, configure, and ma… div.grid-cols-1 > span.w-full > div.h-full > a.group |
Partner Central
Sales and marketing resources and support for F5 partners. div.grid-cols-1 > span.w-full > div.h-full > a.group |
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 |
|---|---|
| AttributionReporting |
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 with Permissions-Policy header: Parse of permissions policy failed because of errors reported by structured header parser. | |
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 rP (https://www.f5.com/_next/static/chunks/4bd1b696-643ad7e1253fdab5.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C:1:34103)
at oU (https://www.f5.com/_next/static/chunks/4bd1b696-643ad7e1253fdab5.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C:1:83631)
at ic (https://www.f5.com/_next/static/chunks/4bd1b696-643ad7e1253fdab5.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C:1:112390)
at https://www.f5.com/_next/static/chunks/4bd1b696-643ad7e1253fdab5.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C:1:108438
at u5 (https://www.f5.com/_next/static/chunks/4bd1b696-643ad7e1253fdab5.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C:1:108539)
at iH (https://www.f5.com/_next/static/chunks/4bd1b696-643ad7e1253fdab5.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C:1:129983)
at MessagePort.w (https://www.f5.com/_next/static/chunks/1684-c2a4dfbf19bd03d1.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C:1:55324) | |
Failed to load resource: the server responded with a status of 401 () |
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.