Mobile 375 × 812

Desktop 1440 × 900

Score: 77 / 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.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Lean and efficient — low environmental impact per visit.
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.
5 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
48 third-party resources (71% of weight)
Performance issues directly impact user engagement and conversion rates.
Cookie 'XSRF-TOKEN' has no SameSite attribute
Security gaps expose your site and users to attacks, eroding trust.
Cookie 'XSRF-TOKEN' is missing the HttpOnly flag
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/a9b974c8-8d39-4b37-95d7-574e107b6455)<a href="https://beavercheck.com/results/a9b974c8-8d39-4b37-95d7-574e107b6455"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fsnapwidget.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fsnapwidget.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 11.8s 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 audience reach.
8 barrier(s) likely increasing bounce by ~30%.
Page takes 11.8s to load
+12% bounceUsers abandon at ~3s — you're 9.3s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.4s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
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
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
5 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
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
7 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€510 investment → €1,391/month returns + EUR 120,500,000 risk avoided
€510
6h · 5 findings
€1,391 /mo
~€16,693 / year
EUR 120,500,000
if kept compliant
€85 — 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.
6.0 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,667 / month at risk
~€120,500,004 / year if left unfixed
€120,500,000
+6 more
€0.29 /mo
3956.2 MB/mo × 0.074 EUR/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 2 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.
4.71 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
11.80 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.38 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.011
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.01 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.
12.53 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.
| URL | Transfer Size | Duration |
|---|---|---|
| snapwidget.com/stylesheets/vendor.min.85050e31e6d3b144.css | 34.7 KiB | 302 ms |
| fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,900,300,600&display=swap | 1.3 KiB | 758 ms |
| snapwidget.com/stylesheets/welcome.min.ae66542eff796a4c.css | 3.5 KiB | |
| snapwidget.com/stylesheets/style.min.0172dc68167803c5.css | 9.6 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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 |
|---|---|---|
| snapwidget.com/stylesheets/vendor.min.85050e31e6d3b144.css | 34.3 KiB | 33.2 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.
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 |
|---|---|---|
| snapwidget.com/js/vendor.min.02abb32c71f92107.js | 130.7 KiB | 76.4 KiB |
| www.googletagmanager.com/gtag/js?id=G-G1PWTEQSL6 | 175.6 KiB | 70.8 KiB |
| www.googletagmanager.com/gtag/js?id=AW-995495471 | 146.8 KiB | 54.2 KiB |
| cdn.paddle.com/paddle/paddle.js | 71.9 KiB | 38.7 KiB |
| us-assets.i.posthog.com/static/array.js | 68.0 KiB | 35.7 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 33.3 KiB |
| us-assets.i.posthog.com/static/surveys.js?v=1.370.1 | 32.1 KiB | 25.7 KiB |
| us-assets.i.posthog.com/static/posthog-recorder.js?v=1.370.1 | 50.8 KiB | 24.3 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 |
|---|---|---|---|
| us-assets.i.posthog.com/static/array.js | 819 ms | 768 ms | 24 ms |
| Unattributable | 656 ms | 39 ms | 0.0 ms |
| snapwidget.com/ | 494 ms | 10 ms | 0.7 ms |
| www.googletagmanager.com/gtag/js?id=AW-995495471 | 391 ms | 330 ms | 58 ms |
| www.googletagmanager.com/gtag/js?id=G-G1PWTEQSL6 | 373 ms | 296 ms | 71 ms |
| snapwidget.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js | 360 ms | 331 ms | 12 ms |
| snapwidget.com/js/vendor.min.02abb32c71f92107.js | 237 ms | 148 ms | 82 ms |
| /signals/config/2743519602640531?v=2.9.303&r=stable&domai... | 174 ms | 146 ms | 27 ms |
| connect.facebook.net/en_US/fbevents.js | 172 ms | 124 ms | 48 ms |
| cdn.paddle.com/paddle/paddle.js | 143 ms | 112 ms | 30 ms |
| cdn.mxpnl.com/libs/mixpanel-2-latest.min.js | 76 ms | 61 ms | 13 ms |
| datafa.st/js/script.js | 60 ms | 54 ms | 2.8 ms |
| static.ads-twitter.com/uwt.js | 53 ms | 44 ms | 6.9 ms |
| us-assets.i.posthog.com/static/posthog-recorder.js?v=1.370.1 | 50 ms | 31 ms | 18 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.6 s |
| Other | 596 ms |
| Style & Layout | 467 ms |
| Script Parsing & Compilation | 460 ms |
| Parse HTML & CSS | 73 ms |
| Rendering | 70 ms |
| Garbage Collection | 43 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 | |
|---|---|
div.widget-card > a.widget-card-container > div.image > img div.widget-card > a.widget-card-container > div.image > img | snapwidget.com/images/widgetcards/tiktokfeed.svg |
div.widget-card > a.widget-card-container > div.image > img div.widget-card > a.widget-card-container > div.image > img | snapwidget.com/images/widgetcards/SiteSpeakAI.svg |
div.widget-card > a.widget-card-container > div.image > img div.widget-card > a.widget-card-container > div.image > img | snapwidget.com/images/widgetcards/instagramgrid.svg |
div.widget-card > a.widget-card-container > div.image > img div.widget-card > a.widget-card-container > div.image > img | snapwidget.com/images/widgetcards/youtubeboard.svg |
div.widget-card > a.widget-card-container > div.image > img div.widget-card > a.widget-card-container > div.image > img | snapwidget.com/images/widgetcards/instagramfeed.svg |
div.widget-card > a.widget-card-container > div.image > img div.widget-card > a.widget-card-container > div.image > img | snapwidget.com/images/widgetcards/facebookfeed.svg |
SnapWidget Instagram Widget Landing Illustration div.container > div.hero-unit > div.hero-image > img.landing-svg | snapwidget.com/images/snapwidget_instagram_widget_illustration.svg?v=3 |
Logo for Metallica ul.list > li.item > a > img.logo | snapwidget.com/images/testimonials/metallica.jpg |
Logo for Ginabra ul.list > li.item > a > img.logo | snapwidget.com/images/testimonials/ginebra.jpg |
Logo for Nokcturna ul.list > li.item > a > img.logo | snapwidget.com/images/testimonials/danielasn.jpg?v=1 |
Logo for Nokia ul.list > li.item > a > img.logo | snapwidget.com/images/testimonials/nokia.jpg |
Logo for Nikon ul.list > li.item > a > img.logo | snapwidget.com/images/testimonials/nikon.jpg |
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.
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 |
|---|
SnapWidget helps you display Instagram, Twitter, Facebook, TikTok and YouTube o… div.container > div.hero-unit > div.hero-text > h2.secondary-description |
CREATE YOUR WIDGET div.hero-unit > div.hero-text > div.hero-buttons > a.mixpanel-tracked |
Trusted by more than 200,000 websites as the best Instagram widget div.row > div.col-sm-12 > div.section-heading > h2 |
When you post photos and videos to Instagram, Twitter, Facebook, TikTok or YouT… section#widgets > div.container > div.section-heading > p |
NEW div.widget-card > a.widget-card-container > div.ribbon-wrapper > div.ribbon |
A scrollable feed of content from your Instagram account. Supports displaying p… div.widget-card > a.widget-card-container > div.description > p.text |
Installed on 2K+ websites div.widget-card > a.widget-card-container > div.description > p.counter |
PRO div.widget-card > a.widget-card-container > div.ribbon-wrapper > div.ribbon |
A responsive grid of Instagram photos. Links directly to Instagram page. div.widget-card > a.widget-card-container > div.description > p.text |
Instagram a.widget-card-container > div.description > p.text > b |
Installed on 26K+ websites div.widget-card > a.widget-card-container > div.description > p.counter |
NEW div.widget-card > a.widget-card-container > div.ribbon-wrapper > div.ribbon |
A scrollable feed of content from a Facebook page. Supports displaying text pos… div.widget-card > a.widget-card-container > div.description > p.text |
Installed on 1K+ websites div.widget-card > a.widget-card-container > div.description > p.counter |
NEW div.widget-card > a.widget-card-container > div.ribbon-wrapper > div.ribbon |
Embed a ChatGPT chatbot on your website that can answer questions about your bu… div.widget-card > a.widget-card-container > div.description > p.text |
Installed on 250+ websites div.widget-card > a.widget-card-container > div.description > p.counter |
NEW div.widget-card > a.widget-card-container > div.ribbon-wrapper > div.ribbon |
A scrollable feed of videos and content from TikTok. div.widget-card > a.widget-card-container > div.description > p.text |
Installed on 500+ websites div.widget-card > a.widget-card-container > div.description > p.counter |
PRO div.widget-card > a.widget-card-container > div.ribbon-wrapper > div.ribbon |
A grid displaying your channels YouTube videos including the description of eac… div.widget-card > a.widget-card-container > div.description > p.text |
Installed on 2K+ websites div.widget-card > a.widget-card-container > div.description > p.counter |
All plans come with a 14-day free trial. div.home > section.features > div.container > p |
per month div.card > div.item > div.price > span.period |
Pro Widget div.col-sm-4 > div.card > div.item > a |
Unlimited Views div.row > div.col-sm-4 > div.card > div.item |
Photos link to Instagram div.row > div.col-sm-4 > div.card > div.item |
Create YouTube widgets div.row > div.col-sm-4 > div.card > div.item |
Create Announcement Banners div.row > div.col-sm-4 > div.card > div.item |
Display Carousel Posts div.row > div.col-sm-4 > div.card > div.item |
No Hashtag Widgets div.row > div.col-sm-4 > div.card > div.item |
Hashtag Widgets div.col-sm-4 > div.card > div.item > a |
Supports HTTPS websites div.row > div.col-sm-4 > div.card > div.item |
Refreshes every 5 minutes div.row > div.col-sm-4 > div.card > div.item |
START FREE TRIAL div.col-sm-4 > div.card > div.item > a.btn |
per month div.card > div.item > div.price > span.period |
20 Pro Widgets div.row > div.col-sm-4 > div.card > div.item |
Pro Widgets div.col-sm-4 > div.card > div.item > a |
Unlimited Views div.row > div.col-sm-4 > div.card > div.item |
Photos link to Instagram div.row > div.col-sm-4 > div.card > div.item |
Create YouTube widgets div.row > div.col-sm-4 > div.card > div.item |
Create Announcement Banners div.row > div.col-sm-4 > div.card > div.item |
Display Carousel Posts div.row > div.col-sm-4 > div.card > div.item |
Create Hashtag Widgets div.row > div.col-sm-4 > div.card > div.item |
Hashtag Widgets div.col-sm-4 > div.card > div.item > a |
Supports HTTPS websites div.row > div.col-sm-4 > div.card > div.item |
Refreshes every 5 minutes div.row > div.col-sm-4 > div.card > div.item |
START FREE TRIAL div.col-sm-4 > div.card > div.item > a.btn |
per month div.card > div.item > div.price > span.period |
250 Pro Widgets div.row > div.col-sm-4 > div.card > div.item |
Pro Widgets div.col-sm-4 > div.card > div.item > a |
Unlimited Views div.row > div.col-sm-4 > div.card > div.item |
Photos link to Instagram div.row > div.col-sm-4 > div.card > div.item |
Create YouTube widgets div.row > div.col-sm-4 > div.card > div.item |
Create Announcement Banners div.row > div.col-sm-4 > div.card > div.item |
Display Carousel Posts div.row > div.col-sm-4 > div.card > div.item |
Create Hashtag Widgets div.row > div.col-sm-4 > div.card > div.item |
Hashtag Widgets div.col-sm-4 > div.card > div.item > a |
Supports HTTPS websites div.row > div.col-sm-4 > div.card > div.item |
Refreshes every 5 minutes div.row > div.col-sm-4 > div.card > div.item |
START FREE TRIAL div.col-sm-4 > div.card > div.item > a.btn |
Join div.row > div.col-xs-12 > p.description > a |
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 |
|---|
PRODUCT div.container > div.row > div.col-xs-6 > h5.heading |
These are opportunities to improve keyboard navigation in your application.
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.holder > div.container > div.soc-item > a div.holder > div.container > div.soc-item > a |
div.container > div.soc-item-holder > div.soc-item > a div.container > div.soc-item-holder > div.soc-item > a |
div.container > div.soc-item-holder > div.soc-item > a div.container > div.soc-item-holder > div.soc-item > a |
div.col-xs-12 > ul.social-links > li.social-link > a.icon div.col-xs-12 > ul.social-links > li.social-link > a.icon |
div.col-xs-12 > ul.social-links > li.social-link > a.icon div.col-xs-12 > ul.social-links > li.social-link > a.icon |
div.col-xs-12 > ul.social-links > li.social-link > a.icon div.col-xs-12 > ul.social-links > li.social-link > a.icon |
div.col-xs-12 > ul.social-links > li.social-link > a.icon div.col-xs-12 > ul.social-links > li.social-link > a.icon |
div.col-xs-12 > ul.social-links > li.social-link > a.icon div.col-xs-12 > ul.social-links > li.social-link > a.icon |
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.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
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.js html.js |
These items highlight common accessibility best practices.
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 |
|---|---|
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
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.
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.
771 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.00 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
68 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.
826 ms
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.61 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.
| URL | Transfer Size | Duration |
|---|---|---|
| fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,900,300,600&display=swap | 1.3 KiB | 221 ms |
| snapwidget.com/stylesheets/vendor.min.85050e31e6d3b144.css | 34.6 KiB | 93 ms |
| snapwidget.com/stylesheets/welcome.min.ae66542eff796a4c.css | 3.5 KiB | |
| snapwidget.com/stylesheets/style.min.0172dc68167803c5.css | 9.6 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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 |
|---|---|---|
| snapwidget.com/stylesheets/vendor.min.85050e31e6d3b144.css | 34.3 KiB | 32.8 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.
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 |
|---|---|---|
| snapwidget.com/js/vendor.min.02abb32c71f92107.js | 130.7 KiB | 76.4 KiB |
| www.googletagmanager.com/gtag/js?id=G-G1PWTEQSL6 | 175.6 KiB | 69.3 KiB |
| www.googletagmanager.com/gtag/js?id=AW-995495471 | 146.8 KiB | 56.3 KiB |
| cdn.paddle.com/paddle/paddle.js | 71.7 KiB | 38.6 KiB |
| us-assets.i.posthog.com/static/array.js | 68.0 KiB | 35.7 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 33.3 KiB |
| us-assets.i.posthog.com/static/surveys.js?v=1.370.1 | 32.1 KiB | 25.7 KiB |
| us-assets.i.posthog.com/static/posthog-recorder.js?v=1.370.1 | 50.8 KiB | 23.3 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.widget-card > a.widget-card-container > div.image > img div.widget-card > a.widget-card-container > div.image > img | snapwidget.com/images/widgetcards/tiktokfeed.svg |
div.widget-card > a.widget-card-container > div.image > img div.widget-card > a.widget-card-container > div.image > img | snapwidget.com/images/widgetcards/SiteSpeakAI.svg |
div.widget-card > a.widget-card-container > div.image > img div.widget-card > a.widget-card-container > div.image > img | snapwidget.com/images/widgetcards/instagramgrid.svg |
div.widget-card > a.widget-card-container > div.image > img div.widget-card > a.widget-card-container > div.image > img | snapwidget.com/images/widgetcards/youtubeboard.svg |
div.widget-card > a.widget-card-container > div.image > img div.widget-card > a.widget-card-container > div.image > img | snapwidget.com/images/widgetcards/instagramfeed.svg |
div.widget-card > a.widget-card-container > div.image > img div.widget-card > a.widget-card-container > div.image > img | snapwidget.com/images/widgetcards/facebookfeed.svg |
SnapWidget Instagram Widget Landing Illustration div.container > div.hero-unit > div.hero-image > img.landing-svg | snapwidget.com/images/snapwidget_instagram_widget_illustration.svg?v=3 |
Logo for Metallica ul.list > li.item > a > img.logo | snapwidget.com/images/testimonials/metallica.jpg |
Logo for Ginabra ul.list > li.item > a > img.logo | snapwidget.com/images/testimonials/ginebra.jpg |
Logo for Nokcturna ul.list > li.item > a > img.logo | snapwidget.com/images/testimonials/danielasn.jpg?v=1 |
Logo for Nokia ul.list > li.item > a > img.logo | snapwidget.com/images/testimonials/nokia.jpg |
Logo for Nikon ul.list > li.item > a > img.logo | snapwidget.com/images/testimonials/nikon.jpg |
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.
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 |
|---|
SIGN UP div#bs-example-navbar-collapse-1 > ul.nav > li > a.link-primary |
Widgets Installed Today div.container > div.row > div.col-sm-3 > div.description |
Daily Widget Impressions div.container > div.row > div.col-sm-3 > div.description |
Daily Widget Clicks div.container > div.row > div.col-sm-3 > div.description |
Avg. Follower Boost div.container > div.row > div.col-sm-3 > div.description |
NEW div.widget-card > a.widget-card-container > div.ribbon-wrapper > div.ribbon |
A scrollable feed of content from your Instagram account. Supports displaying p… div.widget-card > a.widget-card-container > div.description > p.text |
Installed on 2K+ websites div.widget-card > a.widget-card-container > div.description > p.counter |
PRO div.widget-card > a.widget-card-container > div.ribbon-wrapper > div.ribbon |
A responsive grid of Instagram photos. Links directly to Instagram page. div.widget-card > a.widget-card-container > div.description > p.text |
Instagram a.widget-card-container > div.description > p.text > b |
Installed on 26K+ websites div.widget-card > a.widget-card-container > div.description > p.counter |
NEW div.widget-card > a.widget-card-container > div.ribbon-wrapper > div.ribbon |
A scrollable feed of content from a Facebook page. Supports displaying text pos… div.widget-card > a.widget-card-container > div.description > p.text |
Installed on 1K+ websites div.widget-card > a.widget-card-container > div.description > p.counter |
NEW div.widget-card > a.widget-card-container > div.ribbon-wrapper > div.ribbon |
Embed a ChatGPT chatbot on your website that can answer questions about your bu… div.widget-card > a.widget-card-container > div.description > p.text |
Installed on 250+ websites div.widget-card > a.widget-card-container > div.description > p.counter |
NEW div.widget-card > a.widget-card-container > div.ribbon-wrapper > div.ribbon |
A scrollable feed of videos and content from TikTok. div.widget-card > a.widget-card-container > div.description > p.text |
Installed on 500+ websites div.widget-card > a.widget-card-container > div.description > p.counter |
PRO div.widget-card > a.widget-card-container > div.ribbon-wrapper > div.ribbon |
A grid displaying your channels YouTube videos including the description of eac… div.widget-card > a.widget-card-container > div.description > p.text |
Installed on 2K+ websites div.widget-card > a.widget-card-container > div.description > p.counter |
All plans come with a 14-day free trial. div.home > section.features > div.container > p |
per month div.card > div.item > div.price > span.period |
Pro Widget div.col-sm-4 > div.card > div.item > a |
Unlimited Views div.row > div.col-sm-4 > div.card > div.item |
Photos link to Instagram div.row > div.col-sm-4 > div.card > div.item |
Create YouTube widgets div.row > div.col-sm-4 > div.card > div.item |
Create Announcement Banners div.row > div.col-sm-4 > div.card > div.item |
Display Carousel Posts div.row > div.col-sm-4 > div.card > div.item |
No Hashtag Widgets div.row > div.col-sm-4 > div.card > div.item |
Hashtag Widgets div.col-sm-4 > div.card > div.item > a |
Supports HTTPS websites div.row > div.col-sm-4 > div.card > div.item |
Refreshes every 5 minutes div.row > div.col-sm-4 > div.card > div.item |
START FREE TRIAL div.col-sm-4 > div.card > div.item > a.btn |
per month div.card > div.item > div.price > span.period |
20 Pro Widgets div.row > div.col-sm-4 > div.card > div.item |
Pro Widgets div.col-sm-4 > div.card > div.item > a |
Unlimited Views div.row > div.col-sm-4 > div.card > div.item |
Photos link to Instagram div.row > div.col-sm-4 > div.card > div.item |
Create YouTube widgets div.row > div.col-sm-4 > div.card > div.item |
Create Announcement Banners div.row > div.col-sm-4 > div.card > div.item |
Display Carousel Posts div.row > div.col-sm-4 > div.card > div.item |
Create Hashtag Widgets div.row > div.col-sm-4 > div.card > div.item |
Hashtag Widgets div.col-sm-4 > div.card > div.item > a |
Supports HTTPS websites div.row > div.col-sm-4 > div.card > div.item |
Refreshes every 5 minutes div.row > div.col-sm-4 > div.card > div.item |
START FREE TRIAL div.col-sm-4 > div.card > div.item > a.btn |
per month div.card > div.item > div.price > span.period |
250 Pro Widgets div.row > div.col-sm-4 > div.card > div.item |
Pro Widgets div.col-sm-4 > div.card > div.item > a |
Unlimited Views div.row > div.col-sm-4 > div.card > div.item |
Photos link to Instagram div.row > div.col-sm-4 > div.card > div.item |
Create YouTube widgets div.row > div.col-sm-4 > div.card > div.item |
Create Announcement Banners div.row > div.col-sm-4 > div.card > div.item |
Display Carousel Posts div.row > div.col-sm-4 > div.card > div.item |
Create Hashtag Widgets div.row > div.col-sm-4 > div.card > div.item |
Hashtag Widgets div.col-sm-4 > div.card > div.item > a |
Supports HTTPS websites div.row > div.col-sm-4 > div.card > div.item |
Refreshes every 5 minutes div.row > div.col-sm-4 > div.card > div.item |
START FREE TRIAL div.col-sm-4 > div.card > div.item > a.btn |
Join div.row > div.col-xs-12 > p.description > a |
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 |
|---|
PRODUCT div.container > div.row > div.col-xs-6 > h5.heading |
These are opportunities to improve keyboard navigation in your application.
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.holder > div.container > div.soc-item > a div.holder > div.container > div.soc-item > a |
div.container > div.soc-item-holder > div.soc-item > a div.container > div.soc-item-holder > div.soc-item > a |
div.container > div.soc-item-holder > div.soc-item > a div.container > div.soc-item-holder > div.soc-item > a |
div.col-xs-12 > ul.social-links > li.social-link > a.icon div.col-xs-12 > ul.social-links > li.social-link > a.icon |
div.col-xs-12 > ul.social-links > li.social-link > a.icon div.col-xs-12 > ul.social-links > li.social-link > a.icon |
div.col-xs-12 > ul.social-links > li.social-link > a.icon div.col-xs-12 > ul.social-links > li.social-link > a.icon |
div.col-xs-12 > ul.social-links > li.social-link > a.icon div.col-xs-12 > ul.social-links > li.social-link > a.icon |
div.col-xs-12 > ul.social-links > li.social-link > a.icon div.col-xs-12 > ul.social-links > li.social-link > a.icon |
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.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
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.js html.js |
These items highlight common accessibility best practices.
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 |
|---|---|
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
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.
Send Feedback