Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Good foundation, but a few gaps could be exploited.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Strong compliance posture across regulations.
Missing metadata means poor previews on social media and search.
Heavier than average — reducing page weight saves energy and bandwidth.
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.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 25.5 MB (21.3 MB transferred)
Performance issues directly impact user engagement and conversion rates.
13 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
3 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
3 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
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/ef0d0e07-c498-4484-b062-deeee22335e9)<a href="https://beavercheck.com/results/ef0d0e07-c498-4484-b062-deeee22335e9"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fcreative.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fcreative.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 27.6s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~34%.
Page takes 27.6s to load
+12% bounceUsers abandon at ~3s — you're 25.1s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 604ms
+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
3 form field(s) without a label
+6% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
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
13 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
64 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.
€595 investment → €4.96/month returns + EUR 20,500,000 risk avoided
€595
7h · 5 findings
€4.96 /mo
~€60 / year
EUR 20,500,000
if kept compliant
€43 — 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.
7.0 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€1,708,338 / month at risk
~€20,500,060 / year if left unfixed
€20,500,000
+2 more
€4.96 /mo
67018.1 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 5 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.
10.31 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
27.62 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
604 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.029
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
13.69 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.
28.04 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.
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.
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 | |
|---|---|---|---|
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30388 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30388 | /wp-content/uploads/2024/12/23094134/usage-mobile-on-the-... | 261.6 KiB | 214.8 KiB |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-29913 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-29913 | /wp-content/uploads/2024/12/11111026/pebble-nova.png | 199.4 KiB | 192.0 KiB |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30389 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30389 | /wp-content/uploads/2024/12/23094128/usage-mobile-gaming.jpg | 234.6 KiB | 187.9 KiB |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30392 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30392 | /wp-content/uploads/2024/12/23094125/usage-mobile-fitness... | 214.0 KiB | 167.3 KiB |
AUDIGY FX PROMÁS INFORMACIÓN Video Player00:0700:0000:08 div.et_pb_column > div#mhl_video1 > div.et_pb_slides > div.et_pb_slide | /wp-content/uploads/2026/03/19161020/website-hero-banner-... | 301.8 KiB | 139.0 KiB |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-28336 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-28336 | d1ltlumq33lgbo.cloudfront.net/wp-content/uploads/2024/10/28150338/g8.png | 142.9 KiB | 135.5 KiB |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30407 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30407 | /wp-content/uploads/2024/12/20182544/usage-mobile-work-st... | 168.0 KiB | 121.2 KiB |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30391 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30391 | /wp-content/uploads/2024/12/23094131/usage-mobile-movie-m... | 157.2 KiB | 110.4 KiB |
div.et_pb_module > a > span.et_pb_image_wrap > img.wp-image-28086 div.et_pb_module > a > span.et_pb_image_wrap > img.wp-image-28086 | /wp-content/uploads/2024/10/17145719/hl-G8-980x878.jpg | 143.7 KiB | 88.7 KiB |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-28436 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-28436 | d1ltlumq33lgbo.cloudfront.net/wp-content/uploads/2024/11/01181547/btw6.png | 61.7 KiB | 54.3 KiB |
div.et_pb_module > a > span.et_pb_image_wrap > img.wp-image-27687 div.et_pb_module > a > span.et_pb_image_wrap > img.wp-image-27687 | /wp-content/uploads/2024/10/01164305/hl-gs5-980x878.jpg | 85.9 KiB | 52.2 KiB |
div.et_pb_module > a > span.et_pb_image_wrap > img.wp-image-29910 div.et_pb_module > a > span.et_pb_image_wrap > img.wp-image-29910 | /wp-content/uploads/2024/12/11110314/hl-pebble-nova-980x8... | 65.5 KiB | 39.8 KiB |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26070 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26070 | /wp-content/uploads/2024/09/02144709/award_23ces.png | 33.6 KiB | 31.3 KiB |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30374 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30374 | /wp-content/uploads/2024/12/23135911/brands-mobile-1-980x... | 48.6 KiB | 29.6 KiB |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26072 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26072 | /wp-content/uploads/2024/09/02144712/award_EHA2024-ace2.png | 28.7 KiB | 26.4 KiB |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26073 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26073 | /wp-content/uploads/2024/09/02144713/award_EHA2024-pebble... | 28.5 KiB | 26.1 KiB |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30365 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30365 | /wp-content/uploads/2024/12/20150717/award_pcworld.png | 22.2 KiB | 19.8 KiB |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26071 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26071 | /wp-content/uploads/2024/09/02144711/award_android_centra... | 19.4 KiB | 17.0 KiB |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30374 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30374 | /wp-content/uploads/2024/12/20153023/brands-desktop-980x1... | 22.1 KiB | 13.9 KiB |
Auriculares div.menu-cell > div.menu-icon > a > img.menu-featured-product-image | d287ku8w5owj51.cloudfront.net/images/home/menu-icons/icon-hpp.png | 13.0 KiB | 10.9 KiB |
Altavoces div.menu-cell > div.menu-icon > a > img.menu-featured-product-image | d287ku8w5owj51.cloudfront.net/images/home/menu-icons/icon-speakers.png | 12.9 KiB | 10.7 KiB |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26076 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26076 | /wp-content/uploads/2024/09/02144720/award_soundguys.png | 15.2 KiB | 8.7 KiB |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img | /wp-content/uploads/2024/09/02144714/award_forbes.png | 9.1 KiB | 6.8 KiB |
Sound Blaster div.menu-cell > div.menu-icon > a > img.menu-featured-product-image | d287ku8w5owj51.cloudfront.net/images/home/menu-icons/icon-sb.png | 7.6 KiB | 5.4 KiB |
Cámaras web div.menu-cell > div.menu-icon > a > img.menu-featured-product-image | d287ku8w5owj51.cloudfront.net/images/home/menu-icons/icon-webcam.png | 7.2 KiB | 5.0 KiB |
Adaptadores & accesorios div.menu-cell > div.menu-icon > a > img.menu-featured-product-image | d287ku8w5owj51.cloudfront.net/images/home/menu-icons/icon-acc.png | 6.3 KiB | 4.1 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
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.
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.
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 |
|---|---|
| creative.com/ | 1.2 s |
| www.creative.com/ | 958 ms |
| www.creative.com/geolocator/checkip.aspx?sDestUrl=/& | 1.0 s |
| es.creative.com/ | 0.0 ms |
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 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 |
|---|---|---|
| es.creative.com/content2/css/main.min.css?v=1.0.1 | 147.1 KiB | 140.0 KiB |
| /divi/wp-content/themes/Divi/style.css?ver=4.9.4&cdn_v=20... | 126.6 KiB | 124.4 KiB |
| /divi/wp-content/plugins/supreme-modules-pro-for-divi/sty... | 54.6 KiB | 54.6 KiB |
| /divi/wp-includes/css/dashicons.min.css?ver=5.6.2&cdn_v=2... | 48.4 KiB | 48.4 KiB |
| /divi/wp-includes/css/dist/block-library/style.min.css?ve... | 10.5 KiB | 10.5 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 |
|---|---|---|
| /divi/wp-content/themes/Divi/js/custom.unified.js?ver=4.9... | 180.7 KiB | 104.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-KGB67921WL&cx=c>m=4e64k1 | 170.6 KiB | 69.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KD3G | 163.0 KiB | 61.2 KiB |
| es.creative.com/bundles/commonjs | 79.5 KiB | 44.0 KiB |
| /divi/wp-includes/js/mediaelement/mediaelement-and-player... | 50.8 KiB | 26.4 KiB |
| /divi/wp-content/plugins/popups-for-divi/scripts/front.mi... | 26.3 KiB | 21.8 KiB |
| es.creative.com/_nuxt/63243d3.js | 35.3 KiB | 20.2 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 |
|---|---|---|---|
| es.creative.com/ | 1.9 s | 76 ms | 26 ms |
| Unattributable | 1.1 s | 49 ms | 0.0 ms |
| es.creative.com/bundles/commonjs | 780 ms | 446 ms | 30 ms |
| es.creative.com/_nuxt/281d9b7.js | 337 ms | 282 ms | 4.7 ms |
| d287ku8w5owj51.cloudfront.net/divi/wp-includes/js/jquery/jquery.min.js?ver=3.5.1 | 322 ms | 208 ms | 6.2 ms |
| /divi/wp-content/themes/Divi/js/custom.unified.js?ver=4.9... | 294 ms | 225 ms | 45 ms |
| www.googletagmanager.com/gtm.js?id=GTM-KD3G | 283 ms | 231 ms | 43 ms |
| www.googletagmanager.com/gtag/js?id=G-KGB67921WL&cx=c>m=4e64k1 | 272 ms | 199 ms | 37 ms |
| /divi/wp-includes/js/mediaelement/mediaelement-and-player... | 151 ms | 103 ms | 11 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 |
|---|---|
| Other | 2.0 s |
| Script Evaluation | 1.9 s |
| Style & Layout | 953 ms |
| Rendering | 343 ms |
| Script Parsing & Compilation | 295 ms |
| Parse HTML & CSS | 265 ms |
| Garbage Collection | 46 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
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 |
|---|---|---|
| d287ku8w5owj51.cloudfront.net/divi/homepage2024/homepage.js?v=0.4 | 4.9 KiB | 2.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 | |
|---|---|
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30374 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30374 | /wp-content/uploads/2024/12/23135911/brands-mobile-1-980x... |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img | /wp-content/uploads/2024/09/02144714/award_forbes.png |
Iniciar sesión li.dropdown > a#nav-sign-in > span.icon-account > img | d287ku8w5owj51.cloudfront.net/images/home/icon-account.svg |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-28336 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-28336 | d1ltlumq33lgbo.cloudfront.net/wp-content/uploads/2024/10/28150338/g8.png |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-29913 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-29913 | /wp-content/uploads/2024/12/11111026/pebble-nova.png |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-28436 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-28436 | d1ltlumq33lgbo.cloudfront.net/wp-content/uploads/2024/11/01181547/btw6.png |
Altavoces div.menu-cell > div.menu-icon > a > img.menu-featured-product-image | d287ku8w5owj51.cloudfront.net/images/home/menu-icons/icon-speakers.png |
Auriculares div.menu-cell > div.menu-icon > a > img.menu-featured-product-image | d287ku8w5owj51.cloudfront.net/images/home/menu-icons/icon-hpp.png |
Sound Blaster div.menu-cell > div.menu-icon > a > img.menu-featured-product-image | d287ku8w5owj51.cloudfront.net/images/home/menu-icons/icon-sb.png |
Cámaras web div.menu-cell > div.menu-icon > a > img.menu-featured-product-image | d287ku8w5owj51.cloudfront.net/images/home/menu-icons/icon-webcam.png |
Adaptadores & accesorios div.menu-cell > div.menu-icon > a > img.menu-featured-product-image | d287ku8w5owj51.cloudfront.net/images/home/menu-icons/icon-acc.png |
Usage div.menu-wrapper > div.menu-cell > div.menu-icon > img.menu-featured-product-image | d287ku8w5owj51.cloudfront.net/images/home/menu-icons/menu_usage.gif |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26076 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26076 | /wp-content/uploads/2024/09/02144720/award_soundguys.png |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26072 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26072 | /wp-content/uploads/2024/09/02144712/award_EHA2024-ace2.png |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26070 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26070 | /wp-content/uploads/2024/09/02144709/award_23ces.png |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26075 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26075 | /wp-content/uploads/2024/09/02144718/award_hardware.png |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26073 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26073 | /wp-content/uploads/2024/09/02144713/award_EHA2024-pebble... |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26071 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26071 | /wp-content/uploads/2024/09/02144711/award_android_centra... |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30365 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30365 | /wp-content/uploads/2024/12/20150717/award_pcworld.png |
CREATIVE div.container-fluid > div.navbar-header > a.navbar-brand > img.creative-logo | d287ku8w5owj51.cloudfront.net/images/home/logo-creative-white.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.
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.et_pb_section > div.et_pb_row > ul.slick-dots > li#slick-slide00 div.et_pb_section > div.et_pb_row > ul.slick-dots > li#slick-slide00 |
1 div.et_pb_section > div.et_pb_row > ul.slick-dots > li#slick-slide20 |
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.et_builder_inner_content > div.et_pb_section > div.et_pb_row > ul.slick-dots div.et_builder_inner_content > div.et_pb_section > div.et_pb_row > ul.slick-dots |
1
2
3
4
5 div.et_builder_inner_content > div.et_pb_section > div.et_pb_row > ul.slick-dots |
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.et_pb_section > div.et_pb_row > ul.slick-dots > li#slick-slide00 div.et_pb_section > div.et_pb_row > ul.slick-dots > li#slick-slide00 |
1 div.et_pb_section > div.et_pb_row > ul.slick-dots > li#slick-slide20 |
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.et_pb_row > div.et_pb_column > div.slick-list > div.slick-track div.et_pb_row > div.et_pb_column > div.slick-list > div.slick-track |
SOUND BLASTER GS5
ILUMINA TU JUEGO
MÁS INFORMACIÓN
NUEVO
PEBBLE NOVA
UN NUEVO… div.et_pb_row > div.et_pb_column > div.slick-list > div.slick-track |
SOBRE LA MARCHA
JUEGOS
FITNESS
PELIS Y MÚSICA
TRABAJAR Y ESTUDIAR
SOBRE LA… div.et_pb_section > div.et_pb_row > div.slick-list > div.slick-track |
When a toggle field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about toggle fields.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.et_pb_column > div.slick-list > div.slick-track > div.et_pb_module div.et_pb_column > div.slick-list > div.slick-track > div.et_pb_module |
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.
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.et_pb_row > ul.slick-dots > li#slick-slide00 > button.slick-dot div.et_pb_row > ul.slick-dots > li#slick-slide00 > button.slick-dot |
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.et_pb_code_inner > form#form_signup > div.mdl-textfield > input#et_pb_signup_email div.et_pb_code_inner > form#form_signup > div.mdl-textfield > input#et_pb_signup_email |
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 |
|---|
li#alert-box-container > div#alert-box > div.alert-box-inner > a.close li#alert-box-container > div#alert-box > div.alert-box-inner > a.close |
div#sec-menu > ul.nav > li > a#nav-sitemap div#sec-menu > ul.nav > li > a#nav-sitemap |
div.slick-list > div.slick-track > div.et_pb_module > a div.slick-list > div.slick-track > div.et_pb_module > a |
div#__layout > div#page-container > div#search-bar > a.close div#__layout > div#page-container > div#search-bar > a.close |
div#__layout > div#page-container > div#nav-account-menu > a.i-cross div#__layout > div#page-container > div#nav-account-menu > a.i-cross |
div#__layout > div#page-container > div#product-menu > a.close div#__layout > div#page-container > div#product-menu > a.close |
div#__layout > div#page-container > div#sale-menu > a.close div#__layout > div#page-container > div#sale-menu > a.close |
div#__layout > div#page-container > div#notification-bar > a.close div#__layout > div#page-container > div#notification-bar > a.close |
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 |
|---|
NOVEDADES div.et_pb_column > div.et_pb_module > div.et_pb_text_inner > p |
NUEVO div.et_pb_module > div.et_pb_code_inner > div.hl_wrapper > div.hlnewtag |
REDEFINIENDO TU EXPERIENCIA DE AUDIO div.et_pb_row > div.et_pb_column > div.et_pb_module > div.et_pb_text_inner |
NUESTRAS MARCAS div.et_pb_row > div.et_pb_column > div.et_pb_module > div.et_pb_text_inner |
PREMIOS & RECONOCIMIENTOS div.et_pb_column > div.et_pb_module > div.et_pb_text_inner > p |
CORREO ELECTRÓNICO* div.et_pb_code_inner > form#form_signup > div.mdl-textfield > label.mdl-textfield__label |
These are opportunities to improve the legibility of your content.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Productos
SXFI
Ofertas
Ofertas de paquetes
Help
Soporte div#side-menu > div.menu-content > div.home-menu > ul |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.et_pb_row > ul.slick-dots > li#slick-slide00 > button.slick-dot div.et_pb_row > ul.slick-dots > li#slick-slide00 > button.slick-dot |
1 div.et_pb_row > ul.slick-dots > li#slick-slide20 > button |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
The Content Security Policy directive 'upgrade-insecure-requests' is ignored when delivered in a report-only policy. | |
/divi/wp-includes/js/mediaelement/mediaelement-and-player... line 11, col 17841 | Uncaught (in promise) AbortError: The play() request was interrupted by a new load request. https://goo.gl/LdLk22 |
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.
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 |
|---|---|
| es.creative.com/home/cookienotice/#necessary | Más información |
| es.creative.com/home/cookienotice/#analytics | Más información |
| es.creative.com/home/cookienotice/#thirdParty | Más información |
| es.creative.com/p/sound-blaster/sound-blaster-audigy-fx-pro | MÁS INFORMACIÓN |
| es.creative.com/p/speakers/creative-pebble | MÁS INFORMACIÓN |
| es.creative.com/p/speakers/sound-blaster-gs5 | MÁS INFORMACIÓN |
| es.creative.com/p/speakers/creative-pebble-nova | MÁS INFORMACIÓN |
| es.creative.com/p/sound-blaster/sound-blaster-g8 | MÁS INFORMACIÓN |
| es.creative.com/p/speakers/sound-blaster-gs5 | MÁS INFORMACIÓN |
| es.creative.com/p/speakers/creative-pebble-nova | MÁS INFORMACIÓN |
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.
3.65 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.40 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
8 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.029
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.69 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.
5.56 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.
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.
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.
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.
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 | |
|---|---|---|---|
Sound Blaster GS5 div.et_pb_module > div.et_pb_code_inner > div.hl_wrapper > img.hidden-xs | /wp-content/uploads/2024/10/01175716/hl-gs5-half-1.png | 350.7 KiB | 324.1 KiB |
Sound Blaster G8 div.et_pb_module > div.et_pb_code_inner > div.hl_wrapper > img.hidden-xs | d1ltlumq33lgbo.cloudfront.net/wp-content/uploads/2024/10/17145724/hl-G8.png | 333.3 KiB | 306.7 KiB |
Creative Pebble Nova div.et_pb_module > div.et_pb_code_inner > div.hl_wrapper > img.hidden-xs | /wp-content/uploads/2024/12/11110318/hl-pebble-nov.png | 319.0 KiB | 292.4 KiB |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30388 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30388 | /wp-content/uploads/2024/12/20170840/usage-on-the-go.jpg | 259.4 KiB | 227.4 KiB |
div > div.takeover-container > div > img.alignnone div > div.takeover-container > div > img.alignnone | /wp-content/uploads/2026/04/16095601/estore-light-up-mobi... | 250.0 KiB | 217.1 KiB |
div.et_pb_module > a > span.et_pb_image_wrap > img.wp-image-28086 div.et_pb_module > a > span.et_pb_image_wrap > img.wp-image-28086 | d1ltlumq33lgbo.cloudfront.net/wp-content/uploads/2024/10/17145719/hl-G8.jpg | 254.1 KiB | 211.6 KiB |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-29913 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-29913 | /wp-content/uploads/2024/12/11111026/pebble-nova.png | 199.4 KiB | 190.5 KiB |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-27387 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-27387 | /wp-content/uploads/2024/09/26100409/newsletter-2.jpg | 198.5 KiB | 164.5 KiB |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30392 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30392 | /wp-content/uploads/2024/12/20170850/usage-fitness.jpg | 186.9 KiB | 154.9 KiB |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-28336 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-28336 | d1ltlumq33lgbo.cloudfront.net/wp-content/uploads/2024/10/28150338/g8.png | 142.9 KiB | 134.0 KiB |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30391 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30391 | /wp-content/uploads/2024/12/20170848/usage-movie-music.jpg | 157.3 KiB | 132.7 KiB |
div.et_pb_module > a > span.et_pb_image_wrap > img.wp-image-27687 div.et_pb_module > a > span.et_pb_image_wrap > img.wp-image-27687 | d1ltlumq33lgbo.cloudfront.net/wp-content/uploads/2024/10/01164305/hl-gs5.jpg | 157.6 KiB | 115.1 KiB |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30407 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30407 | /wp-content/uploads/2024/12/20182404/usage-work-study-1.jpg | 114.2 KiB | 89.5 KiB |
div.et_pb_module > a > span.et_pb_image_wrap > img.wp-image-29910 div.et_pb_module > a > span.et_pb_image_wrap > img.wp-image-29910 | /wp-content/uploads/2024/12/11110314/hl-pebble-nova.jpg | 113.6 KiB | 80.5 KiB |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30389 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30389 | /wp-content/uploads/2024/12/20170843/usage-wide-gaming.jpg | 105.1 KiB | 54.1 KiB |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-28436 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-28436 | d1ltlumq33lgbo.cloudfront.net/wp-content/uploads/2024/11/01181547/btw6.png | 61.7 KiB | 52.9 KiB |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26070 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26070 | /wp-content/uploads/2024/09/02144709/award_23ces.png | 33.6 KiB | 32.4 KiB |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26072 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26072 | /wp-content/uploads/2024/09/02144712/award_EHA2024-ace2.png | 28.7 KiB | 27.5 KiB |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26073 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26073 | /wp-content/uploads/2024/09/02144713/award_EHA2024-pebble... | 28.5 KiB | 27.2 KiB |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30365 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30365 | /wp-content/uploads/2024/12/20150717/award_pcworld.png | 22.2 KiB | 21.0 KiB |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26071 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26071 | /wp-content/uploads/2024/09/02144711/award_android_centra... | 19.4 KiB | 18.1 KiB |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26076 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26076 | /wp-content/uploads/2024/09/02144720/award_soundguys.png | 15.2 KiB | 14.0 KiB |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img | /wp-content/uploads/2024/09/02144714/award_forbes.png | 9.1 KiB | 7.9 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 |
|---|---|
| creative.com/ | 684 ms |
| www.creative.com/ | 385 ms |
| www.creative.com/geolocator/checkip.aspx?sDestUrl=/& | 808 ms |
| es.creative.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 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 |
|---|---|---|
| es.creative.com/content2/css/main.min.css?v=1.0.1 | 147.1 KiB | 139.6 KiB |
| /divi/wp-content/themes/Divi/style.css?ver=4.9.4&cdn_v=20... | 126.6 KiB | 124.2 KiB |
| /divi/wp-content/plugins/supreme-modules-pro-for-divi/sty... | 54.6 KiB | 54.6 KiB |
| /divi/wp-includes/css/dashicons.min.css?ver=5.6.2&cdn_v=2... | 48.4 KiB | 48.4 KiB |
| /divi/wp-includes/css/dist/block-library/style.min.css?ve... | 10.5 KiB | 10.5 KiB |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
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 |
|---|---|---|
| d287ku8w5owj51.cloudfront.net/divi/homepage2024/homepage.js?v=0.4 | 4.9 KiB | 2.7 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 |
|---|---|---|
| /divi/wp-content/themes/Divi/js/custom.unified.js?ver=4.9... | 180.7 KiB | 104.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-KGB67921WL&cx=c>m=4e64k1 | 170.6 KiB | 69.2 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KD3G | 163.0 KiB | 61.8 KiB |
| es.creative.com/bundles/commonjs | 79.5 KiB | 44.0 KiB |
| /divi/wp-includes/js/mediaelement/mediaelement-and-player... | 50.8 KiB | 25.6 KiB |
| /divi/wp-content/plugins/popups-for-divi/scripts/front.mi... | 26.3 KiB | 21.8 KiB |
| es.creative.com/_nuxt/63243d3.js | 35.3 KiB | 20.2 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 | |
|---|---|
Sound Blaster GS5 div.et_pb_module > div.et_pb_code_inner > div.hl_wrapper > img.hidden-xs | /wp-content/uploads/2024/10/01175716/hl-gs5-half-1.png |
Creative Pebble Nova div.et_pb_module > div.et_pb_code_inner > div.hl_wrapper > img.hidden-xs | /wp-content/uploads/2024/12/11110318/hl-pebble-nov.png |
Sound Blaster G8 div.et_pb_module > div.et_pb_code_inner > div.hl_wrapper > img.hidden-xs | d1ltlumq33lgbo.cloudfront.net/wp-content/uploads/2024/10/17145724/hl-G8.png |
Sound Blaster GS5 div.et_pb_module > div.et_pb_code_inner > div.hl_wrapper > img.hidden-xs | /wp-content/uploads/2024/10/01175716/hl-gs5-half-1.png |
Creative Pebble Nova div.et_pb_module > div.et_pb_code_inner > div.hl_wrapper > img.hidden-xs | /wp-content/uploads/2024/12/11110318/hl-pebble-nov.png |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30389 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30389 | /wp-content/uploads/2024/12/20170843/usage-wide-gaming.jpg |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30392 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30392 | /wp-content/uploads/2024/12/20170850/usage-fitness.jpg |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30388 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30388 | /wp-content/uploads/2024/12/20170840/usage-on-the-go.jpg |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30374 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30374 | /wp-content/uploads/2024/12/20153023/brands-desktop.png |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30391 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30391 | /wp-content/uploads/2024/12/20170848/usage-movie-music.jpg |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30407 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30407 | /wp-content/uploads/2024/12/20182404/usage-work-study-1.jpg |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-28336 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-28336 | d1ltlumq33lgbo.cloudfront.net/wp-content/uploads/2024/10/28150338/g8.png |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-29913 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-29913 | /wp-content/uploads/2024/12/11111026/pebble-nova.png |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-28436 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-28436 | d1ltlumq33lgbo.cloudfront.net/wp-content/uploads/2024/11/01181547/btw6.png |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img | /wp-content/uploads/2024/09/02144714/award_forbes.png |
Iniciar sesión li.dropdown > a#nav-sign-in > span.icon-account > img | d287ku8w5owj51.cloudfront.net/images/home/icon-account.svg |
Altavoces div.menu-cell > div.menu-icon > a > img.menu-featured-product-image | d287ku8w5owj51.cloudfront.net/images/home/menu-icons/icon-speakers.png |
Auriculares div.menu-cell > div.menu-icon > a > img.menu-featured-product-image | d287ku8w5owj51.cloudfront.net/images/home/menu-icons/icon-hpp.png |
Sound Blaster div.menu-cell > div.menu-icon > a > img.menu-featured-product-image | d287ku8w5owj51.cloudfront.net/images/home/menu-icons/icon-sb.png |
Cámaras web div.menu-cell > div.menu-icon > a > img.menu-featured-product-image | d287ku8w5owj51.cloudfront.net/images/home/menu-icons/icon-webcam.png |
Adaptadores & accesorios div.menu-cell > div.menu-icon > a > img.menu-featured-product-image | d287ku8w5owj51.cloudfront.net/images/home/menu-icons/icon-acc.png |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26076 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26076 | /wp-content/uploads/2024/09/02144720/award_soundguys.png |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26072 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26072 | /wp-content/uploads/2024/09/02144712/award_EHA2024-ace2.png |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26070 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26070 | /wp-content/uploads/2024/09/02144709/award_23ces.png |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26075 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26075 | /wp-content/uploads/2024/09/02144718/award_hardware.png |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26073 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26073 | /wp-content/uploads/2024/09/02144713/award_EHA2024-pebble... |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26071 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-26071 | /wp-content/uploads/2024/09/02144711/award_android_centra... |
div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30365 div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-30365 | /wp-content/uploads/2024/12/20150717/award_pcworld.png |
Usage div.menu-wrapper > div.menu-cell > div.menu-icon > img.menu-featured-product-image | d287ku8w5owj51.cloudfront.net/images/home/menu-icons/menu_usage.gif |
CREATIVE div.container-fluid > div.navbar-header > a.navbar-brand > img.creative-logo | d287ku8w5owj51.cloudfront.net/images/home/logo-creative-white.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.
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.et_pb_section > div.et_pb_row > ul.slick-dots > li#slick-slide00 div.et_pb_section > div.et_pb_row > ul.slick-dots > li#slick-slide00 |
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.et_builder_inner_content > div.et_pb_section > div.et_pb_row > ul.slick-dots div.et_builder_inner_content > div.et_pb_section > div.et_pb_row > ul.slick-dots |
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.et_pb_section > div.et_pb_row > ul.slick-dots > li#slick-slide00 div.et_pb_section > div.et_pb_row > ul.slick-dots > li#slick-slide00 |
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.et_pb_section > div.et_pb_row > ul.slick-dots > li#slick-slide01 div.et_pb_section > div.et_pb_row > ul.slick-dots > li#slick-slide01 |
div.et_pb_section > div.et_pb_row > ul.slick-dots > li#slick-slide02 div.et_pb_section > div.et_pb_row > ul.slick-dots > li#slick-slide02 |
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Sound Blaster G8
Pebble Nova
BT-W6 div.et_pb_section > div.et_pb_row > div.slick-list > div.slick-track |
div.et_pb_row > div.et_pb_column > div.slick-list > div.slick-track div.et_pb_row > div.et_pb_column > div.slick-list > div.slick-track |
SOUND BLASTER GS5
ILUMINA TU JUEGO
MÁS INFORMACIÓN
NUEVO
PEBBLE NOVA
UN NUEVO… div.et_pb_row > div.et_pb_column > div.slick-list > div.slick-track |
When a toggle field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about toggle fields.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.et_pb_column > div.slick-list > div.slick-track > div.et_pb_module div.et_pb_column > div.slick-list > div.slick-track > div.et_pb_module |
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.
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.et_pb_row > ul.slick-dots > li#slick-slide00 > button.slick-dot div.et_pb_row > ul.slick-dots > li#slick-slide00 > button.slick-dot |
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.et_pb_code_inner > form#form_signup > div.mdl-textfield > input#et_pb_signup_email div.et_pb_code_inner > form#form_signup > div.mdl-textfield > input#et_pb_signup_email |
ul.country-selector > li.normal > div#countrylist2 > input ul.country-selector > li.normal > div#countrylist2 > input |
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 |
|---|
li#alert-box-container > div#alert-box > div.alert-box-inner > a.close li#alert-box-container > div#alert-box > div.alert-box-inner > a.close |
div.et_pb_column > div#mhl_video1 > div.et-pb-slider-arrows > a.et-pb-arrow-prev div.et_pb_column > div#mhl_video1 > div.et-pb-slider-arrows > a.et-pb-arrow-prev |
div.et_pb_column > div#mhl_video1 > div.et-pb-slider-arrows > a.et-pb-arrow-next div.et_pb_column > div#mhl_video1 > div.et-pb-slider-arrows > a.et-pb-arrow-next |
div.slick-list > div.slick-track > div.et_pb_module > a div.slick-list > div.slick-track > div.et_pb_module > a |
div#__layout > div#page-container > div#search-bar > a.close div#__layout > div#page-container > div#search-bar > a.close |
div#__layout > div#page-container > div#nav-account-menu > a.i-cross div#__layout > div#page-container > div#nav-account-menu > a.i-cross |
div#__layout > div#page-container > div#product-menu > a.close div#__layout > div#page-container > div#product-menu > a.close |
div#__layout > div#page-container > div#sale-menu > a.close div#__layout > div#page-container > div#sale-menu > a.close |
div#__layout > div#page-container > div#notification-bar > a.close div#__layout > div#page-container > div#notification-bar > a.close |
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 |
|---|
NOVEDADES div.et_pb_column > div.et_pb_module > div.et_pb_text_inner > p |
NUEVO div.et_pb_module > div.et_pb_code_inner > div.hl_wrapper > div.hlnewtag |
REDEFINIENDO TU EXPERIENCIA DE AUDIO div.et_pb_row > div.et_pb_column > div.et_pb_module > div.et_pb_text_inner |
NUESTRAS MARCAS div.et_pb_row > div.et_pb_column > div.et_pb_module > div.et_pb_text_inner |
PREMIOS & RECONOCIMIENTOS div.et_pb_column > div.et_pb_module > div.et_pb_text_inner > p |
CORREO ELECTRÓNICO* div.et_pb_code_inner > form#form_signup > div.mdl-textfield > label.mdl-textfield__label |
These are opportunities to improve the legibility of your content.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Productos
SXFI
Ofertas
Ofertas de paquetes
Help
Soporte div#side-menu > div.menu-content > div.home-menu > ul |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.et_pb_row > ul.slick-dots > li#slick-slide00 > button.slick-dot div.et_pb_row > ul.slick-dots > li#slick-slide00 > button.slick-dot |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
The Content Security Policy directive 'upgrade-insecure-requests' is ignored when delivered in a report-only policy. | |
/divi/wp-includes/js/mediaelement/mediaelement-and-player... line 11, col 17841 | Uncaught (in promise) AbortError: The play() request was interrupted by a new load request. https://goo.gl/LdLk22 |
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.
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 |
|---|---|
| es.creative.com/home/cookienotice/#necessary | Más información |
| es.creative.com/home/cookienotice/#analytics | Más información |
| es.creative.com/home/cookienotice/#thirdParty | Más información |
| es.creative.com/p/sound-blaster/sound-blaster-audigy-fx-pro | MÁS INFORMACIÓN |
| es.creative.com/p/speakers/creative-pebble | MÁS INFORMACIÓN |
| es.creative.com/p/speakers/sound-blaster-gs5 | MÁS INFORMACIÓN |
| es.creative.com/p/speakers/creative-pebble-nova | MÁS INFORMACIÓN |
| es.creative.com/p/sound-blaster/sound-blaster-g8 | MÁS INFORMACIÓN |
| es.creative.com/p/speakers/sound-blaster-gs5 | MÁS INFORMACIÓN |
| es.creative.com/p/speakers/creative-pebble-nova | MÁS INFORMACIÓN |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback