Lighthouse Desktop
· 0 checks — Desktop 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.
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 |
|---|---|
| /content/dam/onlinebanking/common/static/fonts/U.S.BankCi... | 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.
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 |
|---|---|---|
| /etc.clientlibs/usbank/clientlibs/clientlib-ghp/styles/gh... | 81.4 KiB | 125 ms |
| tags.tiqcdn.com/utag/usbank/global-sync/prod/utag.sync.js | 50.0 KiB | 370 ms |
| www.datadoghq-browser-agent.com/us1/v6/datadog-rum.js | 61.3 KiB | 420 ms |
| /etc.clientlibs/usbank/components/structure/ghp-page/clie... | 1.1 KiB | |
| www.usbank.com/content/usbank/LoginModuleHelpers/loginhotfixesGlobalTemp.css | 2.8 KiB |
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 | |
|---|---|---|---|
div.aem-Grid > div.imageModule > div.comp-img > img.of-cover div.aem-Grid > div.imageModule > div.comp-img > img.of-cover | /content/dam/usbank/en/images/illustrations/illustration-... | 162.4 KiB | 103.3 KiB |
Mom and son playing with dinosaurs div.aem-Grid > div.imageModule > div.comp-img > img.of-cover | /content/dam/usbank/en/images/photos/homepage/photo-two-p... | 53.7 KiB | 37.7 KiB |
div.aem-Grid > div.cardModule > div.m-card-mos > img.full-bleed div.aem-Grid > div.cardModule > div.m-card-mos > img.full-bleed | /content/dam/usbank/en/images/photos/homepage/photo-man-u... | 63.1 KiB | 34.9 KiB |
Vikings player Justin Jefferson holding a football div.cs-2-lg > div.c-8-lg > picture.img > img.backgrounded | /content/dam/usbank/en/images/photos/homepage/photo-justi... | 42.4 KiB | 21.0 KiB |
Young man using level on wooden frame div.aem-Grid > div.imageModule > div.comp-img > img.of-cover | /content/dam/usbank/en/images/photos/homepage/photo-young... | 33.0 KiB | 17.0 KiB |
div.aem-Grid > div.imageModule > div.comp-img > img.of-cover div.aem-Grid > div.imageModule > div.comp-img > img.of-cover | /content/dam/usbank/en/images/photos/homepage/photo-outdo... | 61.2 KiB | 13.0 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 |
|---|---|
| usbank.com/ | 586 ms |
| www.usbank.com/ | 252 ms |
| www.usbank.com/index.html | 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.
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 |
|---|---|---|
| .smartassistant .sa-modal--open .usb-modal-v2--container .usb-modal-v2--header h1{display:inline-fle… } … | 99.4 KiB | 99.4 KiB |
| .aw-usb-authenticate{height:auto;clear:both;border-radius:15px;padding:25px;box-sizing:border-box; … } … | 77.0 KiB | 74.6 KiB |
| /etc.clientlibs/usbank/clientlibs/clientlib-ghp/styles/gh... | 81.4 KiB | 73.8 KiB |
| .uiContentBox{font-size:14px;font-weight:400;line-height:21px;margin-bottom:34px} … | 25.4 KiB | 23.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 | 2.0 s |
| Other | 416 ms |
| Script Parsing & Compilation | 307 ms |
| Style & Layout | 205 ms |
| Rendering | 43 ms |
| Parse HTML & CSS | 26 ms |
| Garbage Collection | 22 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 |
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 | |
|---|---|
div.aem-Grid > div.imageModule > div.comp-img > img.of-cover div.aem-Grid > div.imageModule > div.comp-img > img.of-cover | /content/dam/usbank/en/images/illustrations/illustration-... |
div.aem-Grid > div.imageModule > div.comp-img > img.of-cover div.aem-Grid > div.imageModule > div.comp-img > img.of-cover | /content/dam/usbank/en/images/photos/homepage/photo-outdo... |
div.aem-Grid > div.cardModule > div.m-card-mos > img.full-bleed div.aem-Grid > div.cardModule > div.m-card-mos > img.full-bleed | /content/dam/usbank/en/images/photos/homepage/photo-man-u... |
Mom and son playing with dinosaurs div.aem-Grid > div.imageModule > div.comp-img > img.of-cover | /content/dam/usbank/en/images/photos/homepage/photo-two-p... |
Young man using level on wooden frame div.aem-Grid > div.imageModule > div.comp-img > img.of-cover | /content/dam/usbank/en/images/photos/homepage/photo-young... |
A man and a woman sitting on a couch, looking at a laptop with printed papers a… div.scb-card > div.img > picture > img.ar-3x2 | |
Children playing flag football on a turf field, with one child carrying a footb… div.scb-card > div.img > picture > img.ar-3x2 | |
Person making a payment by tapping a debit card on a payment terminal at a coun… div.scb-card > div.img > picture > img.ar-3x2 | |
Privacy options div.c-3-lg > div.primary-link > a.link > img | www.usbank.com/content/dam/usbank/en/images/icons/icon-privacy-options.svg |
U.S. Bank ul.menu-list > li.menu-item > a.homepage > img.logo | /etc.clientlibs/ecm-global/clientlibs/clientlib-resources... |
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.
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 |
|---|
Open Checking & Savings div.layered-row > div.c-3-lg > div.button-group > a.button |
See our partnership div.layered-row > div.c-3-lg > div.button-group > a.button |
Open a checking account div.textModule > div.comp-text > div.button-group > a.button |
Download the app div.textModule > div.comp-text > div.button-group > a.button |
Search locations div.component-offset-12 > div.row > div.cta > a.flex-row-start-sm |
Call 800-872-2657 div.component-offset-12 > div.row > div.cta > a.flex-row-start-sm |
Your privacy choices div.links > div.c-3-lg > div.primary-link > a.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. | onlinebanking.usbank.com/auth/login/rwc/main-bundle.js line 1, col 9925 |
| 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 |
|---|---|
Access to fetch at 'https://content.usbank.com/dam/olb-smart-assistant/en-us/com.model.json' from origin 'https://www.usbank.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to font at 'https://content.usbank.com/content/dam/onlinebanking/common/static/fonts/U.S.BankCircularWeb-Bold.woff' from origin 'https://www.usbank.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to font at 'https://content.usbank.com/content/dam/onlinebanking/common/static/fonts/U.S.BankCircularWeb-Bold.woff2' from origin 'https://www.usbank.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to font at 'https://content.usbank.com/content/dam/onlinebanking/common/static/fonts/U.S.BankCircularWeb-Book.woff' from origin 'https://www.usbank.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to font at 'https://content.usbank.com/content/dam/onlinebanking/common/static/fonts/U.S.BankCircularWeb-Book.woff2' from origin 'https://www.usbank.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to font at 'https://content.usbank.com/content/dam/onlinebanking/common/static/fonts/U.S.BankCircularWeb-Light.woff2' from origin 'https://www.usbank.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to font at 'https://content.usbank.com/content/dam/onlinebanking/common/static/fonts/U.S.BankCircularWeb-Medium.woff' from origin 'https://www.usbank.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to font at 'https://content.usbank.com/content/dam/onlinebanking/common/static/fonts/U.S.BankCircularWeb-Medium.woff2' from origin 'https://www.usbank.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to font at 'https://content.usbank.com/content/dam/onlinebanking/common/static/fonts/U.S.BankCircularWeb-Regular.woff' from origin 'https://www.usbank.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to font at 'https://content.usbank.com/content/dam/onlinebanking/common/static/fonts/U.S.BankCircularWeb-Regular.woff2' from origin 'https://www.usbank.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Connecting to 'https://bat.bing.net/actionp/0?ti=5697122&Ver=2&mid=0cce7e06-f597-451b-b590-b68665ac1cd2&bo=1&evt=consent&src=enforced&cdb=AQwZ&asc=D' violates the following Content Security Policy directive: "default-src 'self' *.usbank.com 'unsafe-inline' 'unsafe-eval' blob: data: cdn.appsflyer.com cdn.pdst.fm connect.facebook.net conv-tm.everesttech.net ct.pinterest.com d.agkn.com www.datadoghq-browser-agent.com browser-intake-datadoghq.com display.powerreviews.com dsum-sec.casalemedia.com eb2.3lift.com edge.adobedc.net assetts.adobedtm.com fast.fonts.net fonts.gstatic.com google.com hb.yahoo.net ib.adnxs.com idpix.media6degrees.com jadserve.postrelease.com match.sharethrough.com mid.rkdms.com mpsnare.iesnare.com opreq.observepoint.com partners.tremorhub.com pippio.com pixel.rubiconproject.com pixel.tapad.com players.brightcove.net *.invoca.net s.pinimg.com schema.milestoneinternet.com sc-static.net simage2.pubmatic.com siteimproveanalytics.com snap.licdn.com solutions.invocacdn.com ssa.gov static.3playmedia.com sync.bfmio.com sync.taboola.com sync.teads.tv sync-stgz.ads.yieldmo.com t.co tags.tiqcdn.com usbankinteractive.postclickmarketing.com utt.impactcdn.com vjs.zencdn.net websdk.appsflyer.com www.emjcd.com www.facebook.com www.googleadservices.com www.googletagmanager.com www.mczbf.com www.usbankedge.com x.bidswitch.net *.adoberesources.net *.adsrvr.org *.ads-twitter.com *.akamaihd.net *.amazonaws.com *.appdynamics.com *.bing.com *.boltdns.net *.brightcove.com *.brightcovecdn.com *.c3tag.com *.casalemedia.com *.company-target.com *.demandbase.com *.demdex.net *.doubleclick.net *.eum-appdynamics.com *.force.com *.glance.net *.glancecdn.net *.google.co.in *.google.com *.googleapis.com *.gstatic.com *.impactradius-event.com *.jsdelivr.net *.kitewheel.com *.knotch.com *.knotch-cdn.com *.krxd.net *.leadfusion.com *.linkedin.com *.loggly.com *.marketo.net *.miaprova.com *.mktoresp.com *.mktoutil.com *.mrpdata.net *.mykukun.com *.nextdoor.com *.ojrq.net *.omtrdc.net *.onetrust.com *.powerreviews.com *.pxf.io *.qualtrics.com *.quantummetric.com *.rlcdn.com *.ru4.com *.salesforceliveagent.com *.sandbox.file.force.com *.siteimproveanalytics.io *.sjv.io *.snapchat.com *.storygize.net *.tealiumiq.com *.turn.com *.typekit.net *.us.bank-dns.com *.videoamp.com *.yahoo.com *.youtube.com *.byspotify.com *.spotify.com *.dianomi.com *.pixel.admedia.com *.schemaapp.com *.amazon-adsystem.com *.paa-reporting-advertising.amazon *.clickagy.com *.rokt.com *.rokt-api.com *.roktinternal.com *.zi-scripts.com *.zoominfo.com *.ispot.tv *.evolo.ai aa.agkn.com match.adsrvr.org wss://*.amazonaws.com wss://*.glance.net wss://mpsnare.iesnare.com". Note that 'connect-src' was not explicitly set, so 'default-src' is used as a fallback. The action has been blocked. | |
Datadog Browser SDK: DD_RUM is already initialized. | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Loading the image 'https://bat.bing.net/action/0?ti=5697122&Ver=2&mid=0cce7e06-f597-451b-b590-b68665ac1cd2&bo=2&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=Personal%20Banking,%20Credit%20Cards,%20Loans%20%26%20Investing%20%7C%20U.S.%20Bank&p=https%3A%2F%2Fwww.usbank.com%2Findex.html&r=<=1063&evt=pageLoad&sv=2&asc=D&cdb=AQwZ&rn=501500' violates the following Content Security Policy directive: "default-src 'self' *.usbank.com 'unsafe-inline' 'unsafe-eval' blob: data: cdn.appsflyer.com cdn.pdst.fm connect.facebook.net conv-tm.everesttech.net ct.pinterest.com d.agkn.com www.datadoghq-browser-agent.com browser-intake-datadoghq.com display.powerreviews.com dsum-sec.casalemedia.com eb2.3lift.com edge.adobedc.net assetts.adobedtm.com fast.fonts.net fonts.gstatic.com google.com hb.yahoo.net ib.adnxs.com idpix.media6degrees.com jadserve.postrelease.com match.sharethrough.com mid.rkdms.com mpsnare.iesnare.com opreq.observepoint.com partners.tremorhub.com pippio.com pixel.rubiconproject.com pixel.tapad.com players.brightcove.net *.invoca.net s.pinimg.com schema.milestoneinternet.com sc-static.net simage2.pubmatic.com siteimproveanalytics.com snap.licdn.com solutions.invocacdn.com ssa.gov static.3playmedia.com sync.bfmio.com sync.taboola.com sync.teads.tv sync-stgz.ads.yieldmo.com t.co tags.tiqcdn.com usbankinteractive.postclickmarketing.com utt.impactcdn.com vjs.zencdn.net websdk.appsflyer.com www.emjcd.com www.facebook.com www.googleadservices.com www.googletagmanager.com www.mczbf.com www.usbankedge.com x.bidswitch.net *.adoberesources.net *.adsrvr.org *.ads-twitter.com *.akamaihd.net *.amazonaws.com *.appdynamics.com *.bing.com *.boltdns.net *.brightcove.com *.brightcovecdn.com *.c3tag.com *.casalemedia.com *.company-target.com *.demandbase.com *.demdex.net *.doubleclick.net *.eum-appdynamics.com *.force.com *.glance.net *.glancecdn.net *.google.co.in *.google.com *.googleapis.com *.gstatic.com *.impactradius-event.com *.jsdelivr.net *.kitewheel.com *.knotch.com *.knotch-cdn.com *.krxd.net *.leadfusion.com *.linkedin.com *.loggly.com *.marketo.net *.miaprova.com *.mktoresp.com *.mktoutil.com *.mrpdata.net *.mykukun.com *.nextdoor.com *.ojrq.net *.omtrdc.net *.onetrust.com *.powerreviews.com *.pxf.io *.qualtrics.com *.quantummetric.com *.rlcdn.com *.ru4.com *.salesforceliveagent.com *.sandbox.file.force.com *.siteimproveanalytics.io *.sjv.io *.snapchat.com *.storygize.net *.tealiumiq.com *.turn.com *.typekit.net *.us.bank-dns.com *.videoamp.com *.yahoo.com *.youtube.com *.byspotify.com *.spotify.com *.dianomi.com *.pixel.admedia.com *.schemaapp.com *.amazon-adsystem.com *.paa-reporting-advertising.amazon *.clickagy.com *.rokt.com *.rokt-api.com *.roktinternal.com *.zi-scripts.com *.zoominfo.com *.ispot.tv *.evolo.ai aa.agkn.com match.adsrvr.org wss://*.amazonaws.com wss://*.glance.net wss://mpsnare.iesnare.com". Note that 'img-src' was not explicitly set, so 'default-src' is used as a fallback. 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 |
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 |
|---|---|
| www.usbank.com/vehicle-loans/auto-loans/refinance-auto-loan.html | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.