Mobile 375 × 812

Desktop 1440 × 900

Score: 76 / 100
Based on 8 categories, 0 sections
Room to improve — your 29.0s 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.7 MB (6.5 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/c1bdbf31-dc6d-4d57-a913-d9e6f58acbfe)<a href="https://beavercheck.com/results/c1bdbf31-dc6d-4d57-a913-d9e6f58acbfe"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Faol.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Faol.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 29.0s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. 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 29.0s to load
+12% bounceUsers abandon at ~3s — you're 26.5s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.9s
+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.64/month returns + USD 157,500 risk avoided
$700
7h · 5 findings
$1.64 /mo
~$20 / 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,520 / year if left unfixed
$157,500
+4 more
$1.64 /mo
20557.1 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.
8.13 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
28.99 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.90 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.
10.22 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.
30.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.
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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 | |
|---|---|---|---|
Scientists just confirmed 1 of the greatest mysteries of our universe div.basis-[32%] > div.w-full > div.w-full > img.w-full | /images/dims?format=jpg&quality=80&thumbnail=480%2C270%2C... | 42.7 KiB | 30.8 KiB |
This 1 scene almost gave 'Fast Times at Ridgemont High' an X rating. Why it was… div.basis-auto > div.w-full > div.w-full > img.w-full | /images/dims?format=jpg&quality=80&thumbnail=765%2C510%2C... | 42.6 KiB | 11.7 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 |
Ken Jennings reveals truth behind shocking finish to record run on 'Jeopardy!' div.basis-[32%] > div.w-full > div.w-full > img.w-full | /images/dims?format=jpg&quality=80&thumbnail=480%2C270%2C... | 19.8 KiB | 7.9 KiB |
Hugged by Jesus: Trump shares new AI image as his feud with Pope Leo escalates div.basis-[32%] > div.w-full > div.w-full > img.w-full | /images/dims?format=jpg&quality=80&thumbnail=480%2C270%2C... | 18.4 KiB | 6.5 KiB |
The 1 carb-rich food cardiologists recommend for lowering cholesterol div.basis-[32%] > div.w-full > div.w-full > img.w-full | /images/dims?format=jpg&quality=80&thumbnail=480%2C270%2C... | 16.0 KiB | 4.1 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 |
|---|---|
| aol.com/ | 801 ms |
| www.aol.com/ | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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.cdc739036239dbf6.css | 44.2 KiB | 38.8 KiB |
| s.aolcdn.com/caas-assets-production/assets/v1/weather.da02eb855c9d7960.css | 28.8 KiB | 26.5 KiB |
| 23.9 KiB | 20.3 KiB | |
| s.aolcdn.com/caas-assets-production/assets/v1/theme.09c135b4709e307c.css | 14.2 KiB | 12.0 KiB |
| s.aolcdn.com/caas-assets-production/assets/v1/common.1344cd3cef57b2f3.css | 12.3 KiB | 12.0 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.1887cf338f197621.js | 283.2 KiB | 72.7 KiB |
| s.yimg.com/rx/ev/prod/evplayer.js | 113.9 KiB | 63.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-XXSF6S1T3W | 156.3 KiB | 61.3 KiB |
| s.aolcdn.com/caas-assets-production/assets/v1/news.311b5f3a25fbd9f7.js | 219.4 KiB | 60.3 KiB |
| /didomi/sdk/ccd75f3fd1e3bfdd8b4938d8a0c206149f135f03/mode... | 116.5 KiB | 48.6 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 | 50.9 KiB | 43.6 KiB |
| consent.cmp.oath.com/version/7.0.2/cmp.js | 48.8 KiB | 33.3 KiB |
| s.yimg.com/rx/ev/lib/comscore-7-11-1-min.js | 52.2 KiB | 25.7 KiB |
| s.yimg.com/oa/consent.js | 48.7 KiB | 24.8 KiB |
| /didomi/sdk/ccd75f3fd1e3bfdd8b4938d8a0c206149f135f03/mode... | 58.4 KiB | 21.7 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.3 s |
| Style & Layout | 1.7 s |
| Script Parsing & Compilation | 815 ms |
| Rendering | 293 ms |
| Parse HTML & CSS | 284 ms |
| Garbage Collection | 256 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 |
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 |
Green up 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 |
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 |
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 |
Green up 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 |
Green up 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 |
|---|
75°F div.current_weather > div.weather-details__current--temp > span > span.weather__unit--imperial |
79° div.weather-details__current__max-min > div.weather-details__details__max-min--max > span > span.weather__unit--imperial |
52° div.weather-details__current__max-min > div.weather-details__details__max-min--min > span > span.weather__unit--imperial |
74° div.weather-details__forecast__wrapper--temp > div.temperature > span > span.weather__unit--imperial |
72° div.weather-details__forecast__wrapper--temp > div.temperature > span > span.weather__unit--imperial |
69° 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 |
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 (Not Found) |
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.
2.25 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.65 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
49 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.
4.20 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.
6.90 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 | |
|---|---|---|---|
Brian Hooker leaves the Bahamas a day after claiming he'd 'physically' keep sea… div.basis-auto > div.w-full > div.w-full > img.w-full | /images/dims?format=jpg&quality=80&thumbnail=765%2C510%2C... | 54.8 KiB | 45.8 KiB |
Scientists just confirmed 1 of the greatest mysteries of our universe div.basis-[32%] > div.w-full > div.w-full > img.w-full | /images/dims?format=jpg&quality=80&thumbnail=480%2C270%2C... | 42.7 KiB | 40.1 KiB |
Cuba's president says island does not wish for US aggression but ready to fight… div.basis-auto > div.w-full > div.w-full > img.w-full | /images/dims?format=jpg&quality=80&thumbnail=765%2C510%2C... | 44.3 KiB | 36.9 KiB |
More dangerous storms loom for the central US as parts of the region also grapp… div.basis-[32%] > div.w-full > div.w-full > img.w-full | /images/dims?format=jpg&quality=80&thumbnail=480%2C270%2C... | 34.2 KiB | 31.6 KiB |
Sydney Sweeney, Scooter Braun make relationship Instagram official div.basis-auto > div.w-full > div.w-full > img.w-full | /images/dims?format=jpg&quality=80&thumbnail=765%2C510%2C... | 35.8 KiB | 29.8 KiB |
Jewel opens up about finding love after divorce: 'It hasn't been a big priority… div.basis-auto > div.w-full > div.w-full > img.w-full | /images/dims?format=jpg&quality=80&thumbnail=765%2C510%2C... | 33.9 KiB | 28.3 KiB |
Judge again halts construction of Trump's ballroom, allows work on underground … div.basis-[32%] > div.w-full > div.w-full > img.w-full | /images/dims?format=jpg&quality=80&thumbnail=480%2C270%2C... | 27.3 KiB | 24.7 KiB |
Victoria Beckham breaks silence on family estrangement from son Brooklyn div.basis-[32%] > div.w-full > div.w-full > img.w-full | /images/dims?format=jpg&quality=80&thumbnail=480%2C270%2C... | 26.8 KiB | 24.2 KiB |
Trump says Israel and Lebanon have agreed to a 10-day ceasefire div.basis-auto > div.w-full > div.w-full > img.w-full | /images/dims?format=jpg&quality=80&thumbnail=765%2C510%2C... | 63.2 KiB | 22.3 KiB |
Prince Harry reveals he 'didn't want' to be royal because 'it killed my mum' 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 |
WWE star Rhea Ripley, 29, reveals eating disorder after fans criticize her rece… div.basis-[32%] > div.w-full > div.w-full > img.w-full | /images/dims?format=jpg&quality=80&thumbnail=480%2C270%2C... | 20.6 KiB | 18.0 KiB |
ICE agent charged with 2 counts of felony assault in Minneapolis div.basis-[32%] > div.w-full > div.w-full > img.w-full | /images/dims?format=jpg&quality=80&thumbnail=480%2C270%2C... | 19.8 KiB | 17.2 KiB |
Ken Jennings reveals truth behind shocking finish to record run on 'Jeopardy!' div.basis-[32%] > div.w-full > div.w-full > img.w-full | /images/dims?format=jpg&quality=80&thumbnail=480%2C270%2C... | 19.8 KiB | 17.2 KiB |
Hugged by Jesus: Trump shares new AI image as his feud with Pope Leo escalates div.basis-[32%] > div.w-full > div.w-full > img.w-full | /images/dims?format=jpg&quality=80&thumbnail=480%2C270%2C... | 18.4 KiB | 15.8 KiB |
This 1 scene almost gave 'Fast Times at Ridgemont High' an X rating. Why it was… div.basis-auto > div.w-full > div.w-full > img.w-full | /images/dims?format=jpg&quality=80&thumbnail=765%2C510%2C... | 42.6 KiB | 15.1 KiB |
Coachella guest dubbed ‘most beautiful girl alive’ on social media: ‘No one cou… div.mb-6 > div.w-full > div.w-full > img.w-full | /images/dims?format=jpg&quality=80&thumbnail=480%2C270%2C... | 16.5 KiB | 13.9 KiB |
The 1 carb-rich food cardiologists recommend for lowering cholesterol div.basis-[32%] > div.w-full > div.w-full > img.w-full | /images/dims?format=jpg&quality=80&thumbnail=480%2C270%2C... | 16.0 KiB | 13.4 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 |
This Southern fast-food chain ranks No. 1 for quality in the US 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.0 KiB | 5.9 KiB |
How many push-ups should you be able to do? Here's how you compare by age 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... | 30.9 KiB | 5.7 KiB |
Airlines eyeing 'coffin-like' double-decker plane seat prototype — to the horro… 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... | 27.2 KiB | 5.1 KiB |
Budget-friendly and flattering shorts — all under $40 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.6 KiB | 4.4 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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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 |
|---|---|
| aol.com/ | 251 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/ | 673 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.cdc739036239dbf6.css | 44.2 KiB | 37.1 KiB |
| s.aolcdn.com/caas-assets-production/assets/v1/weather.da02eb855c9d7960.css | 28.8 KiB | 25.4 KiB |
| 23.9 KiB | 20.3 KiB | |
| s.aolcdn.com/caas-assets-production/assets/v1/common.1344cd3cef57b2f3.css | 12.3 KiB | 12.0 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.1887cf338f197621.js | 283.2 KiB | 72.7 KiB |
| s.yimg.com/rx/ev/prod/evplayer.js | 113.9 KiB | 63.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-XXSF6S1T3W | 156.3 KiB | 61.6 KiB |
| s.aolcdn.com/caas-assets-production/assets/v1/news.311b5f3a25fbd9f7.js | 219.4 KiB | 60.3 KiB |
| /didomi/sdk/ccd75f3fd1e3bfdd8b4938d8a0c206149f135f03/mode... | 116.5 KiB | 49.4 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 | 50.9 KiB | 43.6 KiB |
| consent.cmp.oath.com/version/7.0.2/cmp.js | 48.8 KiB | 33.3 KiB |
| s.yimg.com/rx/ev/lib/comscore-7-11-1-min.js | 52.2 KiB | 25.2 KiB |
| s.yimg.com/oa/consent.js | 48.7 KiB | 24.8 KiB |
| /didomi/sdk/ccd75f3fd1e3bfdd8b4938d8a0c206149f135f03/mode... | 58.4 KiB | 21.7 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 | 711 ms | 576 ms | 4.8 ms |
| www.aol.com/ | 673 ms | 59 ms | 33 ms |
| Unattributable | 445 ms | 45 ms | 0.0 ms |
| s.yimg.com/aaq/f10d509c/d3decajspqn3ue.js | 369 ms | 257 ms | 12 ms |
| s.yimg.com/aaq/wf/wf-dl-1.8.0.js | 88 ms | 48 ms | 1.0 ms |
| s.yimg.com/rx/ev/prod/evplayer.js | 69 ms | 55 ms | 7.7 ms |
| www.googletagmanager.com/gtag/js?id=G-XXSF6S1T3W | 68 ms | 59 ms | 8.5 ms |
| js-agent.newrelic.com/nr-spa-1.312.1.min.js | 58 ms | 47 ms | 3.7 ms |
| s.yimg.com/rx/ev/lib/comscore-7-11-1-min.js | 57 ms | 52 ms | 3.3 ms |
| s.yimg.com/ec/aol-web/prod/_next/static/chunks/2756-ae3d72802674f62c.js | 56 ms | 47 ms | 0.4 ms |
| s.aolcdn.com/caas-assets-production/assets/v1/weather.1887cf338f197621.js | 56 ms | 33 ms | 17 ms |
| /didomi/sdk/ccd75f3fd1e3bfdd8b4938d8a0c206149f135f03/mode... | 54 ms | 47 ms | 7.4 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.6 s |
| Other | 677 ms |
| Style & Layout | 495 ms |
| Script Parsing & Compilation | 191 ms |
| Rendering | 68 ms |
| Parse HTML & CSS | 66 ms |
| Garbage Collection | 61 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 |
|---|
75°F div.current_weather > div.weather-details__current--temp > span > span.weather__unit--imperial |
79° div.weather-details__current__max-min > div.weather-details__details__max-min--max > span > span.weather__unit--imperial |
52° div.weather-details__current__max-min > div.weather-details__details__max-min--min > span > span.weather__unit--imperial |
74° div.weather-details__forecast__wrapper--temp > div.temperature > span > span.weather__unit--imperial |
72° div.weather-details__forecast__wrapper--temp > div.temperature > span > span.weather__unit--imperial |
69° 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 |
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
48498.61
+34.89
+0.07%
NASDAQ
24073.03
+57.01
+0.24%
S&P 500
7030.71
+7.76
… 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 (Not Found) |
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