14beizir.cn Test Results

14beizir.cn Mobile Performance: 45/100
Quick overview:
Time to Interactive
11.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
130 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
2.1 s
First Meaningful Paint measures when the primary content of a page is visible. Learn more about the First Meaningful Paint metric.
Diagnostics
More information about the performance of your application. These numbers don't directly affect the Performance score.
Minimize main-thread work
2.7 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
Largest Contentful Paint element
13,480 ms
This is the largest contentful element painted within the viewport. Learn more about the Largest Contentful Paint element
Preload Largest Contentful Paint image
Potential savings of 8,050 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.
Enable text compression
Potential savings of 29 KiB
Text-based resources should be served with compression (gzip, deflate or brotli) to minimize total network bytes. Learn more about text compression.
Use video formats for animated content
Potential savings of 355 KiB
Large GIFs are inefficient for delivering animated content. Consider using MPEG4/WebM videos for animations and PNG/WebP for static images instead of GIF to save network bytes. Learn more about efficient video formats
Serve images in next-gen formats
Potential savings of 2,353 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.
Reduce unused JavaScript
Potential savings of 26 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
12 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
Efficiently encode images
Potential savings of 1,731 KiB
Optimized images load faster and consume less cellular data. Learn how to efficiently encode images.
Properly size images
Potential savings of 350 KiB
Serve images that are appropriately-sized to save cellular data and improve load time. Learn how to size images.
Eliminate render-blocking resources
Potential savings of 60 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.
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
Serve static assets with an efficient cache policy
64 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().
Avoid enormous network payloads
Total size was 3,716 KiB
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
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

14beizir.cn Mobile SEO: 83/100
Quick overview:
Content Best Practices
Format your HTML in a way that enables crawlers to better understand your app’s content.
Document does not have a meta description
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
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.

14beizir.cn Mobile Best Practices: 45/100
Quick overview:
General
Uses deprecated APIs
1 warning 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
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 must contain a doctype
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.
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
Trust and Safety
Does not use HTTPS
54 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.
14beizir.cn Mobile Accessibility: 51/100
Quick overview:
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.
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 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.
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.
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.
Similar tests
www.14beizir.com
www.14beizir.net
www.14beizir.org
www.14beizir.info
www.14beizir.biz
www.14beizir.us
www.14beizir.mobi
www.4beizir.cn
www.14beizir.cn
www.1beizir.cn
www.14eizir.cn
www.14veizir.cn
www.14bveizir.cn
www.14vbeizir.cn
www.14geizir.cn
www.14bgeizir.cn
www.14gbeizir.cn
www.14heizir.cn
www.14bheizir.cn
www.14hbeizir.cn
www.14neizir.cn
www.14bneizir.cn
www.14nbeizir.cn
www.14bizir.cn
www.14bwizir.cn
www.14bewizir.cn
www.14bweizir.cn
www.14bsizir.cn
www.14besizir.cn
www.14bseizir.cn
www.14bdizir.cn
www.14bedizir.cn
www.14bdeizir.cn
www.14brizir.cn
www.14berizir.cn
www.14breizir.cn
www.14bezir.cn
www.14beuzir.cn
www.14beiuzir.cn
www.14beuizir.cn
www.14bejzir.cn
www.14beijzir.cn
www.14bejizir.cn
www.14bekzir.cn
www.14beikzir.cn
www.14bekizir.cn
www.14beozir.cn
www.14beiozir.cn
www.14beoizir.cn
www.14beiir.cn
www.14beixir.cn
www.14beizxir.cn
www.14beixzir.cn
www.14beisir.cn
www.14beizsir.cn
www.14beiszir.cn
www.14beiair.cn
www.14beizair.cn
www.14beiazir.cn
www.14beizr.cn
www.14beizur.cn
www.14beiziur.cn
www.14beizuir.cn
www.14beizjr.cn
www.14beizijr.cn
www.14beizjir.cn
www.14beizkr.cn
www.14beizikr.cn
www.14beizkir.cn
www.14beizor.cn
www.14beizior.cn
www.14beizoir.cn
www.14beizi.cn
www.14beizie.cn
www.14beizire.cn
www.14beizier.cn
www.14beizid.cn
www.14beizird.cn
www.14beizidr.cn
www.14beizif.cn
www.14beizirf.cn
www.14beizifr.cn
www.14beizit.cn
www.14beizirt.cn
www.14beizitr.cn
Last Tested: