Mavexshop.cz Site Title

MAVEX, spol. s r.o. | Profesionální obchod

Mavexshop.cz Test Results

Mavexshop.cz Mobile Performance: 6/100
Quick overview:
Diagnostics
More information about the performance of your application. These numbers don't directly affect the Performance score.
Eliminate render-blocking resources
Potential savings of 4,750 ms
Resources are blocking the first paint of your page. Consider delivering critical JS/CSS inline and deferring all non-critical JS/styles. Learn how to eliminate render-blocking resources.
Avoid multiple page redirects
Potential savings of 630 ms
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Serve images in next-gen formats
Potential savings of 645 KiB
Image formats like WebP and AVIF often provide better compression than PNG or JPEG, which means faster downloads and less data consumption. Learn more about modern image formats.
Avoid an excessive DOM size
18,818 elements
A large DOM will increase memory usage, cause longer style calculations, and produce costly layout reflows. Learn how to avoid an excessive DOM size.
Minimize main-thread work
15.8 s
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
Reduce the impact of third-party code
Third-party code blocked the main thread for 6,460 ms
Third-party code can significantly impact load performance. Limit the number of redundant third-party providers and try to load third-party code after your page has primarily finished loading. Learn how to minimize third-party impact.
Defer offscreen images
Potential savings of 155 KiB
Consider lazy-loading offscreen and hidden images after all critical resources have finished loading to lower time to interactive. Learn how to defer offscreen images.
Largest Contentful Paint element
27,170 ms
This is the largest contentful element painted within the viewport. Learn more about the Largest Contentful Paint element
Reduce unused CSS
Potential savings of 105 KiB
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.
Reduce JavaScript execution time
7.1 s
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.
Enable text compression
Potential savings of 2,786 KiB
Text-based resources should be served with compression (gzip, deflate or brotli) to minimize total network bytes. Learn more about text compression.
Reduce unused JavaScript
Potential savings of 447 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.
Avoid large layout shifts
2 layout shifts found
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Avoid enormous network payloads
Total size was 5,283 KiB
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Minify JavaScript
Potential savings of 19 KiB
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Avoid serving legacy JavaScript to modern browsers
Potential savings of 26 KiB
Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren't necessary for modern browsers. For your bundled JavaScript, adopt a modern script deployment strategy using module/nomodule feature detection to reduce the amount of code shipped to modern browsers, while retaining support for legacy browsers. Learn how to use modern JavaScript
Avoid `document.write()`
For users on slow connections, external scripts dynamically injected via `document.write()` can delay page load by tens of seconds. Learn how to avoid document.write().
Image elements do not have explicit `width` and `height`
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Ensure text remains visible during webfont load
Leverage the `font-display` CSS feature to ensure text is user-visible while webfonts are loading. Learn more about `font-display`.
Serve static assets with an efficient cache policy
60 resources found
A long cache lifetime can speed up repeat visits to your page. Learn more about efficient cache policies.
Properly size images
Potential savings of 90 KiB
Serve images that are appropriately-sized to save cellular data and improve load time. Learn how to size images.
Does not use passive listeners to improve scrolling performance
Consider marking your touch and wheel event listeners as `passive` to improve your page's scroll performance. Learn more about adopting passive event listeners.
Time to Interactive
28.0 s
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.
Max Potential First Input Delay
1,580 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.
First Meaningful Paint
18.0 s
First Meaningful Paint measures when the primary content of a page is visible. Learn more about the First Meaningful Paint metric.

Mavexshop.cz Mobile SEO: 92/100
Quick overview:
Crawling and Indexing
To appear in search results, crawlers need access to your app.
Links are not crawlable
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable

