Mobile 375 × 812

Desktop 1440 × 900

Score: 75 / 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.
Solid infrastructure — fast server responses across the board.
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.
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.
1 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
1 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
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/90802c78-f926-4b5d-9c6f-f451efb849cc)<a href="https://beavercheck.com/results/90802c78-f926-4b5d-9c6f-f451efb849cc"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fbr.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fbr.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. The 3 security gaps leave your users exposed — modern browsers increasingly warn visitors about insecure sites. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~23%.
Page loads in 3.0s
+5% bounceEvery additional 100ms above 2.5s costs conversions — you're 530ms over
Fix: Target <2.5s LCP: defer non-critical scripts and optimize the hero image
High main-thread blocking time
+2% bouncePage is non-interactive for 326ms after first paint
Fix: Defer third-party scripts and split large bundles
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
1 form field(s) without a label
+2% 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, …)
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
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.
€383 investment → €817/month returns + EUR 500,000 risk avoided
€383
4h · 5 findings
€817 /mo
~€9,804 / year
EUR 500,000
if kept compliant
€128 — 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.
4.5 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€41,667 / month at risk
~€500,005 / year if left unfixed
€500,000
+2 more
€0.42 /mo
5693.9 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.
3.03 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.03 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
326 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.046
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.38 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.
10.56 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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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 |
|---|---|---|
| br.com/assets/js/lib/modernizr.min.js?v=1.0 | 12.7 KiB | 1.0 s |
| br.com/assets/css/style.css?v=1.1.3 | 50.7 KiB | 1.7 s |
| br.com/assets/css/bootstrap-grid.min.css | 50.5 KiB | 1.0 s |
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 | |
|---|---|---|---|
villa-sofia.br.com div.home-carousel-item > div.site-preview > a.site-preview__link > img | br.com/assets/img/sites/villa_sofia_br_com.jpg | 162.7 KiB | 145.8 KiB |
idaireland.br.com div.home-carousel-item > div.site-preview > a.site-preview__link > img | br.com/assets/img/sites/idaireland_br_com.jpg | 151.9 KiB | 134.9 KiB |
group.br.com div.home-carousel-item > div.site-preview > a.site-preview__link > img | br.com/assets/img/sites/group_br_com.jpg | 105.0 KiB | 92.7 KiB |
asas.br.com div.home-carousel-item > div.site-preview > a.site-preview__link > img | br.com/assets/img/sites/asas_br_com.jpg | 69.6 KiB | 61.4 KiB |
crowd.br.com div.home-carousel-item > div.site-preview > a.site-preview__link > img | br.com/assets/img/sites/crowd_br_com.jpg | 60.2 KiB | 53.2 KiB |
section.section__home-chart > div.chart__wrapper > div.col-12 > img.chart__img section.section__home-chart > div.chart__wrapper > div.col-12 > img.chart__img | br.com/assets/img/domain-comparison-table-mobile.png | 143.3 KiB | 51.8 KiB |
sophielagirafe.br.com div.home-carousel-item > div.site-preview > a.site-preview__link > img | br.com/assets/img/sites/sophielagirafe_br_com.jpg | 54.3 KiB | 48.0 KiB |
carreto.br.com div.home-carousel-item > div.site-preview > a.site-preview__link > img | br.com/assets/img/sites/carreto_br_com.jpg | 52.8 KiB | 46.6 KiB |
essencia.br.com div.home-carousel-item > div.site-preview > a.site-preview__link > img | br.com/assets/img/sites/essencia_br_com.jpg | 43.4 KiB | 38.3 KiB |
Unmatched Availability – A True Landrush Opportunity ul.brand-why__content--list > li.brand-why > div.brand-why__image-wrapper > img.brand-why__image | br.com/assets/img/icons/icon-br-com-unmatched-avail.png | 14.0 KiB | 5.6 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.
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.
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| br.com/assets/css/style.css?v=1.1.3 | 50.7 KiB | 16.4 KiB |
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 |
|---|---|---|
| br.com/assets/css/bootstrap-grid.min.css | 50.2 KiB | 49.6 KiB |
| br.com/assets/css/style.css?v=1.1.3 | 50.5 KiB | 32.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 minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 954 ms |
| Other | 794 ms |
| Style & Layout | 305 ms |
| Script Parsing & Compilation | 197 ms |
| Rendering | 151 ms |
| Parse HTML & CSS | 34 ms |
| Garbage Collection | 26 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 |
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 |
|---|---|---|
| br.com/assets/js/search.js?v=1.1.0 | 15.9 KiB | 7.5 KiB |
| br.com/assets/js/home.js?v=1.0.1 | 9.5 KiB | 4.6 KiB |
| br.com/assets/js/main.js?v=1.0.1 | 4.8 KiB | 2.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 |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-6PED8PDW5M&cx=c>m=4e64h1 | 157.1 KiB | 65.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-44WMZEB5V3&cx=c&_slc=1 | 147.2 KiB | 64.5 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-WVKR5ZB | 125.1 KiB | 63.3 KiB |
| br.com/assets/js/lib/jquery-3.5.1.min.js | 87.4 KiB | 59.8 KiB |
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 | |
|---|---|
section.section__home-chart > div.chart__wrapper > div.col-12 > img.chart__img section.section__home-chart > div.chart__wrapper > div.col-12 > img.chart__img | br.com/assets/img/domain-comparison-table-mobile.png |
div.row > div.col-12 > div.home-accent__img > img.accent-img div.row > div.col-12 > div.home-accent__img > img.accent-img | br.com/assets/img/oversized-icon.svg |
Unmatched Availability – A True Landrush Opportunity ul.brand-why__content--list > li.brand-why > div.brand-why__image-wrapper > img.brand-why__image | br.com/assets/img/icons/icon-br-com-unmatched-avail.png |
.BR.COM div.container > div.home-hero > div#search > img.home-logo | br.com/assets/img/logos/brcom-primary.svg |
.BR.COM div.col-12 > div.contact-info-wrapper > div.contact-info > img.contact-info-logo | br.com/assets/img/logos/brcom-primary.svg |
SEO & Market Visibility ul.brand-why__content--list > li.brand-why > div.brand-why__image-wrapper > img.brand-why__image | br.com/assets/img/icons/icon-br-com-seo.svg |
Global Relaunch with Leading Registrars ul.brand-why__content--list > li.brand-why > div.brand-why__image-wrapper > img.brand-why__image | br.com/assets/img/icons/icon-br-com-global-relaunch.svg |
Unrestricted & Decentralized ul.brand-why__content--list > li.brand-why > div.brand-why__image-wrapper > img.brand-why__image | br.com/assets/img/icons/icon-br-com-unrestricted.svg |
Global Trust, Local Impact ul.brand-why__content--list > li.brand-why > div.brand-why__image-wrapper > img.brand-why__image | br.com/assets/img/icons/icon-br-com-global-trust.svg |
.BR.COM div.row > div.header-logo-container > a > img.header-logo | br.com/assets/img/logos/brcom-white-single-color.svg |
.BR.COM div.site-footer__section > div.site-footer__logo > a > img.logo--footer | br.com/assets/img/logos/brcom-white-single-color.svg |
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.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
section.section__home-chart > div.chart__wrapper > div.col-12 > img.chart__img section.section__home-chart > div.chart__wrapper > div.col-12 > img.chart__img |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.ds__form-container > div#ds__search-form > div.form__input-group > input.avail-prefix-input div.ds__form-container > div#ds__search-form > div.form__input-group > input.avail-prefix-input |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
main > section.section__home-hero > div.home-hero__arrow-down > a.arrow-down__arrow main > section.section__home-hero > div.home-hero__arrow-down > a.arrow-down__arrow |
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.
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 |
|---|
MENU div.container > div.row > div.nav-container > button#mobile-nav-toggle |
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 |
|---|---|
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. | |
| Unload event listeners are deprecated and will be removed. | br.com/assets/js/home.js?v=1.0.1 line 274, col 11 |
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.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
section.section__home-chart > div.chart__wrapper > div.col-12 > img.chart__img section.section__home-chart > div.chart__wrapper > div.col-12 > img.chart__img |
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.
1.93 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.93 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
16 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.
1.93 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.
3.14 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.
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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 |
|---|---|---|
| br.com/assets/js/lib/modernizr.min.js?v=1.0 | 12.7 KiB | 693 ms |
| br.com/assets/css/style.css?v=1.1.3 | 50.7 KiB | 1.2 s |
| br.com/assets/css/bootstrap-grid.min.css | 50.5 KiB | 693 ms |
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 | |
|---|---|---|---|
section.section__home-chart > div.chart__wrapper > div.col-12 > img.chart__img section.section__home-chart > div.chart__wrapper > div.col-12 > img.chart__img | br.com/assets/img/domain-comparison-table-desktop.png | 218.1 KiB | 165.4 KiB |
villa-sofia.br.com div.home-carousel-item > div.site-preview > a.site-preview__link > img | br.com/assets/img/sites/villa_sofia_br_com.jpg | 162.7 KiB | 148.8 KiB |
idaireland.br.com div.home-carousel-item > div.site-preview > a.site-preview__link > img | br.com/assets/img/sites/idaireland_br_com.jpg | 151.9 KiB | 137.9 KiB |
group.br.com div.home-carousel-item > div.site-preview > a.site-preview__link > img | br.com/assets/img/sites/group_br_com.jpg | 105.0 KiB | 94.9 KiB |
asas.br.com div.home-carousel-item > div.site-preview > a.site-preview__link > img | br.com/assets/img/sites/asas_br_com.jpg | 69.6 KiB | 62.9 KiB |
crowd.br.com div.home-carousel-item > div.site-preview > a.site-preview__link > img | br.com/assets/img/sites/crowd_br_com.jpg | 60.2 KiB | 54.4 KiB |
sophielagirafe.br.com div.home-carousel-item > div.site-preview > a.site-preview__link > img | br.com/assets/img/sites/sophielagirafe_br_com.jpg | 54.3 KiB | 49.1 KiB |
carreto.br.com div.home-carousel-item > div.site-preview > a.site-preview__link > img | br.com/assets/img/sites/carreto_br_com.jpg | 52.8 KiB | 47.7 KiB |
essencia.br.com div.home-carousel-item > div.site-preview > a.site-preview__link > img | br.com/assets/img/sites/essencia_br_com.jpg | 43.4 KiB | 39.2 KiB |
Unmatched Availability – A True Landrush Opportunity ul.brand-why__content--list > li.brand-why > div.brand-why__image-wrapper > img.brand-why__image | br.com/assets/img/icons/icon-br-com-unmatched-avail.png | 14.0 KiB | 10.3 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.
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| br.com/assets/css/style.css?v=1.1.3 | 50.7 KiB | 16.4 KiB |
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 |
|---|---|---|
| br.com/assets/css/bootstrap-grid.min.css | 50.2 KiB | 49.1 KiB |
| br.com/assets/css/style.css?v=1.1.3 | 50.5 KiB | 23.4 KiB |
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 |
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 |
|---|---|---|
| br.com/assets/js/search.js?v=1.1.0 | 15.9 KiB | 7.5 KiB |
| br.com/assets/js/home.js?v=1.0.1 | 9.5 KiB | 4.6 KiB |
| br.com/assets/js/main.js?v=1.0.1 | 4.8 KiB | 2.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 |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-6PED8PDW5M&cx=c>m=4e64h1 | 157.1 KiB | 65.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-44WMZEB5V3&cx=c&_slc=1 | 147.2 KiB | 65.6 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-WVKR5ZB | 125.1 KiB | 63.3 KiB |
| br.com/assets/js/lib/jquery-3.5.1.min.js | 87.4 KiB | 59.8 KiB |
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 | |
|---|---|
section.section__home-chart > div.chart__wrapper > div.col-12 > img.chart__img section.section__home-chart > div.chart__wrapper > div.col-12 > img.chart__img | br.com/assets/img/domain-comparison-table-desktop.png |
Unmatched Availability – A True Landrush Opportunity ul.brand-why__content--list > li.brand-why > div.brand-why__image-wrapper > img.brand-why__image | br.com/assets/img/icons/icon-br-com-unmatched-avail.png |
div.row > div.d-none > div.home-unlock__img > img div.row > div.d-none > div.home-unlock__img > img | br.com/assets/img/icons/brcom-mag-glass-location.svg |
.BR.COM div.container > div.home-hero > div#search > img.home-logo | br.com/assets/img/logos/brcom-primary.svg |
.BR.COM div.col-12 > div.contact-info-wrapper > div.contact-info > img.contact-info-logo | br.com/assets/img/logos/brcom-primary.svg |
SEO & Market Visibility ul.brand-why__content--list > li.brand-why > div.brand-why__image-wrapper > img.brand-why__image | br.com/assets/img/icons/icon-br-com-seo.svg |
Global Relaunch with Leading Registrars ul.brand-why__content--list > li.brand-why > div.brand-why__image-wrapper > img.brand-why__image | br.com/assets/img/icons/icon-br-com-global-relaunch.svg |
Unrestricted & Decentralized ul.brand-why__content--list > li.brand-why > div.brand-why__image-wrapper > img.brand-why__image | br.com/assets/img/icons/icon-br-com-unrestricted.svg |
Global Trust, Local Impact ul.brand-why__content--list > li.brand-why > div.brand-why__image-wrapper > img.brand-why__image | br.com/assets/img/icons/icon-br-com-global-trust.svg |
.BR.COM div.row > div.header-logo-container > a > img.header-logo | br.com/assets/img/logos/brcom-white-single-color.svg |
.BR.COM div.site-footer__section > div.site-footer__logo > a > img.logo--footer | br.com/assets/img/logos/brcom-white-single-color.svg |
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.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
section.section__home-chart > div.chart__wrapper > div.col-12 > img.chart__img section.section__home-chart > div.chart__wrapper > div.col-12 > img.chart__img |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.ds__form-container > div#ds__search-form > div.form__input-group > input.avail-prefix-input div.ds__form-container > div#ds__search-form > div.form__input-group > input.avail-prefix-input |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
main > section.section__home-hero > div.home-hero__arrow-down > a.arrow-down__arrow main > section.section__home-hero > div.home-hero__arrow-down > a.arrow-down__arrow |
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.
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 |
|---|---|
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. | |
| Unload event listeners are deprecated and will be removed. | br.com/assets/js/home.js?v=1.0.1 line 274, col 11 |
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.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
section.section__home-chart > div.chart__wrapper > div.col-12 > img.chart__img section.section__home-chart > div.chart__wrapper > div.col-12 > img.chart__img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback