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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
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 |
|---|---|---|
| /css?family=Asap:400,700|Lato:400,700,900|Source+Sans+Pro... | 1.4 KiB | 842 ms |
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.
| URL | Est Savings |
|---|---|
| /s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu... | 5.0 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 | |
|---|---|---|---|
ShortUrl by NameSilo.com div > div#logo > a > img | www.shorturl.at/img/by_namesilo_logo.png | 4.9 KiB | 4.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.
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 |
|---|---|
| shorturl.at/ | 880 ms |
| www.shorturl.at/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
NameSilo
Domains • Hosting • Email
Free domain forwarding
Free WHOIS privacy
Lo… body > main > div#ns-banner-mobile | 0.137 |
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 |
|---|---|---|
| /pagead/managed/js/gpt/m202604090101/pubads_impl.js?cb=31... | 185.9 KiB | 80.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-25YH9BB08G | 175.7 KiB | 68.0 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-TR7SB8QJ | 113.1 KiB | 66.6 KiB |
| /prebid/builds/10.20.0/9e4ea3269c5e6582f5204a4334d73fad50... | 151.3 KiB | 66.2 KiB |
| chat.missena.io/prebid.js | 103.6 KiB | 46.9 KiB |
| cdn.consentmanager.net/delivery/js/cmp_final.min.js | 100.6 KiB | 46.8 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 34.1 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 | 11.0 s |
| Other | 5.1 s |
| Script Parsing & Compilation | 578 ms |
| Garbage Collection | 428 ms |
| Style & Layout | 196 ms |
| Rendering | 182 ms |
| Parse HTML & CSS | 58 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 a sub frame. | Actionable |
| An iframe on the page started a navigation that did not complete. | Not actionable |
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#row > div#column > div.icon > img div#row > div#column > div.icon > img | www.shorturl.at/img/icon-like.png |
div#row > div#column > div.icon > img div#row > div#column > div.icon > img | www.shorturl.at/img/icon-url.png |
div#row > div#column > div.icon > img div#row > div#column > div.icon > img | www.shorturl.at/img/icon-secure.png |
div#row > div#column > div.icon > img div#row > div#column > div.icon > img | www.shorturl.at/img/icon-statistics.png |
div#row > div#column > div.icon > img div#row > div#column > div.icon > img | www.shorturl.at/img/icon-unique.png |
div#row > div#column > div.icon > img div#row > div#column > div.icon > img | www.shorturl.at/img/icon-responsive.png |
ShortUrl by NameSilo.com div > div#logo > a > img | www.shorturl.at/img/by_namesilo_logo.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.
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 |
|---|
form > div#formurl > div#formbutton > input form > div#formurl > div#formbutton > input |
Create Account body > main > section#emailbox > a.colorbutton |
Instagram main > section#content > p > a |
Facebook main > section#content > p > a |
YouTube main > section#content > p > a |
Twitter main > section#content > p > a |
Linked In main > section#content > p > a |
WhatsApp main > section#content > p > a |
TikTok main > section#content > p > a |
domain name main > section#content > p > a |
how many clicks it received main > section#content > p > a |
DeleeseStone.com main > section#content > blockquote > a |
NameSilo footer > div#footerbox > div > a |
ShortURL nav#footermenu > ul > li > a |
URL Click Counter nav#footermenu > ul > li > a |
Unshorten URL nav#footermenu > ul > li > a |
Report Malicious URL nav#footermenu > ul > li > a |
Terms of Service nav#footermenu > ul > li > a |
Privacy nav#footermenu > ul > li > a |
Contact nav#footermenu > ul > li > a |
These are opportunities to improve the legibility of your content.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#row > div#column > div.icon > img div#row > div#column > div.icon > img |
div#row > div#column > div.icon > img div#row > div#column > div.icon > img |
div#row > div#column > div.icon > img div#row > div#column > div.icon > img |
div#row > div#column > div.icon > img div#row > div#column > div.icon > img |
div#row > div#column > div.icon > img div#row > div#column > div.icon > img |
div#row > div#column > div.icon > img div#row > div#column > div.icon > img |
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.
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 |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge | |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
| Topics | /prebid/builds/10.20.0/9e4ea3269c5e6582f5204a4334d73fad50... line 11, col 98167 |
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 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 422 () |
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
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#row > div#column > div.icon > img div#row > div#column > div.icon > img |
div#row > div#column > div.icon > img div#row > div#column > div.icon > img |
div#row > div#column > div.icon > img div#row > div#column > div.icon > img |
div#row > div#column > div.icon > img div#row > div#column > div.icon > img |
div#row > div#column > div.icon > img div#row > div#column > div.icon > img |
div#row > div#column > div.icon > img div#row > div#column > div.icon > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.