Mavexshop.cz Mobile Best Practices: 76/100
Quick overview:
User Experience
Displays images with incorrect aspect ratio
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
General
Browser errors were logged to the console
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
Trust and Safety
Does not use HTTPS
1 insecure request found
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Mavexshop.cz Mobile Accessibility: 83/100
Quick overview:
Names and labels
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.
Links do not have a discernible name
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.
`<frame>` or `<iframe>` elements do not have a title
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Contrast
These are opportunities to improve the legibility of your content.
Background and foreground colors do not have a sufficient contrast ratio.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
ARIA
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.
Values assigned to `role=""` are not valid ARIA roles.
ARIA `role`s enable assistive technologies to know the role of each element on the web page. If the `role` values are misspelled, not existing ARIA `role` values, or abstract roles, then the purpose of the element will not be communicated to users of assistive technologies. Learn more about ARIA roles.
ARIA input fields do not have accessible names
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.
Tables and lists
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Lists do not contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Best practices
These items highlight common accessibility best practices.
Touch targets do not have sufficient size or spacing.
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.
Similar tests
www.mavexshop.com
www.mavexshop.net
www.mavexshop.org
www.mavexshop.info
www.mavexshop.biz
www.mavexshop.us
www.mavexshop.mobi
www.avexshop.cz
www.mavexshop.cz
www.navexshop.cz
www.mnavexshop.cz
www.nmavexshop.cz
www.javexshop.cz
www.mjavexshop.cz
www.jmavexshop.cz
www.kavexshop.cz
www.mkavexshop.cz
www.kmavexshop.cz
www.mvexshop.cz
www.mqvexshop.cz
www.maqvexshop.cz
www.mqavexshop.cz
www.mwvexshop.cz
www.mawvexshop.cz
www.mwavexshop.cz
www.msvexshop.cz
www.masvexshop.cz
www.msavexshop.cz
www.mzvexshop.cz
www.mazvexshop.cz
www.mzavexshop.cz
www.maexshop.cz
www.macexshop.cz
www.mavcexshop.cz
www.macvexshop.cz
www.mafexshop.cz
www.mavfexshop.cz
www.mafvexshop.cz
www.magexshop.cz
www.mavgexshop.cz
www.magvexshop.cz
www.mabexshop.cz
www.mavbexshop.cz
www.mabvexshop.cz
www.mavxshop.cz
www.mavwxshop.cz
www.mavewxshop.cz
www.mavwexshop.cz
www.mavsxshop.cz
www.mavesxshop.cz
www.mavdxshop.cz
www.mavedxshop.cz
www.mavdexshop.cz
www.mavrxshop.cz
www.maverxshop.cz
www.mavrexshop.cz
www.maveshop.cz
www.mavezshop.cz
www.mavexzshop.cz
www.mavezxshop.cz
www.mavesshop.cz
www.mavexsshop.cz
www.mavedshop.cz
www.mavexdshop.cz
www.mavecshop.cz
www.mavexcshop.cz
www.mavecxshop.cz
www.mavexhop.cz
www.mavexwhop.cz
www.mavexswhop.cz
www.mavexwshop.cz
www.mavexehop.cz
www.mavexsehop.cz
www.mavexeshop.cz
www.mavexdhop.cz
www.mavexsdhop.cz
www.mavexzhop.cz
www.mavexszhop.cz
www.mavexxhop.cz
www.mavexsxhop.cz
www.mavexxshop.cz
www.mavexahop.cz
www.mavexsahop.cz
www.mavexashop.cz
www.mavexsop.cz
www.mavexsbop.cz
www.mavexshbop.cz
www.mavexsbhop.cz
www.mavexsgop.cz
www.mavexshgop.cz
www.mavexsghop.cz
www.mavexsyop.cz
www.mavexshyop.cz
www.mavexsyhop.cz
www.mavexsuop.cz
www.mavexshuop.cz
www.mavexsuhop.cz
www.mavexsjop.cz
www.mavexshjop.cz
www.mavexsjhop.cz
www.mavexsnop.cz
www.mavexshnop.cz
www.mavexsnhop.cz
www.mavexshp.cz
www.mavexship.cz
www.mavexshoip.cz
www.mavexshiop.cz
www.mavexshkp.cz
www.mavexshokp.cz
www.mavexshkop.cz
www.mavexshlp.cz
www.mavexsholp.cz
www.mavexshlop.cz
www.mavexshpp.cz
www.mavexshopp.cz
www.mavexshpop.cz
www.mavexsho.cz
www.mavexshoo.cz
www.mavexshopo.cz
www.mavexshoop.cz
www.mavexshol.cz
www.mavexshopl.cz
Last Tested: