Mantant.cn Site Title

WMS仓库管理系统-MES生产管理系统-追溯管理系统_RFID

Mantant.cn Meta Description

广州市曼探科技有限公司业务范畴:WMS仓库管理系统、MES制造执行系统、条码管理系统、生产管理系统、产品追溯系统、生产进度跟踪系统、固定资产管理系统,结合条码、二维码、RFID等媒介实现一体化解决方案。

Mantant.cn Test Results

Mantant.cn Mobile Performance: 39/100
Quick overview:
Diagnostics
More information about the performance of your application. These numbers don't directly affect the Performance score.
Largest Contentful Paint element
15,100 ms
This is the largest contentful element painted within the viewport. Learn more about the Largest Contentful Paint element
Serve images in next-gen formats
Potential savings of 1,233 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.
Minimize main-thread work
5.4 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
Defer offscreen images
Potential savings of 1,174 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.
Efficiently encode images
Potential savings of 586 KiB
Optimized images load faster and consume less cellular data. Learn how to efficiently encode images.
Minify JavaScript
Potential savings of 75 KiB
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Reduce unused JavaScript
Potential savings of 324 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.
Eliminate render-blocking resources
Potential savings of 1,990 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.
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 320 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.
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.
Minify CSS
Potential savings of 6 KiB
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Properly size images
Potential savings of 55 KiB
Serve images that are appropriately-sized to save cellular data and improve load time. Learn how to size images.
Avoid enormous network payloads
Total size was 2,893 KiB
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Avoid serving legacy JavaScript to modern browsers
Potential savings of 49 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
Enable text compression
Potential savings of 250 KiB
Text-based resources should be served with compression (gzip, deflate or brotli) to minimize total network bytes. Learn more about text compression.
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
Serve static assets with an efficient cache policy
67 resources found
A long cache lifetime can speed up repeat visits to your page. Learn more about efficient cache policies.
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().
Time to Interactive
18.4 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
420 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
4.4 s
First Meaningful Paint measures when the primary content of a page is visible. Learn more about the First Meaningful Paint metric.

Mantant.cn 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

Mantant.cn Mobile Best Practices: 55/100
Quick overview:
General
Uses deprecated APIs
2 warnings found
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
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
60 insecure requests 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.
Does not redirect HTTP traffic to HTTPS
Make sure that you redirect all HTTP traffic to HTTPS in order to enable secure web features for all your users. Learn more.
Browser Compatibility
Page lacks the HTML doctype, thus triggering quirks-mode
Specifying a doctype prevents the browser from switching to quirks-mode. Learn more about the doctype declaration. Doctype name must be the string `html`
Mantant.cn Mobile Accessibility: 57/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.
Elements with an ARIA `[role]` that require children to contain a specific `[role]` are missing some or all of those required children.
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
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.
Image elements have `[alt]` attributes that are redundant text.
Informative elements should aim for short, descriptive alternative text. Alternative text that is exactly the same as the text adjacent to the link or image is potentially confusing for screen reader users, because the text will be read twice. Learn more about the `alt` attribute.
Best practices
These items highlight common accessibility best practices.
`[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.
Internationalization and localization
These are opportunities to improve the interpretation of your content by users in different locales.
`<html>` element does not have a `[lang]` attribute
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
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.
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.mantant.com
www.mantant.net
www.mantant.org
www.mantant.info
www.mantant.biz
www.mantant.us
www.mantant.mobi
www.antant.cn
www.mantant.cn
www.nantant.cn
www.mnantant.cn
www.nmantant.cn
www.jantant.cn
www.mjantant.cn
www.jmantant.cn
www.kantant.cn
www.mkantant.cn
www.kmantant.cn
www.mntant.cn
www.mqntant.cn
www.maqntant.cn
www.mqantant.cn
www.mwntant.cn
www.mawntant.cn
www.mwantant.cn
www.msntant.cn
www.masntant.cn
www.msantant.cn
www.mzntant.cn
www.mazntant.cn
www.mzantant.cn
www.matant.cn
www.mabtant.cn
www.manbtant.cn
www.mabntant.cn
www.mahtant.cn
www.manhtant.cn
www.mahntant.cn
www.majtant.cn
www.manjtant.cn
www.majntant.cn
www.mamtant.cn
www.manmtant.cn
www.mamntant.cn
www.manant.cn
www.manrant.cn
www.mantrant.cn
www.manrtant.cn
www.manfant.cn
www.mantfant.cn
www.manftant.cn
www.mangant.cn
www.mantgant.cn
www.mangtant.cn
www.manyant.cn
www.mantyant.cn
www.manytant.cn
www.mantnt.cn
www.mantqnt.cn
www.mantaqnt.cn
www.mantqant.cn
www.mantwnt.cn
www.mantawnt.cn
www.mantwant.cn
www.mantsnt.cn
www.mantasnt.cn
www.mantsant.cn
www.mantznt.cn
www.mantaznt.cn
www.mantzant.cn
www.mantat.cn
www.mantabt.cn
www.mantanbt.cn
www.mantabnt.cn
www.mantaht.cn
www.mantanht.cn
www.mantahnt.cn
www.mantajt.cn
www.mantanjt.cn
www.mantajnt.cn
www.mantamt.cn
www.mantanmt.cn
www.mantamnt.cn
www.mantan.cn
www.mantanr.cn
www.mantantr.cn
www.mantanrt.cn
www.mantanf.cn
www.mantantf.cn
www.mantanft.cn
www.mantang.cn
www.mantantg.cn
www.mantangt.cn
www.mantany.cn
www.mantanty.cn
www.mantanyt.cn
Last Tested: