Lighthouse Desktop
· 0 checks — Desktop 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.
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 | |
|---|---|---|---|
WEB HOSTING SOLUTIONS
The Infrastructure Partner Behind Ambitious Brands
Built… div.content > article#post-2 > div.entry-content > div.boldgrid-section | /wp-content/uploads/2026/04/infra-partner-homepage-hero-i... | 1.2 MiB | 1008.0 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 |
|---|---|---|
| cdn.optimizely.com/js/2680280519.js?ver=5.0.93 | 149.1 KiB | |
| /consent/4a1dfc10-6459-4213-9486-bf975e855814/OtAutoBlock... | 6.6 KiB | 218 ms |
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 |
|---|---|
| inmotionhosting.com/ | 429 ms |
| www.inmotionhosting.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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 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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=AW-1071887445 | 147.0 KiB | 106.8 KiB |
| cdn.cookielaw.org/scripttemplates/202405.2.0/otBannerSdk.js | 109.5 KiB | 68.2 KiB |
| www.googletagmanager.com/gtag/js?id=G-GWN8TGZG03&cx=c>m=4e64k1 | 180.9 KiB | 66.3 KiB |
| www.inmotionhosting.com/metrics/ | 152.1 KiB | 65.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-TM4QS2 | 184.1 KiB | 61.6 KiB |
| cdn.optimizely.com/js/2680280519.js?ver=5.0.93 | 148.5 KiB | 54.2 KiB |
| www.clickcease.com/monitor/stat.js | 42.9 KiB | 38.5 KiB |
| analytics.inmotionhosting.com/js/container_KdvpBPJd.js?ver=5.0.93 | 85.6 KiB | 33.1 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 32.9 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 |
|---|---|---|---|
| www.inmotionhosting.com/ | 542 ms | 22 ms | 6.4 ms |
| Unattributable | 419 ms | 52 ms | 0.0 ms |
| t.marketingcloudfx.com/mcfx.js | 403 ms | 354 ms | 2.4 ms |
| www.redditstatic.com/ads/pixel.js | 276 ms | 261 ms | 1.7 ms |
| www.googletagmanager.com/gtm.js?id=GTM-TM4QS2 | 229 ms | 172 ms | 47 ms |
| js.hs-analytics.net/analytics/1776896700000/5297785.js | 206 ms | 124 ms | 3.4 ms |
| analytics.inmotionhosting.com/js/container_KdvpBPJd.js?ver=5.0.93 | 177 ms | 154 ms | 11 ms |
| cdn.optimizely.com/js/2680280519.js?ver=5.0.93 | 138 ms | 112 ms | 17 ms |
| scripts.clarity.ms/0.8.59/clarity.js | 132 ms | 112 ms | 2.6 ms |
| www.googletagmanager.com/gtag/js?id=G-GWN8TGZG03&cx=c>m=4e64k1 | 131 ms | 115 ms | 15 ms |
| www.inmotionhosting.com/wp-includes/js/jquery/jquery.min.js?x17601&ver=5.0.93 | 103 ms | 23 ms | 3.1 ms |
| www.inmotionhosting.com/metrics/ | 89 ms | 75 ms | 13 ms |
| /signals/config/164237177383067?v=2.9.303&r=stable&domain... | 72 ms | 58 ms | 4.3 ms |
| cdn.cookielaw.org/scripttemplates/202405.2.0/otBannerSdk.js | 57 ms | 36 ms | 13 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 | 2.1 s |
| Other | 614 ms |
| Style & Layout | 381 ms |
| Script Parsing & Compilation | 198 ms |
| Parse HTML & CSS | 105 ms |
| Rendering | 96 ms |
| Garbage Collection | 58 ms |
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 |
|---|---|---|
| article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block} … | 39.3 KiB | 32.6 KiB |
| .weglot-flags.hw>a:before,.weglot-flags.hw>span:before{background-position:-3570px 0 !important} … | 23.3 KiB | 22.9 KiB |
| .color1-text-default{color:#fff} … | 10.1 KiB | 10.0 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.
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 |
|---|
InMotion Hosting Home
VPS Hosting
Dedicated Servers
WordPress
Products
Partn… div.container > nav > div.menu-container > div#navbarNavDropdown |
InMotion Hosting Home
VPS Hosting
Dedicated Servers
WordPress
Products
Partn… nav > div.menu-container > div#navbarNavDropdown > ul.nav1 |
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 |
|---|
At InMotion Hosting, we take pride in offering a range of web hosting plans, in… div.row > div.col-lg-7 > div.imh-accordion-container > div.imh-accordion-content |
Yes, you do need a host for your website. Web hosting is the backbone of your w… div.row > div.col-lg-7 > div.imh-accordion-container > div.imh-accordion-content |
At InMotion, we make it easy to switch website hosts. Website migration from a … div.row > div.col-lg-7 > div.imh-accordion-container > div.imh-accordion-content |
We strive to provide the best hosting experience, whether you’re joining or lea… div.row > div.col-lg-7 > div.imh-accordion-container > div.imh-accordion-content |
When choosing a web hosting provider, it’s important to find a partner that not… div.row > div.col-lg-7 > div.imh-accordion-container > div.imh-accordion-content |
InMotion Hosting is a privately held company and is owned by its co-founders, S… div.row > div.col-lg-7 > div.imh-accordion-container > div.imh-accordion-content |
InMotion Hosting is headquartered in Virginia Beach, VA, and has data centers i… div.row > div.col-lg-7 > div.imh-accordion-container > div.imh-accordion-content |
Yes, at InMotion Hosting, we help businesses of all sizes with their hosting ne… div.row > div.col-lg-7 > div.imh-accordion-container > div.imh-accordion-content |
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 |
|---|
Chat with us 4 body.home > div.imh-chat-bubble |
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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
VPS div.row > div.col-md-6 > p > a |
Managed Dedicated Server div.row > div.col-md-6 > p > a |
These are opportunities to improve the legibility of your content.
Navigation
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 |
|---|
Press enter for Accessibility for blind people
who use screen readers div#INDquickAccess > ul > li > button.INDshortcutBtn |
Press enter for Keyboard Navigation div#INDquickAccess > ul > li > button |
Press enter for Accessibility menu div#INDquickAccess > ul > li > button |
These are opportunities to improve keyboard navigation in your application.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Partners NEW div#navbarNavDropdown > ul.nav1 > li.nav-item > a#partnersDropDown |
0 div#navbarNavDropdown > ul.nav1 > div.nav-item > a.nav-link |
Chat with an Expert div.col-lg-8 > ul.mobile-inline > li > a.ppb-button |
Chat Now div.row > div.col-xs-12 > p > a.ppb-button |
Cookie Policy div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
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 |
|---|---|
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
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 |
|---|---|
Uncaught SyntaxError: Invalid or unexpected token |
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.
Content Best Practices
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.inmotionhosting.com/about-us/data-centers/los-angeles-california | Learn More |
| www.inmotionhosting.com/about-us/data-centers/ashburn-virginia | Learn More |
| www.inmotionhosting.com/about-us/data-centers/amsterdam-netherlands | Learn More |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Crawling and Indexing
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 |
|---|
Chat Now
Start a Live Chat div.row > div.subnav-column > div.subnav-item > a.chat-btn-header |
Live Chat
div.container > ul.mobile-icon-menu > li.imh-ds-icon > a.chat-btn-header |
Start a Live Chat
div#navbarNavDropdown > ul.nav2 > li.imh-comment > a.chat-btn-header |
What are the different types of web hosting products InMotion Hosting offers? div.row > div.col-lg-7 > div.imh-accordion-container > a.imh-accordion |
Do I really need a host for my website? div.row > div.col-lg-7 > div.imh-accordion-container > a.imh-accordion |
How do I switch website hosting providers? div.row > div.col-lg-7 > div.imh-accordion-container > a.imh-accordion |
How does InMotion's money-back guarantee work if I have prepaid for a year or m… div.row > div.col-lg-7 > div.imh-accordion-container > a.imh-accordion |
Why should I choose InMotion Hosting as my web hosting provider? div.row > div.col-lg-7 > div.imh-accordion-container > a.imh-accordion |
Who owns InMotion Hosting? div.row > div.col-lg-7 > div.imh-accordion-container > a.imh-accordion |
Where is InMotion Hosting located? div.row > div.col-lg-7 > div.imh-accordion-container > a.imh-accordion |
How many websites can you host with InMotion Hosting? div.row > div.col-lg-7 > div.imh-accordion-container > a.imh-accordion |
Does InMotion Hosting provide business hosting services? div.row > div.col-lg-7 > div.imh-accordion-container > a.imh-accordion |
To appear in search results, crawlers need access to your app.