Homeaz.vn Site Title

Mua bán nội thất online, nội thất đẹp giá tốt

Homeaz.vn Meta Description

HomeAZ.vn là sàn thương mại điện tử mua bán nội thất online, cung cấp đa dạng các sản phẩm nội thất đẹp giá tốt như đèn trang trí, gương trang trí, chăn ga gối đệm,...với nhiều ưu đãi.

Homeaz.vn Test Results

Homeaz.vn Mobile Performance: 16/100
Quick overview:
Diagnostics
More information about the performance of your application. These numbers don't directly affect the Performance score.
Reduce the impact of third-party code
Third-party code blocked the main thread for 720 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.
Reduce unused JavaScript
Potential savings of 368 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.
Use video formats for animated content
Potential savings of 2,922 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
Defer offscreen images
Potential savings of 531 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.
Eliminate render-blocking resources
Potential savings of 2,790 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
29,520 ms
This is the largest contentful element painted within the viewport. Learn more about the Largest Contentful Paint element
Reduce unused CSS
Potential savings of 66 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 JavaScript execution time
1.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 reduce Javascript execution time.
Avoid multiple page redirects
Potential savings of 1,260 ms
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Avoid large layout shifts
5 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
Reduce initial server response time
Root document took 1,480 ms
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Minify JavaScript
Potential savings of 40 KiB
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Avoid an excessive DOM size
2,728 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.
Properly size images
Potential savings of 2,328 KiB
Serve images that are appropriately-sized to save cellular data and improve load time. Learn how to size images.
Minimize main-thread work
4.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
Avoid serving legacy JavaScript to modern browsers
Potential savings of 0 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
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 images in next-gen formats
Potential savings of 351 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.
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`.
Avoid enormous network payloads
Total size was 5,752 KiB
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Serve static assets with an efficient cache policy
16 resources found
A long cache lifetime can speed up repeat visits to your page. Learn more about efficient cache policies.
Efficiently encode images
Potential savings of 87 KiB
Optimized images load faster and consume less cellular data. Learn how to efficiently encode images.
Max Potential First Input Delay
550 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
13.7 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
4.8 s
First Meaningful Paint measures when the primary content of a page is visible. Learn more about the First Meaningful Paint metric.

Homeaz.vn 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

Homeaz.vn Mobile Best Practices: 83/100
Quick overview:
Trust and Safety
Does not use HTTPS
2 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.
Homeaz.vn Mobile Accessibility: 75/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.
Tables and lists
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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.
Navigation
These are opportunities to improve keyboard navigation in your application.
Heading elements are not in a sequentially-descending order
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
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 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.
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.
Similar tests
www.homeaz.com
www.homeaz.net
www.homeaz.org
www.homeaz.info
www.homeaz.biz
www.homeaz.us
www.homeaz.mobi
www.omeaz.vn
www.homeaz.vn
www.bomeaz.vn
www.hbomeaz.vn
www.bhomeaz.vn
www.gomeaz.vn
www.hgomeaz.vn
www.ghomeaz.vn
www.yomeaz.vn
www.hyomeaz.vn
www.yhomeaz.vn
www.uomeaz.vn
www.huomeaz.vn
www.uhomeaz.vn
www.jomeaz.vn
www.hjomeaz.vn
www.jhomeaz.vn
www.nomeaz.vn
www.hnomeaz.vn
www.nhomeaz.vn
www.hmeaz.vn
www.himeaz.vn
www.hoimeaz.vn
www.hiomeaz.vn
www.hkmeaz.vn
www.hokmeaz.vn
www.hkomeaz.vn
www.hlmeaz.vn
www.holmeaz.vn
www.hlomeaz.vn
www.hpmeaz.vn
www.hopmeaz.vn
www.hpomeaz.vn
www.hoeaz.vn
www.honeaz.vn
www.homneaz.vn
www.honmeaz.vn
www.hojeaz.vn
www.homjeaz.vn
www.hojmeaz.vn
www.hokeaz.vn
www.homkeaz.vn
www.homaz.vn
www.homwaz.vn
www.homewaz.vn
www.homweaz.vn
www.homsaz.vn
www.homesaz.vn
www.homseaz.vn
www.homdaz.vn
www.homedaz.vn
www.homdeaz.vn
www.homraz.vn
www.homeraz.vn
www.homreaz.vn
www.homez.vn
www.homeqz.vn
www.homeaqz.vn
www.homeqaz.vn
www.homewz.vn
www.homeawz.vn
www.homesz.vn
www.homeasz.vn
www.homezz.vn
www.homeazz.vn
www.homezaz.vn
www.homea.vn
www.homeax.vn
www.homeazx.vn
www.homeaxz.vn
www.homeas.vn
www.homeazs.vn
www.homeaa.vn
www.homeaza.vn
www.homeaaz.vn
Last Tested: