Mobile 375 × 812

Desktop 1440 × 900

Score: 74 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
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.
76 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
Cross-Origin-Embedder-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
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/8829b880-a8e5-4019-ac1d-97cf6f7d9895)<a href="https://beavercheck.com/results/8829b880-a8e5-4019-ac1d-97cf6f7d9895"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fmyminifactory.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fmyminifactory.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 14.4s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~28%.
Page takes 14.4s to load
+12% bounceUsers abandon at ~3s — you're 11.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 546ms after first paint
Fix: Defer third-party scripts and split large bundles
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
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$400 investment → $12/month returns + USD 157,500 risk avoided
$400
4h · 5 findings
$12 /mo
~$149 / year
USD 157,500
if kept compliant
$200 — 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.0 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
+4 more
$0.55 /mo
6859.7 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 3 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.
6.65 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
14.39 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
546 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.
8.15 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.
15.57 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.
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.
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 |
|---|---|---|
| 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.
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 |
|---|
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.
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.
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.
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.
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 |
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.
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.
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.
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.23 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.52 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
20 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.009
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.98 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.
4.08 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.
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.
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 | |
|---|---|---|---|
Red Rock Gaming Mat: 44in x 90in div.sc-bXdtCk > div.sc-bXdtCk > a > img.sc-kDXjwZ | /insecure/resizing_type:fill-down/enlarge:true/height:600... | 56.0 KiB | 51.5 KiB |
Red Rock Gaming Mat: 44in x 60in div.sc-bXdtCk > div.sc-bXdtCk > a > img.sc-kDXjwZ | /insecure/resizing_type:fill-down/enlarge:true/height:600... | 56.0 KiB | 51.5 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... | 109.7 KiB | 51.1 KiB |
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.8 KiB |
THE HEXLOC - Creative Hub div.sc-bXdtCk > div.sc-bXdtCk > a > img.sc-kDXjwZ | /insecure/resizing_type:fill-down/enlarge:true/height:600... | 49.0 KiB | 46.8 KiB |
Rustmonger Sandstormer Assault Carrier/Dune Breaker Multikit div.sc-bXdtCk > div.sc-bXdtCk > a > img.sc-kDXjwZ | /insecure/resizing_type:fill-down/enlarge:true/height:600... | 49.7 KiB | 44.8 KiB |
Retracting Scroll | Fantasy Prop div.sc-bXdtCk > div.sc-bXdtCk > a > img.sc-kDXjwZ | /insecure/resizing_type:fill-down/enlarge:true/height:600... | 50.0 KiB | 43.2 KiB |
Samucrab / Claw Hugger Samurai / Water Ronin / Asian Sea Creature / Underwater … div.sc-bXdtCk > div.sc-bXdtCk > a > img.sc-kDXjwZ | /insecure/resizing_type:fill-down/enlarge:true/height:600... | 47.9 KiB | 43.2 KiB |
The Face of Evil [presupported] div.sc-bXdtCk > div.sc-bXdtCk > a > img.sc-kDXjwZ | /insecure/resizing_type:fill-down/enlarge:true/height:600... | 53.7 KiB | 40.8 KiB |
Samucrab Attack / 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... | 44.4 KiB | 40.0 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:1520... | 142.9 KiB | 36.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: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 | 32.1 KiB |
Flexi Factory Skeleton Raptor Dinosaur (Velociraptor) with XXL and 3MF Included! div.sc-bXdtCk > div.sc-bXdtCk > a > img.sc-kDXjwZ | /insecure/resizing_type:fill-down/enlarge:true/height:600... | 39.7 KiB | 30.1 KiB |
Trench Crusade Tribe banner div > a > picture > img | /insecure/resizing_type:fill-down/enlarge:true/plain/http... | 40.4 KiB | 29.1 KiB |
Townsfolk Woman - D (Villagers & Townsfolk Vol.1) div.sc-bXdtCk > div.sc-bXdtCk > a > img.sc-kDXjwZ | /insecure/resizing_type:fill-down/enlarge:true/height:600... | 38.3 KiB | 29.1 KiB |
Flexi Factory Skeleton Dilophosaurus with 3MF and XL Versions included! div.sc-bXdtCk > div.sc-bXdtCk > a > img.sc-kDXjwZ | /insecure/resizing_type:fill-down/enlarge:true/height:600... | 31.6 KiB | 24.0 KiB |
🥣✨ Cereal Bowl Fidget Clicker ✨🥣 div.sc-bXdtCk > div.sc-bXdtCk > a > img.sc-kDXjwZ | /insecure/resizing_type:fill-down/enlarge:true/height:600... | 31.0 KiB | 23.5 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... | 52.6 KiB | 19.6 KiB |
Chaos Wastelands - Body Pile Unit Filler div.sc-bXdtCk > div.sc-bXdtCk > a > img.sc-kDXjwZ | /insecure/resizing_type:fill-down/enlarge:true/height:600... | 21.5 KiB | 19.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 |
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 |
MC-01 Blasting Hermit Crab Mech div.sc-bXdtCk > div.sc-bXdtCk > a > img.sc-kDXjwZ | /insecure/resizing_type:fill-down/enlarge:true/height:600... | 20.5 KiB | 15.5 KiB |
Articulated Armadillo div.sc-bXdtCk > div.sc-bXdtCk > a > img.sc-kDXjwZ | /insecure/resizing_type:fill-down/enlarge:true/height:600... | 20.2 KiB | 15.3 KiB |
Terrainify div.sc-bXdtCk > div.sc-bXdtCk > a.creator-link > img.sc-ljKisr | /insecure/rt:fill-down/w:200/h:200/el:1/plain/https://dl4... | 13.3 KiB | 13.0 KiB |
Hartolia Miniatures div.sc-bXdtCk > a > div.sc-bXdtCk > img.sc-ljKisr | /insecure/rt:fill-down/w:200/h:200/el:1/plain/https://dl4... | 11.8 KiB | 11.0 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... | 56.0 KiB | 10.6 KiB |
Admiral Apocalypse div.sc-bXdtCk > a > div.sc-bXdtCk > img.sc-ljKisr | /insecure/rt:fill-down/w:200/h:200/el:1/plain/https://dl4... | 9.8 KiB | 8.9 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... | 66.9 KiB | 8.3 KiB |
onepagerules div.sc-gnqCJb > 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 |
Mad's Minis div.sc-bXdtCk > a > div.sc-bXdtCk > img.sc-ljKisr | /insecure/rt:fill-down/w:200/h:200/el:1/plain/https://dl4... | 8.0 KiB | 7.2 KiB |
Flexi Factory div.sc-bXdtCk > a > div.sc-bXdtCk > img.sc-ljKisr | /insecure/rt:fill-down/w:200/h:200/el:1/plain/https://dl4... | 7.2 KiB | 6.3 KiB |
Miniatures of Madness div.sc-bXdtCk > a > div.sc-bXdtCk > img.sc-ljKisr | /insecure/rt:fill-down/w:200/h:200/el:1/plain/https://dl4... | 7.0 KiB | 6.1 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... | 64.1 KiB | 5.5 KiB |
Moonlight Minis- Christine Van Patten div.sc-bXdtCk > a > div.sc-bXdtCk > img.sc-ljKisr | /insecure/rt:fill-down/w:200/h:200/el:1/plain/https://dl4... | 6.2 KiB | 5.4 KiB |
Reconquer Designs div.sc-bXdtCk > a > div.sc-bXdtCk > img.sc-ljKisr | /insecure/rt:fill-down/w:200/h:200/el:1/plain/https://dl4... | 6.2 KiB | 5.4 KiB |
Cast n Play 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 |
claudiocasiniart div.sc-bXdtCk > div.sc-bXdtCk > div.sc-bXdtCk > img.sc-ljKisr | /insecure/rt:fill-down/w:200/h:200/el:1/plain/https://dl4... | 4.6 KiB | 4.3 KiB |
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 | 518 B | 66 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 | 288 ms |
| www.myminifactory.com/js/build/base-template.61b8562d.css | 9.3 KiB | 195 ms |
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 |
|---|---|---|
| /cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/... | 14400.0 s | 13.0 KiB |
| cdn.mouseflow.com/projects/d6187de9-2b2e-4a45-bea1-20943c91c0c2.js | 86400.0 s | 18.9 KiB |
| dl4.myminifactory.com/public-assets/cms/dynamic_ads/paizotb1-69e8c2370d4e8.jpg | 0.0 ms | 5.3 KiB |
| /cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader... | 2874.0 s | 4.2 KiB |
| dl.myminifactory.com/uploads/profile-images/profile-default.jpg | 1209600.0 s | 4.9 KiB |
| /plugins/HeatmapSessionRecording/configs.php?idsite=1&tra... | 0.0 ms | 413 B |
| /a?v=3&t=l&pid=1312828447&rv=64k0&tag_exp=0~115616986~115... | 0.0 ms | 11 B |
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/ | 298 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.
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 |
|---|---|---|
| www.myminifactory.com/js/build/homepage.6f4c5fde.js | 386.1 KiB | 229.3 KiB |
| www.myminifactory.com/js/build/base-template.0cdd960d.js | 204.5 KiB | 93.5 KiB |
| www.googletagmanager.com/gtag/js?id=G-ZPV6BRC3CZ&cx=c>m=4e64k0h1 | 172.2 KiB | 67.5 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 |
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 | |
|---|---|
MyMiniFactory logo div.footerInner > div.footer__top > 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.
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 |
|---|
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.
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 |
|---|
MyMiniFactory div > a > div.logo-text > p |
DARE TO BE HUMAN div > a > div.logo-text > p |
PRINTED & DELIVERED div.navigation-big-root-container > div.navigation-big-container > a.link > p |
LOGIN div > div > div.mmf-user-menu-container > button |
$32.99 section.sc-fiuFiy > div.sc-bXdtCk > div.sc-bXdtCk > p.sc-dYttxY |
$3.99 section.sc-fiuFiy > div.sc-bXdtCk > div.sc-bXdtCk > p.sc-dYttxY |
$25.99 section.sc-fiuFiy > div.sc-bXdtCk > div.sc-bXdtCk > p.sc-dYttxY |
$35.00 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.49 section.sc-fiuFiy > div.sc-bXdtCk > div.sc-bXdtCk > p.sc-dYttxY |
$3.99 section.sc-fiuFiy > div.sc-bXdtCk > div.sc-bXdtCk > p.sc-dYttxY |
$5.99 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 |
$38.35 $19.95 section.sc-fiuFiy > div.sc-bXdtCk > div.sc-bXdtCk > p.sc-dYttxY |
48% off div.sc-bXdtCk > div.sc-bXdtCk > p.sc-ExNgL > span |
$4.49 section.sc-fiuFiy > div.sc-bXdtCk > div.sc-bXdtCk > p.sc-dYttxY |
$4.40 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 |
$6.50 section.sc-fiuFiy > div.sc-bXdtCk > div.sc-bXdtCk > p.sc-dYttxY |
$5.50 section.sc-fiuFiy > div.sc-bXdtCk > div.sc-bXdtCk > p.sc-dYttxY |
$2.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 |
$7.50 section.sc-fiuFiy > div.sc-bXdtCk > div.sc-bXdtCk > p.sc-dYttxY |
$3.00 section.sc-fiuFiy > div.sc-bXdtCk > div.sc-bXdtCk > p.sc-dYttxY |
$4.99 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 |
$15.00 section.sc-fiuFiy > div.sc-bXdtCk > div.sc-bXdtCk > p.sc-dYttxY |
$2.95 section.sc-fiuFiy > div.sc-bXdtCk > div.sc-bXdtCk > p.sc-dYttxY |
$4.50 section.sc-fiuFiy > div.sc-bXdtCk > div.sc-bXdtCk > p.sc-dYttxY |
$5.00 section.sc-fiuFiy > div.sc-bXdtCk > div.sc-bXdtCk > p.sc-dYttxY |
$12.99 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 |
$38.35 $19.95 section.sc-fiuFiy > div.sc-bXdtCk > div.sc-bXdtCk > p.sc-dYttxY |
48% off div.sc-bXdtCk > div.sc-bXdtCk > p.sc-ExNgL > span |
$2.95 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 |
$2.95 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 |
Copyright, MyMiniFactory, 2026 / 51-53 Rivington Street, London, EC2A 3QN, Unit… div.footer__container > div.footerInner > div.footer__bottom > p.footer__company-address |
Help/FAQ div.footerInner > div.footer__bottom > div.footer__link-wrapper > a.footer__bottom-link |
T&C div.footerInner > div.footer__bottom > div.footer__link-wrapper > a.footer__bottom-link |
Privacy Policy div.footerInner > div.footer__bottom > div.footer__link-wrapper > a.footer__bottom-link |
Sitemap div.footerInner > div.footer__bottom > div.footer__link-wrapper > a.footer__bottom-link |
Advertize div.footerInner > div.footer__bottom > div.footer__link-wrapper > a.footer__bottom-link |
These are opportunities to improve the legibility of your content.
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.footer__link-wrapper > div.footer__subscription-wrapper > form#mc-embedded-subscribe-form > input#mce-EMAIL div.footer__link-wrapper > div.footer__subscription-wrapper > form#mc-embedded-subscribe-form > input#mce-EMAIL |
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.
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.
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:150/... | 1310 x 524 | 150 x 60 | 1310 x 524 |
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.
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.
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.
Send Feedback