Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 100
Based on 8 categories, 0 sections
Room to improve — your 23.9s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Missing signals may be hurting your search visibility.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
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.
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.
196 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
197 HTTP requests — consider bundling or reducing
Performance issues directly impact user engagement and conversion rates.
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/92b74dcb-e1f6-4cf9-b068-f626f2b55c0c)<a href="https://beavercheck.com/results/92b74dcb-e1f6-4cf9-b068-f626f2b55c0c"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Frebrand.ly" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Frebrand.lyThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 23.9s exceeds Google's 2.5s 'Good' threshold and the 2 performance issues below directly contribute to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~30%.
Page takes 23.9s to load
+12% bounceUsers abandon at ~3s — you're 21.4s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 8.5s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
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
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
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, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
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
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$650 investment → $0.84/month returns + USD 150,000 risk avoided
$650
6h · 5 findings
$0.84 /mo
~$10 / year
USD 150,000
if kept compliant
$100 — 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.
6.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$12,501 / month at risk
~$150,010 / year if left unfixed
$150,000
$0.84 /mo
10474.7 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.
6.38 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
23.90 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
8.46 s
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.
14.20 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.
37.38 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.
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.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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 |
|---|---|---|
| cdn.rebrandly.com/webflow/components/loader.production.js | 1.5 KiB | 757 ms |
| app.termly.io/resource-blocker/9aa384fe-05da-4d4f-a1a6-1a6c4be0b6fd?autoBlock=on | 143.5 KiB | 3.3 s |
| /688a5cbe40e5592f8f57f7b5/css/rebrandly-813f88.shared.291... | 47.7 KiB | 1.7 s |
| cdn.jsdelivr.net/npm/@finsweet/attributes-cmsfilter@1/cmsfilter.js | 8.9 KiB | 924 ms |
| ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js | 5.9 KiB | 943 ms |
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.
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 | |
|---|---|---|---|
Smiling man with short dark hair and beard wearing a light blue plaid shirt aga… div.mg-top-medium > div.div-wrapper > div.avatar-wrapper > img#w-node-c10112fd-c8e7-e97f-24ad-0524e6cd0d59-8f57f7be | /688a5cbe40e5592f8f57f7b5/68e4748d4c2a0508756c0a83_Vinnie... | 12.9 KiB | 11.4 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.
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 |
|---|---|
| rebrand.ly/ | 981 ms |
| www.rebrandly.com/ | 0.0 ms |
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 |
|---|---|---|
| /688a5cbe40e5592f8f57f7b5/css/rebrandly-813f88.shared.291... | 47.1 KiB | 38.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 |
|---|---|---|
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 361.8 KiB | 177.0 KiB |
| js.intercomcdn.com/frame-modern.db2b74ec.js | 192.7 KiB | 123.9 KiB |
| js.intercomcdn.com/vendor-modern.80eace52.js | 143.3 KiB | 85.7 KiB |
| accounts.google.com/gsi/client | 95.3 KiB | 70.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-YRLT2KW7ZZ&cx=c>m=4e64h1h1 | 176.8 KiB | 67.4 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-NZVWGS3 | 154.0 KiB | 61.3 KiB |
| www.googletagmanager.com/gtag/js?id=AW-934172759 | 145.5 KiB | 53.8 KiB |
| app.termly.io/resource-blocker/9aa384fe-05da-4d4f-a1a6-1a6c4be0b6fd?autoBlock=on | 143.2 KiB | 52.4 KiB |
| /688a5cbe40e5592f8f57f7b5/js/rebrandly-813f88.achunk.c425... | 75.4 KiB | 46.2 KiB |
| cdn.intellimize.co/snippet/117980719.js | 89.4 KiB | 40.2 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 33.5 KiB |
| cdn.vector.co/pixel.js | 58.3 KiB | 24.6 KiB |
| /static/v1.1.1/hubspot-webflow.iife.js | 24.9 KiB | 21.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.
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 | 33.7 s |
| Other | 4.2 s |
| Style & Layout | 2.1 s |
| Rendering | 1.1 s |
| Script Parsing & Compilation | 1.0 s |
| Garbage Collection | 906 ms |
| Parse HTML & CSS | 127 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 |
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
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 | |
|---|---|
Smiling man with short dark hair and beard wearing a light blue plaid shirt aga… div.mg-top-medium > div.div-wrapper > div.avatar-wrapper > img#w-node-c10112fd-c8e7-e97f-24ad-0524e6cd0d59-8f57f7be | /688a5cbe40e5592f8f57f7b5/68e4748d4c2a0508756c0a83_Vinnie... |
Smiling woman with long black hair wearing a white blouse standing against a br… div.mg-top-medium > div.div-wrapper > div.avatar-wrapper > img#w-node-af4da534-e238-e49d-3914-59f84976b326-8f57f7be | /688a5cbe40e5592f8f57f7b5/68e4752d8b12ca5a7f676123_Kaylah... |
Man with dark hair and beard wearing a light blue collared shirt smiling agains… div.mg-top-medium > div.div-wrapper > div.avatar-wrapper > img#w-node-_01b5c5d2-7af4-3335-9e4c-4b23d35be167-8f57f7be | /688a5cbe40e5592f8f57f7b5/68e476634ba1820276bb254a_Julian... |
Smiling woman holding an ID badge with the name Amanda Huber from Three Rivers … div.mg-top-medium > div.div-wrapper > div.avatar-wrapper > img#w-node-_600bd6b2-4077-3ad5-3794-322eb84b7a06-8f57f7be | /688a5cbe40e5592f8f57f7b5/68e476f9549e273428a19e92_Amanda... |
div.intercom-lightweight-app > div.intercom-lightweight-app-launcher > div.intercom-lightweight-app-launcher-icon > img.intercom-lightweight-app-launcher-custom-icon-open div.intercom-lightweight-app > div.intercom-lightweight-app-launcher > div.intercom-lightweight-app-launcher-icon > img.intercom-lightweight-app-launcher-custom-icon-open | /i/o/d45mp13o/34200/ef6c224350e7a44e8beb21ec7d08/7bd5fc89... |
99.99% uptime icon div.wrapper-home-hero > div.hero-content-wrapper > div.w-layout-grid > img.compliance-image | /688a5cbe40e5592f8f57f7b5/689e1c121817a04be78641cf_99.99 ... |
HIPAA compliant icon div.section > div.w-layout-blockcontainer > div.w-layout-grid > img.footer-compliance-image | /688a5cbe40e5592f8f57f7b5/689e752aa9e736d73c209c8a_HIPAA ... |
GDPR compliant icon div.section > div.w-layout-blockcontainer > div.w-layout-grid > img.footer-compliance-image | /688a5cbe40e5592f8f57f7b5/689e754df21a2109ac8cf6f0_GDPR c... |
HIPAA compliance badge div.wrapper-home-hero > div.hero-content-wrapper > div.w-layout-grid > img.compliance-image | /688a5cbe40e5592f8f57f7b5/688bdf406abd8cc1d9aafced_Rebran... |
SOC II compliant icon div.section > div.w-layout-blockcontainer > div.w-layout-grid > img.footer-compliance-image | /688a5cbe40e5592f8f57f7b5/689e74f1f3ce40d2727f949a_SOC II... |
GDPR compliance badge div.wrapper-home-hero > div.hero-content-wrapper > div.w-layout-grid > img.compliance-image | /688a5cbe40e5592f8f57f7b5/688bdf8d879d3e51ddaab33c_Rebran... |
SOC 2 Compliance Badge div.wrapper-home-hero > div.hero-content-wrapper > div.w-layout-grid > img.compliance-image | /688a5cbe40e5592f8f57f7b5/688bdce6bbc061628deb8549_Rebran... |
white arrow points top right a.case-study-link-block > div.div-wrapper > div.arrow-wrapper > img | /688a5cbe40e5592f8f57f7b5/688d038517ab2bb914827bb6_arrow_... |
white arrow points top right a.case-study-link-block > div.div-wrapper > div.arrow-wrapper > img | /688a5cbe40e5592f8f57f7b5/688d038517ab2bb914827bb6_arrow_... |
white arrow points top right a.case-study-link-block > div.div-wrapper > div.arrow-wrapper > img | /688a5cbe40e5592f8f57f7b5/688d038517ab2bb914827bb6_arrow_... |
white arrow points top right a.case-study-link-block > div.div-wrapper > div.arrow-wrapper > img | /688a5cbe40e5592f8f57f7b5/688d038517ab2bb914827bb6_arrow_... |
white arrow points top right a.case-study-link-block > div.div-wrapper > div.arrow-wrapper > img | /688a5cbe40e5592f8f57f7b5/688d038517ab2bb914827bb6_arrow_... |
white arrow points top right a.case-study-link-block > div.div-wrapper > div.arrow-wrapper > img | /688a5cbe40e5592f8f57f7b5/688d038517ab2bb914827bb6_arrow_... |
white arrow points top right a.case-study-link-block > div.div-wrapper > div.arrow-wrapper > img | /688a5cbe40e5592f8f57f7b5/688d038517ab2bb914827bb6_arrow_... |
white arrow points top right a.case-study-link-block > div.div-wrapper > div.arrow-wrapper > img | /688a5cbe40e5592f8f57f7b5/688d038517ab2bb914827bb6_arrow_... |
white arrow points top right div.button_with-icon > div.div-block-17 > div.arrow-wrapper > img.arrow_icon | /688a5cbe40e5592f8f57f7b5/688d038517ab2bb914827bb6_arrow_... |
white arrow points top right div.button_with-icon > div.div-block-17 > div.arrow-wrapper > img.arrow_icon | /688a5cbe40e5592f8f57f7b5/688d038517ab2bb914827bb6_arrow_... |
white arrow points top right div.button_with-icon > div.div-block-17 > div.arrow-wrapper > img.arrow_icon | /688a5cbe40e5592f8f57f7b5/688d038517ab2bb914827bb6_arrow_... |
white arrow points top right a.case-study-link-block > div.div-wrapper > div.arrow-wrapper > img | /688a5cbe40e5592f8f57f7b5/688d038517ab2bb914827bb6_arrow_... |
white arrow points top right a.case-study-link-block > div.div-wrapper > div.arrow-wrapper > img | /688a5cbe40e5592f8f57f7b5/688d038517ab2bb914827bb6_arrow_... |
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.
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.w-mod-js html.w-mod-js |
These items highlight common accessibility best practices.
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. | www.rebrandly.com/ line 583, col -1 |
| AttributionReporting | |
| Unload event listeners are deprecated and will be removed. |
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 |
|---|---|
accounts.google.com/gsi/client line 85, col 88 | [GSI_LOGGER]: FedCM get() rejects with NetworkError: Error retrieving a token. |
Access to XMLHttpRequest at 'https://api.vector.co/pixel/phoenix/rp/j?dtstmp=1776807443805&did=did-006l&se=e30&duid=601cd2e4cab9--01kprzkyb95rq02jrc1r0pxj05&tv=v3.14.0&pu=https%3A%2F%2Fwww.rebrandly.com%2F&wpn=lc-bundle&wpv=v3.14.0&cd=.rebrandly.com&pv=d9fdd0a1-6040-4467-b636-26f030b4ee17' from origin 'https://www.rebrandly.com' has been blocked by CORS policy: The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'. The credentials mode of requests initiated by the XMLHttpRequest is controlled by the withCredentials attribute. | |
Access to XMLHttpRequest at 'https://api.vector.co/pixel/phoenix/rp/j?dtstmp=1776807443805&did=did-006l&se=e30&duid=601cd2e4cab9--01kprzkyb95rq02jrc1r0pxj05&tv=v3.14.0&pu=https%3A%2F%2Fwww.rebrandly.com%2F&wpn=lc-bundle&wpv=v3.14.0&cd=.rebrandly.com&pv=d9fdd0a1-6040-4467-b636-26f030b4ee17' from origin 'https://www.rebrandly.com' has been blocked by CORS policy: The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'. The credentials mode of requests initiated by the XMLHttpRequest is controlled by the withCredentials attribute. | |
Access to XMLHttpRequest at 'https://api.vector.co/pixel/phoenix/rp/j?dtstmp=1776807443805&did=did-006l&se=e30&duid=601cd2e4cab9--01kprzkyb95rq02jrc1r0pxj05&tv=v3.14.0&pu=https%3A%2F%2Fwww.rebrandly.com%2F&wpn=lc-bundle&wpv=v3.14.0&cd=.rebrandly.com&pv=d9fdd0a1-6040-4467-b636-26f030b4ee17' from origin 'https://www.rebrandly.com' has been blocked by CORS policy: The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'. The credentials mode of requests initiated by the XMLHttpRequest is controlled by the withCredentials attribute. | |
Access to XMLHttpRequest at 'https://api.vector.co/pixel/phoenix/rp/j?dtstmp=1776807443805&did=did-006l&se=e30&duid=601cd2e4cab9--01kprzkyb95rq02jrc1r0pxj05&tv=v3.14.0&pu=https%3A%2F%2Fwww.rebrandly.com%2F&wpn=lc-bundle&wpv=v3.14.0&cd=.rebrandly.com&pv=d9fdd0a1-6040-4467-b636-26f030b4ee17' from origin 'https://www.rebrandly.com' has been blocked by CORS policy: The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'. The credentials mode of requests initiated by the XMLHttpRequest is controlled by the withCredentials attribute. | |
Failed to load resource: net::ERR_BLOCKED_BY_RESPONSE.NotSameOrigin | |
Failed to load resource: net::ERR_BLOCKED_BY_RESPONSE.NotSameOrigin | |
Failed to load resource: net::ERR_BLOCKED_BY_RESPONSE.NotSameOrigin | |
Failed to load resource: net::ERR_BLOCKED_BY_RESPONSE.NotSameOrigin | |
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 | |
Not signed in with the identity provider. |
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 |
|---|
| Blocked by cross-origin policy |
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.
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.68 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.45 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
699 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.057
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.15 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.
7.49 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.
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.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| cdn.rebrandly.com/webflow/components/loader.production.js | 1.5 KiB | 209 ms |
| app.termly.io/resource-blocker/9aa384fe-05da-4d4f-a1a6-1a6c4be0b6fd?autoBlock=on | 143.5 KiB | 661 ms |
| /688a5cbe40e5592f8f57f7b5/css/rebrandly-813f88.shared.291... | 47.7 KiB | 391 ms |
| ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js | 5.9 KiB | 244 ms |
| cdn.jsdelivr.net/npm/@finsweet/attributes-cmsfilter@1/cmsfilter.js | 9.1 KiB | 277 ms |
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 |
|---|---|
| rebrand.ly/ | 431 ms |
| www.rebrandly.com/ | 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 |
|---|---|---|
| /688a5cbe40e5592f8f57f7b5/css/rebrandly-813f88.shared.291... | 47.1 KiB | 40.8 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.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 361.8 KiB | 177.0 KiB |
| js.intercomcdn.com/frame-modern.db2b74ec.js | 192.7 KiB | 123.6 KiB |
| js.intercomcdn.com/vendor-modern.80eace52.js | 143.3 KiB | 85.7 KiB |
| accounts.google.com/gsi/client | 95.3 KiB | 71.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-YRLT2KW7ZZ&cx=c>m=4e64k0h2 | 176.7 KiB | 67.9 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-NZVWGS3 | 153.8 KiB | 61.4 KiB |
| www.googletagmanager.com/gtag/js?id=AW-934172759 | 145.5 KiB | 53.8 KiB |
| app.termly.io/resource-blocker/9aa384fe-05da-4d4f-a1a6-1a6c4be0b6fd?autoBlock=on | 143.3 KiB | 52.4 KiB |
| /688a5cbe40e5592f8f57f7b5/js/rebrandly-813f88.achunk.c425... | 75.3 KiB | 46.2 KiB |
| cdn.intellimize.co/snippet/117980719.js | 89.4 KiB | 40.2 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 33.9 KiB |
| cdn.vector.co/pixel.js | 58.3 KiB | 24.8 KiB |
| /static/v1.1.1/hubspot-webflow.iife.js | 24.9 KiB | 21.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.
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 | 8.4 s |
| Other | 1.1 s |
| Style & Layout | 540 ms |
| Rendering | 279 ms |
| Script Parsing & Compilation | 253 ms |
| Garbage Collection | 239 ms |
| Parse HTML & CSS | 35 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 |
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
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 | |
|---|---|
Smiling man with short dark hair and beard wearing a light blue plaid shirt aga… div.mg-top-medium > div.div-wrapper > div.avatar-wrapper > img#w-node-c10112fd-c8e7-e97f-24ad-0524e6cd0d59-8f57f7be | /688a5cbe40e5592f8f57f7b5/68e4748d4c2a0508756c0a83_Vinnie... |
Smiling woman with long black hair wearing a white blouse standing against a br… div.mg-top-medium > div.div-wrapper > div.avatar-wrapper > img#w-node-af4da534-e238-e49d-3914-59f84976b326-8f57f7be | /688a5cbe40e5592f8f57f7b5/68e4752d8b12ca5a7f676123_Kaylah... |
Man with dark hair and beard wearing a light blue collared shirt smiling agains… div.mg-top-medium > div.div-wrapper > div.avatar-wrapper > img#w-node-_01b5c5d2-7af4-3335-9e4c-4b23d35be167-8f57f7be | /688a5cbe40e5592f8f57f7b5/68e476634ba1820276bb254a_Julian... |
Smiling woman holding an ID badge with the name Amanda Huber from Three Rivers … div.mg-top-medium > div.div-wrapper > div.avatar-wrapper > img#w-node-_600bd6b2-4077-3ad5-3794-322eb84b7a06-8f57f7be | /688a5cbe40e5592f8f57f7b5/68e476f9549e273428a19e92_Amanda... |
div.intercom-lightweight-app > div.intercom-lightweight-app-launcher > div.intercom-lightweight-app-launcher-icon > img.intercom-lightweight-app-launcher-custom-icon-open div.intercom-lightweight-app > div.intercom-lightweight-app-launcher > div.intercom-lightweight-app-launcher-icon > img.intercom-lightweight-app-launcher-custom-icon-open | /i/o/d45mp13o/34200/ef6c224350e7a44e8beb21ec7d08/7bd5fc89... |
99.99% uptime icon div.w-layout-grid > div.compliance-card-wrapper > div.compliance-card-blue-bg > img | /688a5cbe40e5592f8f57f7b5/689e3312871b7fa5e2fc90e0_99.99%... |
99.99% uptime icon div.wrapper-home-hero > div.hero-content-wrapper > div.w-layout-grid > img.compliance-image | /688a5cbe40e5592f8f57f7b5/689e1c121817a04be78641cf_99.99 ... |
GDPR compliance badge div.w-layout-grid > div.compliance-card-wrapper > div.compliance-card-blue-bg > img | /688a5cbe40e5592f8f57f7b5/688c45c0f24ecb5599a800b4_GDPR_i... |
SOC 2 compliance badge div.w-layout-grid > div.compliance-card-wrapper > div.compliance-card-blue-bg > img | /688a5cbe40e5592f8f57f7b5/688c45e13b6ed46b681b8f27_SOC II... |
HIPAA compliance badge div.w-layout-grid > div.compliance-card-wrapper > div.compliance-card-blue-bg > img | /688a5cbe40e5592f8f57f7b5/688c4601da3e1062d7c7a45b_HIPAA ... |
HIPAA compliant icon div.section > div.w-layout-blockcontainer > div.w-layout-grid > img.footer-compliance-image | /688a5cbe40e5592f8f57f7b5/689e752aa9e736d73c209c8a_HIPAA ... |
GDPR compliant icon div.section > div.w-layout-blockcontainer > div.w-layout-grid > img.footer-compliance-image | /688a5cbe40e5592f8f57f7b5/689e754df21a2109ac8cf6f0_GDPR c... |
HIPAA compliance badge div.wrapper-home-hero > div.hero-content-wrapper > div.w-layout-grid > img.compliance-image | /688a5cbe40e5592f8f57f7b5/688bdf406abd8cc1d9aafced_Rebran... |
SOC II compliant icon div.section > div.w-layout-blockcontainer > div.w-layout-grid > img.footer-compliance-image | /688a5cbe40e5592f8f57f7b5/689e74f1f3ce40d2727f949a_SOC II... |
GDPR compliance badge div.wrapper-home-hero > div.hero-content-wrapper > div.w-layout-grid > img.compliance-image | /688a5cbe40e5592f8f57f7b5/688bdf8d879d3e51ddaab33c_Rebran... |
SOC 2 Compliance Badge div.wrapper-home-hero > div.hero-content-wrapper > div.w-layout-grid > img.compliance-image | /688a5cbe40e5592f8f57f7b5/688bdce6bbc061628deb8549_Rebran... |
white arrow points top right a.case-study-link-block > div.div-wrapper > div.arrow-wrapper > img | /688a5cbe40e5592f8f57f7b5/688d038517ab2bb914827bb6_arrow_... |
white arrow points top right a.case-study-link-block > div.div-wrapper > div.arrow-wrapper > img | /688a5cbe40e5592f8f57f7b5/688d038517ab2bb914827bb6_arrow_... |
white arrow points top right a.case-study-link-block > div.div-wrapper > div.arrow-wrapper > img | /688a5cbe40e5592f8f57f7b5/688d038517ab2bb914827bb6_arrow_... |
white arrow points top right a.case-study-link-block > div.div-wrapper > div.arrow-wrapper > img | /688a5cbe40e5592f8f57f7b5/688d038517ab2bb914827bb6_arrow_... |
white arrow points top right a.case-study-link-block > div.div-wrapper > div.arrow-wrapper > img | /688a5cbe40e5592f8f57f7b5/688d038517ab2bb914827bb6_arrow_... |
white arrow points top right a.case-study-link-block > div.div-wrapper > div.arrow-wrapper > img | /688a5cbe40e5592f8f57f7b5/688d038517ab2bb914827bb6_arrow_... |
white arrow points top right a.case-study-link-block > div.div-wrapper > div.arrow-wrapper > img | /688a5cbe40e5592f8f57f7b5/688d038517ab2bb914827bb6_arrow_... |
white arrow points top right a.case-study-link-block > div.div-wrapper > div.arrow-wrapper > img | /688a5cbe40e5592f8f57f7b5/688d038517ab2bb914827bb6_arrow_... |
white arrow points top right div.button_with-icon > div.div-block-17 > div.arrow-wrapper > img.arrow_icon | /688a5cbe40e5592f8f57f7b5/688d038517ab2bb914827bb6_arrow_... |
white arrow points top right div.button_with-icon > div.div-block-17 > div.arrow-wrapper > img.arrow_icon | /688a5cbe40e5592f8f57f7b5/688d038517ab2bb914827bb6_arrow_... |
white arrow points top right div.button_with-icon > div.div-block-17 > div.arrow-wrapper > img.arrow_icon | /688a5cbe40e5592f8f57f7b5/688d038517ab2bb914827bb6_arrow_... |
white arrow points top right a.case-study-link-block > div.div-wrapper > div.arrow-wrapper > img | /688a5cbe40e5592f8f57f7b5/688d038517ab2bb914827bb6_arrow_... |
white arrow points top right a.case-study-link-block > div.div-wrapper > div.arrow-wrapper > img | /688a5cbe40e5592f8f57f7b5/688d038517ab2bb914827bb6_arrow_... |
white arrow points top right a.case-study-link-block > div.div-wrapper > div.arrow-wrapper > img | /688a5cbe40e5592f8f57f7b5/688d038517ab2bb914827bb6_arrow_... |
white arrow points top right a.case-study-link-block > div.div-wrapper > div.arrow-wrapper > img | /688a5cbe40e5592f8f57f7b5/688d038517ab2bb914827bb6_arrow_... |
checkmark logo div.w-layout-blockcontainer > div.bullet-text-wrapper > div.bullet-text-interior-wrapper > img.icon-image | /688a5cbe40e5592f8f57f7b5/689505d1d12620af507f1b7c_white ... |
x icon div.w-layout-blockcontainer > div.bullet-text-wrapper > div.bullet-text-interior-wrapper > img.icon-image | /688a5cbe40e5592f8f57f7b5/6893928f9e50e0b12b8a22ec_x-icon... |
QR code icon div.w-layout-blockcontainer > div.bullet-text-wrapper > div.bullet-text-interior-wrapper > img.icon-image | /688a5cbe40e5592f8f57f7b5/68950632ec205c5af01a4c9a_qr cod... |
click icon div.w-layout-blockcontainer > div.bullet-text-wrapper > div.bullet-text-interior-wrapper > img.icon-image | /688a5cbe40e5592f8f57f7b5/6895068169e02806b30c05a0_click ... |
checkmark icon div.mb > div.chip_wrapper > div.chip > img.icon-image | /688a5cbe40e5592f8f57f7b5/689288e213d6ef55cc7c71d3_black ... |
checkmark icon div.mb > div.chip_wrapper > div.chip > img.icon-image | /688a5cbe40e5592f8f57f7b5/689288e213d6ef55cc7c71d3_black ... |
checkmark icon div.mb > div.chip_wrapper > div.chip > img.icon-image | /688a5cbe40e5592f8f57f7b5/689288e213d6ef55cc7c71d3_black ... |
checkmark icon div.mb > div.chip_wrapper > div.chip > img.icon-image | /688a5cbe40e5592f8f57f7b5/689288e213d6ef55cc7c71d3_black ... |
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.
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.w-mod-js html.w-mod-js |
These items highlight common accessibility best practices.
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. | www.rebrandly.com/ line 558, col -1 |
| AttributionReporting | |
| Unload event listeners are deprecated and will be removed. |
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 XMLHttpRequest at 'https://api.vector.co/pixel/phoenix/rp/j?dtstmp=1776807486967&did=did-006l&se=e30&duid=601cd2e4cab9--01kprzn8gbmefsqh48cac5v6br&tv=v3.14.0&pu=https%3A%2F%2Fwww.rebrandly.com%2F&wpn=lc-bundle&wpv=v3.14.0&cd=.rebrandly.com&pv=f569a2c8-8c42-4b40-89fe-243c388c9c52' from origin 'https://www.rebrandly.com' has been blocked by CORS policy: The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'. The credentials mode of requests initiated by the XMLHttpRequest is controlled by the withCredentials attribute. | |
Access to XMLHttpRequest at 'https://api.vector.co/pixel/phoenix/rp/j?dtstmp=1776807486967&did=did-006l&se=e30&duid=601cd2e4cab9--01kprzn8gbmefsqh48cac5v6br&tv=v3.14.0&pu=https%3A%2F%2Fwww.rebrandly.com%2F&wpn=lc-bundle&wpv=v3.14.0&cd=.rebrandly.com&pv=f569a2c8-8c42-4b40-89fe-243c388c9c52' from origin 'https://www.rebrandly.com' has been blocked by CORS policy: The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'. The credentials mode of requests initiated by the XMLHttpRequest is controlled by the withCredentials attribute. | |
Access to XMLHttpRequest at 'https://api.vector.co/pixel/phoenix/rp/j?dtstmp=1776807486967&did=did-006l&se=e30&duid=601cd2e4cab9--01kprzn8gbmefsqh48cac5v6br&tv=v3.14.0&pu=https%3A%2F%2Fwww.rebrandly.com%2F&wpn=lc-bundle&wpv=v3.14.0&cd=.rebrandly.com&pv=f569a2c8-8c42-4b40-89fe-243c388c9c52' from origin 'https://www.rebrandly.com' has been blocked by CORS policy: The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'. The credentials mode of requests initiated by the XMLHttpRequest is controlled by the withCredentials attribute. | |
Access to XMLHttpRequest at 'https://api.vector.co/pixel/phoenix/rp/j?dtstmp=1776807486967&did=did-006l&se=e30&duid=601cd2e4cab9--01kprzn8gbmefsqh48cac5v6br&tv=v3.14.0&pu=https%3A%2F%2Fwww.rebrandly.com%2F&wpn=lc-bundle&wpv=v3.14.0&cd=.rebrandly.com&pv=f569a2c8-8c42-4b40-89fe-243c388c9c52' from origin 'https://www.rebrandly.com' has been blocked by CORS policy: The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'. The credentials mode of requests initiated by the XMLHttpRequest is controlled by the withCredentials attribute. | |
Failed to load resource: net::ERR_BLOCKED_BY_RESPONSE.NotSameOrigin | |
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 | |
Not signed in with the identity provider. |
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 |
|---|
| Blocked by cross-origin policy |
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.
Send Feedback