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.
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.
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/bluehost/clientlibs/clientlib-site.min.f5... | 26.7 KiB | 167 ms |
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.image > div#image-365f76ccfa > picture > img.cmp-image__image div.image > div#image-365f76ccfa > picture > img.cmp-image__image | /is/image/NewfoldDigital/Hero__desktop?ts=1775752582462&d... | 34.1 KiB | 18.6 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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.
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 |
|---|---|
| bluehost.com/ | 820 ms |
| www.bluehost.com/ | 0.0 ms |
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 |
|---|---|---|
| /etc.clientlibs/bluehost-wci-core/clientlibs/clientlib-si... | 33.9 KiB | 31.9 KiB |
| /content/dam/bluehost/theme-assets/material-components-we... | 25.7 KiB | 25.4 KiB |
| /etc.clientlibs/bluehost/clientlibs/clientlib-site.min.f5... | 26.6 KiB | 22.1 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 | 19.1 s |
| Style & Layout | 4.0 s |
| Other | 2.7 s |
| Rendering | 968 ms |
| Script Parsing & Compilation | 576 ms |
| Parse HTML & CSS | 357 ms |
| Garbage Collection | 215 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 | 155.9 KiB | 67.4 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 | |
|---|---|
Gestión sencilla de dominios div.main__Grid > div.box__container > div.box__row__1 > img.cmp-image__image | newfold.scene7.com/is/content/NewfoldDigital/WP__1?dpr=off |
Gestión sencilla de dominios div.main__Grid > div.box__container > div.box__row__1 > img.cmp-image__image | newfold.scene7.com/is/content/NewfoldDigital/Protected__4?dpr=off |
Gestión sencilla de dominios div.main__Grid > div.box__container > div.box__row__1 > img.cmp-image__image | newfold.scene7.com/is/content/NewfoldDigital/Pro_services?dpr=off |
Gestión sencilla de dominios div.main__Grid > div.box__container > div.box__row__1 > img.cmp-image__image | newfold.scene7.com/is/content/NewfoldDigital/ai-star?ts=1775725036898&dpr=off |
Gestión sencilla de dominios div.cmp-text > div.row__container > div.col__container > img.cmp-image__image | /is/image/NewfoldDigital/New__Star__trust?ts=176416896245... |
Gestión sencilla de dominios div.cmp-text > div.row__container > div.col__container > img.cmp-image__image | newfold.scene7.com/is/content/NewfoldDigital/refund-fill__new?dpr=off |
Gestión sencilla de dominios div.cmp-text > div.row__container > div.col__container > img.cmp-image__image | newfold.scene7.com/is/content/NewfoldDigital/wordpress-icon__new?dpr=off |
div.image > div#image-d3bab48c29 > picture > img.cmp-image__image div.image > div#image-d3bab48c29 > picture > img.cmp-image__image |
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.
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 |
|---|
LA MÁS CONFIADA WEB HOSTING div.wrapper__content > div.rte > div.cmp-text > h1.eyebrow__18px |
Nuevo div.box__row__3 > ul > li > span.value-badge |
Ahorra un 58% div.card__priceContainer > div.save__banner > div.save__banner__text > p |
un 58 div.save__banner > div.save__banner__text > p > span.save-percentage |
58 div.save__banner__text > p > span.save-percentage > span.price-api |
Ahorra un 55% div.card__priceContainer > div.save__banner > div.save__banner__text > p |
un 55 div.save__banner > div.save__banner__text > p > span.save-percentage |
55 div.save__banner__text > p > span.save-percentage > span.price-api |
Ahorra un 44% div.card__priceContainer > div.save__banner > div.save__banner__text > p |
un 44 div.save__banner > div.save__banner__text > p > span.save-percentage |
44 div.save__banner__text > p > span.save-percentage > span.price-api |
Al enviar su información, usted da su consentimiento por escrito a Bluehost y a… div.responsive-columns__column > div.rte > div.cmp-text > p |
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 |
|---|
Alojamiento de WordPress div.responsive-columns__column > div.sublink > a.sublink__link > span.sublink__linkText |
These are opportunities to improve keyboard navigation in your application.
Tables and lists
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 |
|---|
WordPress
Alojamiento
Alojamiento de WordPress AI
Actualizaciones y compleme… div.header__mobileWrapper > nav.header__navigation > ul.navbar-nav > li.nav-item |
Alojamiento
Sitios web y Hosting
Alojamiento web AI
Creador de IA, incorpora… div.header__mobileWrapper > nav.header__navigation > ul.navbar-nav > li.nav-item |
Dominios
Dominio Services
Búsqueda de nombre de dominio
Encuentre la direcci… div.header__mobileWrapper > nav.header__navigation > ul.navbar-nav > li.nav-item |
Agencias
Agencias
Alojamiento de agencias
Planes ultrarrápidos para agencias… div.header__mobileWrapper > nav.header__navigation > ul.navbar-nav > li.nav-item |
Servicios profesionales
Contratar a un experto
Servicio completo + SEO
Diseñ… div.header__mobileWrapper > nav.header__navigation > ul.navbar-nav > li.nav-item |
Precios div.header__mobileWrapper > nav.header__navigation > ul.navbar-nav > li.nav-item |
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 |
|---|
Cookie Notice div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
These items highlight common accessibility best practices.
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 |
|---|
Ver planes y precios div.responsive-columns__column > div.cta > div.cmp-cta > a.mdc-button |
Reservar una demostración div.responsive-columns__column > div.cta > div.cmp-cta > a.mdc-button |
El soporte tecnico online.
El soporte tecnico online, si solucionan cuando uno… div.trust-pilot-container > div.trustPilot__carouselTemplate > div.trustPilot__carouselTrack > a.trustPilot__reviewContainer |
LA ATENCION QUE RECIBI FUE EXCELENTE..
LA ATENCION QUE RECIBI FUE EXCELENTE.
… div.trust-pilot-container > div.trustPilot__carouselTemplate > div.trustPilot__carouselTrack > a.trustPilot__reviewContainer |
Elija un plan
STARTER div#plan_table__1 > div.cta > div.cmp-cta > a.mdc-button |
Cookie Notice div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
Best Practices
User Experience
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
div.cmp-itl__image > div#itl-4fdc01b931-image > picture > img.cmp-image__image div.cmp-itl__image > div#itl-4fdc01b931-image > picture > img.cmp-image__image | /is/image/NewfoldDigital/ai-icon?ts=1775752582543&dpr=off... | 22 x 22 | 22 x 22 | 33 x 33 |
div.cmp-itl__image > div#itl-eadccffa03-image > picture > img.cmp-image__image div.cmp-itl__image > div#itl-eadccffa03-image > picture > img.cmp-image__image | /is/image/NewfoldDigital/woocommerce-1?ts=1775752582565&d... | 20 x 20 | 20 x 20 | 30 x 30 |
div.cmp-itl__image > div#itl-01b4ca73b8-image > picture > img.cmp-image__image div.cmp-itl__image > div#itl-01b4ca73b8-image > picture > img.cmp-image__image | /is/image/NewfoldDigital/lighting-1?ts=1775752582587&dpr=... | 19 x 20 | 19 x 20 | 29 x 30 |
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 |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
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.
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.