Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 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.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 14.9 MB (7.5 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
3 control(s) without accessible label
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/678751b9-b818-43e5-b15d-60ba9b0cdf0f)<a href="https://beavercheck.com/results/678751b9-b818-43e5-b15d-60ba9b0cdf0f"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fsmartasset.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fsmartasset.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 29.3s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes 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.
9 barrier(s) likely increasing bounce by ~33%.
Page takes 29.3s to load
+12% bounceUsers abandon at ~3s — you're 26.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 4.4s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
3 form field(s) without a label
+6% 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
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
No 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
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
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
1 broken link(s) on the page
+2% 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.
€510 investment → €1.75/month returns + EUR 120,500,000 risk avoided
€510
6h · 5 findings
€1.75 /mo
~€21 / year
EUR 120,500,000
if kept compliant
€85 — 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.0 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,668 / month at risk
~€120,500,021 / year if left unfixed
€120,500,000
+8 more
€1.75 /mo
23667.3 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.
6.80 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
29.35 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.40 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.89 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.
42.46 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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| smartasset.com/_next/static/media/fa-solid-900.71ed02b4.woff2 | 265 ms |
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
Buck, the SmartAsset donkey div.Hero_hero__CXUtr > div.Hero_topSection__S2wLm > div.Hero_imageContent__CgEBo > img.Hero_mobileImage__XS6LG | smartasset.com/cds-images/homepage/buck-mobile-new.png | 742.8 KiB | 719.3 KiB |
I Have $1.4 Million Invested with My Advisor Who Charges a 1% Fee. Am I Paying … div.RecentArticles_slide__kjDnk > a.RecentArticles_articleCard__c27sz > div.RecentArticles_imageContainer__hHueq > img | smartasset.com/wp-content/uploads/sites/2/2025/02/iStock-2161385933-4.jpg | 230.2 KiB | 221.0 KiB |
SmartAsset AMP features including Lead Generation, Automated Nurtures, Seamless… div.HomepageAmpCta_contentContainer__qkLmE > div.HomepageAmpCta_contentLeft__nfzMA > div.HomepageAmpCta_mobileGradientImage__5xj3q > img.HomepageAmpCta_gradientImage__2b9kz | smartasset.com/cds-images/homepage/amp-gradient.png | 198.5 KiB | 181.2 KiB |
How Much Can Financial Advisors Make at Morgan Stanley? div.RecentArticles_slide__kjDnk > a.RecentArticles_articleCard__c27sz > div.RecentArticles_imageContainer__hHueq > img | smartasset.com/wp-content/uploads/sites/2/2023/12/iStock-1445548111.jpg | 81.7 KiB | 72.1 KiB |
How to Use the Double Consolidation Loophole for Student Loans div.RecentArticles_slide__kjDnk > a.RecentArticles_articleCard__c27sz > div.RecentArticles_imageContainer__hHueq > img | smartasset.com/wp-content/uploads/sites/2/2024/05/iStock-1532830842.jpg | 64.6 KiB | 55.0 KiB |
SmartAsset AMP - Advisor Marketing Platform div.Homepage_defaultSection__V4xo_ > div.HomepageAmpCta_contentCard__imSVB > div.HomepageAmpCta_ampHeader__ebznJ > img.HomepageAmpCta_ampLogo__O_2z8 | smartasset.com/cds-images/shared/smrtsst_amp.png | 23.8 KiB | 23.2 KiB |
Eric Reed's profile picture div.RecentArticles_content__ftm1Z > div.RecentArticles_meta__EOnqa > div.RecentArticles_textContent__t1m92 > img.RecentArticles_authorImage__v9S8E | /avatar/7c731dd1727acb7246e8305663a0f7b141e21e77a35763773... | 21.2 KiB | 21.1 KiB |
Errors and Omissions (E&O) Insurance for RIAs and Advisors div.RecentArticles_slide__kjDnk > a.RecentArticles_articleCard__c27sz > div.RecentArticles_imageContainer__hHueq > img | /wp-content/uploads/sites/2/2023/10/happy-senior-agent-ha... | 25.5 KiB | 19.3 KiB |
Mark Henricks's profile picture div.RecentArticles_content__ftm1Z > div.RecentArticles_meta__EOnqa > div.RecentArticles_textContent__t1m92 > img.RecentArticles_authorImage__v9S8E | /avatar/45e9da41857bacf2d253783adac5d9d20d9dbe4758f7c9712... | 18.6 KiB | 18.5 KiB |
Arturo Conde, CEPF®'s profile picture div.RecentArticles_content__ftm1Z > div.RecentArticles_meta__EOnqa > div.RecentArticles_textContent__t1m92 > img.RecentArticles_authorImage__v9S8E | /avatar/ec94ef289aaaff921cceaadb51aba5e4ac1e9d0ca6d0ca835... | 15.6 KiB | 15.5 KiB |
Patrick Villanova, CEPF®'s profile picture div.RecentArticles_content__ftm1Z > div.RecentArticles_meta__EOnqa > div.RecentArticles_textContent__t1m92 > img.RecentArticles_authorImage__v9S8E | /avatar/68edf2ff11a4426ff04184f4773c98ae1c65f7bb2125f698f... | 13.5 KiB | 13.4 KiB |
Custody Rule FAQ for Registered Advisors div.RecentArticles_slide__kjDnk > a.RecentArticles_articleCard__c27sz > div.RecentArticles_imageContainer__hHueq > img | /wp-content/uploads/sites/2/2023/09/business-meeting-read... | 17.4 KiB | 13.2 KiB |
How Financial Advisors Should Segment Their Book div.RecentArticles_slide__kjDnk > a.RecentArticles_articleCard__c27sz > div.RecentArticles_imageContainer__hHueq > img | /wp-content/uploads/sites/2/2021/07/male-looking-at-color... | 12.8 KiB | 9.7 KiB |
Featured in The Wall Street Journal div.InThePress_pressSection__VizEJ > div.InThePress_pressLogos__R2BlP > div.InThePress_pressLogoContainer__fsaDK > img.InThePress_pressLogo__oH6mb | smartasset.com/cds-images/homepage/wall_street.png | 8.1 KiB | 7.8 KiB |
Featured in The New York Times div.InThePress_pressSection__VizEJ > div.InThePress_pressLogos__R2BlP > div.InThePress_pressLogoContainer__fsaDK > img.InThePress_pressLogo__oH6mb | smartasset.com/cds-images/homepage/nyt.png | 5.6 KiB | 5.3 KiB |
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.
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.
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.
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.
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 |
|---|---|---|
| smartasset.com/_next/static/css/94097d88f307d5d9.css | 17.1 KiB | 16.7 KiB |
| smartasset.com/_next/static/css/ccdf15a07cae08e2.css | 16.5 KiB | 16.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
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 | 9.5 s |
| Other | 1.5 s |
| Script Parsing & Compilation | 1.2 s |
| Style & Layout | 606 ms |
| Garbage Collection | 225 ms |
| Parse HTML & CSS | 111 ms |
| Rendering | 53 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 |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Buck, the SmartAsset donkey div.Hero_hero__CXUtr > div.Hero_topSection__S2wLm > div.Hero_imageContent__CgEBo > img.Hero_mobileImage__XS6LG | smartasset.com/cds-images/homepage/buck-mobile-new.png |
SmartAsset AMP features including Lead Generation, Automated Nurtures, Seamless… div.HomepageAmpCta_contentContainer__qkLmE > div.HomepageAmpCta_contentLeft__nfzMA > div.HomepageAmpCta_mobileGradientImage__5xj3q > img.HomepageAmpCta_gradientImage__2b9kz | smartasset.com/cds-images/homepage/amp-gradient.png |
Previous div.RecentArticles_container__JNj63 > div.RecentArticles_carousel__AbRQ0 > button.RecentArticles_navButton__EZ5Nd > img | smartasset.com/cds-images/homepage/left_chevron.svg |
Next div.RecentArticles_container__JNj63 > div.RecentArticles_carousel__AbRQ0 > button.RecentArticles_navButton__EZ5Nd > img | smartasset.com/cds-images/homepage/right_chevron.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.
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Mortgage
Taxes
Retirement
Financial Advisors
Banking
Investing
Credit Cards
Lif… body > nav.Header_header__SQD4u > ul.Header_navCategories__f7Wov > ul.Header_mainMenuMobile__3Z38d |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Find an Advisor body > nav.Header_header__SQD4u > div.Header_falcCta__bzGq2 > a.Header_orange__DIr6S |
Clarity. div.Hero_topSection__S2wLm > div.Hero_textContent__gTGbY > h1 > span.Hero_highlight__cIMhk |
I'm An Advisor div.Hero_topSection__S2wLm > div.Hero_textContent__gTGbY > div > a.Hero_advisorCta__KLmaH |
Works section.HowOurServiceWorks_howOurServiceWorksSection__0z1cW > div.Homepage_defaultSection__V4xo_ > div.HowOurServiceWorks_sectionTitle__yZ4Sj > span.HowOurServiceWorks_sectionTitleBlue__TNCb4 |
Tools & Resources section.ContentGuideShared_contentGuideSection__NZefp > div.Homepage_defaultSection__V4xo_ > div.ContentGuideShared_sectionTitle__jensn > span.ContentGuideShared_sectionTitleBlue__Z9ztk |
Guides div.MobileContentGuideAccordion_accordion__Rz8o1 > div > h3.MobileContentGuideAccordion_accordionHeader__rnprw > button#radix-_r_0_ |
Calculators div.MobileContentGuideAccordion_accordion__Rz8o1 > div > h3.MobileContentGuideAccordion_accordionHeader__rnprw > button#radix-_r_2_ |
How Much Can Financial Advisors Make at Morgan Stanley? div.RecentArticles_slide__kjDnk > a.RecentArticles_articleCard__c27sz > div.RecentArticles_content__ftm1Z > h3.RecentArticles_title__b4ICx |
Investors div.HomepageAmpCta_contentContainer__qkLmE > div.HomepageAmpCta_contentLeft__nfzMA > h2.HomepageAmpCta_mainHeading__maAZF > span.HomepageAmpCta_headingBlue__Z2nTz |
Learn More div.HomepageAmpCta_contentContainer__qkLmE > div.HomepageAmpCta_contentLeft__nfzMA > div.HomepageAmpCta_ctaContainer__TsAQn > a.HomepageAmpCta_secondaryCta__d0h8k |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Answer SmartAsset advisor match quiz div.HowOurServiceWorks_stepsContainer__ONN0h > div.HowOurServiceWorks_stepCardWrapper__EYKgZ > div.HowOurServiceWorks_stepCard__K1I5N > h4.HowOurServiceWorks_stepTitle__ZovEi |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
body > img body > img |
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.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
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 |
|---|
Take Matching Quiz div.Hero_topSection__S2wLm > div.Hero_textContent__gTGbY > div > a.Hero_heroCta__qC5QW |
I'm An Advisor div.Hero_topSection__S2wLm > div.Hero_textContent__gTGbY > div > a.Hero_advisorCta__KLmaH |
Find An Advisor div.Homepage_defaultSection__V4xo_ > div.AdvisorValue_pills__Mtmdn > div.AdvisorValue_ctaContainer__huzA_ > a.AdvisorValue_ctaButton__cr54Q |
Get Started section.HowOurServiceWorks_howOurServiceWorksSection__0z1cW > div.Homepage_defaultSection__V4xo_ > div.HowOurServiceWorks_ctaContainer__DxSqj > a.HowOurServiceWorks_ctaButton__SraZZ |
Get Started main.Homepage_main__xXUe4 > section.Homepage_alternatingSection___wf6N > section.HomepageMap_mapSection__wtQi0 > a.HomepageMap_mapCta__QeYkH |
PROFESSIONAL DEVELOPMENT
How Much Can Financial Advisors Make at Morgan Stanley… div.RecentArticles_viewport__EKG88 > div.RecentArticles_emblaContainer__k03fs > div.RecentArticles_slide__kjDnk > a.RecentArticles_articleCard__c27sz |
Careers footer.Footer_footer__x7vJd > div.Footer_column__uTh4D > div.Footer_columnItem__7JpYI > a |
SmartReads footer.Footer_footer__x7vJd > div.Footer_column__uTh4D > div.Footer_columnItem__7JpYI > a |
Advisor Testimonials footer.Footer_footer__x7vJd > div.Footer_column__uTh4D > div.Footer_columnItem__7JpYI > a |
Like on Facebook footer.Footer_footer__x7vJd > div.Footer_column__uTh4D > div.Footer_columnItem__7JpYI > a.Footer_social__cb1G5 |
Like on X footer.Footer_footer__x7vJd > div.Footer_column__uTh4D > div.Footer_columnItem__7JpYI > a.Footer_x__knf3T |
Follow on LinkedIn footer.Footer_footer__x7vJd > div.Footer_column__uTh4D > div.Footer_columnItem__7JpYI > a.Footer_linkedin__j6XJf |
AdChoices footer.Footer_footer__x7vJd > div.Footer_column__uTh4D > div.Footer_columnItem__7JpYI > a |
GLB Notice footer.Footer_footer__x7vJd > div.Footer_column__uTh4D > div.Footer_columnItem__7JpYI > a |
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 |
|---|---|
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
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.
| Description |
|---|
Error with Permissions-Policy header: Parse of permissions policy failed because of errors reported by structured header parser. |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| /?utm_source=smartasset&utm_campaign=homepage&utm_content... | Learn More |
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 |
|---|
body > img body > 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.40 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.97 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
566 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.006
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.35 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.
9.48 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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| smartasset.com/_next/static/media/fa-solid-900.71ed02b4.woff2 | 290 ms |
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
Buck, the SmartAsset donkey div.Hero_hero__CXUtr > div.Hero_topSection__S2wLm > div.Hero_imageContent__CgEBo > img.Hero_desktopImage__4zHRS | smartasset.com/cds-images/homepage/buck-desktop-new.png | 1.7 MiB | 1.6 MiB |
I Have $1.4 Million Invested with My Advisor Who Charges a 1% Fee. Am I Paying … div.RecentArticles_slide__kjDnk > a.RecentArticles_articleCard__c27sz > div.RecentArticles_imageContainer__hHueq > img | smartasset.com/wp-content/uploads/sites/2/2025/02/iStock-2161385933-4.jpg | 230.2 KiB | 221.3 KiB |
How Much Can Financial Advisors Make at Morgan Stanley? div.RecentArticles_slide__kjDnk > a.RecentArticles_articleCard__c27sz > div.RecentArticles_imageContainer__hHueq > img | smartasset.com/wp-content/uploads/sites/2/2023/12/iStock-1445548111.jpg | 81.7 KiB | 73.3 KiB |
How to Use the Double Consolidation Loophole for Student Loans div.RecentArticles_slide__kjDnk > a.RecentArticles_articleCard__c27sz > div.RecentArticles_imageContainer__hHueq > img | smartasset.com/wp-content/uploads/sites/2/2024/05/iStock-1532830842.jpg | 64.6 KiB | 56.2 KiB |
Eric Reed's profile picture div.RecentArticles_content__ftm1Z > div.RecentArticles_meta__EOnqa > div.RecentArticles_textContent__t1m92 > img.RecentArticles_authorImage__v9S8E | /avatar/7c731dd1727acb7246e8305663a0f7b141e21e77a35763773... | 21.2 KiB | 21.1 KiB |
Financial Advisor icon div.ContentGuideShared_categoryContent__kO0kc > div.DesktopContentGuideTabs_contentGrid__R5FOE > a.ContentGuideShared_contentCard__NzB7f > img.ContentGuideShared_contentIcon__LAICD | smartasset.com/cds-images/homepage/content-icons/content-icon-42.webp | 22.6 KiB | 21.1 KiB |
Errors and Omissions (E&O) Insurance for RIAs and Advisors div.RecentArticles_slide__kjDnk > a.RecentArticles_articleCard__c27sz > div.RecentArticles_imageContainer__hHueq > img | /wp-content/uploads/sites/2/2023/10/happy-senior-agent-ha... | 25.5 KiB | 18.9 KiB |
Mark Henricks's profile picture div.RecentArticles_content__ftm1Z > div.RecentArticles_meta__EOnqa > div.RecentArticles_textContent__t1m92 > img.RecentArticles_authorImage__v9S8E | /avatar/45e9da41857bacf2d253783adac5d9d20d9dbe4758f7c9712... | 18.6 KiB | 18.5 KiB |
Estate Planning icon div.ContentGuideShared_categoryContent__kO0kc > div.DesktopContentGuideTabs_contentGrid__R5FOE > a.ContentGuideShared_contentCard__NzB7f > img.ContentGuideShared_contentIcon__LAICD | smartasset.com/cds-images/homepage/content-icons/content-icon-21.webp | 18.0 KiB | 16.5 KiB |
Ask an Advisor icon div.ContentGuideShared_categoryContent__kO0kc > div.DesktopContentGuideTabs_contentGrid__R5FOE > a.ContentGuideShared_contentCard__NzB7f > img.ContentGuideShared_contentIcon__LAICD | smartasset.com/cds-images/homepage/content-icons/content-icon-23.webp | 17.2 KiB | 15.7 KiB |
Arturo Conde, CEPF®'s profile picture div.RecentArticles_content__ftm1Z > div.RecentArticles_meta__EOnqa > div.RecentArticles_textContent__t1m92 > img.RecentArticles_authorImage__v9S8E | /avatar/ec94ef289aaaff921cceaadb51aba5e4ac1e9d0ca6d0ca835... | 15.6 KiB | 15.5 KiB |
Retirement icon div.ContentGuideShared_categoryContent__kO0kc > div.DesktopContentGuideTabs_contentGrid__R5FOE > a.ContentGuideShared_contentCard__NzB7f > img.ContentGuideShared_contentIcon__LAICD | smartasset.com/cds-images/homepage/content-icons/content-icon-27.webp | 15.8 KiB | 14.3 KiB |
Patrick Villanova, CEPF®'s profile picture div.RecentArticles_content__ftm1Z > div.RecentArticles_meta__EOnqa > div.RecentArticles_textContent__t1m92 > img.RecentArticles_authorImage__v9S8E | /avatar/68edf2ff11a4426ff04184f4773c98ae1c65f7bb2125f698f... | 13.5 KiB | 13.4 KiB |
Custody Rule FAQ for Registered Advisors div.RecentArticles_slide__kjDnk > a.RecentArticles_articleCard__c27sz > div.RecentArticles_imageContainer__hHueq > img | /wp-content/uploads/sites/2/2023/09/business-meeting-read... | 17.4 KiB | 12.9 KiB |
How Financial Advisors Should Segment Their Book div.RecentArticles_slide__kjDnk > a.RecentArticles_articleCard__c27sz > div.RecentArticles_imageContainer__hHueq > img | /wp-content/uploads/sites/2/2021/07/male-looking-at-color... | 12.8 KiB | 9.5 KiB |
Featured in The Wall Street Journal div.InThePress_pressSection__VizEJ > div.InThePress_pressLogos__R2BlP > div.InThePress_pressLogoContainer__fsaDK > img.InThePress_pressLogo__oH6mb | smartasset.com/cds-images/homepage/wall_street.png | 8.1 KiB | 7.3 KiB |
Featured in The New York Times div.InThePress_pressSection__VizEJ > div.InThePress_pressLogos__R2BlP > div.InThePress_pressLogoContainer__fsaDK > img.InThePress_pressLogo__oH6mb | smartasset.com/cds-images/homepage/nyt.png | 5.6 KiB | 4.9 KiB |
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.
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.
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.
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.4 s |
| Other | 396 ms |
| Script Parsing & Compilation | 308 ms |
| Style & Layout | 136 ms |
| Garbage Collection | 75 ms |
| Parse HTML & CSS | 28 ms |
| Rendering | 20 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 |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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 |
|---|---|---|
| smartasset.com/_next/static/css/94097d88f307d5d9.css | 17.1 KiB | 16.7 KiB |
| smartasset.com/_next/static/css/ccdf15a07cae08e2.css | 16.5 KiB | 16.4 KiB |
| smartasset.com/_next/static/css/9311fe547a78463e.css | 13.7 KiB | 10.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
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 | |
|---|---|
Buck, the SmartAsset donkey div.Hero_hero__CXUtr > div.Hero_topSection__S2wLm > div.Hero_imageContent__CgEBo > img.Hero_desktopImage__4zHRS | smartasset.com/cds-images/homepage/buck-desktop-new.png |
SmartAsset AMP features including Lead Generation, Automated Nurtures, Seamless… div.HomepageAmpCta_contentContainer__qkLmE > div.HomepageAmpCta_contentRight__YoWA4 > div.HomepageAmpCta_desktopGradientImage__DFXF0 > img.HomepageAmpCta_gradientImage__2b9kz | smartasset.com/cds-images/homepage/amp-gradient.png |
Piggy bank icon div.Homepage_defaultSection__V4xo_ > div.AdvisorValue_pills__Mtmdn > div > img | smartasset.com/cds-images/homepage/advisor-value-1.svg |
House legacy icon div.Homepage_defaultSection__V4xo_ > div.AdvisorValue_pills__Mtmdn > div > img | smartasset.com/cds-images/homepage/advisor-value-2.svg |
Wallet icon div.Homepage_defaultSection__V4xo_ > div.AdvisorValue_pills__Mtmdn > div > img | smartasset.com/cds-images/homepage/advisor-value-3.svg |
Styling lines div > div.InThePress_pressSection__VizEJ > div.InThePress_pressLogos__R2BlP > img.InThePress_rotatedSvgLeft__ngh6f | smartasset.com/cds-images/homepage/lines_left.svg |
Styling lines div > div.InThePress_pressSection__VizEJ > div.InThePress_pressLogos__R2BlP > img.InThePress_rotatedSvgRight__IxOiO | smartasset.com/cds-images/homepage/lines_right.svg |
Retirement icon div.DesktopContentGuideTabs_categoryTabsList__geHoB > button.ContentGuideShared_categoryTab__jAbS6 > span.ContentGuideShared_categoryIcon__smlRy > img | smartasset.com/cds-images/homepage/nav-retirement.svg |
Tax icon div.DesktopContentGuideTabs_categoryTabsList__geHoB > button.ContentGuideShared_categoryTab__jAbS6 > span.ContentGuideShared_categoryIcon__smlRy > img | smartasset.com/cds-images/homepage/nav-tax.svg |
Investing & Banking icon div.DesktopContentGuideTabs_categoryTabsList__geHoB > button.ContentGuideShared_categoryTab__jAbS6 > span.ContentGuideShared_categoryIcon__smlRy > img | smartasset.com/cds-images/homepage/nav-investment-banking.svg |
Mortgage icon div.DesktopContentGuideTabs_categoryTabsList__geHoB > button.ContentGuideShared_categoryTab__jAbS6 > span.ContentGuideShared_categoryIcon__smlRy > img | smartasset.com/cds-images/homepage/nav-mortgage.svg |
Previous div.RecentArticles_container__JNj63 > div.RecentArticles_carousel__AbRQ0 > button.RecentArticles_navButton__EZ5Nd > img | smartasset.com/cds-images/homepage/left_chevron.svg |
Next div.RecentArticles_container__JNj63 > div.RecentArticles_carousel__AbRQ0 > button.RecentArticles_navButton__EZ5Nd > img | smartasset.com/cds-images/homepage/right_chevron.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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
SMARTREADS ul.Header_navCategories__f7Wov > li.Header_navItem__hGt28 > span.Header_navItemTitle__bAIHU > a |
Clarity. div.Hero_topSection__S2wLm > div.Hero_textContent__gTGbY > h1 > span.Hero_highlight__cIMhk |
I'm An Advisor div.Hero_topSection__S2wLm > div.Hero_textContent__gTGbY > div > a.Hero_advisorCta__KLmaH |
Works section.HowOurServiceWorks_howOurServiceWorksSection__0z1cW > div.Homepage_defaultSection__V4xo_ > div.HowOurServiceWorks_sectionTitle__yZ4Sj > span.HowOurServiceWorks_sectionTitleBlue__TNCb4 |
Tools & Resources section.ContentGuideShared_contentGuideSection__NZefp > div.Homepage_defaultSection__V4xo_ > div.ContentGuideShared_sectionTitle__jensn > span.ContentGuideShared_sectionTitleBlue__Z9ztk |
Guides div.Homepage_defaultSection__V4xo_ > div.DesktopContentGuideTabs_tabsRoot__7Mz5b > div.DesktopContentGuideTabs_tabsList__V10aO > button#radix-_R_15av5tpfdb_-trigger-guides |
Calculators div.Homepage_defaultSection__V4xo_ > div.DesktopContentGuideTabs_tabsRoot__7Mz5b > div.DesktopContentGuideTabs_tabsList__V10aO > button#radix-_R_15av5tpfdb_-trigger-calculators |
Reviews div.Homepage_defaultSection__V4xo_ > div.DesktopContentGuideTabs_tabsRoot__7Mz5b > div.DesktopContentGuideTabs_tabsList__V10aO > button#radix-_R_15av5tpfdb_-trigger-reviews |
Rates div.Homepage_defaultSection__V4xo_ > div.DesktopContentGuideTabs_tabsRoot__7Mz5b > div.DesktopContentGuideTabs_tabsList__V10aO > button#radix-_R_15av5tpfdb_-trigger-rates |
Retirement div#radix-_R_15av5tpfdb_-content-guides > div.DesktopContentGuideTabs_categoryTabs__UPY8W > div.DesktopContentGuideTabs_categoryTabsList__geHoB > button.ContentGuideShared_categoryTab__jAbS6 |
How Much Can Financial Advisors Make at Morgan Stanley? div.RecentArticles_slide__kjDnk > a.RecentArticles_articleCard__c27sz > div.RecentArticles_content__ftm1Z > h3.RecentArticles_title__b4ICx |
Custody Rule FAQ for Registered Advisors div.RecentArticles_slide__kjDnk > a.RecentArticles_articleCard__c27sz > div.RecentArticles_content__ftm1Z > h3.RecentArticles_title__b4ICx |
How to Use the Double Consolidation Loophole for Student Loans div.RecentArticles_slide__kjDnk > a.RecentArticles_articleCard__c27sz > div.RecentArticles_content__ftm1Z > h3.RecentArticles_title__b4ICx |
Investors div.HomepageAmpCta_contentContainer__qkLmE > div.HomepageAmpCta_contentLeft__nfzMA > h2.HomepageAmpCta_mainHeading__maAZF > span.HomepageAmpCta_headingBlue__Z2nTz |
Learn More div.HomepageAmpCta_contentContainer__qkLmE > div.HomepageAmpCta_contentLeft__nfzMA > div.HomepageAmpCta_ctaContainer__TsAQn > a.HomepageAmpCta_secondaryCta__d0h8k |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Answer SmartAsset advisor match quiz div.HowOurServiceWorks_stepsContainer__ONN0h > div.HowOurServiceWorks_stepCardWrapper__EYKgZ > div.HowOurServiceWorks_stepCard__K1I5N > h4.HowOurServiceWorks_stepTitle__ZovEi |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
body > img body > img |
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.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
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 |
|---|
Take Matching Quiz div.Hero_topSection__S2wLm > div.Hero_textContent__gTGbY > div > a.Hero_heroCta__qC5QW |
I'm An Advisor div.Hero_topSection__S2wLm > div.Hero_textContent__gTGbY > div > a.Hero_advisorCta__KLmaH |
Find An Advisor div.Homepage_defaultSection__V4xo_ > div.AdvisorValue_pills__Mtmdn > div.AdvisorValue_ctaContainer__huzA_ > a.AdvisorValue_ctaButton__cr54Q |
Get Started section.HowOurServiceWorks_howOurServiceWorksSection__0z1cW > div.Homepage_defaultSection__V4xo_ > div.HowOurServiceWorks_ctaContainer__DxSqj > a.HowOurServiceWorks_ctaButton__SraZZ |
Get Started main.Homepage_main__xXUe4 > section.Homepage_alternatingSection___wf6N > section.HomepageMap_mapSection__wtQi0 > a.HomepageMap_mapCta__QeYkH |
PROFESSIONAL DEVELOPMENT
How Much Can Financial Advisors Make at Morgan Stanley… div.RecentArticles_viewport__EKG88 > div.RecentArticles_emblaContainer__k03fs > div.RecentArticles_slide__kjDnk > a.RecentArticles_articleCard__c27sz |
COMPLIANCE & LEGAL
Custody Rule FAQ for Registered Advisors
Patrick Villanova, … div.RecentArticles_viewport__EKG88 > div.RecentArticles_emblaContainer__k03fs > div.RecentArticles_slide__kjDnk > a.RecentArticles_articleCard__c27sz |
FINANCIAL PLANNING
How to Use the Double Consolidation Loophole for Student Loa… div.RecentArticles_viewport__EKG88 > div.RecentArticles_emblaContainer__k03fs > div.RecentArticles_slide__kjDnk > a.RecentArticles_articleCard__c27sz |
Careers footer.Footer_footer__x7vJd > div.Footer_column__uTh4D > div.Footer_columnItem__7JpYI > a |
SmartReads footer.Footer_footer__x7vJd > div.Footer_column__uTh4D > div.Footer_columnItem__7JpYI > a |
Advisor Testimonials footer.Footer_footer__x7vJd > div.Footer_column__uTh4D > div.Footer_columnItem__7JpYI > a |
Like on Facebook footer.Footer_footer__x7vJd > div.Footer_column__uTh4D > div.Footer_columnItem__7JpYI > a.Footer_social__cb1G5 |
Like on X footer.Footer_footer__x7vJd > div.Footer_column__uTh4D > div.Footer_columnItem__7JpYI > a.Footer_x__knf3T |
Follow on LinkedIn footer.Footer_footer__x7vJd > div.Footer_column__uTh4D > div.Footer_columnItem__7JpYI > a.Footer_linkedin__j6XJf |
AdChoices footer.Footer_footer__x7vJd > div.Footer_column__uTh4D > div.Footer_columnItem__7JpYI > a |
GLB Notice footer.Footer_footer__x7vJd > div.Footer_column__uTh4D > div.Footer_columnItem__7JpYI > a |
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 |
|---|---|
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
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.
| Description |
|---|
Error with Permissions-Policy header: Parse of permissions policy failed because of errors reported by structured header parser. |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| /?utm_source=smartasset&utm_campaign=homepage&utm_content... | Learn More |
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 |
|---|
body > img body > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback