Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 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.
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.
Cookie 'FTR_Cache_Status' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
1 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
1 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/8050f847-ad77-4d75-9407-0bde73b7c250)<a href="https://beavercheck.com/results/8050f847-ad77-4d75-9407-0bde73b7c250"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fkiplinger.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fkiplinger.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. 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 ~34%.
Page takes 5.2s to load
+12% bounceUsers abandon at ~3s — you're 2.7s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.3s
+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
Severe layout shift during page load
+6% bounceUsers mis-click when content jumps — converting intent into frustration
Fix: Reserve space for images, ads, and embeds with explicit width/height
1 form field(s) without a label
+2% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
No 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 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
10 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€383 investment → €3,216/month returns + EUR 120,500,000 risk avoided
€383
4h · 5 findings
€3,216 /mo
~€38,595 / year
EUR 120,500,000
if kept compliant
€128 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
4.5 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,667 / month at risk
~€120,500,008 / year if left unfixed
€120,500,000
+11 more
€0.65 /mo
8775.6 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.
4.07 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.22 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.26 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.688
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.07 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.
18.33 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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
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 | |
|---|---|---|---|
Alexandra Svokos in a striped blouse with a purple background. div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | cdn.mos.cms.futurecdn.net/thicKegFQsZjAcN332CSxE-768-80.jpg.webp | 84.6 KiB | 81.8 KiB |
headshot div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | cdn.mos.cms.futurecdn.net/8UyQuDSkz4xXJaPT2v47m8-768-80.jpg.webp | 49.1 KiB | 45.9 KiB |
Alexandra Twin div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | cdn.mos.cms.futurecdn.net/MrAj5dYwYLuJcCQEHXQSdQ-768-80.jpg.webp | 33.6 KiB | 32.7 KiB |
Man taking photo of happy multi-generational family on yacht with a smartphone div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | cdn.mos.cms.futurecdn.net/WgvJqsZkBxtVEom2rzkUTm-768-80.jpg.webp | 49.3 KiB | 31.6 KiB |
Family with two kids eating dinner in restaurant and paying with smartphone div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | cdn.mos.cms.futurecdn.net/MJCMbtxmpFxbGTTWHtqaG6-768-80.jpg.webp | 33.7 KiB | 30.8 KiB |
photo of author Kate Schubel div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | cdn.mos.cms.futurecdn.net/UgDuYP78MP6HLZCTuj6wpR-768-80.jpg.webp | 32.1 KiB | 29.9 KiB |
Author profile pic div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | cdn.mos.cms.futurecdn.net/utrHE6sjywN2sZPLdAuC5Z-768-80.jpg.webp | 27.3 KiB | 25.9 KiB |
Abstract light trails that look like they're in a tunnel. div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | cdn.mos.cms.futurecdn.net/ZVzqVBQYhS4MKdF2x9ckBM-768-80.jpg.webp | 25.5 KiB | 23.3 KiB |
David Dittman, investing editor at Kiplinger.com div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | cdn.mos.cms.futurecdn.net/atntNFPM5sSSnaYvgwZoQ6-768-80.jpg.webp | 24.9 KiB | 22.9 KiB |
A man in a suit stands at a gas station, trying to hitchhike in the 1970s. div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | cdn.mos.cms.futurecdn.net/8gsBNW2HDiJzTxByoqeQWX-768-80.jpg.webp | 27.8 KiB | 19.8 KiB |
Kelley Taylor div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | cdn.mos.cms.futurecdn.net/Me6i3GsivpFmdfzm4ekUoG-768-80.jpg.webp | 19.4 KiB | 17.9 KiB |
Senior Couple Calculating Household Expenses and Reviewing Bills at Home div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | cdn.mos.cms.futurecdn.net/LYbGXCYw2JQfEkuChW6cje-768-80.jpg.webp | 28.7 KiB | 15.0 KiB |
Rachael Green div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | cdn.mos.cms.futurecdn.net/TBsj5vge5PFS893QLtWChb-768-80.jpg.webp | 15.3 KiB | 14.2 KiB |
Donna Fuscaldo div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | cdn.mos.cms.futurecdn.net/XDwi5gBeFpN2ByFsyuqXnJ-768-80.jpg.webp | 11.0 KiB | 4.5 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.
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 |
|---|---|---|
| /css2?family=Merriweather:ital,opsz,wght@0,18..144,300..9... | 2.4 KiB | 825 ms |
| fonts.googleapis.com/css2?family=Bebas+Neue&display=swap | 499 B | 175 ms |
| search-api.fie.futurecdn.net/css/browser/master-f8e9977d/progressive.min.css | 10.6 KiB | 903 ms |
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.
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 |
|---|---|
| kiplinger.com/ | 751 ms |
| www.kiplinger.com/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
| 0.687 | |
Which Was Worse: The 1979 or Today's Oil Crisis? li.wdn-listv2-item > a.wdn-listv2-item-link > div.wdn-listv2-item-content > h2.wdn-listv2-item-content-title | 0.000 |
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 JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtm.js?id=GTM-WHLXGS3C>m=4e64k0 | 165.9 KiB | 83.3 KiB |
| search-api.fie.futurecdn.net/js/w/es6/master-f8e9977d/progressive.js | 105.6 KiB | 65.2 KiB |
| www.googletagmanager.com/gtag/js?id=G-6YXLE2F61G&cx=c>m=4e64k0 | 161.2 KiB | 64.2 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-WKPHNF6H>m=4e64k0 | 123.6 KiB | 64.0 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-WWBWRXL | 143.0 KiB | 47.4 KiB |
| vanilla.futurecdn.net/kiplinger/app.Cl0pY1ep.js | 89.7 KiB | 33.1 KiB |
| bordeaux.futurecdn.net/bordeaux.js | 55.1 KiB | 31.3 KiB |
| static.myfinance.com/widget/myFinance.js | 39.9 KiB | 26.2 KiB |
| sdk.mrf.io/statics/marfeel-sdk.js?id=7842 | 64.6 KiB | 23.8 KiB |
| www.kiplinger.com/vite/assets/vendor-DH-HcC7C.js | 36.8 KiB | 22.6 KiB |
| search-api.fie.futurecdn.net/js/w/es6/master-f8e9977d/hawklinks.js | 38.4 KiB | 22.2 KiB |
| sdk.mrf.io/statics/47bd3e88b6bda15c34ce.js | 23.9 KiB | 22.1 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 | 3.5 s |
| Other | 1.2 s |
| Style & Layout | 502 ms |
| Script Parsing & Compilation | 390 ms |
| Garbage Collection | 209 ms |
| Parse HTML & CSS | 203 ms |
| Rendering | 55 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 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 |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| @font-face { font-family: "Lato-fallback"; size-adjust: 97.38%; ascent-override: 98%; … } … | 100.6 KiB | 5.3 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
nav.navigation > div.navigation__container > div.navigation__burgerbar > button.button-menu nav.navigation > div.navigation__container > div.navigation__burgerbar > button.button-menu |
div.navigation__container > div.navigation__burgerbar > div.search > button.navigation__search div.navigation__container > div.navigation__burgerbar > div.search > button.navigation__search |
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 |
|---|
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
footer#document-footer > section.max-w-screen-xl > nav.flex > a.inline-block footer#document-footer > section.max-w-screen-xl > nav.flex > a.inline-block |
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.
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 |
|---|
div.newsletter-form__container > section.newsletter-form__main-section > form.newsletter-form__form > input.form__submit-input div.newsletter-form__container > section.newsletter-form__main-section > form.newsletter-form__form > input.form__submit-input |
STATE TAX li.wdn-listv2-item > a.wdn-listv2-item-link > div.wdn-listv2-item-content > span.wdn-listv2-item-content-title-label |
TAX LAW li.wdn-listv2-item > a.wdn-listv2-item-link > div.wdn-listv2-item-content > span.wdn-listv2-item-content-title-label |
RETIREMENT TAXES li.wdn-listv2-item > a.wdn-listv2-item-link > div.wdn-listv2-item-content > span.wdn-listv2-item-content-title-label |
TOOLS li.wdn-listv2-item > a.wdn-listv2-item-link > div.wdn-listv2-item-content > span.wdn-listv2-item-content-title-label |
TOOLS li.wdn-listv2-item > a.wdn-listv2-item-link > div.wdn-listv2-item-content > span.wdn-listv2-item-content-title-label |
ECONOMIC FORECASTS li.wdn-listv2-item > a.wdn-listv2-item-link > div.wdn-listv2-item-content > span.wdn-listv2-item-content-title-label |
ECONOMIC FORECASTS li.wdn-listv2-item > a.wdn-listv2-item-link > div.wdn-listv2-item-content > span.wdn-listv2-item-content-title-label |
THE KIPLINGER LETTER li.wdn-listv2-item > a.wdn-listv2-item-link > div.wdn-listv2-item-content > span.wdn-listv2-item-content-title-label |
THE KIPLINGER LETTER li.wdn-listv2-item > a.wdn-listv2-item-link > div.wdn-listv2-item-content > span.wdn-listv2-item-content-title-label |
These are opportunities to improve the legibility of your content.
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | bordeaux.futurecdn.net/bordeaux.js line 31, col 6976 |
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 |
|---|---|
Failed to load resource: the server responded with a status of 404 () | |
www.kiplinger.com/ line 11036, col 27 | TypeError: Cannot read properties of undefined (reading 'articleTemplate')
at https://www.kiplinger.com/:11037:28 |
vanilla.futurecdn.net/kiplinger/app.Cl0pY1ep.js line 11, col 8687 | TypeError: Cannot read properties of undefined (reading 'length')
at dd.generateCampaignsFromMatchAllResponse (https://vanilla.futurecdn.net/kiplinger/app.Cl0pY1ep.js:12:8688)
at dd.<anonymous> (https://vanilla.futurecdn.net/kiplinger/app.Cl0pY1ep.js:12:8289)
at Generator.next (<anonymous>)
at i (https://vanilla.futurecdn.net/kiplinger/app.Cl0pY1ep.js:1:502) |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-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.07 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.69 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
31 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.204
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.29 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.
4.69 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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
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 | |
|---|---|---|---|
Alexandra Svokos in a striped blouse with a purple background. div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | cdn.mos.cms.futurecdn.net/thicKegFQsZjAcN332CSxE-1600-80.jpg.webp | 285.9 KiB | 282.2 KiB |
headshot div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | cdn.mos.cms.futurecdn.net/8UyQuDSkz4xXJaPT2v47m8-1600-80.jpg.webp | 147.2 KiB | 143.0 KiB |
Family with two kids eating dinner in restaurant and paying with smartphone div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | cdn.mos.cms.futurecdn.net/MJCMbtxmpFxbGTTWHtqaG6-1600-80.jpg.webp | 134.1 KiB | 128.9 KiB |
Man taking photo of happy multi-generational family on yacht with a smartphone div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | cdn.mos.cms.futurecdn.net/WgvJqsZkBxtVEom2rzkUTm-1600-80.jpg.webp | 131.1 KiB | 125.9 KiB |
Senior Couple Calculating Household Expenses and Reviewing Bills at Home div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | cdn.mos.cms.futurecdn.net/LYbGXCYw2JQfEkuChW6cje-1600-80.jpg.webp | 77.8 KiB | 72.1 KiB |
https://cdn.mos.cms.futurecdn.net/hwgJ7osrMtUWhk5koeVme7-200-80.png div.navigation__burgerbar > a.vanilla-blueconic-header-wrapper > div#blueconic-header-kiplinger > img.vanilla-blueconic-header__img | cdn.mos.cms.futurecdn.net/hwgJ7osrMtUWhk5koeVme7-200-80.png | 67.7 KiB | 67.1 KiB |
A mature couple at a cafe using credit card perks. div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | cdn.mos.cms.futurecdn.net/MbNKqDuWvXtXWPZqqWMQe9-1024-80.jpg.webp | 61.3 KiB | 55.6 KiB |
Abstract light trails that look like they're in a tunnel. div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | cdn.mos.cms.futurecdn.net/ZVzqVBQYhS4MKdF2x9ckBM-1600-80.jpg.webp | 49.7 KiB | 47.7 KiB |
Mature couple looking at laptop sitting outside at a cafe. div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | cdn.mos.cms.futurecdn.net/j7V65nXAgrFMpxjTyZctdW-600-80.jpg.webp | 51.1 KiB | 45.5 KiB |
Rachael Green div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | cdn.mos.cms.futurecdn.net/TBsj5vge5PFS893QLtWChb-1600-80.jpg.webp | 41.9 KiB | 40.7 KiB |
Alexandra Twin div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | cdn.mos.cms.futurecdn.net/MrAj5dYwYLuJcCQEHXQSdQ-1600-80.jpg.webp | 33.6 KiB | 32.0 KiB |
photo of author Kate Schubel div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | cdn.mos.cms.futurecdn.net/UgDuYP78MP6HLZCTuj6wpR-1600-80.jpg.webp | 32.1 KiB | 28.5 KiB |
Author profile pic div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | cdn.mos.cms.futurecdn.net/utrHE6sjywN2sZPLdAuC5Z-1600-80.jpg.webp | 27.3 KiB | 25.0 KiB |
David Dittman, investing editor at Kiplinger.com div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | cdn.mos.cms.futurecdn.net/atntNFPM5sSSnaYvgwZoQ6-1600-80.jpg.webp | 24.9 KiB | 21.5 KiB |
A man in a suit stands at a gas station, trying to hitchhike in the 1970s. div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | cdn.mos.cms.futurecdn.net/8gsBNW2HDiJzTxByoqeQWX-1024-80.jpg.webp | 38.9 KiB | 18.5 KiB |
Kelley Taylor div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | cdn.mos.cms.futurecdn.net/Me6i3GsivpFmdfzm4ekUoG-1600-80.jpg.webp | 19.4 KiB | 16.9 KiB |
A woman in her eighties or nineties looks out the window from the driver's side… div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | cdn.mos.cms.futurecdn.net/QccCzCb3SxBVrtKJwwhAYb-600-80.jpg.webp | 16.3 KiB | 13.9 KiB |
Donna Fuscaldo div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | cdn.mos.cms.futurecdn.net/XDwi5gBeFpN2ByFsyuqXnJ-1600-80.jpg.webp | 11.0 KiB | 4.5 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.
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.
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.
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 |
|---|---|---|
| /css2?family=Merriweather:ital,opsz,wght@0,18..144,300..9... | 2.0 KiB | 271 ms |
| fonts.googleapis.com/css2?family=Bebas+Neue&display=swap | 870 B | 63 ms |
| search-api.fie.futurecdn.net/css/browser/master-f8e9977d/progressive.min.css | 10.6 KiB | 235 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 |
|---|---|
| kiplinger.com/ | 242 ms |
| www.kiplinger.com/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
head > meta head > meta | 0.204 |
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 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 |
|---|---|---|
| bordeaux.futurecdn.net/bordeaux.js | 158.6 KiB | 90.5 KiB |
| search-api.fie.futurecdn.net/js/w/es6/master-f8e9977d/progressive.js | 140.0 KiB | 86.4 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-WHLXGS3C>m=4e64k0 | 165.9 KiB | 83.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-6YXLE2F61G&cx=c>m=4e64k0 | 161.2 KiB | 65.5 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-WKPHNF6H>m=4e64k0 | 123.6 KiB | 65.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-WWBWRXL | 143.0 KiB | 47.4 KiB |
| vanilla.futurecdn.net/kiplinger/app.Cl0pY1ep.js | 89.7 KiB | 33.3 KiB |
| static.myfinance.com/widget/myFinance.js | 39.9 KiB | 26.2 KiB |
| sdk.mrf.io/statics/marfeel-sdk.js?id=7842 | 64.6 KiB | 23.8 KiB |
| www.kiplinger.com/vite/assets/vendor-DH-HcC7C.js | 36.8 KiB | 22.7 KiB |
| search-api.fie.futurecdn.net/js/w/es6/master-f8e9977d/hawklinks.js | 38.4 KiB | 22.2 KiB |
| sdk.mrf.io/statics/47bd3e88b6bda15c34ce.js | 23.9 KiB | 22.1 KiB |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| 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 |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| @font-face { font-family: "Lato-fallback"; size-adjust: 97.38%; ascent-override: 98%; … } … | 100.6 KiB | 5.3 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.navigation__container > div.navigation__burgerbar > div.search > button.navigation__search div.navigation__container > div.navigation__burgerbar > div.search > button.navigation__search |
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 |
|---|
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.navigation__second-tier > ul.navigation__groupitems > li.navigation__item > a.navigation__link div.navigation__second-tier > ul.navigation__groupitems > li.navigation__item > a.navigation__link |
footer#document-footer > section.max-w-screen-xl > nav.flex > a.inline-block footer#document-footer > section.max-w-screen-xl > nav.flex > a.inline-block |
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.
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 |
|---|
div.newsletter-form__container > section.newsletter-form__main-section > form.newsletter-form__form > input.form__submit-input div.newsletter-form__container > section.newsletter-form__main-section > form.newsletter-form__form > input.form__submit-input |
TOOLS li.wdn-listv2-item > a.wdn-listv2-item-link > div.wdn-listv2-item-content > span.wdn-listv2-item-content-title-label |
TOOLS li.wdn-listv2-item > a.wdn-listv2-item-link > div.wdn-listv2-item-content > span.wdn-listv2-item-content-title-label |
ECONOMIC FORECASTS li.wdn-listv2-item > a.wdn-listv2-item-link > div.wdn-listv2-item-content > span.wdn-listv2-item-content-title-label |
ECONOMIC FORECASTS li.wdn-listv2-item > a.wdn-listv2-item-link > div.wdn-listv2-item-content > span.wdn-listv2-item-content-title-label |
THE KIPLINGER LETTER li.wdn-listv2-item > a.wdn-listv2-item-link > div.wdn-listv2-item-content > span.wdn-listv2-item-content-title-label |
THE KIPLINGER LETTER li.wdn-listv2-item > a.wdn-listv2-item-link > div.wdn-listv2-item-content > span.wdn-listv2-item-content-title-label |
These are opportunities to improve the legibility of your content.
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
NEWSLETTER div.navigation__container > div.navigation__topitem > div.social > li.social__item |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. | bordeaux.futurecdn.net/bordeaux.js line 31, col 6976 |
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 |
|---|---|
Failed to load resource: the server responded with a status of 404 () | |
www.kiplinger.com/ line 11036, col 27 | TypeError: Cannot read properties of undefined (reading 'articleTemplate')
at https://www.kiplinger.com/:11037:28 |
vanilla.futurecdn.net/kiplinger/app.Cl0pY1ep.js line 11, col 8687 | TypeError: Cannot read properties of undefined (reading 'length')
at dd.generateCampaignsFromMatchAllResponse (https://vanilla.futurecdn.net/kiplinger/app.Cl0pY1ep.js:12:8688)
at dd.<anonymous> (https://vanilla.futurecdn.net/kiplinger/app.Cl0pY1ep.js:12:8289)
at Generator.next (<anonymous>)
at i (https://vanilla.futurecdn.net/kiplinger/app.Cl0pY1ep.js:1:502) |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback