Lighthouse Mobile
· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
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
Performance issues directly impact user engagement and conversion rates.
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.
Diagnostics
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.
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 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.
Accessibility
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.
ARIA
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.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| 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.
Names and labels
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.
Contrast
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.
Navigation
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.
Tables and lists
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.
Best practices
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.
Best Practices
General
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 |
SEO
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.