Hnrd.gov.cn Site Title

湖南人大网

Hnrd.gov.cn Meta Description

湖南人大融媒体中心www.hnrd.gov.cn是湖南省人民代表大会常务委员会门户网站,由湖南省人大常委会办公厅主办。

Hnrd.gov.cn Test Results

Hnrd.gov.cn Mobile Performance: 17/100
Quick overview:
Max Potential First Input Delay
7,600 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.9 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
2.8 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.
Eliminate render-blocking resources
Potential savings of 930 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.
Largest Contentful Paint element
33,660 ms
This is the largest contentful element painted within the viewport. Learn more about the Largest Contentful Paint element
Reduce JavaScript execution time
15.6 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.
Properly size images
Potential savings of 1,796 KiB
Serve images that are appropriately-sized to save cellular data and improve load time. Learn how to size images.
Defer offscreen images
Potential savings of 1,202 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 561 KiB
Optimized images load faster and consume less cellular data. Learn how to efficiently encode images.
Serve images in next-gen formats
Potential savings of 10,574 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 large layout shifts
15 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
Minimize main-thread work
19.9 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 multiple page redirects
Potential savings of 630 ms
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Reduce the impact of third-party code
Third-party code blocked the main thread for 15,110 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 an excessive DOM size
936 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.
Avoid enormous network payloads
Total size was 12,311 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
Serve static assets with an efficient cache policy
95 resources found
A long cache lifetime can speed up repeat visits to your page. Learn more about efficient cache policies.
Minify JavaScript
Potential savings of 3 KiB
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
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.

Hnrd.gov.cn Mobile SEO: 75/100
Quick overview:
Crawling and Indexing
To appear in search results, crawlers need access to your app.
robots.txt is not valid
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt. Lighthouse was unable to download a robots.txt file
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
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.

Hnrd.gov.cn Mobile Best Practices: 55/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
User Experience
Displays images with incorrect aspect ratio
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
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.
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.
Hnrd.gov.cn Mobile Accessibility: 38/100
Quick overview:
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.
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.
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.
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.
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.
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.
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.
List items (`<li>`) are not contained within `<ul>`, `<ol>` or `<menu>` parent elements.
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Similar tests
www.hnrd.com
www.hnrd.net
www.hnrd.org
www.hnrd.info
www.hnrd.biz
www.hnrd.us
www.hnrd.mobi
www.nrd.gov.cn
www.hnrd.gov.cn
www.bnrd.gov.cn
www.hbnrd.gov.cn
www.bhnrd.gov.cn
www.gnrd.gov.cn
www.hgnrd.gov.cn
www.ghnrd.gov.cn
www.ynrd.gov.cn
www.hynrd.gov.cn
www.yhnrd.gov.cn
www.unrd.gov.cn
www.hunrd.gov.cn
www.uhnrd.gov.cn
www.jnrd.gov.cn
www.hjnrd.gov.cn
www.jhnrd.gov.cn
www.nnrd.gov.cn
www.hnnrd.gov.cn
www.nhnrd.gov.cn
www.hrd.gov.cn
www.hbrd.gov.cn
www.hnbrd.gov.cn
www.hhrd.gov.cn
www.hnhrd.gov.cn
www.hhnrd.gov.cn
www.hjrd.gov.cn
www.hnjrd.gov.cn
www.hmrd.gov.cn
www.hnmrd.gov.cn
www.hmnrd.gov.cn
www.hnd.gov.cn
www.hned.gov.cn
www.hnred.gov.cn
www.hnerd.gov.cn
www.hndd.gov.cn
www.hnrdd.gov.cn
www.hndrd.gov.cn
www.hnfd.gov.cn
www.hnrfd.gov.cn
www.hnfrd.gov.cn
www.hntd.gov.cn
www.hnrtd.gov.cn
www.hntrd.gov.cn
www.hnr.gov.cn
www.hnrx.gov.cn
www.hnrdx.gov.cn
www.hnrxd.gov.cn
www.hnrs.gov.cn
www.hnrds.gov.cn
www.hnrsd.gov.cn
www.hnre.gov.cn
www.hnrde.gov.cn
www.hnrr.gov.cn
www.hnrdr.gov.cn
www.hnrrd.gov.cn
www.hnrf.gov.cn
www.hnrdf.gov.cn
www.hnrc.gov.cn
www.hnrdc.gov.cn
www.hnrcd.gov.cn
Last Tested: