Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
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.
Diagnostics
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /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.
Performance issues directly impact user engagement and conversion rates.
| 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.
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Best practices
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.w-mod-js html.w-mod-js |
These items highlight common accessibility best practices.
Best Practices
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| 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 |
SEO
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.