Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Missing signals may be hurting your search visibility.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
No favicon or icon links detected
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
123 HTTP requests — consider bundling or reducing
Performance issues directly impact user engagement and conversion rates.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/c1d997e7-fb0f-4b4e-928b-9b89b515d51b)<a href="https://beavercheck.com/results/c1d997e7-fb0f-4b4e-928b-9b89b515d51b"><img src="https://beavercheck.com/badge?url=https%3A%2F%2F247wallst.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2F247wallst.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 7.7s 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.
8 barrier(s) likely increasing bounce by ~30%.
Page takes 7.7s to load
+12% bounceUsers abandon at ~3s — you're 5.2s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.1s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$500 investment → $5,766/month returns + USD 150,000 risk avoided
$500
5h · 5 findings
$5,766 /mo
~$69,187 / year
USD 150,000
if kept compliant
$150 — 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.
5.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$12,501 / month at risk
~$150,007 / year if left unfixed
$150,000
$0.61 /mo
7675.3 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 4 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.
2.26 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.65 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.09 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.
4.74 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.
19.44 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.
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 | |
|---|---|---|---|
Jensen Huang Says ‘Not One Company’ Can Match NVIDIA’s Performance Per Dollar. … div.pb-6 > a.group > div.mb-4 > img.w-full | /wp-content/uploads/2026/04/jensen-huang-says-not-one-com... | 76.5 KiB | 55.5 KiB |
Live: Will ServiceNow (NOW) Beat Q1 Earnings After the Bell? div.flex > div.flex > a.block > img.w-full | 247wallst.com/wp-content/uploads/2026/04/Earnings-Live-Blog-19-400x225.png | 27.1 KiB | 12.5 KiB |
Live: Will Tesla Soar After Announcing Q1 Earnings? div.flex > div.flex > a.block > img.w-full | 247wallst.com/wp-content/uploads/2026/04/Earnings-Live-Blog-20-400x225.png | 26.0 KiB | 11.4 KiB |
Live: Will ServiceNow (NOW) Beat Q1 Earnings After the Bell? div.mb-8 > div.flex > a.flex > img.w-20 | 247wallst.com/wp-content/uploads/2026/04/Earnings-Live-Blog-19-200x113.png | 7.9 KiB | 4.2 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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| js.pusher.com/beams/2.1.0/push-notifications-cdn.js?ver=2.1.0 | 12.8 KiB | 4.5 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| 247wallst.com/ | 31.5 KiB | 31.5 KiB |
| 247wallst.com/ | 25.4 KiB | 25.4 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /builds/core/60ff911/es2018/js/adthrive.min.js?deployment... | 370.2 KiB | 159.9 KiB |
| /wp-content/plugins/fwp-wp-stock-charts-advanced/dist/fwp... | 171.0 KiB | 148.3 KiB |
| /pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31... | 187.7 KiB | 129.3 KiB |
| ads.adthrive.com/builds/core/60ff911/gdpr/vendor/prebid/es2018/prebid.min.js | 158.8 KiB | 114.7 KiB |
| /wp-content/plugins/fwp-wp-stock-charts/dist/fwp-stock-ch... | 131.3 KiB | 113.0 KiB |
| socialcanvas-cdn.kargo.com/js/rh.min.js | 92.0 KiB | 72.2 KiB |
| c.aps.amazon-adsystem.com/apstag.js | 77.9 KiB | 50.2 KiB |
| cdn.consentmanager.net/delivery/js/cmp_final.min.js | 100.5 KiB | 36.4 KiB |
| 247wallst.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.3.1.1 | 41.3 KiB | 35.8 KiB |
| socialcanvas-cdn.kargo.com/js/spotlight/latest/spotlight.min.js | 34.3 KiB | 25.2 KiB |
| /wp-content/plugins/pitcher-two/js/dist/fwp-pitch-main-pr... | 30.7 KiB | 24.2 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 | 2.7 s |
| Other | 962 ms |
| Script Parsing & Compilation | 546 ms |
| Style & Layout | 220 ms |
| Rendering | 154 ms |
| Parse HTML & CSS | 63 ms |
| Garbage Collection | 20 ms |
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 | |
|---|---|
Bitcoin Price Prediction as BTC Hits $78K Again: Can It Clear $80K? div.flex-1 > a.group > div.mb-4 > img.w-full | 247wallst.com/wp-content/uploads/2020/04/imageForEntry2-TYi.jpg |
Berkshire Hathaway Is Selling Down These 4 Positions. Here’s What That Means fo… div.mb-8 > div.flex > a.flex > img.w-20 | 247wallst.com/wp-content/uploads/2018/06/berkshire-hathaway-warren-buffett.jpg |
Bitcoin Price Prediction as BTC Hits $78K Again: Can It Clear $80K? div.space-y-4 > a.flex > div.flex-shrink-0 > img.w-20 | 247wallst.com/wp-content/uploads/2020/04/imageForEntry2-TYi.jpg |
Berkshire Hathaway Is Selling Down These 4 Positions. Here’s What That Means fo… div.space-y-4 > a.flex > div.flex-shrink-0 > img.w-20 | 247wallst.com/wp-content/uploads/2018/06/berkshire-hathaway-warren-buffett.jpg |
Retirees Are Quietly Using These 3 Consumer Staples ETFs as a Recession Shield div.flex-1 > a.group > div.mb-4 > img.w-full | /wp-content/uploads/2024/07/shutterstock-265069991-huge-l... |
Jensen Huang Says ‘Not One Company’ Can Match NVIDIA’s Performance Per Dollar. … div.pb-6 > a.group > div.mb-4 > img.w-full | /wp-content/uploads/2026/04/jensen-huang-says-not-one-com... |
Live: Will Tesla Soar After Announcing Q1 Earnings? div.flex > div.flex > a.block > img.w-full | 247wallst.com/wp-content/uploads/2026/04/Earnings-Live-Blog-20-400x225.png |
Live: Will ServiceNow (NOW) Beat Q1 Earnings After the Bell? div.flex > div.flex > a.block > img.w-full | 247wallst.com/wp-content/uploads/2026/04/Earnings-Live-Blog-19-400x225.png |
Live: Will ServiceNow (NOW) Beat Q1 Earnings After the Bell? div.mb-8 > div.flex > a.flex > img.w-20 | 247wallst.com/wp-content/uploads/2026/04/Earnings-Live-Blog-19-200x113.png |
Retirees Are Quietly Using These 3 Consumer Staples ETFs as a Recession Shield div.trending-articles-list > div.trending-articles-list-post > a.flex > img.h-full | /wp-content/uploads/2024/07/shutterstock-265069991-huge-l... |
Jensen Huang Says ‘Not One Company’ Can Match NVIDIA’s Performance Per Dollar. … div.trending-articles-list > div.trending-articles-list-post > a.flex > img.h-full | /wp-content/uploads/2026/04/jensen-huang-says-not-one-com... |
Retirees Are Quietly Using These 3 Consumer Staples ETFs as a Recession Shield div.space-y-4 > a.flex > div.flex-shrink-0 > img.w-20 | /wp-content/uploads/2024/07/shutterstock-265069991-huge-l... |
Live: Will Tesla Soar After Announcing Q1 Earnings? div.space-y-4 > a.flex > div.flex-shrink-0 > img.w-20 | 247wallst.com/wp-content/uploads/2026/04/Earnings-Live-Blog-20-400x225.png |
Jensen Huang Says ‘Not One Company’ Can Match NVIDIA’s Performance Per Dollar. … div.space-y-4 > a.flex > div.flex-shrink-0 > img.w-20 | /wp-content/uploads/2026/04/jensen-huang-says-not-one-com... |
Live: Will Tesla Soar After Announcing Q1 Earnings? div.space-y-4 > a.flex > div.flex-shrink-0 > img.w-20 | 247wallst.com/wp-content/uploads/2026/04/Earnings-Live-Blog-20-400x225.png |
div.flex > div.flex > div.flex > img.live-indicator-heartbeat-delay-0 div.flex > div.flex > div.flex > img.live-indicator-heartbeat-delay-0 | /wp-content/themes/247wallst-theme-2025/assets/images/ico... |
div.flex > div.flex > div.flex > img.live-indicator-heartbeat-delay-0 div.flex > div.flex > div.flex > img.live-indicator-heartbeat-delay-0 | /wp-content/themes/247wallst-theme-2025/assets/images/ico... |
24/7 Wall Street Logo header#header > div.flex > a#header-logo > img | 247wallst.com/wp-content/themes/247wallst-theme-2025/assets/images/logo.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 |
|---|
Update Privacy Preferences body.home > div.adthrive-comscore > div.adthrive-privacy-preferences > a |
A RAPTIVE PARTNER SITE body.home > div.adthrive-comscore > span |
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 |
|---|
Trending Articles li#menu-item-1473864 > div.sub-menu > div.trending > h3.pb-3 |
These are opportunities to improve keyboard navigation in your application.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Skip to content body.home > a.sr-only |
Investing div.menu-top-nav-container > ul#menu-top-nav > li#menu-item-1473861 > a.block |
Personal Finance div.menu-top-nav-container > ul#menu-top-nav > li#menu-item-1473862 > a.block |
Technology div.menu-top-nav-container > ul#menu-top-nav > li#menu-item-1473863 > a.block |
Economy and Geopolitics div.menu-top-nav-container > ul#menu-top-nav > li#menu-item-1473864 > a.block |
Economy div.sub-menu > ul > li#menu-item-1473906 > a.flex |
Politics div.sub-menu > ul > li#menu-item-1473872 > a.flex |
Crime div.sub-menu > ul > li#menu-item-1473869 > a.flex |
Infrastructure div.sub-menu > ul > li#menu-item-1473870 > a.flex |
Military div.sub-menu > ul > li#menu-item-1473871 > a.flex |
Search div.flex > div#inline-search > form.flex > button.px-4 |
Investing div.menu-top-nav-container > ul#menu-top-nav-1 > li.menu-item > a |
Personal Finance div.menu-top-nav-container > ul#menu-top-nav-1 > li.menu-item > a |
Technology div.menu-top-nav-container > ul#menu-top-nav-1 > li.menu-item > a |
Economy and Geopolitics div.menu-top-nav-container > ul#menu-top-nav-1 > li.menu-item > a |
Economy li.menu-item > ul.sub-menu > li.menu-item > a |
Politics li.menu-item > ul.sub-menu > li.menu-item > a |
Crime li.menu-item > ul.sub-menu > li.menu-item > a |
Infrastructure li.menu-item > ul.sub-menu > li.menu-item > a |
Military li.menu-item > ul.sub-menu > li.menu-item > a |
AI Portfolio div.menu-top-nav-container > ul#menu-top-nav-1 > li.menu-item > a |
GE Vernova div.flex > div.min-w-0 > div.company-name > a |
Masco div.flex > div.min-w-0 > div.company-name > a |
Equifax div.flex > div.min-w-0 > div.company-name > a |
Fair Isaac div.flex > div.min-w-0 > div.company-name > a |
Home div.menu-footer-container > ul#menu-footer > li#menu-item-125883 > a |
About Us div.menu-footer-container > ul#menu-footer > li#menu-item-1527975 > a |
Contact Us div.menu-footer-container > ul#menu-footer > li#menu-item-125888 > a |
Financial Tools div.menu-footer-container > ul#menu-footer > li#menu-item-1518587 > a |
Disclaimer and Terms of Use div.menu-footer-container > ul#menu-footer > li#menu-item-125885 > a |
Privacy Policy div.menu-footer-container > ul#menu-footer > li#menu-item-125887 > a |
CCPA Privacy Policy div.menu-footer-container > ul#menu-footer > li#menu-item-1473873 > a |
Advertise div.menu-footer-container > ul#menu-footer > li#menu-item-125889 > a |
These items highlight common accessibility best practices.
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
Bitcoin Price Prediction as BTC Hits $78K Again: Can It Clear $80K? div.flex-1 > a.group > div.mb-4 > img.w-full | 247wallst.com/wp-content/uploads/2020/04/imageForEntry2-TYi.jpg | 1366 x 768 | 1366 x 768 | 2049 x 1152 |
Retirees Are Quietly Using These 3 Consumer Staples ETFs as a Recession Shield div.trending-articles-list > div.trending-articles-list-post > a.flex > img.h-full | /wp-content/uploads/2024/07/shutterstock-265069991-huge-l... | 150 x 111 | 150 x 111 | 225 x 167 |
Jensen Huang Says ‘Not One Company’ Can Match NVIDIA’s Performance Per Dollar. … div.trending-articles-list > div.trending-articles-list-post > a.flex > img.h-full | /wp-content/uploads/2026/04/jensen-huang-says-not-one-com... | 150 x 84 | 150 x 84 | 225 x 126 |
Language: en div#cmpbox > div#cmplanguage > img.cmplangicon | eu-us-cdn.consentmanager.net/delivery/flags/en.gif | 16 x 11 | 16 x 11 | 24 x 17 |
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 |
|---|---|
| Topics | ads.adthrive.com/builds/core/60ff911/gdpr/vendor/prebid/es2018/prebid.min.js line 62, col 181510 |
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 401 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Refused to apply style from 'https://247wallst.com/wp-content/plugins/elasticpress/dist/css/facets-styles.css?ver=e96caca972beab457d95' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled. | |
Refused to apply style from 'https://247wallst.com/wp-content/plugins/elasticpress/dist/css/general-styles.css?ver=66295efe92a630617c00' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled. | |
Refused to apply style from 'https://247wallst.com/wp-content/plugins/fwp-wp-financial-calculators/public/css/public.css?ver=v1.0.5' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled. | |
Refused to apply style from 'https://247wallst.com/wp-content/plugins/fwp-wp-stock-charts-advanced/dist/fwp-stock-charts-advanced.css?ver=v0.3.5' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled. | |
Refused to apply style from 'https://247wallst.com/wp-content/plugins/fwp-wp-stock-charts/dist/fwp-stock-charts.css?ver=v1.4.1' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled. | |
Refused to apply style from 'https://247wallst.com/wp-content/plugins/pitcher-two/css/main.min.css?ver=10.9.29' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled. | |
Refused to apply style from 'https://247wallst.com/wp-content/plugins/pitcher-two/css/notification-cta.min.css?ver=10.9.29' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled. | |
Refused to apply style from 'https://247wallst.com/wp-content/themes/247wallst-theme-2025/dist/css/style.css?ver=v4.7.7' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled. | |
Refused to apply style from 'https://247wallst.com/wp-includes/css/dist/block-library/style.min.css?ver=6.7.5' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled. | |
Refused to execute script from 'https://247wallst.com/b66d/' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled. |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
992 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.04 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
15 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.004
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.38 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
3.11 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.
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 | |
|---|---|---|---|
Microsoft’s Code Red Is Real: Can It Keep Up in the AI Race? div.flex > a.group > div.mb-4 > img.w-full | 247wallst.com/wp-content/uploads/2022/10/imageForEntry5-yXt.jpg | 342.5 KiB | 326.6 KiB |
Berkshire Hathaway Is Selling Down These 4 Positions. Here’s What That Means fo… div.space-y-4 > a.flex > div.flex-shrink-0 > img.w-20 | 247wallst.com/wp-content/uploads/2018/06/berkshire-hathaway-warren-buffett.jpg | 80.1 KiB | 78.6 KiB |
9 Expenses to Cut the Week You Turn 65 Before They Cost You Another $30K div.md:w-1/3 > a.group > div.mb-4 > img.w-full | /wp-content/uploads/2026/03/shutterstock-2627932461-huge-... | 69.8 KiB | 61.1 KiB |
Nvidia’s CEO Sees Software Instances “Skyrocketing” — A Shift Investors Can’t I… div.md:w-1/3 > a.group > div.mb-4 > img.w-full | 247wallst.com/wp-content/uploads/2021/08/imageForEntry27-ylV.jpg | 67.5 KiB | 59.1 KiB |
Bitcoin Price Prediction as BTC Hits $78K Again: Can It Clear $80K? div.flex-1 > a.group > div.mb-4 > img.w-full | 247wallst.com/wp-content/uploads/2020/04/imageForEntry2-TYi.jpg | 64.9 KiB | 56.7 KiB |
Why a Gallon of Gas Costs $3 in Texas and $12 in Hong Kong div.md:w-1/3 > a.group > div.mb-4 > img.w-full | 247wallst.com/wp-content/uploads/2019/03/worldgasprices.jpg | 59.8 KiB | 38.1 KiB |
Nvidia vs. AMD: One Is a Generational Buy — The Other Is a Trap div.md:w-2/3 > a.group > div.mb-4 > img.w-full | 247wallst.com/wp-content/uploads/2025/08/AI-Chip-Energy-768x432.jpg | 67.0 KiB | 37.7 KiB |
Forget Lockheed Martin. This Defense Stock Will Double by 2028. div.flex > a.group > div.mb-4 > img.w-full | 247wallst.com/wp-content/uploads/2024/02/imageForEntry2-DeO-768x512.jpg | 56.3 KiB | 37.3 KiB |
Jensen Huang Says ‘Not One Company’ Can Match NVIDIA’s Performance Per Dollar. … div.pb-6 > a.group > div.mb-4 > img.w-full | /wp-content/uploads/2026/04/jensen-huang-says-not-one-com... | 76.5 KiB | 25.1 KiB |
Retirees Are Quietly Using These 3 Consumer Staples ETFs as a Recession Shield div.flex-1 > a.group > div.mb-4 > img.w-full | /wp-content/uploads/2024/07/shutterstock-265069991-huge-l... | 32.2 KiB | 22.0 KiB |
Live: Will ServiceNow (NOW) Beat Q1 Earnings After the Bell? div.flex > div.flex > a.block > img.w-full | 247wallst.com/wp-content/uploads/2026/04/Earnings-Live-Blog-19-400x225.png | 27.1 KiB | 15.3 KiB |
Live: Will Tesla Soar After Announcing Q1 Earnings? div.flex > div.flex > a.block > img.w-full | 247wallst.com/wp-content/uploads/2026/04/Earnings-Live-Blog-20-400x225.png | 26.0 KiB | 14.1 KiB |
Live: Will ServiceNow (NOW) Beat Q1 Earnings After the Bell? div.mb-8 > div.flex > a.flex > img.w-20 | 247wallst.com/wp-content/uploads/2026/04/Earnings-Live-Blog-19-200x113.png | 7.9 KiB | 6.1 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.
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.
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 |
|---|---|---|
| 247wallst.com/wp-includes/css/dist/block-library/style.min.css?ver=6.7.5 | 15.2 KiB | 15.2 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /builds/core/772eda3/es2018/js/adthrive.min.js?deployment... | 370.2 KiB | 160.2 KiB |
| /wp-content/plugins/fwp-wp-stock-charts-advanced/dist/fwp... | 171.0 KiB | 148.3 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 129.4 KiB |
| ads.adthrive.com/builds/core/772eda3/gdpr/vendor/prebid/es2018/prebid.min.js | 158.8 KiB | 114.5 KiB |
| /wp-content/plugins/fwp-wp-stock-charts/dist/fwp-stock-ch... | 131.3 KiB | 113.0 KiB |
| c.aps.amazon-adsystem.com/apstag.js | 77.9 KiB | 50.1 KiB |
| cdn.consentmanager.net/delivery/js/cmp_final.min.js | 100.5 KiB | 36.6 KiB |
| 247wallst.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.3.1.1 | 41.3 KiB | 35.8 KiB |
| /wp-content/plugins/pitcher-two/js/dist/fwp-pitch-main-pr... | 30.7 KiB | 24.1 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| js.pusher.com/beams/2.1.0/push-notifications-cdn.js?ver=2.1.0 | 13.0 KiB | 4.6 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.
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 | |
|---|---|
Live: Will Tesla Soar After Announcing Q1 Earnings? div.flex > div.flex > a.block > img.w-full | 247wallst.com/wp-content/uploads/2026/04/Earnings-Live-Blog-20-400x225.png |
Live: Will ServiceNow (NOW) Beat Q1 Earnings After the Bell? div.flex > div.flex > a.block > img.w-full | 247wallst.com/wp-content/uploads/2026/04/Earnings-Live-Blog-19-400x225.png |
div.flex > div.flex > div.flex > img.live-indicator-heartbeat-delay-0 div.flex > div.flex > div.flex > img.live-indicator-heartbeat-delay-0 | /wp-content/themes/247wallst-theme-2025/assets/images/ico... |
div.flex > div.flex > div.flex > img.live-indicator-heartbeat-delay-0 div.flex > div.flex > div.flex > img.live-indicator-heartbeat-delay-0 | /wp-content/themes/247wallst-theme-2025/assets/images/ico... |
24/7 Wall Street Logo header#header > div.flex > a#header-logo > img | 247wallst.com/wp-content/themes/247wallst-theme-2025/assets/images/logo.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 |
|---|
Accept All div.cmpboxbtns > span#cmpwelcomebtnyes > a.cmpboxbtn > span#cmpbntyestxt |
AI INVESTOR PODCAST header#header > div.flex > div.flex > a.hidden |
9.10% div.flex > div.flex > div.hidden > div.stock-percentage-movement |
7.15% div.flex > div.flex > div.hidden > div.stock-percentage-movement |
6.42% div.flex > div.flex > div.hidden > div.stock-percentage-movement |
6.00% div.flex > div.flex > div.hidden > div.stock-percentage-movement |
5.95% div.flex > div.flex > div.hidden > div.stock-percentage-movement |
Update Privacy Preferences body.home > div.adthrive-comscore > div.adthrive-privacy-preferences > a |
A RAPTIVE PARTNER SITE body.home > div.adthrive-comscore > span |
These are opportunities to improve the legibility of your content.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Masco div.flex > div.min-w-0 > div.company-name > a |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Topics | ads.adthrive.com/builds/core/772eda3/gdpr/vendor/prebid/es2018/prebid.min.js line 62, col 181510 |
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 401 () | |
Failed to load resource: the server responded with a status of 401 () | |
Failed to load resource: the server responded with a status of 401 () | |
Failed to load resource: the server responded with a status of 401 () | |
Failed to load resource: the server responded with a status of 401 () | |
Failed to load resource: the server responded with a status of 401 () | |
Failed to load resource: the server responded with a status of 401 () | |
Failed to load resource: the server responded with a status of 401 () | |
Failed to load resource: the server responded with a status of 401 () | |
Failed to load resource: the server responded with a status of 401 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Refused to execute script from 'https://247wallst.com/b66d/' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled. |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Send Feedback