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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| /pagead/managed/js/adsense/m202607060101/show_ads_impl_fy... | 1209600.0 s | 165.1 KiB |
| sitevalue.net/js/jquery.min.js | 43200.0 s | 31.0 KiB |
| sitevalue.net/css/bootstrap.yeti.min.css | 43200.0 s | 25.5 KiB |
| sitevalue.net/js/bootstrap.bundle.min.js | 43200.0 s | 22.1 KiB |
| sitevalue.net/cdn-cgi/challenge-platform/h/g/scripts/jsd/73f5d73b1f13/main.js? | 14400.0 s | 9.9 KiB |
| sitevalue.net/css/fontawesome.min.css | 43200.0 s | 13.1 KiB |
| /beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e178179150... | 86400.0 s | 11.3 KiB |
| sitevalue.net/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js | 172788.0 s | 4.4 KiB |
| sitevalue.net/js/cookieconsent.latest.min.js | 43200.0 s | 2.4 KiB |
| sitevalue.net/js/base.js?v=0.1 | 43200.0 s | 1.6 KiB |
| sitevalue.net/css/app.css | 43200.0 s | 1.6 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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 |
|---|---|---|
| sitevalue.net/css/app.css | 1.6 KiB | 761 ms |
| sitevalue.net/css/fontawesome.min.css | 13.1 KiB | 1.2 s |
| sitevalue.net/css/bootstrap.yeti.min.css | 25.5 KiB | 1.4 s |
| /css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;... | 2.6 KiB | 810 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 | |
|---|---|---|---|
animesuge.ing div.col > div.card > a > img#thumb_89746 | api.pagepeeker.com/v2/thumbs.php?size=l&url=animesuge.ing | 33.7 KiB | 16.1 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.
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 |
|---|---|---|
| sitevalue.net/css/bootstrap.yeti.min.css | 25.0 KiB | 23.4 KiB |
| sitevalue.net/css/fontawesome.min.css | 12.6 KiB | 12.6 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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /pagead/managed/js/adsense/m202607060101/show_ads_impl_fy... | 165.1 KiB | 123.5 KiB |
| /pagead/js/adsbygoogle.js?client=ca-pub-3117042864592570 | 54.5 KiB | 28.8 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 |
|---|---|---|---|
| sitevalue.net/cdn-cgi/challenge-platform/scripts/jsd/main.js | 791 ms | 756 ms | 14 ms |
| sitevalue.net/ | 602 ms | 48 ms | 2.9 ms |
| /pagead/managed/js/adsense/m202607060101/show_ads_impl_fy... | 445 ms | 333 ms | 74 ms |
| sitevalue.net/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js | 358 ms | 272 ms | 6.4 ms |
| Unattributable | 348 ms | 11 ms | 0.0 ms |
| /pagead/js/adsbygoogle.js?client=ca-pub-3117042864592570 | 136 ms | 109 ms | 22 ms |
| /beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e178179150... | 72 ms | 55 ms | 4.8 ms |
| ep2.adtrafficquality.google/sodar/sodar2.js | 63 ms | 55 ms | 3.4 ms |
| sitevalue.net/js/jquery.min.js | 57 ms | 40 ms | 13 ms |
| /turnstile/v0/api.js?render=explicit&onload=turnstile_loa... | 55 ms | 43 ms | 10 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 | 1.8 s |
| Other | 599 ms |
| Style & Layout | 357 ms |
| Script Parsing & Compilation | 168 ms |
| Rendering | 75 ms |
| Parse HTML & CSS | 62 ms |
| Garbage Collection | 18 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 |
|---|---|
| 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 |
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 | |
|---|---|
codearena.space div.col > div.card > a > img#thumb_89748 | api.pagepeeker.com/v2/thumbs.php?size=l&url=codearena.space |
beavercheck.com div.col > div.card > a > img#thumb_89747 | api.pagepeeker.com/v2/thumbs.php?size=l&url=beavercheck.com |
animesuge.ing div.col > div.card > a > img#thumb_89746 | api.pagepeeker.com/v2/thumbs.php?size=l&url=animesuge.ing |
cichlidwarehouse.co.za div.col > div.card > a > img#thumb_89745 | api.pagepeeker.com/v2/thumbs.php?size=l&url=cichlidwarehouse.co.za |
piastrix.site div.col > div.card > a > img#thumb_89744 | api.pagepeeker.com/v2/thumbs.php?size=l&url=piastrix.site |
officeox.com div.col > div.card > a > img#thumb_89743 | api.pagepeeker.com/v2/thumbs.php?size=l&url=officeox.com |
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 |
|---|
This website uses cookies to ensure you get the best experience on our website.… body > div.cc_banner-wrapper > div.cc_banner > p.cc_message |
Learn more div.cc_banner-wrapper > div.cc_banner > p.cc_message > a.cc_more_info |
SiteValue div.d-flex > nav.navbar > div.container > a.navbar-brand |
div.form-group > div.input-group > span.input-group-append > input#submit div.form-group > div.input-group > span.input-group-append > input#submit |
89,607 div.row > div.col-md-6 > p > span.badge |
Explore more div.col > div.card > div.card-body > a.btn |
Explore more div.col > div.card > div.card-body > a.btn |
Explore more div.col > div.card > div.card-body > a.btn |
Explore more div.col > div.card > div.card-body > a.btn |
Explore more div.col > div.card > div.card-body > a.btn |
Explore more div.col > div.card > div.card-body > a.btn |
Website Worth Calculator div.col-md-8 > p.text-muted > strong > a |
Privacy Policy div.col-md-4 > ul > li > a |
Terms and Conditions div.col-md-4 > ul > li > a |
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 |
|---|
Learn more div.cc_banner-wrapper > div.cc_banner > p.cc_message > a.cc_more_info |
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 |
|---|
codearena.space div.row > div.col > div.card > h3.card-header |
These are opportunities to improve keyboard navigation in your application.
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 | |
|---|---|---|---|---|
codearena.space div.col > div.card > a > img#thumb_89748 | api.pagepeeker.com/v2/thumbs.php?size=l&url=codearena.space | 380 x 285 | 400 x 300 | 570 x 428 |
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 |
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 |
|---|---|
| sitevalue.net/en/privacy-policy | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.