Mobile 375 × 812

Desktop 1440 × 900

Score: 74 / 100
Based on 8 categories, 0 sections
Room to improve — your 22.4s load time is above Google's 2.5s 'Good' threshold.
Good foundation, but a few gaps could be exploited.
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.
'unsafe-inline' found in script source
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 16.9 MB (6.0 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
1 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
11 button(s) with no accessible text
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/a7aac3a2-48ac-4050-a29e-0ce205adaa8b)<a href="https://beavercheck.com/results/a7aac3a2-48ac-4050-a29e-0ce205adaa8b"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fnetscape.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fnetscape.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 22.4s 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 ~31%.
Page takes 22.4s to load
+12% bounceUsers abandon at ~3s — you're 19.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 2.6s
+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
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 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, …)
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
7 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.
$700 investment → $1.50/month returns + USD 157,500 risk avoided
$700
7h · 5 findings
$1.50 /mo
~$18 / year
USD 157,500
if kept compliant
$50 — 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.
7.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,127 / month at risk
~$157,518 / year if left unfixed
$157,500
+5 more
$1.50 /mo
18789.8 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 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.34 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
22.39 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.61 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.039
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.52 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.
25.15 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
Eminem celebrates nearly 20 years of sobriety in new photo div.basis-auto > div.w-full > div.w-full > img.w-full | /images/dims?format=jpg&quality=80&thumbnail=765%2C510%2C... | 46.1 KiB | 12.7 KiB |
Christina Aguilera's dress gets bolder by the inch on awards night div.basis-[32%] > div.w-full > div.w-full > img.w-full | /images/dims?format=jpg&quality=80&thumbnail=480%2C270%2C... | 23.0 KiB | 11.1 KiB |
Logo div.didomi-popup-container > div.didomi-popup-view > div.didomi-popup-notice-logo-container > img.didomi-popup-notice-logo | s.yimg.com/oa/logo/aol.png | 9.3 KiB | 9.0 KiB |
'They/Them Man': Fans fear ‘Masters Of The Universe’ could bomb after star’s co… div.basis-[32%] > div.w-full > div.w-full > img.w-full | /images/dims?format=jpg&quality=80&thumbnail=480%2C270%2C... | 20.4 KiB | 8.5 KiB |
We asked kids to rate Coachella fashion. Here's who looked like a 'Twizzler in … div.basis-[32%] > div.w-full > div.w-full > img.w-full | /images/dims?format=jpg&quality=80&thumbnail=480%2C270%2C... | 18.1 KiB | 6.2 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| netscape.com/ | 798 ms |
| www.aol.com/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.aol.com/ | 666 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| s.aolcdn.com/caas-assets-production/assets/v1/aol_header.d2f88e8a40ce0cfa.css | 43.3 KiB | 37.8 KiB |
| s.aolcdn.com/caas-assets-production/assets/v1/weather.d302ad52c25671c2.css | 28.8 KiB | 26.5 KiB |
| 23.9 KiB | 20.3 KiB | |
| s.aolcdn.com/caas-assets-production/assets/v1/theme.fb5a16ac472bb679.css | 14.0 KiB | 11.6 KiB |
| s.aolcdn.com/caas-assets-production/assets/v1/common.e6df9f67e8e4acdd.css | 11.9 KiB | 11.6 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 |
|---|---|---|
| s.aolcdn.com/caas-assets-production/assets/v1/weather.c6e6d24436f69211.js | 283.0 KiB | 72.7 KiB |
| s.yimg.com/rx/ev/prod/evplayer.js | 114.0 KiB | 64.0 KiB |
| www.googletagmanager.com/gtag/js?id=G-XXSF6S1T3W | 156.2 KiB | 61.9 KiB |
| s.aolcdn.com/caas-assets-production/assets/v1/news.020f72efe91d6e15.js | 219.1 KiB | 60.4 KiB |
| /didomi/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/mode... | 116.4 KiB | 49.3 KiB |
| s.yimg.com/du/benji/benji-2.3.172.js | 52.2 KiB | 43.9 KiB |
| s.yimg.com/ec/aol-web/prod/_next/static/chunks/63879732-173fc8190e9ae97e.js | 51.0 KiB | 43.6 KiB |
| consent.cmp.oath.com/version/7.0.2/cmp.js | 48.9 KiB | 33.3 KiB |
| s.yimg.com/rx/ev/lib/comscore-7-11-1-min.js | 52.3 KiB | 25.8 KiB |
| s.yimg.com/oa/consent.js | 48.8 KiB | 24.8 KiB |
| /didomi/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/mode... | 58.1 KiB | 21.6 KiB |
| s.yimg.com/ec/aol-web/prod/_next/static/chunks/1623-487798606af878ee.js | 31.5 KiB | 21.5 KiB |
| s.yimg.com/ec/aol-web/prod/_next/static/chunks/18-8b6a112590e45a6e.js | 45.4 KiB | 20.3 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 | 6.5 s |
| Other | 2.4 s |
| Style & Layout | 1.7 s |
| Script Parsing & Compilation | 900 ms |
| Parse HTML & CSS | 372 ms |
| Rendering | 318 ms |
| Garbage Collection | 241 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 |
| LiveMediaStreamTrack | 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.
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 | |
|---|---|
Google Play Store ul.iconList > li.item > a.link > img | /caas-assets-production/assets/v1/images/modules/footer/P... |
Advertisement div.m-taboola > div.flex > a.m-taboola__title--link > img.m-taboola__title--icon | s.yimg.com/cv/apiv2/adbuilder/gemini.png |
RM_logo div.m-newsletter > div.m-newsletter__container > div.m-newsletter__logo > img.w-20 | s.aolcdn.com/caas-assets-production/assets/v1/images/icons/running_man.svg |
Aol Today div.m-newsletter > div.m-newsletter__container > div.m-newsletter__logo > img.pt-6 | s.aolcdn.com/caas-assets-production/assets/v1/images/icons/aol.svg |
Apple App Store ul.iconList > li.item > a.link > img | /caas-assets-production/assets/v1/images/modules/footer/A... |
Bored Panda div.my-0.5 > div.flex > div.mr-2 > img.top-0 | /images/dims?format=png&quality=80&thumbnail=64%2C64%2Cau... |
Parade div.my-0.5 > div.flex > div.mr-2 > img.top-0 | /images/dims?format=png&quality=80&thumbnail=64%2C64%2Cau... |
Bored Panda div.my-0.5 > div.flex > div.mr-2 > img.top-0 | /images/dims?format=png&quality=80&thumbnail=64%2C64%2Cau... |
Yahoo Celebrity div.my-0.5 > div.flex > div.mr-2 > img.top-0 | /images/dims?format=png&quality=80&thumbnail=64%2C64%2Cau... |
USA TODAY div.my-0.5 > div.flex > div.mr-2 > img.top-0 | /images/dims?format=png&quality=80&thumbnail=64%2C64%2Cau... |
USA TODAY div.my-0.5 > div.flex > div.mr-2 > img.top-0 | /images/dims?format=png&quality=80&thumbnail=64%2C64%2Cau... |
Bored Panda div.my-0.5 > div.flex > div.mr-2 > img.top-0 | /images/dims?format=png&quality=80&thumbnail=64%2C64%2Cau... |
USA TODAY div.my-0.5 > div.flex > div.mr-2 > img.top-0 | /images/dims?format=png&quality=80&thumbnail=64%2C64%2Cau... |
USA TODAY div.my-0.5 > div.flex > div.mr-2 > img.top-0 | /images/dims?format=png&quality=80&thumbnail=64%2C64%2Cau... |
USA TODAY div.my-0.5 > div.flex > div.mr-2 > img.top-0 | /images/dims?format=png&quality=80&thumbnail=64%2C64%2Cau... |
USA TODAY div.my-0.5 > div.flex > div.mr-2 > img.top-0 | /images/dims?format=png&quality=80&thumbnail=64%2C64%2Cau... |
USA TODAY Sports div.my-0.5 > div.flex > div.mr-2 > img.top-0 | /images/dims?format=png&quality=80&thumbnail=64%2C64%2Cau... |
USA TODAY div.my-0.5 > div.flex > div.mr-2 > img.top-0 | /images/dims?format=png&quality=80&thumbnail=64%2C64%2Cau... |
USA TODAY div.my-0.5 > div.flex > div.mr-2 > img.top-0 | /images/dims?format=png&quality=80&thumbnail=64%2C64%2Cau... |
Bored Panda div.my-0.5 > div.flex > div.mr-2 > img.top-0 | /images/dims?format=png&quality=80&thumbnail=64%2C64%2Cau... |
Parade div.my-0.5 > div.flex > div.mr-2 > img.top-0 | /images/dims?format=png&quality=80&thumbnail=64%2C64%2Cau... |
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.
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.m-yss__vs--header > div.m-yss__vs--select_tabs > div.m-yss__vs__dropdown > div.m-yss__vs__dropdown--list div.m-yss__vs--header > div.m-yss__vs--select_tabs > div.m-yss__vs__dropdown > div.m-yss__vs__dropdown--list |
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
mail icon div.m-AolHeader--innerContainer > div#header-title-bar > div.m-mail--new > a.m-mail__button |
Red down arrow div.m-finance-banner__market > div > div > div.m-finance-banner__icon |
Red down arrow div.m-finance-banner__market > div > div > div.m-finance-banner__icon |
Red down arrow div.m-finance-banner__market > div > div > div.m-finance-banner__icon |
Red down arrow div.m-finance-banner__market > div > div > div.m-finance-banner__icon |
Green up arrow div.m-finance-banner__market > div > div > div.m-finance-banner__icon |
Red down arrow div.m-finance-banner__market > div > div > div.m-finance-banner__icon |
Red down arrow div.m-finance-banner__market > div > div > div.m-finance-banner__icon |
Red down arrow div.m-finance-banner__market > div > div > div.m-finance-banner__icon |
Green up arrow div.m-finance-banner__market > div > div > div.m-finance-banner__icon |
Red down arrow div.m-finance-banner__market > div > div > div.m-finance-banner__icon |
Green up arrow div.m-finance-banner__market > div > div > div.m-finance-banner__icon |
Red down arrow div.m-finance-banner__market > div > div > div.m-finance-banner__icon |
Green up arrow div.m-finance-banner__market > div > div > div.m-finance-banner__icon |
Red down arrow div.m-finance-banner__market > div > div > div.m-finance-banner__icon |
Green up arrow div.m-finance-banner__market > div > div > div.m-finance-banner__icon |
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
64°F div.current_weather > div.weather-details__current--temp > span > span.weather__unit--imperial |
81° div.weather-details__current__max-min > div.weather-details__details__max-min--max > span > span.weather__unit--imperial |
56° div.weather-details__current__max-min > div.weather-details__details__max-min--min > span > span.weather__unit--imperial |
68° div.weather-details__forecast__wrapper--temp > div.temperature > span > span.weather__unit--imperial |
67° div.weather-details__forecast__wrapper--temp > div.temperature > span > span.weather__unit--imperial |
66° div.weather-details__forecast__wrapper--temp > div.temperature > span > span.weather__unit--imperial |
65° div.weather-details__forecast__wrapper--temp > div.temperature > span > span.weather__unit--imperial |
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.
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 |
|---|
Your privacy choices div > div > div.content-first > h3 |
Don’t miss our daily roundup. div.m-newsletter__container > div.m-newsletter-aol__content > div.m-newsletter__data > h4.m-0 |
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 |
|---|
True Crime ul.itemList > li.item > div.itemContainer > a.itemLink |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | s.yimg.com/aaq/f10d509c/d3decajspqn3ue.js line 2, col 110908 |
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 |
|---|---|
Didomi - Google Consent Mode: gtm.load event is already present in the data layer when setting default values. Ensure GTM and other Google tags are loaded after Didomi is ready for the Google Consent Mode integration to work correctly. | |
Failed to load resource: the server responded with a status of 404 () |
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.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
US div.finance-market__tabs-section > ul.wafer-tabs > li#tab1 > a |
Globals div.finance-market__tabs-section > ul.wafer-tabs > li#tab2 > a |
Currencies div.finance-market__tabs-section > ul.wafer-tabs > li#tab3 > a |
To appear in search results, crawlers need access to your app.
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.75 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.35 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
62 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.024
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.51 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.
5.53 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
Shreveport massacre shocked Americans. Why do parents kill their kids? div.basis-auto > div.w-full > div.w-full > img.w-full | /images/dims?format=jpg&quality=80&thumbnail=765%2C510%2C... | 41.7 KiB | 34.7 KiB |
Christina Applegate misses first podcast episode since reported hospitalization div.basis-auto > div.w-full > div.w-full > img.w-full | /images/dims?format=jpg&quality=80&thumbnail=765%2C510%2C... | 39.2 KiB | 32.6 KiB |
2 CIA officers killed in Mexico vehicle crash after counterdrug operation, AP s… div.basis-auto > div.w-full > div.w-full > img.w-full | /images/dims?format=jpg&quality=80&thumbnail=765%2C510%2C... | 32.4 KiB | 27.0 KiB |
Rihanna reveals adorable baby Rocki — see her W Magazine debut div.basis-auto > div.w-full > div.w-full > img.w-full | /images/dims?format=jpg&quality=80&thumbnail=765%2C510%2C... | 31.2 KiB | 26.0 KiB |
Family of Boulder attack suspect ordered released from ICE custody div.basis-[32%] > div.w-full > div.w-full > img.w-full | /images/dims?format=jpg&quality=80&thumbnail=480%2C270%2C... | 27.2 KiB | 24.6 KiB |
A well site explosion triggers a large fire and evacuations in Texas, but no in… div.basis-[32%] > div.w-full > div.w-full > img.w-full | /images/dims?format=jpg&quality=80&thumbnail=480%2C270%2C... | 26.2 KiB | 23.6 KiB |
Christina Aguilera's dress gets bolder by the inch on awards night div.basis-[32%] > div.w-full > div.w-full > img.w-full | /images/dims?format=jpg&quality=80&thumbnail=480%2C270%2C... | 23.0 KiB | 20.4 KiB |
Israeli soldiers punished over vandalism of Jesus statue in Lebanon div.basis-[32%] > div.w-full > div.w-full > img.w-full | /images/dims?format=jpg&quality=80&thumbnail=480%2C270%2C... | 23.0 KiB | 20.3 KiB |
Side-by-side pics show 'The Devil Wears Prada 2' cast 20 years after the origin… div.basis-[32%] > div.w-full > div.w-full > img.w-full | /images/dims?format=jpg&quality=80&thumbnail=480%2C270%2C... | 21.6 KiB | 19.0 KiB |
Meghan Markle, Prince Harry upstaged at beach visit as 'unbothered queen' bruta… div.mb-6 > div.w-full > div.w-full > img.w-full | /images/dims?format=jpg&quality=80&thumbnail=480%2C270%2C... | 21.0 KiB | 18.4 KiB |
'They/Them Man': Fans fear ‘Masters Of The Universe’ could bomb after star’s co… div.basis-[32%] > div.w-full > div.w-full > img.w-full | /images/dims?format=jpg&quality=80&thumbnail=480%2C270%2C... | 20.4 KiB | 17.8 KiB |
Eminem celebrates nearly 20 years of sobriety in new photo div.basis-auto > div.w-full > div.w-full > img.w-full | /images/dims?format=jpg&quality=80&thumbnail=765%2C510%2C... | 46.1 KiB | 16.3 KiB |
We asked kids to rate Coachella fashion. Here's who looked like a 'Twizzler in … div.basis-[32%] > div.w-full > div.w-full > img.w-full | /images/dims?format=jpg&quality=80&thumbnail=480%2C270%2C... | 18.1 KiB | 15.5 KiB |
Prince’s first and last concerts remembered by the critics who were there div.basis-[32%] > div.w-full > div.w-full > img.w-full | /images/dims?format=jpg&quality=80&thumbnail=480%2C270%2C... | 17.5 KiB | 14.9 KiB |
US puts negotiations with Iran on hold as ceasefire deadline nears div.basis-auto > div.w-full > div.w-full > img.w-full | /images/dims?format=jpg&quality=80&thumbnail=765%2C510%2C... | 29.6 KiB | 10.5 KiB |
22-year-old woman battling lung cancer given months to live — and no, it wasn't… div.basis-[32%] > div.w-full > div.w-full > img.w-full | /images/dims?format=jpg&quality=80&thumbnail=480%2C270%2C... | 12.6 KiB | 10.0 KiB |
Logo div.didomi-popup-container > div.didomi-popup-view > div.didomi-popup-notice-logo-container > img.didomi-popup-notice-logo | s.yimg.com/oa/logo/aol.png | 9.3 KiB | 9.2 KiB |
Kate Jackson says she was ‘never credited or paid’ forcoming up with the 'Charl… div.basis-[32%] > div.w-full > div.w-full > img.w-full | /images/dims?format=jpg&quality=80&thumbnail=480%2C270%2C... | 10.4 KiB | 8.1 KiB |
Patriots coach Mike Vrabel breaks his silence on Dianna Russini photo scandal a.dl__slide--link > div.dl__slide--img-wrap--outer > div.dl__slide--img-wrap > img.dl__slide__img--desktop | /images/dims?format=jpg&quality=80&thumbnail=600%2C450%2C... | 32.8 KiB | 6.1 KiB |
Fans gush over 'GMA' host Ginger Zee's red-carpet look as she steps out with hu… a.dl__slide--link > div.dl__slide--img-wrap--outer > div.dl__slide--img-wrap > img.dl__slide__img--desktop | /images/dims?format=jpg&quality=80&thumbnail=600%2C450%2C... | 26.1 KiB | 4.8 KiB |
Trump's Fed chair nominee Kevin Warsh trolls Sen. Elizabeth Warren to her face … a.dl__slide--link > div.dl__slide--img-wrap--outer > div.dl__slide--img-wrap > img.dl__slide__img--desktop | /images/dims?format=jpg&quality=80&thumbnail=600%2C450%2C... | 23.9 KiB | 4.4 KiB |
The next wave of pickleball mania? It might surprise you a.dl__slide--link > div.dl__slide--img-wrap--outer > div.dl__slide--img-wrap > img.dl__slide__img--desktop | /images/dims?format=jpg&quality=80&thumbnail=600%2C450%2C... | 21.6 KiB | 4.0 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.
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.
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 |
|---|---|
| netscape.com/ | 511 ms |
| www.aol.com/ | 0.0 ms |
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 |
|---|---|---|
| s.aolcdn.com/caas-assets-production/assets/v1/aol_header.d2f88e8a40ce0cfa.css | 43.3 KiB | 36.2 KiB |
| s.aolcdn.com/caas-assets-production/assets/v1/weather.d302ad52c25671c2.css | 28.8 KiB | 25.4 KiB |
| 23.9 KiB | 20.3 KiB | |
| s.aolcdn.com/caas-assets-production/assets/v1/common.e6df9f67e8e4acdd.css | 11.9 KiB | 11.7 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 |
|---|---|---|
| s.aolcdn.com/caas-assets-production/assets/v1/weather.c6e6d24436f69211.js | 283.0 KiB | 72.7 KiB |
| s.yimg.com/rx/ev/prod/evplayer.js | 114.0 KiB | 64.0 KiB |
| www.googletagmanager.com/gtag/js?id=G-XXSF6S1T3W | 156.4 KiB | 61.7 KiB |
| s.aolcdn.com/caas-assets-production/assets/v1/news.020f72efe91d6e15.js | 219.1 KiB | 60.4 KiB |
| /didomi/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/mode... | 116.4 KiB | 49.3 KiB |
| s.yimg.com/du/benji/benji-2.3.172.js | 52.2 KiB | 43.9 KiB |
| s.yimg.com/ec/aol-web/prod/_next/static/chunks/63879732-173fc8190e9ae97e.js | 51.0 KiB | 43.6 KiB |
| consent.cmp.oath.com/version/7.0.2/cmp.js | 48.9 KiB | 33.3 KiB |
| s.yimg.com/rx/ev/lib/comscore-7-11-1-min.js | 52.3 KiB | 25.8 KiB |
| s.yimg.com/oa/consent.js | 48.8 KiB | 24.8 KiB |
| /didomi/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/mode... | 58.1 KiB | 21.6 KiB |
| s.yimg.com/ec/aol-web/prod/_next/static/chunks/1623-487798606af878ee.js | 31.5 KiB | 21.5 KiB |
| s.yimg.com/ec/aol-web/prod/_next/static/chunks/18-8b6a112590e45a6e.js | 45.4 KiB | 20.3 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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| s.yimg.com/ec/aol-web/prod/_next/static/chunks/18-8b6a112590e45a6e.js | 760 ms | 610 ms | 4.1 ms |
| www.aol.com/ | 692 ms | 56 ms | 49 ms |
| Unattributable | 432 ms | 35 ms | 0.0 ms |
| s.yimg.com/aaq/f10d509c/d3decajspqn3ue.js | 334 ms | 243 ms | 11 ms |
| s.yimg.com/ec/aol-web/prod/_next/static/chunks/2756-39cc04df0c58a019.js | 107 ms | 64 ms | 0.4 ms |
| s.yimg.com/aaq/wf/wf-dl-1.8.0.js | 88 ms | 48 ms | 1.2 ms |
| s.yimg.com/rx/ev/prod/evplayer.js | 71 ms | 57 ms | 9.5 ms |
| s.yimg.com/rx/ev/lib/comscore-7-11-1-min.js | 66 ms | 58 ms | 7.7 ms |
| /didomi/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/mode... | 65 ms | 56 ms | 8.9 ms |
| www.googletagmanager.com/gtag/js?id=G-XXSF6S1T3W | 64 ms | 54 ms | 9.8 ms |
| s.yimg.com/ec/aol-web/prod/_next/static/chunks/87c73c54-09e1ba5c70e60a51.js | 53 ms | 48 ms | 3.8 ms |
| js-agent.newrelic.com/nr-spa-1.313.1.min.js | 51 ms | 47 ms | 2.0 ms |
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 | 1.7 s |
| Other | 676 ms |
| Style & Layout | 453 ms |
| Script Parsing & Compilation | 216 ms |
| Garbage Collection | 89 ms |
| Parse HTML & CSS | 86 ms |
| Rendering | 70 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 |
| LiveMediaStreamTrack | 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.
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.
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.
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.m-yss__vs--header > div.m-yss__vs--select_tabs > div.m-yss__vs__dropdown > div.m-yss__vs__dropdown--list div.m-yss__vs--header > div.m-yss__vs--select_tabs > div.m-yss__vs__dropdown > div.m-yss__vs__dropdown--list |
Quote lookup div.finance-market__search > div.market-search-box > form > input#markets-autocomplete |
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
24/7
Help
Mail
Sign in div.top-wrap > div.m-AolHeader--innerContainer > div#user-navigation > div.user-navigation |
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
64°F div.current_weather > div.weather-details__current--temp > span > span.weather__unit--imperial |
81° div.weather-details__current__max-min > div.weather-details__details__max-min--max > span > span.weather__unit--imperial |
56° div.weather-details__current__max-min > div.weather-details__details__max-min--min > span > span.weather__unit--imperial |
68° div.weather-details__forecast__wrapper--temp > div.temperature > span > span.weather__unit--imperial |
67° div.weather-details__forecast__wrapper--temp > div.temperature > span > span.weather__unit--imperial |
66° div.weather-details__forecast__wrapper--temp > div.temperature > span > span.weather__unit--imperial |
65° div.weather-details__forecast__wrapper--temp > div.temperature > span > span.weather__unit--imperial |
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 |
|---|
Change home location div.maas-item > div#m-weather__news > div#toggleable > p.location-form-flex__toggleable__label |
These are opportunities to improve the legibility of your content.
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Globals main.finance-market > div.finance-market__tabs-section > ul.wafer-tabs > li#tab2 |
Currencies main.finance-market > div.finance-market__tabs-section > ul.wafer-tabs > li#tab3 |
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 |
|---|
Your privacy choices div > div > div.content-first > h3 |
Don’t miss our daily roundup. div.m-newsletter__container > div.m-newsletter-aol__content > div.m-newsletter__data > h4.m-0 |
These are opportunities to improve keyboard navigation in your application.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
DJI
49288.15
-154.41
-0.31%
NASDAQ
24363.30
-41.10
-0.17%
S&P 500
7089.23
-19.9… div#yfm-markets > main.finance-market > div.finance-market__tabs-section > ul.details |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
US main.finance-market > div.finance-market__tabs-section > ul.wafer-tabs > li#tab1 |
Globals main.finance-market > div.finance-market__tabs-section > ul.wafer-tabs > li#tab2 |
Currencies main.finance-market > div.finance-market__tabs-section > ul.wafer-tabs > li#tab3 |
div.finance-market__search > div.market-search-box > form > button#searchCompanyTicker div.finance-market__search > div.market-search-box > form > button#searchCompanyTicker |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | s.yimg.com/aaq/f10d509c/d3decajspqn3ue.js line 2, col 110908 |
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 |
|---|---|
Didomi - Google Consent Mode: gtm.load event is already present in the data layer when setting default values. Ensure GTM and other Google tags are loaded after Didomi is ready for the Google Consent Mode integration to work correctly. | |
Failed to load resource: the server responded with a status of 404 () |
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.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
US div.finance-market__tabs-section > ul.wafer-tabs > li#tab1 > a |
Globals div.finance-market__tabs-section > ul.wafer-tabs > li#tab2 > a |
Currencies div.finance-market__tabs-section > ul.wafer-tabs > li#tab3 > a |
To appear in search results, crawlers need access to your app.
Send Feedback