Mobile 375 × 812

Desktop 1440 × 900

Score: 73 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Missing signals may be hurting your search visibility.
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.
Cookie 'session' is missing the Secure flag
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.
32 third-party resources (95% of weight)
Performance issues directly impact user engagement and conversion rates.
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/1f0c3ba8-c468-4a21-8bb5-da7429b6585b)<a href="https://beavercheck.com/results/1f0c3ba8-c468-4a21-8bb5-da7429b6585b"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fpinshape.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fpinshape.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 9.5s 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.
7 barrier(s) likely increasing bounce by ~26%.
Page takes 9.5s to load
+12% bounceUsers abandon at ~3s — you're 7.0s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
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 → $6,112/month returns + USD 150,000 risk avoided
$400
4h · 5 findings
$6,112 /mo
~$73,348 / year
USD 150,000
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
$12,501 / month at risk
~$150,009 / year if left unfixed
$150,000
$0.74 /mo
9271.8 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 4 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.
2.61 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
9.47 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
38 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.
6.85 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.
10.07 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.
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.
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.
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 | |
|---|---|---|---|
Thin Man div.card > a.text-decoration-none > div.position-relative > img.card-img-top | /uploads/image/file/23403/container_thin-man-3d-printing-... | 377.3 KiB | 356.7 KiB |
Valkyrie Reckon model div.card > a.text-decoration-none > div.position-relative > img.card-img-top | /uploads/image/file/42514/container_valkyrie-reckon-model... | 365.1 KiB | 340.6 KiB |
Printable Terrains - Dungeon Pack 1 div.card > a.text-decoration-none > div.position-relative > img.card-img-top | /uploads/image/file/558527/container_printable-terrains-d... | 296.8 KiB | 272.3 KiB |
Electric Pokemon Card Stand div.card > a.text-decoration-none > div.position-relative > img.card-img-top | /uploads/image/file/478971/container_electric-pokemon-car... | 267.9 KiB | 243.4 KiB |
plastic knife model div.card > a.text-decoration-none > div.position-relative > img.card-img-top | /uploads/image/file/69454/container_plastic-knife-model-3... | 225.9 KiB | 206.0 KiB |
Ghost with sunglasses div.card > a.text-decoration-none > div.position-relative > img.card-img-top | /uploads/image/file/492918/container_ghost-with-sunglasse... | 192.6 KiB | 174.2 KiB |
The Eiffel Tower Miniature div.card > a.text-decoration-none > div.position-relative > img.card-img-top | /uploads/image/file/2686/container_the-eiffel-tower-minia... | 188.5 KiB | 167.8 KiB |
Iron Man Mark 7 div.card > a.text-decoration-none > div.position-relative > img.card-img-top | /uploads/image/file/87850/container_iron-man-mark-7-3d-pr... | 166.8 KiB | 147.8 KiB |
Keichain / Smartphone Stand Cat div.card > a.text-decoration-none > div.position-relative > img.card-img-top | /uploads/image/file/84046/container_keichain-smartphone-s... | 99.6 KiB | 78.4 KiB |
Standard Of Ur div.d-flex > small.text-muted > a.text-decoration-none > img.rounded-circle | assets.pinshape.com/uploads/user/avatar/1085604/Ur_Render.png | 61.3 KiB | 61.2 KiB |
RPGfigures div.d-flex > small.text-muted > a.text-decoration-none > img.rounded-circle | assets.pinshape.com/uploads/user/avatar/5236552/Avatar.png | 51.7 KiB | 51.6 KiB |
Low Poly Giraffe div.card > a.text-decoration-none > div.position-relative > img.card-img-top | /uploads/image/file/28104/container_low-poly-giraffe-3d-p... | 68.0 KiB | 47.3 KiB |
Tortoise Keychain / Smartphone Stand div.card > a.text-decoration-none > div.position-relative > img.card-img-top | /uploads/image/file/139166/container_tortoise-keychain-sm... | 56.3 KiB | 37.0 KiB |
Night647 div.d-flex > small.text-muted > a.text-decoration-none > img.rounded-circle | assets.pinshape.com/uploads/user/avatar/29621/metroid.gif | 32.7 KiB | 32.4 KiB |
nakwada div.d-flex > small.text-muted > a.text-decoration-none > img.rounded-circle | assets.pinshape.com/uploads/user/avatar/89122/rounded.png | 21.2 KiB | 21.2 KiB |
Poop Emoji Keychain div.card > a.text-decoration-none > div.position-relative > img.card-img-top | /uploads/image/file/31481/container_poop-emoji-keychain-3... | 33.4 KiB | 20.7 KiB |
Lego Storm Trooper Blaster div.card > a.text-decoration-none > div.position-relative > img.card-img-top | /uploads/image/file/21237/container_lego-storm-trooper-bl... | 30.2 KiB | 20.6 KiB |
Darth Vader bust - Easy print div.card > a.text-decoration-none > div.position-relative > img.card-img-top | /uploads/image/file/77630/container_darth-vader-bust-easy... | 32.3 KiB | 20.2 KiB |
Sonia Verdu div.d-flex > small.text-muted > a.text-decoration-none > img.rounded-circle | assets.pinshape.com/uploads/user/avatar/45968/sonia_verdu.jpg | 16.5 KiB | 16.4 KiB |
bchan div.d-flex > small.text-muted > a.text-decoration-none > img.rounded-circle | /uploads/user/avatar/95616/251274_868765444928_1831484348... | 11.3 KiB | 11.2 KiB |
steven_dakh div.col-12 > div.d-flex > a.text-decoration-none > img.rounded-circle | /uploads/user/avatar/14966/10363871_10100210846434665_128... | 11.5 KiB | 11.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.
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 |
|---|---|---|
| cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css | 32.5 KiB | 30.3 KiB |
| cdn.jsdelivr.net/npm/bootstrap-icons@1.10.0/font/bootstrap-icons.css | 12.7 KiB | 12.6 KiB |
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 |
|---|---|---|
| pinshape.com/static/js/global-moderation.js | 5.6 KiB | 3.0 KiB |
| pinshape.com/static/js/ad-management.js | 3.9 KiB | 2.1 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.
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.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.d-lg-none > div.d-flex > form.d-flex > button.btn div.d-lg-none > div.d-flex > form.d-flex > button.btn |
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.
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 |
|---|
Join div.d-flex > div.me-3 > div.d-flex > a.btn |
Browse div.container > div.d-lg-none > div.d-flex > a.btn |
32.99 USD div.col-lg-3 > div.card > div.card-body > div.item-price |
View Product div.col-lg-3 > div.card > div.card-body > a.item-link |
Past Contests | Privacy Policy | Terms of Use div.container > div.row > div.col-md-12 > p.text-muted |
Copyright © 2026 MatterHackers, Inc. All rights reserved. div.container > div.row > div.col-md-12 > p.text-muted |
Learn more div#cookie-consent-banner > div.cookie-consent-content > div.cookie-consent-text > a |
Decline div#cookie-consent-banner > div.cookie-consent-content > div.cookie-consent-buttons > button#cookie-consent-decline |
Accept div#cookie-consent-banner > div.cookie-consent-content > div.cookie-consent-buttons > button#cookie-consent-accept |
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 |
|---|
MatterHackers div.row > div.col-md-12 > p.text-muted > a.text-decoration-none |
These are opportunities to improve the legibility of your content.
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 |
|---|
Ghost with sunglasses div.card > div.card-body > a.text-decoration-none > h5.card-title |
Keichain / Smartphone Stand Cat div.card > div.card-body > a.text-decoration-none > h5.card-title |
Low Poly Giraffe div.card > div.card-body > a.text-decoration-none > h5.card-title |
Valkyrie Reckon model div.card > div.card-body > a.text-decoration-none > h5.card-title |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
Gold Red Green Silky MH Build Series Magic PLA Filament - 1.75mm (1kg)
MH Buil… div.col-lg-3 > div.card > div.card-body > a.item-link |
View Product div.col-lg-3 > div.card > div.card-body > a.item-link |
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 |
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| pinshape.com/privacy-policy | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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.
998 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.37 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.012
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.36 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.
2.38 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.
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 | |
|---|---|---|---|
Thin Man div.card > a.text-decoration-none > div.position-relative > img.card-img-top | /uploads/image/file/23403/container_thin-man-3d-printing-... | 377.3 KiB | 367.9 KiB |
Valkyrie Reckon model div.card > a.text-decoration-none > div.position-relative > img.card-img-top | /uploads/image/file/42514/container_valkyrie-reckon-model... | 365.1 KiB | 354.0 KiB |
Printable Terrains - Dungeon Pack 1 div.card > a.text-decoration-none > div.position-relative > img.card-img-top | /uploads/image/file/558527/container_printable-terrains-d... | 296.8 KiB | 285.7 KiB |
Electric Pokemon Card Stand div.card > a.text-decoration-none > div.position-relative > img.card-img-top | /uploads/image/file/478971/container_electric-pokemon-car... | 267.9 KiB | 256.8 KiB |
plastic knife model div.card > a.text-decoration-none > div.position-relative > img.card-img-top | /uploads/image/file/69454/container_plastic-knife-model-3... | 225.9 KiB | 216.9 KiB |
Ghost with sunglasses div.card > a.text-decoration-none > div.position-relative > img.card-img-top | /uploads/image/file/492918/container_ghost-with-sunglasse... | 192.6 KiB | 184.2 KiB |
The Eiffel Tower Miniature div.card > a.text-decoration-none > div.position-relative > img.card-img-top | /uploads/image/file/2686/container_the-eiffel-tower-minia... | 188.5 KiB | 179.1 KiB |
Iron Man Mark 7 div.card > a.text-decoration-none > div.position-relative > img.card-img-top | /uploads/image/file/87850/container_iron-man-mark-7-3d-pr... | 166.8 KiB | 158.2 KiB |
Keichain / Smartphone Stand Cat div.card > a.text-decoration-none > div.position-relative > img.card-img-top | /uploads/image/file/84046/container_keichain-smartphone-s... | 99.6 KiB | 90.0 KiB |
Standard Of Ur div.d-flex > small.text-muted > a.text-decoration-none > img.rounded-circle | assets.pinshape.com/uploads/user/avatar/1085604/Ur_Render.png | 61.3 KiB | 61.2 KiB |
Low Poly Giraffe div.card > a.text-decoration-none > div.position-relative > img.card-img-top | /uploads/image/file/28104/container_low-poly-giraffe-3d-p... | 68.0 KiB | 58.6 KiB |
RPGfigures div.d-flex > small.text-muted > a.text-decoration-none > img.rounded-circle | assets.pinshape.com/uploads/user/avatar/5236552/Avatar.png | 51.7 KiB | 51.6 KiB |
Tortoise Keychain / Smartphone Stand div.card > a.text-decoration-none > div.position-relative > img.card-img-top | /uploads/image/file/139166/container_tortoise-keychain-sm... | 56.3 KiB | 47.6 KiB |
Night647 div.d-flex > small.text-muted > a.text-decoration-none > img.rounded-circle | assets.pinshape.com/uploads/user/avatar/29621/metroid.gif | 32.7 KiB | 32.4 KiB |
Poop Emoji Keychain div.card > a.text-decoration-none > div.position-relative > img.card-img-top | /uploads/image/file/31481/container_poop-emoji-keychain-3... | 33.4 KiB | 27.6 KiB |
Darth Vader bust - Easy print div.card > a.text-decoration-none > div.position-relative > img.card-img-top | /uploads/image/file/77630/container_darth-vader-bust-easy... | 32.3 KiB | 26.9 KiB |
nakwada div.d-flex > small.text-muted > a.text-decoration-none > img.rounded-circle | assets.pinshape.com/uploads/user/avatar/89122/rounded.png | 21.2 KiB | 21.2 KiB |
Lego Storm Trooper Blaster div.card > a.text-decoration-none > div.position-relative > img.card-img-top | /uploads/image/file/21237/container_lego-storm-trooper-bl... | 30.2 KiB | 20.6 KiB |
WallTosh div.d-flex > small.text-muted > a.text-decoration-none > img.rounded-circle | assets.pinshape.com/uploads/user/avatar/16136/WT-logo2.jpg | 16.7 KiB | 16.6 KiB |
Sonia Verdu div.d-flex > small.text-muted > a.text-decoration-none > img.rounded-circle | assets.pinshape.com/uploads/user/avatar/45968/sonia_verdu.jpg | 16.5 KiB | 16.4 KiB |
Makeup Orangizer div.card > a.text-decoration-none > div.position-relative > img.card-img-top | /uploads/image/file/31498/container_makeup-orangizer-3d-p... | 16.8 KiB | 13.9 KiB |
bchan div.d-flex > small.text-muted > a.text-decoration-none > img.rounded-circle | /uploads/user/avatar/95616/251274_868765444928_1831484348... | 11.3 KiB | 11.2 KiB |
steven_dakh div.col-12 > div.d-flex > a.text-decoration-none > img.rounded-circle | /uploads/user/avatar/14966/10363871_10100210846434665_128... | 11.5 KiB | 11.1 KiB |
Translucent Purple MH Build Series PLA Filament - 1.75mm (1kg) div.card > a.item-link > div.position-relative > img.card-img-top | /g/Z3M6Ly9taC1wcm9kdWN0LWltYWdlcy9wcm9kLzk5ODBiMmNmLWJmY2... | 10.1 KiB | 6.2 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 |
|---|---|---|
| pinshape.com/static/css/pinshape-interactions.css | 3.9 KiB | 357 ms |
| pinshape.com/static/css/pinshape-components.css | 4.1 KiB | 357 ms |
| pinshape.com/static/css/pinshape-items.css | 2.8 KiB | 357 ms |
| pinshape.com/static/css/cookie-consent-banner.css | 1.2 KiB | 357 ms |
| pinshape.com/static/css/pinshape-base.css | 3.4 KiB | 240 ms |
| pinshape.com/static/css/item-widget.css | 1011 B | 357 ms |
| pinshape.com/static/css/collections.css | 1.4 KiB | 357 ms |
| pinshape.com/static/css/moderation-dropdown.css | 834 B | 357 ms |
| pinshape.com/static/css/critical-layout.css | 803 B | 357 ms |
| cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css | 32.9 KiB | 441 ms |
| cdn.jsdelivr.net/npm/bootstrap-icons@1.10.0/font/bootstrap-icons.css | 12.8 KiB |
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 |
|---|---|
| /npm/bootstrap-icons@1.10.0/font/fonts/bootstrap-icons.wo... | 5.0 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css | 32.5 KiB | 30.1 KiB |
| cdn.jsdelivr.net/npm/bootstrap-icons@1.10.0/font/bootstrap-icons.css | 12.7 KiB | 12.6 KiB |
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 |
|---|---|---|
| pinshape.com/static/js/global-moderation.js | 5.6 KiB | 3.0 KiB |
| pinshape.com/static/js/ad-management.js | 3.9 KiB | 2.1 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.
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.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.container > div.d-none > form.d-flex > button.btn div.container > div.d-none > form.d-flex > button.btn |
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.
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 |
|---|
Join Free div.d-none > ul.navbar-nav > li.nav-item > a.btn |
22.99 USD div.col-lg-3 > div.card > div.card-body > div.item-price |
View Product div.col-lg-3 > div.card > div.card-body > a.item-link |
Past Contests | Privacy Policy | Terms of Use div.container > div.row > div.col-md-12 > p.text-muted |
Copyright © 2026 MatterHackers, Inc. All rights reserved. div.container > div.row > div.col-md-12 > p.text-muted |
Decline div#cookie-consent-banner > div.cookie-consent-content > div.cookie-consent-buttons > button#cookie-consent-decline |
Accept div#cookie-consent-banner > div.cookie-consent-content > div.cookie-consent-buttons > button#cookie-consent-accept |
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 |
|---|
MatterHackers div.row > div.col-md-12 > p.text-muted > a.text-decoration-none |
These are opportunities to improve the legibility of your content.
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 |
|---|
Ghost with sunglasses div.card > div.card-body > a.text-decoration-none > h5.card-title |
Keichain / Smartphone Stand Cat div.card > div.card-body > a.text-decoration-none > h5.card-title |
Low Poly Giraffe div.card > div.card-body > a.text-decoration-none > h5.card-title |
Valkyrie Reckon model div.card > div.card-body > a.text-decoration-none > h5.card-title |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
Translucent Purple MH Build Series PLA Filament - 1.75mm (1kg)
MH Build Series… div.col-lg-3 > div.card > div.card-body > a.item-link |
View Product div.col-lg-3 > div.card > div.card-body > a.item-link |
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 |
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| pinshape.com/privacy-policy | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback