Stomport.com Site Title

Купить стоматологические боры и фрезы Komet, материалы Kettenbach

Stomport.com Meta Description

Магазин стоматологических инструментов Komet Dental и KaVo, материалы Kettenbach, официальный дистрибьютор Комет Дентал и Кеттенбах в России. Боры, фрезы, полиры Комет и Кеттенбах.

Stomport.com Test Results

Stomport.com Mobile Performance: 40/100
Quick overview:
Diagnostics
More information about the performance of your application. These numbers don't directly affect the Performance score.
Serve images in next-gen formats
Potential savings of 201 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.
Efficiently encode images
Potential savings of 35 KiB
Optimized images load faster and consume less cellular data. Learn how to efficiently encode images.
Reduce JavaScript execution time
6.3 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.
Reduce unused JavaScript
Potential savings of 843 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.
Minify JavaScript
Potential savings of 49 KiB
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Some third-party resources can be lazy loaded with a facade
1 facade alternative available
Some third-party embeds can be lazy loaded. Consider replacing them with a facade until they are required. Learn how to defer third-parties with a facade.
Reduce unused CSS
Potential savings of 85 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 the impact of third-party code
Third-party code blocked the main thread for 4,310 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.
Largest Contentful Paint element
6,480 ms
This is the largest contentful element painted within the viewport. Learn more about the Largest Contentful Paint element
Eliminate render-blocking resources
Potential savings of 1,860 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.
Minimize main-thread work
8.5 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
Minify CSS
Potential savings of 8 KiB
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Does not have a `<meta name="viewport">` tag with `width` or `initial-scale`
A `<meta name="viewport">` not only optimizes your app for mobile screen sizes, but also prevents a 300 millisecond delay to user input. Learn more about using the viewport meta tag.
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.
Preload Largest Contentful Paint image
Potential savings of 460 ms
If the LCP element is dynamically added to the page, you should preload the image in order to improve LCP. Learn more about preloading LCP elements.
Serve static assets with an efficient cache policy
7 resources found
A long cache lifetime can speed up repeat visits to your page. Learn more about efficient cache policies.
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`.
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.
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
Avoid serving legacy JavaScript to modern browsers
Potential savings of 6 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
Max Potential First Input Delay
1,570 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.
Time to Interactive
18.1 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.
First Meaningful Paint
3.3 s
First Meaningful Paint measures when the primary content of a page is visible. Learn more about the First Meaningful Paint metric.

Stomport.com Mobile SEO: 100/100
Quick overview:

Stomport.com Mobile Best Practices: 52/100
Quick overview:
User Experience
Serves images with low resolution
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Does not have a `<meta name="viewport">` tag with `width` or `initial-scale`
A `<meta name="viewport">` not only optimizes your app for mobile screen sizes, but also prevents a 300 millisecond delay to user input. Learn more about using the viewport meta tag.
Document doesn't use legible font sizes
Font sizes less than 12px are too small to be legible and require mobile visitors to “pinch to zoom” in order to read. Strive to have >60% of page text ≥12px. Learn more about legible font sizes. Text is illegible because there's no viewport meta tag optimized for mobile screens.
General
Uses deprecated APIs
1 warning found
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Issues were logged in the `Issues` panel in Chrome Devtools
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
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.
Stomport.com Mobile Accessibility: 73/100
Quick overview:
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.
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.
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.
Input buttons do not have discernible text.
Adding discernable and accessible text to input buttons may help screen reader users understand the purpose of the input button. Learn more about input buttons.
Form elements do not have associated labels
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
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.
`[user-scalable="no"]` is used in the `<meta name="viewport">` element or the `[maximum-scale]` attribute is less than 5.
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.
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.
Similar tests
www.stomport.com
www.stomport.net
www.stomport.org
www.stomport.info
www.stomport.biz
www.stomport.us
www.stomport.mobi
www.tomport.com
www.stomport.com
www.wtomport.com
www.swtomport.com
www.wstomport.com
www.etomport.com
www.setomport.com
www.estomport.com
www.dtomport.com
www.sdtomport.com
www.dstomport.com
www.ztomport.com
www.sztomport.com
www.zstomport.com
www.xtomport.com
www.sxtomport.com
www.xstomport.com
www.atomport.com
www.satomport.com
www.astomport.com
www.somport.com
www.sromport.com
www.stromport.com
www.srtomport.com
www.sfomport.com
www.stfomport.com
www.sftomport.com
www.sgomport.com
www.stgomport.com
www.sgtomport.com
www.syomport.com
www.styomport.com
www.sytomport.com
www.stmport.com
www.stimport.com
www.stoimport.com
www.stiomport.com
www.stkmport.com
www.stokmport.com
www.stkomport.com
www.stlmport.com
www.stolmport.com
www.stlomport.com
www.stpmport.com
www.stopmport.com
www.stpomport.com
www.stoport.com
www.stonport.com
www.stomnport.com
www.stonmport.com
www.stojport.com
www.stomjport.com
www.stojmport.com
www.stokport.com
www.stomkport.com
www.stomort.com
www.stomoort.com
www.stompoort.com
www.stomoport.com
www.stomlort.com
www.stomplort.com
www.stomlport.com
www.stomprt.com
www.stompirt.com
www.stompoirt.com
www.stompiort.com
www.stompkrt.com
www.stompokrt.com
www.stompkort.com
www.stomplrt.com
www.stompolrt.com
www.stompprt.com
www.stompoprt.com
www.stompport.com
www.stompot.com
www.stompoet.com
www.stomporet.com
www.stompoert.com
www.stompodt.com
www.stompordt.com
www.stompodrt.com
www.stompoft.com
www.stomporft.com
www.stompofrt.com
www.stompott.com
www.stomportt.com
www.stompotrt.com
www.stompor.com
www.stomporr.com
www.stomportr.com
www.stomporrt.com
www.stomporf.com
www.stomportf.com
www.stomporg.com
www.stomportg.com
www.stomporgt.com
www.stompory.com
www.stomporty.com
www.stomporyt.com
www.stomport.con
Last Tested: