Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 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.
Good server performance with room for optimization.
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.
HSTS 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.
2 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No H1 heading found
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/1370c7b6-c6f1-4f5e-b890-640176d92a8b)<a href="https://beavercheck.com/results/1370c7b6-c6f1-4f5e-b890-640176d92a8b"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fhostgator.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fhostgator.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~33%.
Page takes 8.6s to load
+12% bounceUsers abandon at ~3s — you're 6.1s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.0s
+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
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
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.
$450 investment → $6,447/month returns + USD 157,500 risk avoided
$450
4h · 5 findings
$6,447 /mo
~$77,367 / year
USD 157,500
if kept compliant
$150 — 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.
4.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,507 / year if left unfixed
$157,500
+6 more
$0.58 /mo
7282.8 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
5.53 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.56 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.03 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.58 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.
22.83 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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
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.
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 |
|---|---|---|
| /etc.clientlibs/hostgator/clientlibs/clientlib-site.min.b... | 13.9 KiB | 151 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 |
|---|---|
| hostgator.com/ | 812 ms |
| www.hostgator.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.
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 |
|---|---|---|
| /etc.clientlibs/bluehost-wci-core/clientlibs/clientlib-si... | 33.9 KiB | 32.8 KiB |
| /content/dam/hostgator/theme-assets/material-components-w... | 25.8 KiB | 25.4 KiB |
| /etc.clientlibs/hostgator/clientlibs/clientlib-site.min.b... | 13.7 KiB | 10.5 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 |
|---|---|---|
| /etc.clientlibs/bluehost-wci-core/clientlibs/clientlib-si... | 138.2 KiB | 103.1 KiB |
| apps.usw2.pure.cloud/genesys-bootstrap/genesys.min.js | 156.6 KiB | 81.4 KiB |
| cdn.cookielaw.org/scripttemplates/202505.1.0/otBannerSdk.js | 118.6 KiB | 71.7 KiB |
| assets.adobedtm.com/530368109655/e8a350bf6621/launch-f6aca7ad8f77.min.js | 198.5 KiB | 67.8 KiB |
| wsv3cdn.audioeye.com/static-scripts/v2/2026-04-08/startup.bundle.js | 123.5 KiB | 66.0 KiB |
| /static-scripts/m/audioeye-scanner-esm/v11.0.43/audioeye-... | 80.5 KiB | 33.4 KiB |
| /etc.clientlibs/bluehost-wci-core/clientlibs/clientlib-ba... | 45.3 KiB | 30.3 KiB |
| wsv3cdn.audioeye.com/static-scripts/v2/2026-04-08/smartrems.bundle.js | 37.9 KiB | 26.2 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 | 13.8 s |
| Other | 1.5 s |
| Style & Layout | 1.1 s |
| Script Parsing & Compilation | 310 ms |
| Rendering | 261 ms |
| Garbage Collection | 153 ms |
| Parse HTML & CSS | 128 ms |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| apps.usw2.pure.cloud/genesys-bootstrap/genesys.min.js | 156.6 KiB | 67.7 KiB |
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 | |
|---|---|
div.accordionPlus > div.accordionPlus__container > div.accordionPlus__imageContainer > img.accordionPlus__image div.accordionPlus > div.accordionPlus__container > div.accordionPlus__imageContainer > img.accordionPlus__image | www.hostgator.com/content/dam/hostgator/pages/homepage/home-accordion.png |
div.cmp-image__content > div.cmp-teaser__image > div#hero-b533d36673-image > img.cmp-image__image div.cmp-image__content > div.cmp-teaser__image > div#hero-b533d36673-image > img.cmp-image__image | /is/image/NewfoldDigital/Web-hosting1?ts=1774610868250&dp... |
div.responsive-columns__column > div.image > div#image-f8cac6007d > img.cmp-image__image div.responsive-columns__column > div.image > div#image-f8cac6007d > img.cmp-image__image |
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.
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 us div.cmp-itl > div.cmp-itl__content > div.itl__contentHeight > p |
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 |
|---|
Need help choosing a plan?
Call our sales team at (877) 828-5278 div.header__topbar > div.container > div.header__topbarContainer-center > p |
Call our sales team at (877) 828-5278 div.container > div.header__topbarContainer-center > p > span |
(877) 828-5278 div.header__topbarContainer-center > p > span > a |
Now 66% off! div.card__container > div > h4.card__percent > p |
66 div > h4.card__percent > p > span.save-percent |
Recommended div#baby-plan > div.card > div.card__container--spacer > span.card__recommended |
Now 73% off! div.card__container > div > h4.card__percent > p |
73 div > h4.card__percent > p > span.save-percent |
Now 72% off! div.card__container > div > h4.card__percent > p |
72 div > h4.card__percent > p > span.save-percent |
Now 53% off! div.card__container > div > h4.card__percent > p |
53 div > h4.card__percent > p > span.save-percent |
of customers are web pros. p > a.rte-modal-link > span.hg-lightBlue > span.rte__18px--400 |
websites currently hosted. div.cmp-text > p > a.rte-modal-link > span.rte__18px--400 |
See terms
- Free domain div.cmp-text > p > span.rte__15px--300 > a.rte-modal-link |
See terms
- Unmetered bandwidth div.cmp-text > p > span.rte__15px--300 > a.rte-modal-link |
Learn more
- about ssl certificates div.cmp-text > p > span.rte__15px--300 > a |
(866) 964-2867 div.cmp-itl__content > div.itl__contentHeight > p > a |
Live Chat div.itl__contentHeight > p > a.genesysChat > span.genesysChat |
@HGSupport div.cmp-itl__content > div.itl__contentHeight > p > a |
KnowledgeBase div.cmp-itl__content > div.itl__contentHeight > p > a |
HostGator Blog div.cmp-itl__content > div.itl__contentHeight > p > a |
Learn more about what web hosting is div.cmp-text > p > span.rte__15px--300 > a |
different hosting options available div.cmp-text > p > span.rte__15px--300 > a |
Get more info div.cmp-text > p > span.rte__15px--300 > a |
See the benefits of building with WordPress div.cmp-text > p > span.rte__15px--300 > a |
transfer your domain div.cmp-text > p > span.rte__15px--300 > a.basic-link |
See our KnowledgeBase
div.cmp-text > p > a.rte__18px--400 > span.rte__18px--400 |
Visit our blog div.cmp-text > p > span.rte__18px--400 > a |
*Prices reflect discount on first term p > span.hg-lightBlue > a.rte-modal-link > span.rte__15px--300 |
Chat body#page-e1c8224f7e > div.GlobalLinkNoTx > div#nf-chat-button > div.text |
These are opportunities to improve the legibility of your content.
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 |
|---|
Products
Web Hosting
WordPress Hosting
eCommerce Hosting
Reseller Hosting
VPS … div.container > div.footer__col > div.linklist > ul.link-list |
Services
Web Design
PPC
SEO div.container > div.footer__col > div.linklist > ul.link-list |
Programs
Become An Affiliate
Affiliate Portal div.container > div.footer__col > div.linklist > ul.link-list |
Support
Customer Portal
Support Portal
Video tutorials
Live chat
Report Abuse
… div.container > div.footer__col > div.linklist > ul.link-list |
Company
About HostGator
Reviews
Company Blog
Contact us
Careers
Privacy
Terms … div.container > div.footer__col > div.linklist > ul.link-list |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
Cookie Notice div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
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 |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
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 |
|---|---|
Failed to load resource: the server responded with a status of 404 () |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
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.27 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.61 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.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.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.
1.75 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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
div.accordionPlus > div.accordionPlus__container > div.accordionPlus__imageContainer > img.accordionPlus__image div.accordionPlus > div.accordionPlus__container > div.accordionPlus__imageContainer > img.accordionPlus__image | www.hostgator.com/content/dam/hostgator/pages/homepage/home-accordion.png | 19.8 KiB | 7.9 KiB |
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 |
|---|---|
| /etc.clientlibs/hostgator/clientlibs/clientlib-site.min.b... | 13.9 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| /etc.clientlibs/bluehost-wci-core/clientlibs/clientlib-si... | 138.2 KiB | 103.1 KiB |
| apps.usw2.pure.cloud/genesys-bootstrap/genesys.min.js | 156.6 KiB | 81.4 KiB |
| cdn.cookielaw.org/scripttemplates/202505.1.0/otBannerSdk.js | 118.6 KiB | 71.7 KiB |
| assets.adobedtm.com/530368109655/e8a350bf6621/launch-f6aca7ad8f77.min.js | 198.5 KiB | 67.8 KiB |
| wsv3cdn.audioeye.com/static-scripts/v2/2026-04-08/startup.bundle.js | 123.5 KiB | 65.3 KiB |
| /static-scripts/m/audioeye-scanner-esm/v11.0.43/audioeye-... | 80.4 KiB | 35.2 KiB |
| /etc.clientlibs/bluehost-wci-core/clientlibs/clientlib-ba... | 45.3 KiB | 30.3 KiB |
| wsv3cdn.audioeye.com/static-scripts/v2/2026-04-08/smartrems.bundle.js | 37.9 KiB | 26.2 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 |
|---|---|---|---|
| /static-scripts/m/audioeye-scanner-esm/v11.0.43/audioeye-... | 2.0 s | 1.9 s | 0.4 ms |
| wsv3cdn.audioeye.com/static-scripts/v2/2026-04-08/startup.bundle.js | 285 ms | 265 ms | 8.2 ms |
| www.hostgator.com/ | 266 ms | 14 ms | 1.2 ms |
| Unattributable | 228 ms | 41 ms | 0.0 ms |
| assets.adobedtm.com/530368109655/e8a350bf6621/launch-f6aca7ad8f77.min.js | 173 ms | 143 ms | 24 ms |
| www.hostgator.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 70 ms | 67 ms | 0.7 ms |
| apps.usw2.pure.cloud/genesys-bootstrap/genesys.min.js | 55 ms | 37 ms | 0.8 ms |
| widget.trustpilot.com/bootstrap/v5/tp.widget.bootstrap.min.js | 51 ms | 25 ms | 0.6 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.7 s |
| Other | 341 ms |
| Style & Layout | 196 ms |
| Script Parsing & Compilation | 75 ms |
| Rendering | 46 ms |
| Parse HTML & CSS | 38 ms |
| Garbage Collection | 29 ms |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| apps.usw2.pure.cloud/genesys-bootstrap/genesys.min.js | 156.6 KiB | 67.7 KiB |
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 |
|---|---|---|
| /etc.clientlibs/bluehost-wci-core/clientlibs/clientlib-si... | 33.9 KiB | 32.7 KiB |
| /content/dam/hostgator/theme-assets/material-components-w... | 25.8 KiB | 25.6 KiB |
| /etc.clientlibs/hostgator/clientlibs/clientlib-site.min.b... | 13.7 KiB | 10.5 KiB |
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 | |
|---|---|
div.accordionPlus > div.accordionPlus__container > div.accordionPlus__imageContainer > img.accordionPlus__image div.accordionPlus > div.accordionPlus__container > div.accordionPlus__imageContainer > img.accordionPlus__image | www.hostgator.com/content/dam/hostgator/pages/homepage/home-accordion.png |
div.cmp-image__content > div.cmp-teaser__image > div#hero-b533d36673-image > img.cmp-image__image div.cmp-image__content > div.cmp-teaser__image > div#hero-b533d36673-image > img.cmp-image__image | /is/image/NewfoldDigital/Web-hosting1?ts=1774610868250&dp... |
div.responsive-columns__column > div.image > div#image-f8cac6007d > img.cmp-image__image div.responsive-columns__column > div.image > div#image-f8cac6007d > img.cmp-image__image |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 |
|---|---|
| hostgator.com/ | 260 ms |
| www.hostgator.com/ | 0.0 ms |
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.
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 us div.cmp-itl > div.cmp-itl__content > div.itl__contentHeight > p |
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 |
|---|
Need help choosing a plan? Call our sales team at (877) 828-5278 div.header__topbar > div.container > div.header__topbarContainer-center > p |
Call our sales team at (877) 828-5278 div.container > div.header__topbarContainer-center > p > span |
(877) 828-5278 div.header__topbarContainer-center > p > span > a |
Now 66% off! div.card__container > div > h4.card__percent > p |
66 div > h4.card__percent > p > span.save-percent |
Recommended div#baby-plan > div.card > div.card__container--spacer > span.card__recommended |
Now 73% off! div.card__container > div > h4.card__percent > p |
73 div > h4.card__percent > p > span.save-percent |
Now 72% off! div.card__container > div > h4.card__percent > p |
72 div > h4.card__percent > p > span.save-percent |
Now 53% off! div.card__container > div > h4.card__percent > p |
53 div > h4.card__percent > p > span.save-percent |
of customers are web pros. p > a.rte-modal-link > span.hg-lightBlue > span.rte__18px--400 |
websites currently hosted. div.cmp-text > p > a.rte-modal-link > span.rte__18px--400 |
See terms
- Free domain div.cmp-text > p > span.rte__15px--300 > a.rte-modal-link |
See terms
- Unmetered bandwidth div.cmp-text > p > span.rte__15px--300 > a.rte-modal-link |
Learn more
- about ssl certificates div.cmp-text > p > span.rte__15px--300 > a |
(866) 964-2867
Call us div.cmp-itl__content > div.itl__contentHeight > p > a |
Live Chat div.itl__contentHeight > p > a.genesysChat > span.genesysChat |
@HGSupport
Tweet us div.cmp-itl__content > div.itl__contentHeight > p > a |
KnowledgeBase
Find answers div.cmp-itl__content > div.itl__contentHeight > p > a |
HostGator Blog
Learn stuff div.cmp-itl__content > div.itl__contentHeight > p > a |
Learn more about what web hosting is div.cmp-text > p > span.rte__15px--300 > a |
different hosting options available div.cmp-text > p > span.rte__15px--300 > a |
Get more info div.cmp-text > p > span.rte__15px--300 > a |
See the benefits of building with WordPress div.cmp-text > p > span.rte__15px--300 > a |
transfer your domain div.cmp-text > p > span.rte__15px--300 > a.basic-link |
See our KnowledgeBase
div.cmp-text > p > a.rte__18px--400 > span.rte__18px--400 |
Visit our blog div.cmp-text > p > span.rte__18px--400 > a |
*Prices reflect discount on first term p > span.hg-lightBlue > a.rte-modal-link > span.rte__15px--300 |
Web Hosting ul.list-children > li > a > span.list-child |
WordPress Hosting ul.list-children > li > a > span.list-child |
eCommerce Hosting ul.list-children > li > a > span.list-child |
Reseller Hosting ul.list-children > li > a > span.list-child |
VPS Hosting ul.list-children > li > a > span.list-child |
Dedicated Hosting ul.list-children > li > a > span.list-child |
Register domains ul.list-children > li > a > span.list-child |
CodeGuard ul.list-children > li > a > span.list-child |
HostGator Malware Protection ul.list-children > li > a > span.list-child |
SSL Certificate ul.list-children > li > a > span.list-child |
Google Workspace ul.list-children > li > a > span.list-child |
Professional Email ul.list-children > li > a > span.list-child |
Web Design ul.list-children > li > a > span.list-child |
PPC ul.list-children > li > a > span.list-child |
SEO ul.list-children > li > a > span.list-child |
Become An Affiliate ul.list-children > li > a > span.list-child |
Affiliate Portal ul.list-children > li > a > span.list-child |
Customer Portal ul.list-children > li > a > span.list-child |
Support Portal ul.list-children > li > a > span.list-child |
Video tutorials ul.list-children > li > a > span.list-child |
Live chat ul.list-children > li > a.genesysChat > span.list-child |
Report Abuse ul.list-children > li > a > span.list-child |
Do Not Sell My Personal Information ul.list-children > li > a > span.list-child |
Cookies Settings ul.link-list > ul.list-children > li > a#ot-sdk-btn |
About HostGator ul.list-children > li > a > span.list-child |
Reviews ul.list-children > li > a > span.list-child |
Company Blog ul.list-children > li > a > span.list-child |
Contact us ul.list-children > li > a > span.list-child |
Careers ul.list-children > li > a > span.list-child |
Privacy ul.list-children > li > a > span.list-child |
Terms of Service ul.list-children > li > a > span.list-child |
Terms of Use ul.list-children > li > a > span.list-child |
Sitemap ul.list-children > li > a > span.list-child |
Chat body#page-e1c8224f7e > div.GlobalLinkNoTx > div#nf-chat-button > div.text |
These are opportunities to improve the legibility of your content.
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 |
|---|
Accessible Menu - main
Web Hosting
Products
Domains
Services
Resources div.header__container > nav.header__nav > div.header__navWrapper > ul.navbar-nav |
Products
Web Hosting
WordPress Hosting
eCommerce Hosting
Reseller Hosting
VPS … div.container > div.footer__col > div.linklist > ul.link-list |
Services
Web Design
PPC
SEO div.container > div.footer__col > div.linklist > ul.link-list |
Programs
Become An Affiliate
Affiliate Portal div.container > div.footer__col > div.linklist > ul.link-list |
Support
Customer Portal
Support Portal
Video tutorials
Live chat
Report Abuse
… div.container > div.footer__col > div.linklist > ul.link-list |
Company
About HostGator
Reviews
Company Blog
Contact us
Careers
Privacy
Terms … div.container > div.footer__col > div.linklist > ul.link-list |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
Cookie Notice div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
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 |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
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 |
|---|---|
Failed to load resource: the server responded with a status of 404 () |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Send Feedback