Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
No H1 heading found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
168 third-party resources (99% of weight)
Performance issues directly impact user engagement and conversion rates.
170 HTTP requests — consider bundling or reducing
Performance issues directly impact user engagement and conversion rates.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/b313f884-fbc2-4a6a-af07-c7577d9e1571)<a href="https://beavercheck.com/results/b313f884-fbc2-4a6a-af07-c7577d9e1571"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fearthlink.net" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fearthlink.netThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 8.7s exceeds Google's 2.5s 'Good' threshold and the 2 performance issues below directly contribute to it. Addressing the critical issues below would have the most immediate impact on your user trust.
7 barrier(s) likely increasing bounce by ~29%.
Page takes 8.7s to load
+12% bounceUsers abandon at ~3s — you're 6.2s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 3.7s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$650 investment → $6,230/month returns + USD 157,500 risk avoided
$650
6h · 5 findings
$6,230 /mo
~$74,763 / year
USD 157,500
if kept compliant
$100 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
6.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,126 / month at risk
~$157,509 / year if left unfixed
$157,500
+5 more
$0.76 /mo
9528.3 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 3 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.79 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.71 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.72 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.050
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
12.86 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.87 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.
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 | |
|---|---|---|---|
Feb Fibermaxxing div.block > div.bg-elnk-blue-600 > div > img | /_next/image/?url=https%3A%2F%2Feimg.earthlink.net%2Ffile... | 31.5 KiB | 22.6 KiB |
5G Home Internet div.block > div.bg-elnk-blue-600 > div > img | /_next/image/?url=https%3A%2F%2Feimg.earthlink.net%2Ffile... | 27.4 KiB | 19.7 KiB |
consumer logo image for a consumer review. div.Flex-sc-71yn41-0 > div.Review__Posted-sc-1y3pfb2-7 > a > img.SourceLogo-sc-k592p4-0 | rtx-source-icons.s3.amazonaws.com/logos/consumer.png | 8.2 KiB | 6.7 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| use.fontawesome.com/releases/v5.15.4/css/all.css | 13.8 KiB | 766 ms |
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| earthlink.net/ | 802 ms |
| www.earthlink.net/ | 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 |
|---|---|---|
| .rkkNZ { overflow: hidden; background-color: rgb(255, 255, 255); border-radius: 4px; … } … | 42.5 KiB | 41.7 KiB |
| www.earthlink.net/_next/static/css/1810f9fbfb2fc136.css | 32.2 KiB | 29.0 KiB |
| :root { --thumbsUpUrl: ''; --thumbsUpFullUrl: ''; --thumbsDownUrl: ''; --thumbsDownFullUrl:… | 22.5 KiB | 22.5 KiB |
| /* * Remix Icon v2.5.0 * https://remixicon.com * https://github.com/Remix-Design/RemixIcon * * Copy… | 21.7 KiB | 21.7 KiB |
| @charset "UTF-8"; /*! * animate.css -https://daneden.github.io/animate.css/ * Version - 3.7.2 *… | 15.5 KiB | 15.5 KiB |
| use.fontawesome.com/releases/v5.15.4/css/all.css | 13.4 KiB | 13.3 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 7.5 s |
| Other | 2.5 s |
| Style & Layout | 1.5 s |
| Script Parsing & Compilation | 1.0 s |
| Rendering | 622 ms |
| Garbage Collection | 374 ms |
| Parse HTML & CSS | 113 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| :root { --thumbsUpUrl: ''; --thumbsUpFullUrl: ''; --thumbsDownUrl: ''; --thumbsDownFullUrl:… | 22.5 KiB | 4.3 KiB |
| @charset "UTF-8"; /*! * animate.css -https://daneden.github.io/animate.css/ * Version - 3.7.2 *… | 15.5 KiB | 3.2 KiB |
| /* * Remix Icon v2.5.0 * https://remixicon.com * https://github.com/Remix-Design/RemixIcon * * Copy… | 21.7 KiB | 2.3 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|
consumer logo image for a consumer review. div.Flex-sc-71yn41-0 > div.Review__Posted-sc-1y3pfb2-7 > a > img.SourceLogo-sc-k592p4-0 | rtx-source-icons.s3.amazonaws.com/logos/consumer.png |
consumer logo image for a consumer review. div.Flex-sc-71yn41-0 > div.Review__Posted-sc-1y3pfb2-7 > a > img.SourceLogo-sc-k592p4-0 | rtx-source-icons.s3.amazonaws.com/logos/consumer.png |
consumer logo image for a consumer review. div.Flex-sc-71yn41-0 > div.Review__Posted-sc-1y3pfb2-7 > a > img.SourceLogo-sc-k592p4-0 | rtx-source-icons.s3.amazonaws.com/logos/consumer.png |
consumer logo image for a consumer review. div.Flex-sc-71yn41-0 > div.Review__Posted-sc-1y3pfb2-7 > a > img.SourceLogo-sc-k592p4-0 | rtx-source-icons.s3.amazonaws.com/logos/consumer.png |
consumer logo image for a consumer review. div.Flex-sc-71yn41-0 > div.Review__Posted-sc-1y3pfb2-7 > a > img.SourceLogo-sc-k592p4-0 | rtx-source-icons.s3.amazonaws.com/logos/consumer.png |
consumer logo image for a consumer review. div.Flex-sc-71yn41-0 > div.Review__Posted-sc-1y3pfb2-7 > a > img.SourceLogo-sc-k592p4-0 | rtx-source-icons.s3.amazonaws.com/logos/consumer.png |
consumer logo image for a consumer review. div.Flex-sc-71yn41-0 > div.Review__Posted-sc-1y3pfb2-7 > a > img.SourceLogo-sc-k592p4-0 | rtx-source-icons.s3.amazonaws.com/logos/consumer.png |
consumer logo image for a consumer review. div.Flex-sc-71yn41-0 > div.Review__Posted-sc-1y3pfb2-7 > a > img.SourceLogo-sc-k592p4-0 | rtx-source-icons.s3.amazonaws.com/logos/consumer.png |
consumer logo image for a consumer review. div.Flex-sc-71yn41-0 > div.Review__Posted-sc-1y3pfb2-7 > a > img.SourceLogo-sc-k592p4-0 | rtx-source-icons.s3.amazonaws.com/logos/consumer.png |
consumer logo image for a consumer review. div.Flex-sc-71yn41-0 > div.Review__Posted-sc-1y3pfb2-7 > a > img.SourceLogo-sc-k592p4-0 | rtx-source-icons.s3.amazonaws.com/logos/consumer.png |
consumer logo image for a consumer review. div.Flex-sc-71yn41-0 > div.Review__Posted-sc-1y3pfb2-7 > a > img.SourceLogo-sc-k592p4-0 | rtx-source-icons.s3.amazonaws.com/logos/consumer.png |
consumer logo image for a consumer review. div.Flex-sc-71yn41-0 > div.Review__Posted-sc-1y3pfb2-7 > a > img.SourceLogo-sc-k592p4-0 | rtx-source-icons.s3.amazonaws.com/logos/consumer.png |
consumer logo image for a consumer review. div.Flex-sc-71yn41-0 > div.Review__Posted-sc-1y3pfb2-7 > a > img.SourceLogo-sc-k592p4-0 | rtx-source-icons.s3.amazonaws.com/logos/consumer.png |
consumer logo image for a consumer review. div.Flex-sc-71yn41-0 > div.Review__Posted-sc-1y3pfb2-7 > a > img.SourceLogo-sc-k592p4-0 | rtx-source-icons.s3.amazonaws.com/logos/consumer.png |
consumer logo image for a consumer review. div.Flex-sc-71yn41-0 > div.Review__Posted-sc-1y3pfb2-7 > a > img.SourceLogo-sc-k592p4-0 | rtx-source-icons.s3.amazonaws.com/logos/consumer.png |
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.
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 |
|---|
Residential
Business
Resources
Tools
Blog div.flex > div.flex > div#mobile-menu > ul.flex |
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
5G Home Internet
Level Up at Home with 5G Speeds and Unlimited Data
High-spee… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
5G Home Internet
Level Up at Home with 5G Speeds and Unlimited Data
High-spee… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Fiber Internet You Can Count On
Unstoppable Speeds for Every Need
No bundles,… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
5G Home Internet
Level Up at Home with 5G Speeds and Unlimited Data
High-spee… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Your link to
hard-to-reach places.
Did you know EarthLink is the largest provid… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Your link to
seamless gaming.
Leave the connection to us and get your head in t… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Your link to
hard-to-reach places.
Did you know EarthLink is the largest provid… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Your link to
working from home.
The workplace is changing. So is the internet.
… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Your link to
seamless gaming.
Leave the connection to us and get your head in t… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Your link to
hard-to-reach places.
Did you know EarthLink is the largest provid… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
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 |
|---|
Reviews Section div.amplify-widget > div > span.VisuallyHidden__VisuallyHiddenSpan-sc-jzrqc0-0 > span |
star rating 5.0 div > div > div.Card-sc-1qxwf3a-0 > span.StarRating__Wrapper-sc-1ntr8zq-1 |
star rating 5.0 div > div > div.Card-sc-1qxwf3a-0 > span.StarRating__Wrapper-sc-1ntr8zq-1 |
star rating 5.0 div > div > div.Card-sc-1qxwf3a-0 > span.StarRating__Wrapper-sc-1ntr8zq-1 |
star rating 5.0 div > div > div.Card-sc-1qxwf3a-0 > span.StarRating__Wrapper-sc-1ntr8zq-1 |
star rating 5.0 div > div > div.Card-sc-1qxwf3a-0 > span.StarRating__Wrapper-sc-1ntr8zq-1 |
star rating 5.0 div > div > div.Card-sc-1qxwf3a-0 > span.StarRating__Wrapper-sc-1ntr8zq-1 |
star rating 5.0 div > div > div.Card-sc-1qxwf3a-0 > span.StarRating__Wrapper-sc-1ntr8zq-1 |
star rating 5.0 div > div > div.Card-sc-1qxwf3a-0 > span.StarRating__Wrapper-sc-1ntr8zq-1 |
star rating 5.0 div > div > div.Card-sc-1qxwf3a-0 > span.StarRating__Wrapper-sc-1ntr8zq-1 |
star rating 5.0 div > div > div.Card-sc-1qxwf3a-0 > span.StarRating__Wrapper-sc-1ntr8zq-1 |
star rating 5.0 div > div > div.Card-sc-1qxwf3a-0 > span.StarRating__Wrapper-sc-1ntr8zq-1 |
star rating 5.0 div > div > div.Card-sc-1qxwf3a-0 > span.StarRating__Wrapper-sc-1ntr8zq-1 |
star rating 5.0 div > div > div.Card-sc-1qxwf3a-0 > span.StarRating__Wrapper-sc-1ntr8zq-1 |
star rating 5.0 div > div > div.Card-sc-1qxwf3a-0 > span.StarRating__Wrapper-sc-1ntr8zq-1 |
star rating 5.0 div > div > div.Card-sc-1qxwf3a-0 > span.StarRating__Wrapper-sc-1ntr8zq-1 |
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.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
nav.h-full > div.flex > div.flex > button#toggle-btn nav.h-full > div.flex > div.flex > button#toggle-btn |
div.relative > span > div.flex > button.flex-auto div.relative > span > div.flex > button.flex-auto |
div.relative > span > div.flex > button.flex div.relative > span > div.flex > button.flex |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.flex > ul.flex > li.flex > input#business-plans-checkbox div.flex > ul.flex > li.flex > input#business-plans-checkbox |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.flex > ul.xl:hidden > li.mob:px-2 > a.inline-block div.flex > ul.xl:hidden > li.mob:px-2 > a.inline-block |
div.smd:hidden > ul.flex > li.inline-flex > a div.smd:hidden > ul.flex > li.inline-flex > a |
div.smd:hidden > ul.flex > li.inline-flex > a div.smd:hidden > ul.flex > li.inline-flex > a |
div.smd:hidden > ul.flex > li.inline-flex > a div.smd:hidden > ul.flex > li.inline-flex > a |
div.smd:hidden > ul.flex > li.inline-flex > a div.smd:hidden > ul.flex > li.inline-flex > a |
Including a skip link can help users skip to the main content to save time. Learn more about skip links.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Residential div#mobile-menu > ul.flex > li.group > a#Residential0 |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Most Popular Super-Fast section.bg-elnk-gray-300 > div.max-w-elnkcontainer > div.border-2 > h2.text-[1.1rem] |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Tired of bait-and-switch offers from providers? Slow speeds, unexpected fees, u… div.px-6 > div.max-w-elnkcontainer > div.w-[90%] > h4.text-white |
Home Internet div.px-9 > a.border-2 > div > h4.text-elnk-blue-500 |
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 |
|---|
Unlimited streaming, gaming, and remote work
No data caps, no credit checks
Qui… div.bg-elnk-blue-600 > div.text-white > div > ul.mb-[24px] |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Residential div.flex > div#mobile-menu > ul.flex > li.group |
Business div.flex > div#mobile-menu > ul.flex > li.group |
Resources div.flex > div#mobile-menu > ul.flex > li.group |
Tools div.flex > div#mobile-menu > ul.flex > li.group |
Blog div.flex > div#mobile-menu > ul.flex > li.group |
Unlimited streaming, gaming, and remote work div > ul.mb-[24px] > div.flex > li |
No data caps, no credit checks div > ul.mb-[24px] > div.flex > li |
Quick, professional installation div > ul.mb-[24px] > div.flex > li |
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 |
|---|
1 div.slick-slider > ul.dot__bar > li.slick-active > button |
2 div.slick-slider > ul.dot__bar > li > button |
1 div.slick-slider > ul.button__bar > li.slick-active > button |
2 div.slick-slider > ul.button__bar > li > button |
3 div.slick-slider > ul.button__bar > li > button |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.wf-roboto-n4-active html.wf-roboto-n4-active |
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. | api.aklamio.com/assets/embed/1.latest/embed.min.js line 6, col 62986 |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.08 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.13 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
250 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.009
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.27 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.26 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.
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 | |
|---|---|---|---|
father and daughter using internet div.max-w-elnkcontainer > div.bg-white > div.relative > img | /_next/image/?url=https%3A%2F%2Feimg.earthlink.net%2Ffile... | 101.9 KiB | 93.5 KiB |
div > div.hidden > div.rounded-lg > div.bg-auto div > div.hidden > div.rounded-lg > div.bg-auto | eimg.earthlink.net/files/2026/02/Feb-Fibermaxxing.webp | 133.8 KiB | 36.2 KiB |
gaming div.px-8 > div.bg-white > div.relative > img | eimg.earthlink.net/files/2023/06/online-gaming.webp | 41.9 KiB | 17.4 KiB |
consumer logo image for a consumer review. div.Flex-sc-71yn41-0 > div.Review__Posted-sc-1y3pfb2-7 > a > img.SourceLogo-sc-k592p4-0 | rtx-source-icons.s3.amazonaws.com/logos/consumer.png | 8.2 KiB | 7.7 KiB |
div > div.hidden > div.rounded-lg > div.bg-auto div > div.hidden > div.rounded-lg > div.bg-auto | eimg.earthlink.net/files/2026/02/Feb-5G-Home-Internet-No-Price.webp | 102.8 KiB | 5.1 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| use.fontawesome.com/releases/v5.15.4/css/all.css | 13.8 KiB | 213 ms |
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| earthlink.net/ | 243 ms |
| www.earthlink.net/ | 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 |
|---|---|---|
| .rkkNZ { overflow: hidden; background-color: rgb(255, 255, 255); border-radius: 4px; … } … | 42.5 KiB | 41.8 KiB |
| www.earthlink.net/_next/static/css/1810f9fbfb2fc136.css | 32.2 KiB | 27.2 KiB |
| :root { --thumbsUpUrl: ''; --thumbsUpFullUrl: ''; --thumbsDownUrl: ''; --thumbsDownFullUrl:… | 22.5 KiB | 22.5 KiB |
| /* * Remix Icon v2.5.0 * https://remixicon.com * https://github.com/Remix-Design/RemixIcon * * Copy… | 21.7 KiB | 21.7 KiB |
| @charset "UTF-8"; /*! * animate.css -https://daneden.github.io/animate.css/ * Version - 3.7.2 *… | 15.5 KiB | 15.5 KiB |
| use.fontawesome.com/releases/v5.15.4/css/all.css | 13.4 KiB | 13.4 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.0 s |
| Other | 633 ms |
| Style & Layout | 397 ms |
| Script Parsing & Compilation | 255 ms |
| Rendering | 177 ms |
| Garbage Collection | 95 ms |
| Parse HTML & CSS | 28 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| :root { --thumbsUpUrl: ''; --thumbsUpFullUrl: ''; --thumbsDownUrl: ''; --thumbsDownFullUrl:… | 22.5 KiB | 4.3 KiB |
| @charset "UTF-8"; /*! * animate.css -https://daneden.github.io/animate.css/ * Version - 3.7.2 *… | 15.5 KiB | 3.2 KiB |
| /* * Remix Icon v2.5.0 * https://remixicon.com * https://github.com/Remix-Design/RemixIcon * * Copy… | 21.7 KiB | 2.3 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|
consumer logo image for a consumer review. div.Flex-sc-71yn41-0 > div.Review__Posted-sc-1y3pfb2-7 > a > img.SourceLogo-sc-k592p4-0 | rtx-source-icons.s3.amazonaws.com/logos/consumer.png |
consumer logo image for a consumer review. div.Flex-sc-71yn41-0 > div.Review__Posted-sc-1y3pfb2-7 > a > img.SourceLogo-sc-k592p4-0 | rtx-source-icons.s3.amazonaws.com/logos/consumer.png |
consumer logo image for a consumer review. div.Flex-sc-71yn41-0 > div.Review__Posted-sc-1y3pfb2-7 > a > img.SourceLogo-sc-k592p4-0 | rtx-source-icons.s3.amazonaws.com/logos/consumer.png |
consumer logo image for a consumer review. div.Flex-sc-71yn41-0 > div.Review__Posted-sc-1y3pfb2-7 > a > img.SourceLogo-sc-k592p4-0 | rtx-source-icons.s3.amazonaws.com/logos/consumer.png |
consumer logo image for a consumer review. div.Flex-sc-71yn41-0 > div.Review__Posted-sc-1y3pfb2-7 > a > img.SourceLogo-sc-k592p4-0 | rtx-source-icons.s3.amazonaws.com/logos/consumer.png |
consumer logo image for a consumer review. div.Flex-sc-71yn41-0 > div.Review__Posted-sc-1y3pfb2-7 > a > img.SourceLogo-sc-k592p4-0 | rtx-source-icons.s3.amazonaws.com/logos/consumer.png |
consumer logo image for a consumer review. div.Flex-sc-71yn41-0 > div.Review__Posted-sc-1y3pfb2-7 > a > img.SourceLogo-sc-k592p4-0 | rtx-source-icons.s3.amazonaws.com/logos/consumer.png |
consumer logo image for a consumer review. div.Flex-sc-71yn41-0 > div.Review__Posted-sc-1y3pfb2-7 > a > img.SourceLogo-sc-k592p4-0 | rtx-source-icons.s3.amazonaws.com/logos/consumer.png |
consumer logo image for a consumer review. div.Flex-sc-71yn41-0 > div.Review__Posted-sc-1y3pfb2-7 > a > img.SourceLogo-sc-k592p4-0 | rtx-source-icons.s3.amazonaws.com/logos/consumer.png |
consumer logo image for a consumer review. div.Flex-sc-71yn41-0 > div.Review__Posted-sc-1y3pfb2-7 > a > img.SourceLogo-sc-k592p4-0 | rtx-source-icons.s3.amazonaws.com/logos/consumer.png |
consumer logo image for a consumer review. div.Flex-sc-71yn41-0 > div.Review__Posted-sc-1y3pfb2-7 > a > img.SourceLogo-sc-k592p4-0 | rtx-source-icons.s3.amazonaws.com/logos/consumer.png |
consumer logo image for a consumer review. div.Flex-sc-71yn41-0 > div.Review__Posted-sc-1y3pfb2-7 > a > img.SourceLogo-sc-k592p4-0 | rtx-source-icons.s3.amazonaws.com/logos/consumer.png |
consumer logo image for a consumer review. div.Flex-sc-71yn41-0 > div.Review__Posted-sc-1y3pfb2-7 > a > img.SourceLogo-sc-k592p4-0 | rtx-source-icons.s3.amazonaws.com/logos/consumer.png |
consumer logo image for a consumer review. div.Flex-sc-71yn41-0 > div.Review__Posted-sc-1y3pfb2-7 > a > img.SourceLogo-sc-k592p4-0 | rtx-source-icons.s3.amazonaws.com/logos/consumer.png |
consumer logo image for a consumer review. div.Flex-sc-71yn41-0 > div.Review__Posted-sc-1y3pfb2-7 > a > img.SourceLogo-sc-k592p4-0 | rtx-source-icons.s3.amazonaws.com/logos/consumer.png |
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.
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 |
|---|
Residential
Business
Resources
Tools
Blog div.flex > div.flex > div#mobile-menu > ul.flex |
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
5G Home Internet
Level Up at Home with 5G Speeds and Unlimited Data
High-spee… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
5G Home Internet
Level Up at Home with 5G Speeds and Unlimited Data
High-spee… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Fiber Internet You Can Count On
Unstoppable Speeds for Every Need
No bundles,… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
5G Home Internet
Level Up at Home with 5G Speeds and Unlimited Data
High-spee… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Your link to hard-to-reach places.
Did you know EarthLink is the largest provid… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Your link to seamless gaming.
Leave the connection to us and get your head in t… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Your link to hard-to-reach places.
Did you know EarthLink is the largest provid… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Your link to working from home.
The workplace is changing. So is the internet.
… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Your link to seamless gaming.
Leave the connection to us and get your head in t… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Your link to hard-to-reach places.
Did you know EarthLink is the largest provid… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
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 |
|---|
Reviews Section div.amplify-widget > div > span.VisuallyHidden__VisuallyHiddenSpan-sc-jzrqc0-0 > span |
star rating 5.0 div > div > div.Card-sc-1qxwf3a-0 > span.StarRating__Wrapper-sc-1ntr8zq-1 |
star rating 5.0 div > div > div.Card-sc-1qxwf3a-0 > span.StarRating__Wrapper-sc-1ntr8zq-1 |
star rating 5.0 div > div > div.Card-sc-1qxwf3a-0 > span.StarRating__Wrapper-sc-1ntr8zq-1 |
star rating 5.0 div > div > div.Card-sc-1qxwf3a-0 > span.StarRating__Wrapper-sc-1ntr8zq-1 |
star rating 5.0 div > div > div.Card-sc-1qxwf3a-0 > span.StarRating__Wrapper-sc-1ntr8zq-1 |
star rating 5.0 div > div > div.Card-sc-1qxwf3a-0 > span.StarRating__Wrapper-sc-1ntr8zq-1 |
star rating 5.0 div > div > div.Card-sc-1qxwf3a-0 > span.StarRating__Wrapper-sc-1ntr8zq-1 |
star rating 5.0 div > div > div.Card-sc-1qxwf3a-0 > span.StarRating__Wrapper-sc-1ntr8zq-1 |
star rating 5.0 div > div > div.Card-sc-1qxwf3a-0 > span.StarRating__Wrapper-sc-1ntr8zq-1 |
star rating 5.0 div > div > div.Card-sc-1qxwf3a-0 > span.StarRating__Wrapper-sc-1ntr8zq-1 |
star rating 5.0 div > div > div.Card-sc-1qxwf3a-0 > span.StarRating__Wrapper-sc-1ntr8zq-1 |
star rating 5.0 div > div > div.Card-sc-1qxwf3a-0 > span.StarRating__Wrapper-sc-1ntr8zq-1 |
star rating 5.0 div > div > div.Card-sc-1qxwf3a-0 > span.StarRating__Wrapper-sc-1ntr8zq-1 |
star rating 5.0 div > div > div.Card-sc-1qxwf3a-0 > span.StarRating__Wrapper-sc-1ntr8zq-1 |
star rating 5.0 div > div > div.Card-sc-1qxwf3a-0 > span.StarRating__Wrapper-sc-1ntr8zq-1 |
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 |
|---|
Most Popular Super-Fast section.bg-elnk-gray-300 > div.max-w-elnkcontainer > div.border-2 > h2.text-[1.1rem] |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Tired of bait-and-switch offers from providers? Slow speeds, unexpected fees, u… div.px-6 > div.max-w-elnkcontainer > div.w-[90%] > h4.text-white |
Home Internet div.px-9 > a.border-2 > div > h4.text-elnk-blue-500 |
These are opportunities to improve keyboard navigation in your application.
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.flex > ul.flex > li.flex > input#business-plans-checkbox div.flex > ul.flex > li.flex > input#business-plans-checkbox |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.smd:block > ul.flex > li.inline-flex > a div.smd:block > ul.flex > li.inline-flex > a |
div.smd:block > ul.flex > li.inline-flex > a div.smd:block > ul.flex > li.inline-flex > a |
div.smd:block > ul.flex > li.inline-flex > a div.smd:block > ul.flex > li.inline-flex > a |
div.smd:block > ul.flex > li.inline-flex > a div.smd:block > ul.flex > li.inline-flex > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
Unlimited streaming, gaming, and remote work
No data caps, no credit checks
Qui… div.hidden > div.hidden > div > ul |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Residential div.flex > div#mobile-menu > ul.flex > li.group |
Business div.flex > div#mobile-menu > ul.flex > li.group |
Resources div.flex > div#mobile-menu > ul.flex > li.group |
Tools div.flex > div#mobile-menu > ul.flex > li.group |
Blog div.flex > div#mobile-menu > ul.flex > li.group |
Unlimited streaming, gaming, and remote work div > ul > div.flex > li.xs:text-xs |
No data caps, no credit checks div > ul > div.flex > li.xs:text-xs |
Quick, professional installation div > ul > div.flex > li.xs:text-xs |
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 |
|---|
1 div.slick-slider > ul.dot__bar > li.slick-active > button |
2 div.slick-slider > ul.dot__bar > li > button |
1 div.slick-slider > ul.button__bar > li.slick-active > button |
2 div.slick-slider > ul.button__bar > li > button |
3 div.slick-slider > ul.button__bar > li > button |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.wf-roboto-n4-active html.wf-roboto-n4-active |
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. | api.aklamio.com/assets/embed/1.latest/embed.min.js line 6, col 62986 |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Send Feedback