Aixin119.cn Site Title

卞灏棣椤

Aixin119.cn Meta Description

涓轰甯╅d澶у北娓存璇讳功瀛╁浠浜澶х宸楣ゅ涓浣甯ㄩ韩浜2000骞9寮濮卞灏缁澶骞村灞锛卞灏杩缃缁浜浼澶ヨㄥ藉扮蹇胯锛姝ュ灞涓轰互璧╄传板涓轰富姘淬寮炬у╁缁缁锛2012骞12锛1000浣浣璧╀汉杩卞灏涓鸿传板板哄渚杩╄川璧甯╋跺369涓浣娆惧20000浣浠惰。╁凤1900浣浣瀛寰璧┿

Aixin119.cn Test Results

Aixin119.cn Mobile Performance: 96/100
Quick overview:
Diagnostics
More information about the performance of your application. These numbers don't directly affect the Performance score.
Enable text compression
Potential savings of 67 KiB
Text-based resources should be served with compression (gzip, deflate or brotli) to minimize total network bytes. Learn more about text compression.
Eliminate render-blocking resources
Potential savings of 330 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.
Minify JavaScript
Potential savings of 5 KiB
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
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. No `<meta name="viewport">` tag found
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
Efficiently encode images
Potential savings of 114 KiB
Optimized images load faster and consume less cellular data. Learn how to efficiently encode images.
Serve static assets with an efficient cache policy
47 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().
Serve images in next-gen formats
Potential savings of 247 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
2.0 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
Avoid an excessive DOM size
829 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.
Max Potential First Input Delay
350 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.

Aixin119.cn Mobile SEO: 91/100
Quick overview:
Content Best Practices
Format your HTML in a way that enables crawlers to better understand your app’s content.
Image elements do not have `[alt]` attributes
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.

Aixin119.cn Mobile Best Practices: 59/100
Quick overview:
Trust and Safety
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.
Does not use HTTPS
56 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.
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
User Experience
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.
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.
Displays images with incorrect aspect ratio
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
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. No `<meta name="viewport">` tag found
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. Document contains a `doctype` that triggers `limited-quirks-mode`
Aixin119.cn Mobile Accessibility: 32/100
Quick overview:
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.
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.
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.
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.
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 do not have `[alt]` attributes
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
`<input type="image">` elements do not have `[alt]` text
When an image is being used as an `<input>` button, providing alternative text can help screen reader users understand the purpose of the button. Learn about input image alt text.
Tables do not use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
Screen readers have features to make navigating tables easier. Ensuring that tables use the actual caption element instead of cells with the `colspan]` attribute may improve the experience for screen reader users. [Learn more about captions.
`<td>` elements in a large `<table>` do not have table headers.
Screen readers have features to make navigating tables easier. Ensuring that `<td>` elements in a large table (3 or more cells in width and height) have an associated table header may improve the experience for screen reader users. Learn more about table headers.
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.aixin119.com
www.aixin119.net
www.aixin119.org
www.aixin119.info
www.aixin119.biz
www.aixin119.us
www.aixin119.mobi
www.ixin119.cn
www.aixin119.cn
www.qixin119.cn
www.aqixin119.cn
www.qaixin119.cn
www.wixin119.cn
www.awixin119.cn
www.waixin119.cn
www.sixin119.cn
www.asixin119.cn
www.saixin119.cn
www.zixin119.cn
www.azixin119.cn
www.zaixin119.cn
www.axin119.cn
www.auxin119.cn
www.aiuxin119.cn
www.auixin119.cn
www.ajxin119.cn
www.aijxin119.cn
www.ajixin119.cn
www.akxin119.cn
www.aikxin119.cn
www.akixin119.cn
www.aoxin119.cn
www.aioxin119.cn
www.aoixin119.cn
www.aiin119.cn
www.aizin119.cn
www.aixzin119.cn
www.aizxin119.cn
www.aisin119.cn
www.aixsin119.cn
www.aisxin119.cn
www.aidin119.cn
www.aixdin119.cn
www.aidxin119.cn
www.aicin119.cn
www.aixcin119.cn
www.aicxin119.cn
www.aixn119.cn
www.aixun119.cn
www.aixiun119.cn
www.aixuin119.cn
www.aixjn119.cn
www.aixijn119.cn
www.aixjin119.cn
www.aixkn119.cn
www.aixikn119.cn
www.aixkin119.cn
www.aixon119.cn
www.aixion119.cn
www.aixoin119.cn
www.aixi119.cn
www.aixib119.cn
www.aixinb119.cn
www.aixibn119.cn
www.aixih119.cn
www.aixinh119.cn
www.aixihn119.cn
www.aixij119.cn
www.aixinj119.cn
www.aixim119.cn
www.aixinm119.cn
www.aiximn119.cn
www.aixin19.cn
www.aixin11.cn
Last Tested: