Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
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.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Heavier than average — reducing page weight saves energy and bandwidth.
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.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Soft 404: server returns HTTP 200 for non-existent pages
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
82 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
Cross-Origin-Embedder-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
High impact, low effort — start here.
High impact, requires investment.
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/104229d0-81ad-4be6-bdf8-84072d9dd238)<a href="https://beavercheck.com/results/104229d0-81ad-4be6-bdf8-84072d9dd238"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fband.us" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fband.usThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 15.2s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Addressing the critical issues below would have the most immediate impact on your user trust.
7 barrier(s) likely increasing bounce by ~29%.
Page takes 15.2s to load
+12% bounceUsers abandon at ~3s — you're 12.7s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 995ms
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
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
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
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, …)
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
2 broken link(s) on the page
+3% 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.
$500 investment → $0.56/month returns + USD 157,500 risk avoided
$500
5h · 5 findings
$0.56 /mo
~$6.75 / year
USD 157,500
if kept compliant
$150 — in quick wins — start here for the fastest payback
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.
5.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,126 / month at risk
~$157,507 / year if left unfixed
$157,500
+1 more
$0.56 /mo
7028.1 MB/mo × 0.080 USD/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 3 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.
12.13 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
15.24 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
995 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
12.13 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.
15.26 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.
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 |
|---|---|---|
| /cmstatic/webclient/band-web/res/20260306100749/css/bandI... | 19.3 KiB | 916 ms |
| /cmstatic/webclient/band-web/script/20260407163312/boot.b... | 0 B |
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 | |
|---|---|---|---|
Girls on the run div.partnersArea > div.currentPartner > span.partnerItem > img | /cmstatic/webclient/band-web/res/20260306100749/images/in... | 25.2 KiB | 23.1 KiB |
CIF div.partnersArea > div.currentPartner > span.partnerItem > img | /cmstatic/webclient/band-web/res/20260306100749/images/in... | 24.0 KiB | 21.9 KiB |
GAXC Festival div.partnersArea > div.currentPartner > span.partnerItem > img | /cmstatic/webclient/band-web/res/20260306100749/images/in... | 21.2 KiB | 19.1 KiB |
NFHS div.partnersArea > div.currentPartner > span.partnerItem > img | /cmstatic/webclient/band-web/res/20260306100749/images/in... | 21.1 KiB | 19.0 KiB |
div.introSnapArea > div.oneAppArea > p > img div.introSnapArea > div.oneAppArea > p > img | /cmstatic/webclient/band-web/res/20260306100749/images/in... | 70.8 KiB | 18.3 KiB |
USA Wrestling div.partnersArea > div.currentPartner > span.partnerItem > img | /cmstatic/webclient/band-web/res/20260306100749/images/in... | 20.0 KiB | 17.9 KiB |
weCoach Vertical div.partnersArea > div.currentPartner > span.partnerItem > img | /cmstatic/webclient/band-web/res/20260306100749/images/in... | 19.5 KiB | 17.5 KiB |
Varsity div.partnersArea > div.currentPartner > span.partnerItem > img | /cmstatic/webclient/band-web/res/20260306100749/images/in... | 16.0 KiB | 14.0 KiB |
NIN div.partnersArea > div.currentPartner > span.partnerItem > img | /cmstatic/webclient/band-web/res/20260306100749/images/in... | 15.7 KiB | 13.7 KiB |
a.useBandILink > div.profileBox > span.profile > img a.useBandILink > div.profileBox > span.profile > img | /cmstatic/webclient/band-web/res/20260306100749/images/in... | 13.2 KiB | 11.9 KiB |
a.useBandILink > div.profileBox > span.profile > img a.useBandILink > div.profileBox > span.profile > img | /cmstatic/webclient/band-web/res/20260306100749/images/in... | 11.5 KiB | 10.2 KiB |
NON div.partnersArea > div.currentPartner > span.partnerItem > img | /cmstatic/webclient/band-web/res/20260306100749/images/in... | 12.2 KiB | 10.1 KiB |
a.useBandILink > div.profileBox > span.profile > img a.useBandILink > div.profileBox > span.profile > img | /cmstatic/webclient/band-web/res/20260306100749/images/in... | 9.1 KiB | 7.9 KiB |
a.useBandILink > div.profileBox > span.profile > img a.useBandILink > div.profileBox > span.profile > img | /cmstatic/webclient/band-web/res/20260306100749/images/in... | 7.2 KiB | 6.0 KiB |
NSAF div.partnersArea > div.currentPartner > span.partnerItem > img | /cmstatic/webclient/band-web/res/20260306100749/images/in... | 7.3 KiB | 5.7 KiB |
a.useBandILink > div.profileBox > span.profile > img a.useBandILink > div.profileBox > span.profile > img | /cmstatic/webclient/band-web/res/20260306100749/images/in... | 5.6 KiB | 4.3 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 |
|---|---|
| band.us/ | 1.6 s |
| www.band.us/ | 10.1 s |
| www.band.us/home | 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.band.us/home | 620 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.
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 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 |
|---|---|---|
| /cmstatic/webclient/band-web/res/20260306100749/css/bandI... | 19.1 KiB | 15.3 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.
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 |
|---|---|---|
| /cmstatic/webclient/band-web/script/20260407163312/boot.b... | 821.5 KiB | 503.8 KiB |
| /cmstatic/webclient/band-web/script/20260407163312/boot.b... | 821.5 KiB | 503.1 KiB |
| /cmstatic/webclient/band-web/script/20260407163312/311560... | 327.8 KiB | 201.6 KiB |
| ssl.pstatic.net/cmstatic/webclient/static/band-web/lottie-web-5.12.2.min.js | 74.8 KiB | 45.4 KiB |
| /cmstatic/webclient/band-web/script/20260407163312/c34860... | 35.2 KiB | 31.4 KiB |
| /cmstatic/webclient/band-web/script/20260407163312/c34860... | 35.2 KiB | 20.6 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 |
|---|---|---|---|
| /cmstatic/webclient/band-web/script/20260407163312/boot.b... | 1.5 s | 504 ms | 861 ms |
| /cmstatic/webclient/band-web/script/20260407163312/a5c942... | 634 ms | 550 ms | 79 ms |
| /cmstatic/webclient/band-web/script/20260407163312/311560... | 548 ms | 377 ms | 169 ms |
| /cmstatic/webclient/band-web/script/20260407163312/730ba7... | 426 ms | 170 ms | 7.2 ms |
| /cmstatic/webclient/band-web/script/20260407163312/13a4e4... | 386 ms | 381 ms | 0.8 ms |
| Unattributable | 311 ms | 16 ms | 0.0 ms |
| www.band.us/home | 268 ms | 11 ms | 2.9 ms |
| ssl.pstatic.net/cmstatic/webclient/static/band-web/lottie-web-5.12.2.min.js | 152 ms | 109 ms | 27 ms |
| /s/login/getKey?_t=1776889046793&callback=authCallBack_17... | 115 ms | 113 ms | 0.5 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.3 s |
| Script Parsing & Compilation | 1.2 s |
| Other | 600 ms |
| Style & Layout | 256 ms |
| Rendering | 75 ms |
| Parse HTML & CSS | 62 ms |
| Garbage Collection | 22 ms |
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 | |
|---|---|
Varsity div.partnersArea > div.currentPartner > span.partnerItem > img | /cmstatic/webclient/band-web/res/20260306100749/images/in... |
NFHS div.partnersArea > div.currentPartner > span.partnerItem > img | /cmstatic/webclient/band-web/res/20260306100749/images/in... |
USA Wrestling div.partnersArea > div.currentPartner > span.partnerItem > img | /cmstatic/webclient/band-web/res/20260306100749/images/in... |
Girls on the run div.partnersArea > div.currentPartner > span.partnerItem > img | /cmstatic/webclient/band-web/res/20260306100749/images/in... |
weCoach Vertical div.partnersArea > div.currentPartner > span.partnerItem > img | /cmstatic/webclient/band-web/res/20260306100749/images/in... |
NSAF div.partnersArea > div.currentPartner > span.partnerItem > img | /cmstatic/webclient/band-web/res/20260306100749/images/in... |
NON div.partnersArea > div.currentPartner > span.partnerItem > img | /cmstatic/webclient/band-web/res/20260306100749/images/in... |
NIN div.partnersArea > div.currentPartner > span.partnerItem > img | /cmstatic/webclient/band-web/res/20260306100749/images/in... |
GAXC Festival div.partnersArea > div.currentPartner > span.partnerItem > img | /cmstatic/webclient/band-web/res/20260306100749/images/in... |
CIF div.partnersArea > div.currentPartner > span.partnerItem > img | /cmstatic/webclient/band-web/res/20260306100749/images/in... |
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 |
|---|
THE NO. 1 APP
FOR TEAM
COMMUNICATION div > div.introSnapArea > div.teamCommArea > h2.title |
13 div.useBandArea > div.navi > div.paging > span._totalPage |
Free div.appDownloadArea > div.explanationSection > strong.subTitle > em.pointColor |
BAND © 2026 div._footer > div.footer_inner > div.floor2nd > span.copyright |
English
한국어
日本語
Español
繁體中文
Bahasa Indonesia div.footer_inner > div.floor2nd > div.uSelect > select.lang_list |
These are opportunities to improve the legibility of your content.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
English
한국어
日本語
Español
繁體中文
Bahasa Indonesia div.footer_inner > div.floor2nd > div.uSelect > select.lang_list |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
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) | |
|---|---|---|---|
div.introSnapArea > div.oneAppArea > p > img div.introSnapArea > div.oneAppArea > p > img | /cmstatic/webclient/band-web/res/20260306100749/images/in... | 307 x 420 (0.73) | 619 x 860 (0.72) |
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.
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 |
|---|---|
| about.band.us/features | Learn More |
Canonical links suggest which URL to show in search results. Learn more about canonical links.
Performance issues directly impact user engagement and conversion rates.
Format your HTML in a way that enables crawlers to better understand your app’s content.
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.
4.36 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.57 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
574 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.36 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.57 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 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 |
|---|---|---|
| /cmstatic/webclient/band-web/dres/20260313093503/css/intr... | 67.0 KiB | 293 ms |
| /cmstatic/webclient/band-web/script/20260407163312/boot.b... | 0 B |
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.
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.sectionBox > div.sectionContent > div.flexImg > img div.sectionBox > div.sectionContent > div.flexImg > img | /cmstatic/webclient/band-web/dres/20260313093503/images/i... | 594.6 KiB | 550.7 KiB |
ul.safe > li.safeItem > span.imgBox > img.img ul.safe > li.safeItem > span.imgBox > img.img | /cmstatic/webclient/band-web/dres/20260313093503/images/i... | 17.7 KiB | 15.1 KiB |
a.useBandILink > div.profileBox > span.profile > img a.useBandILink > div.profileBox > span.profile > img | /cmstatic/webclient/band-web/dres/20260313093503/images/i... | 13.2 KiB | 12.5 KiB |
a.useBandILink > div.profileBox > span.profile > img a.useBandILink > div.profileBox > span.profile > img | /cmstatic/webclient/band-web/dres/20260313093503/images/i... | 11.5 KiB | 10.8 KiB |
a.useBandILink > div.profileBox > span.profile > img a.useBandILink > div.profileBox > span.profile > img | /cmstatic/webclient/band-web/dres/20260313093503/images/i... | 9.1 KiB | 8.5 KiB |
a.useBandILink > div.profileBox > span.profile > img a.useBandILink > div.profileBox > span.profile > img | /cmstatic/webclient/band-web/dres/20260313093503/images/i... | 7.2 KiB | 6.5 KiB |
ul.safe > li.safeItem > span.imgBox > img.img ul.safe > li.safeItem > span.imgBox > img.img | /cmstatic/webclient/band-web/dres/20260313093503/images/i... | 7.3 KiB | 5.5 KiB |
ul.safe > li.safeItem > span.imgBox > img.img ul.safe > li.safeItem > span.imgBox > img.img | /cmstatic/webclient/band-web/dres/20260313093503/images/i... | 6.6 KiB | 5.0 KiB |
a.useBandILink > div.profileBox > span.profile > img a.useBandILink > div.profileBox > span.profile > img | /cmstatic/webclient/band-web/dres/20260313093503/images/i... | 5.6 KiB | 4.9 KiB |
a.useBandILink > div.profileBox > span.profile > img a.useBandILink > div.profileBox > span.profile > img | /cmstatic/webclient/band-web/dres/20260313093503/images/i... | 5.2 KiB | 4.5 KiB |
a.useBandILink > div.profileBox > span.profile > img a.useBandILink > div.profileBox > span.profile > img | /cmstatic/webclient/band-web/dres/20260313093503/images/i... | 5.2 KiB | 4.5 KiB |
a.useBandILink > div.profileBox > span.profile > img a.useBandILink > div.profileBox > span.profile > img | /cmstatic/webclient/band-web/dres/20260313093503/images/i... | 5.1 KiB | 4.4 KiB |
a.useBandILink > div.profileBox > span.profile > img a.useBandILink > div.profileBox > span.profile > img | /cmstatic/webclient/band-web/dres/20260313093503/images/i... | 5.1 KiB | 4.4 KiB |
a.useBandILink > div.profileBox > span.profile > img a.useBandILink > div.profileBox > span.profile > img | /cmstatic/webclient/band-web/dres/20260313093503/images/i... | 4.9 KiB | 4.3 KiB |
a.useBandILink > div.profileBox > span.profile > img a.useBandILink > div.profileBox > span.profile > img | /cmstatic/webclient/band-web/dres/20260313093503/images/i... | 4.9 KiB | 4.2 KiB |
a.useBandILink > div.profileBox > span.profile > img a.useBandILink > div.profileBox > span.profile > img | /cmstatic/webclient/band-web/dres/20260313093503/images/i... | 4.9 KiB | 4.2 KiB |
a.useBandILink > div.profileBox > span.profile > img a.useBandILink > div.profileBox > span.profile > img | /cmstatic/webclient/band-web/dres/20260313093503/images/i... | 4.8 KiB | 4.1 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 |
|---|---|
| band.us/ | 1.1 s |
| www.band.us/ | 3.4 s |
| www.band.us/home | 0.0 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.
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 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 |
|---|---|---|
| /cmstatic/webclient/band-web/dres/20260313093503/css/intr... | 66.8 KiB | 64.0 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.
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 |
|---|---|---|
| /cmstatic/webclient/band-web/script/20260407163312/393139... | 968.0 KiB | 619.5 KiB |
| /cmstatic/webclient/band-web/script/20260407163312/boot.b... | 821.5 KiB | 505.0 KiB |
| /cmstatic/webclient/band-web/script/20260407163312/boot.b... | 821.5 KiB | 503.1 KiB |
| /cmstatic/webclient/band-web/script/20260407163312/05bb81... | 220.4 KiB | 118.6 KiB |
| /cmstatic/webclient/band-web/script/20260407163312/b8d80c... | 115.8 KiB | 109.4 KiB |
| ssl.pstatic.net/cmstatic/webclient/static/band-web/lottie-web-5.12.2.min.js | 74.8 KiB | 45.4 KiB |
| /cmstatic/webclient/band-web/script/20260407163312/ec9170... | 115.5 KiB | 33.3 KiB |
| /cmstatic/webclient/band-web/script/20260407163312/ab3a97... | 44.5 KiB | 22.7 KiB |
| /cmstatic/webclient/band-web/script/20260407163312/c34860... | 35.2 KiB | 20.5 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Girls on the run div.sectionContent > div.currentPartner > span.partnerItem > img | /cmstatic/webclient/band-web/dres/20260313093503/images/i... |
weCoach Vertical div.sectionContent > div.currentPartner > span.partnerItem > img | /cmstatic/webclient/band-web/dres/20260313093503/images/i... |
NIN div.sectionContent > div.currentPartner > span.partnerItem > img | /cmstatic/webclient/band-web/dres/20260313093503/images/i... |
CIF div.sectionContent > div.currentPartner > span.partnerItem > img | /cmstatic/webclient/band-web/dres/20260313093503/images/i... |
Varsity div.sectionContent > div.currentPartner > span.partnerItem > img | /cmstatic/webclient/band-web/dres/20260313093503/images/i... |
USA Wrestling div.sectionContent > div.currentPartner > span.partnerItem > img | /cmstatic/webclient/band-web/dres/20260313093503/images/i... |
NON div.sectionContent > div.currentPartner > span.partnerItem > img | /cmstatic/webclient/band-web/dres/20260313093503/images/i... |
GAXC Festival div.sectionContent > div.currentPartner > span.partnerItem > img | /cmstatic/webclient/band-web/dres/20260313093503/images/i... |
NFHS div.sectionContent > div.currentPartner > span.partnerItem > img | /cmstatic/webclient/band-web/dres/20260313093503/images/i... |
NSAF div.sectionContent > div.currentPartner > span.partnerItem > img | /cmstatic/webclient/band-web/dres/20260313093503/images/i... |
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 |
|---|
Discover div.loginSection > div.guideTextBox > div.guideText > a.linkText |
BAND Guide div.loginSection > div.guideTextBox > div.guideText > a.linkText |
High School ul.useBandList > li.useBandItem > a.useBandILink > span.category |
Youth Sports ul.useBandList > li.useBandItem > a.useBandILink > span.category |
Homeschool ul.useBandList > li.useBandItem > a.useBandILink > span.category |
Branch Management ul.useBandList > li.useBandItem > a.useBandILink > span.category |
Retail Stores ul.useBandList > li.useBandItem > a.useBandILink > span.category |
Athletic Department ul.useBandList > li.useBandItem > a.useBandILink > span.category |
Restaurants ul.useBandList > li.useBandItem > a.useBandILink > span.category |
Sports Teams ul.useBandList > li.useBandItem > a.useBandILink > span.category |
Cheer & Dance Teams ul.useBandList > li.useBandItem > a.useBandILink > span.category |
Performing Arts ul.useBandList > li.useBandItem > a.useBandILink > span.category |
PTA ul.useBandList > li.useBandItem > a.useBandILink > span.category |
Elementary School ul.useBandList > li.useBandItem > a.useBandILink > span.category |
College Campus ul.useBandList > li.useBandItem > a.useBandILink > span.category |
Free div.appDownload > div.explanation > strong.subTitle > em.pointColor |
Deny div._bandCookieAgreementLayer > div.bcm_cookieSettingArea > div.bcm_cookieBtnBox > button.bcm_btnCookieOff |
Allow div._bandCookieAgreementLayer > div.bcm_cookieSettingArea > div.bcm_cookieBtnBox > button.bcm_btnCookieOn |
Terms of Service div.menuSection > ul.footerNav > li.footerNavItem > a.footerNavLink |
Cookie preference div.menuSection > ul.footerNav > li.footerNavItem > a.footerNavLink |
Personalized Ads div.menuSection > ul.footerNav > li.footerNavItem > a.footerNavLink |
Efforts to Protect Youth div.menuSection > ul.footerNav > li.footerNavItem > a.footerNavLink |
Activity Policy div.menuSection > ul.footerNav > li.footerNavItem > a.footerNavLink |
Developers div.menuSection > ul.footerNav > li.footerNavItem > a.footerNavLink |
Help div.menuSection > ul.footerNav > li.footerNavItem > a.footerNavLink |
These are opportunities to improve the legibility of your content.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
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.
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 |
|---|---|
| about.band.us/features | Learn More |
Canonical links suggest which URL to show in search results. Learn more about canonical links.
Performance issues directly impact user engagement and conversion rates.
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback