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.
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.
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 |
|---|---|---|
| fonts.googleapis.com/css2?family=Suez+One&display=swap | 541 B | 177 ms |
| fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap | 698 B | |
| /css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,4... | 1.2 KiB | 836 ms |
| www.myminifactory.com/js/build/base-template.61b8562d.css | 9.2 KiB |
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.
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 | |
|---|---|---|---|
Universal Guard - AFV div.sc-bXdtCk > div.sc-bXdtCk > a > img.sc-kDXjwZ | /insecure/resizing_type:fill-down/enlarge:true/height:600... | 52.9 KiB | 47.4 KiB |
div.sc-bXdtCk > div.sc-bXdtCk > a > div.sc-fIQtvO div.sc-bXdtCk > div.sc-bXdtCk > a > div.sc-fIQtvO | /insecure/resizing_type:fill-down/enlarge:true/height:550... | 123.4 KiB | 35.8 KiB |
Samucrab Kungfu / Claw Hugger Samurai / Water Ronin / Asian Sea Creature / Unde… div.sc-bXdtCk > div.sc-bXdtCk > a > img.sc-kDXjwZ | /insecure/resizing_type:fill-down/enlarge:true/height:600... | 42.3 KiB | 31.3 KiB |
div.sc-bXdtCk > div.sc-bXdtCk > a > div.sc-fIQtvO div.sc-bXdtCk > div.sc-bXdtCk > a > div.sc-fIQtvO | /insecure/resizing_type:fill-down/enlarge:true/height:600... | 77.5 KiB | 18.9 KiB |
Trench Crusade Tribe banner div > a > picture > img | /insecure/resizing_type:fill-down/enlarge:true/plain/http... | 22.1 KiB | 17.7 KiB |
div.sc-bXdtCk > div.sc-bXdtCk > a > div.sc-fIQtvO div.sc-bXdtCk > div.sc-bXdtCk > a > div.sc-fIQtvO | /insecure/resizing_type:fill-down/enlarge:true/height:600... | 50.4 KiB | 17.4 KiB |
div > div > picture.sc-bxWfHM > img.sc-eCiCVF div > div > picture.sc-bxWfHM > img.sc-eCiCVF | /insecure/resizing_type:fill-down/enlarge:true/width:430/... | 46.4 KiB | 16.3 KiB |
onepagerules div > div.sc-bXdtCk > a > img.sc-ljKisr | /insecure/rt:fill-down/w:200/h:200/el:1/plain/https://dl4... | 8.4 KiB | 8.0 KiB |
Anvil Digital Forge div.sc-bXdtCk > a > div.sc-bXdtCk > img.sc-ljKisr | /insecure/rt:fill-down/w:200/h:200/el:1/plain/https://dl4... | 5.5 KiB | 4.8 KiB |
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 |
|---|---|
| myminifactory.com/ | 802 ms |
| www.myminifactory.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.myminifactory.com/js/build/homepage.6f4c5fde.js | 386.2 KiB | 229.2 KiB |
| www.myminifactory.com/js/build/base-template.0cdd960d.js | 204.5 KiB | 93.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-ZPV6BRC3CZ&cx=c>m=4e64k0 | 172.2 KiB | 67.4 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KBRXHQ4 | 132.1 KiB | 64.1 KiB |
| static.myminifactory.com/matomo.js | 48.0 KiB | 23.7 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.myminifactory.com/js/build/base-template.0cdd960d.js | 727 ms | 497 ms | 60 ms |
| www.myminifactory.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 600 ms | 550 ms | 8.1 ms |
| /cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader... | 499 ms | 383 ms | 23 ms |
| Unattributable | 451 ms | 29 ms | 0.0 ms |
| www.myminifactory.com/ | 348 ms | 42 ms | 1.9 ms |
| www.myminifactory.com/js/build/homepage.6f4c5fde.js | 331 ms | 194 ms | 121 ms |
| www.googletagmanager.com/gtag/js?id=G-ZPV6BRC3CZ&cx=c>m=4e64k0 | 308 ms | 261 ms | 38 ms |
| www.googletagmanager.com/gtm.js?id=GTM-KBRXHQ4 | 160 ms | 126 ms | 32 ms |
| js-agent.newrelic.com/nr-spa-1.313.1.min.js | 129 ms | 110 ms | 8.2 ms |
| static.myminifactory.com/matomo.js | 79 ms | 62 ms | 14 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.3 s |
| Other | 631 ms |
| Script Parsing & Compilation | 314 ms |
| Style & Layout | 307 ms |
| Parse HTML & CSS | 82 ms |
| Rendering | 57 ms |
| Garbage Collection | 18 ms |
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 | |
|---|---|
MyMiniFactory logo div.footerInner > div.footer__mobile-bottom > a > img.footer__logo | www.myminifactory.com/images/footer/MMF_footer_logo.svg |
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
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 |
|---|
Cart icon div.mmf-topbar-cart-container > div.mmf-cart-container > a.cart-button-container > i |
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. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
LOGIN div > div > div.mmf-user-menu-container > button |
$32.99 section.sc-fiuFiy > div.sc-bXdtCk > div.sc-bXdtCk > p.sc-dYttxY |
$10.00 section.sc-fiuFiy > div.sc-bXdtCk > div.sc-bXdtCk > p.sc-dYttxY |
$4.90 section.sc-fiuFiy > div.sc-bXdtCk > div.sc-bXdtCk > p.sc-dYttxY |
VIEW ALL div.sc-bXdtCk > div.sc-bXdtCk > a.sc-llIIlC > div.sc-bXdtCk |
$24.00 section.sc-fiuFiy > div.sc-bXdtCk > div.sc-bXdtCk > p.sc-dYttxY |
$1.00 section.sc-fiuFiy > div.sc-bXdtCk > div.sc-bXdtCk > p.sc-dYttxY |
UPCOMING div.sc-gwsNht > div.sc-bXdtCk > div.sc-bXdtCk > span.sc-jMpmlX |
$8.00 section.sc-fiuFiy > div.sc-bXdtCk > div.sc-bXdtCk > p.sc-dYttxY |
NEW div.sc-gwsNht > div.sc-bXdtCk > div.sc-bXdtCk > span.sc-jMpmlX |
VIEW ALL div.sc-bXdtCk > div.sc-bXdtCk > a.sc-llIIlC > div.sc-bXdtCk |
$4.90 section.sc-fiuFiy > div.sc-bXdtCk > div.sc-bXdtCk > p.sc-dYttxY |
Help/FAQ div.footer__container > div.footerInner > div.footer__mobile-top > a.footer__bottom-link |
T&C div.footer__container > div.footerInner > div.footer__mobile-top > a.footer__bottom-link |
Privacy Policy div.footer__container > div.footerInner > div.footer__mobile-top > a.footer__bottom-link |
Sitemap div.footer__container > div.footerInner > div.footer__mobile-top > a.footer__bottom-link |
Advertize div.footer__container > div.footerInner > div.footer__mobile-top > a.footer__bottom-link |
Copyright, MyMiniFactory, 2026 / 51-53 Rivington Street, London, EC2A 3QN, Unit… div.footer__container > div.footerInner > div.footer__mobile-bottom > p.footer__company-address |
These are opportunities to improve the legibility of your content.
Names and labels
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.outer-container > div > div > a div.outer-container > div > div > a |
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
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
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 > div > picture.sc-bxWfHM > img.sc-eCiCVF div > div > picture.sc-bxWfHM > img.sc-eCiCVF | /insecure/resizing_type:fill-down/enlarge:true/width:430/... | 412 x 412 | 430 x 430 | 618 x 618 |
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.
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 |
|---|
ENDING div.sc-bXdtCk > ul.sc-cUpKot > li.sc-eJfVlx > a |
POPULAR div.sc-bXdtCk > ul.sc-cUpKot > li.sc-eJfVlx > a |
COMING SOON div.sc-bXdtCk > ul.sc-cUpKot > li.sc-eJfVlx > a |
PLEDGE MANAGER div.sc-bXdtCk > ul.sc-cUpKot > li.sc-eJfVlx > a |
To appear in search results, crawlers need access to your app.