Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Good foundation, but a few gaps could be exploited.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
/.svn/entries is publicly accessible
Security gaps expose your site and users to attacks, eroding trust.
100 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
19 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
2 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
95 image-in-link without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/3fd49dc1-b26c-4850-8eee-acbb088b731a)<a href="https://beavercheck.com/results/3fd49dc1-b26c-4850-8eee-acbb088b731a"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Flazada.vn" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Flazada.vnThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
11 barrier(s) likely increasing bounce by ~40%.
Page takes 6.1s to load
+12% bounceUsers abandon at ~3s — you're 3.6s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.4s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
No viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
20 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
15 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
₫3,900,000 investment → ₫20,527,272/month returns + VND 100,000,000 risk avoided
₫3,900,000
6h · 5 findings
₫20,527,272 /mo
~₫246,327,270 / year
VND 100,000,000
if kept compliant
₫300,000 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
6.5 developer hours at ₫600000/hr
Based on Vietnam rates (₫600000/hr)
Start here for the best return on investment
₫8,346,660 / month at risk
~₫100,159,921 / year if left unfixed
VND 100,000,000
₫13,327 /mo
6663.4 MB/mo × 2000.000 VND/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.52 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.11 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.44 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.102
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.15 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
19.45 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
áo dài
Gợi ý cho bạn
quạt
cocoon
dép
Search div#8849744590 > div.page-container > div.homepage-msite-search-wrap > div#search | /g/tps/imgextra/i1/O1CN01Uz4Tvs1yUbd3VkjJs_!!600000000658... | 24.8 KiB | 12.6 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| lazada.vn/ | 1.5 s |
| www.lazada.vn/ | 0.0 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.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.lazada.vn/ | 841 ms |
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
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
áo dài
Gợi ý cho bạn
quạt
cocoon
dép
Search
Săn xu
Thanh toán
MuaGiảm
Quốc Tế
T… body.gcp-lazada-page > section#content > div.mui-zebra-page > div | 0.100 |
Nhập mật khẩu
Số di động main#page-container > div > div.login-content-list > ul.common-sign-list | 0.011 |
Lacepulse丨 giỏ lưu trữ treo tường dễ thương cho nhà bếp và phòng tắm, khả năng … ul.ul-grid > li.link-ripple-container > div.jfy-card-desc > div.jfy-card-tit | 0.001 |
Túi thắt lưng thể thao, thể thao và thời trang, có 3 túi có khóa kéo ul.ul-grid > li.link-ripple-container > div.jfy-card-desc > div.jfy-card-tit | 0.001 |
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.
Performance issues directly impact user engagement and conversion rates.
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.
Performance issues directly impact user engagement and conversion rates.
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.
Performance issues directly impact user engagement and conversion rates.
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
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Other | 9.7 s |
| Script Evaluation | 7.5 s |
| Rendering | 4.9 s |
| Style & Layout | 1.9 s |
| Script Parsing & Compilation | 786 ms |
| Garbage Collection | 236 ms |
| Parse HTML & CSS | 89 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| The page has an unload handler in a sub frame. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /g/code/npm/@ali/gcp-lzd-project-lzd-member/3.1.13/js/log... | 266.2 KiB | 126.8 KiB |
| accounts.google.com/gsi/client | 95.6 KiB | 69.4 KiB |
| /g/??code/npm/@ali/lzdrwb-smart-banner/1.3.6/index.js,cod... | 92.6 KiB | 45.0 KiB |
| /g/lzd/assets/1.2.0/??react/17.0.2/react.production.min.j... | 52.3 KiB | 43.9 KiB |
| g.lazcdn.com/g/code/npm/@ali/gcom-lzd-render-v3/1.0.110/index.js | 100.7 KiB | 42.4 KiB |
| /g/code/npm/@ali/??pcom-feloader/0.2.0/index.umd.js,pnpm-... | 96.5 KiB | 40.9 KiB |
| g.lazcdn.com/res-d/alilog/mlog/aplus/202980191.js | 62.9 KiB | 26.6 KiB |
| /g/lzd/assets/1.2.0/??react/17.0.2/react.production.min.j... | 52.3 KiB | 22.1 KiB |
| o.alicdn.com/lzdfe/lzd-h5-itrace/index.js | 27.4 KiB | 21.7 KiB |
| o.alicdn.com/lzdfe/lzd-h5-itrace/index.js | 27.4 KiB | 21.5 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img | img.lazcdn.com/g/p/43f2eae184fb40e201365c97db106250.jpg_340x340q80.jpg_.avif |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img | img.lazcdn.com/g/p/d241615a54f09875392a9ad7abd95df4.jpg_340x340q80.jpg_.avif |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img | img.lazcdn.com/g/p/288455d50689c3363a763b3682e954bd.png_340x340q80.png_.avif |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img | img.lazcdn.com/g/p/4d455591e58151369919c4e638bddcd1.jpg_340x340q80.jpg_.avif |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img | img.lazcdn.com/g/p/3a81e9143937b7f42da601f85fc31a13.png_340x340q80.png_.avif |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img | /g/ff/kf/Sb56eb2eb6e6c4cd79fd85e3c55a15e821.jpg_340x340q8... |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img | /g/ff/kf/Saa935edd0f3f4596a6666847aacfae1cN.jpg_340x340q8... |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img | img.lazcdn.com/g/p/e86887ee551819f76feccab88666d972.png_340x340q80.png_.avif |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img | img.lazcdn.com/g/p/b4c6cb02fb4a5bd02dd939cab9a996d5.png_340x340q80.png_.avif |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img | img.lazcdn.com/g/p/519561a4af249d14ffb43e5c109dee34.jpg_340x340q80.jpg_.avif |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img | img.lazcdn.com/g/p/e69d55a16f9dd651a8c4c64d31d45304.jpg_340x340q80.jpg_.avif |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img | img.lazcdn.com/g/p/91c8750c40643fdb58d6019692095209.jpg_340x340q80.jpg_.avif |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img | img.lazcdn.com/g/p/086dc684b9d39930c2b8ed79b4889f84.jpg_340x340q80.jpg_.avif |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img | /g/ff/kf/S19e48225215a4742bd38894d1914b0eeJ.jpg_340x340q8... |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img | img.lazcdn.com/g/p/8419bb7926c81081501287b2b1d90286.jpg_340x340q80.jpg_.avif |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img | img.lazcdn.com/g/p/09399aa8a4f66f17ebb7c58e9f8ec446.jpg_340x340q80.jpg_.avif |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img | img.lazcdn.com/g/p/39f53b1a23b2fcaf9bab33fcaa67f4c2.jpg_240x240q80.jpg_.avif |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img | /g/ff/kf/Sdee52c3a437a4fbc8908fb872aec6b4fm.jpg_240x240q8... |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img | img.lazcdn.com/g/p/120dab966a7f2005f2feb4f924bced50.jpg_240x240q80.jpg_.avif |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01apo7Y61yKXH1LJaHh_!!600000000656... |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img | /g/tps/imgextra/i1/O1CN01n9KaGA1v1LpxkuPB9_!!600000000611... |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img | /g/tps/imgextra/i2/O1CN01rMvjsH1u4j8iYqRWh_!!600000000598... |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01Tf5ifj1aHHgP3PGYb_!!600000000330... |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01VZQhTf268BWEnMF7m_!!600000000761... |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img | /g/tps/imgextra/i1/O1CN01AAlx711UekHFgfBOY_!!600000000254... |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img | /g/tps/imgextra/i3/O1CN01FNsodU1q1HhQ9BnKw_!!600000000543... |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01pTnDZN1daT7YG8Vas_!!600000000375... |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img | /g/tps/imgextra/i1/O1CN01CQLxI123K90vVBYpb_!!600000000723... |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img | /us/domino/51d2d84a-7ca5-48bc-9f8c-bd4885d41870_VN-135-13... |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img | /g/tps/imgextra/i3/O1CN011cKXXG1iwyfA0viat_!!600000000447... |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01UHROzf1V5le3ELyJf_!!600000000260... |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img | /us/domino/5fd0444f-39ad-4293-b2d8-1ccc3814399a_VN-135-13... |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img | /g/tps/imgextra/i2/O1CN01P97rx31b7UpoLTVoG_!!600000000341... |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img | /g/tps/imgextra/i2/O1CN015OUrQA1TKlNhON8DR_!!600000000236... |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img | /g/tps/imgextra/i2/O1CN01AmSf7B1MKZuWlSmLo_!!600000000141... |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img | /g/tps/imgextra/i3/O1CN01C0eQ18221zhc4NzAp_!!600000000706... |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img | /g/tps/imgextra/i1/O1CN01axeflC1yaZ8NTzzvH_!!600000000659... |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img | /g/tps/imgextra/i3/O1CN01b8Ks9S289DeK5uY9Z_!!600000000788... |
flash sale div.card-title > div.common-img > picture > img | /g/gcp/lazada/d85e1dc2-34ca-4292-ae33-320589ddf8b8_VN-360... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /g/tps/imgextra/i2/O1CN01RcNphH26DgGqWnQJk_!!600000000762... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /us/lazgcp/4e448e77-0b02-4450-85df-460e1c1f42eb_ALL-230-5... |
home div.link-ripple-container > div.common-img > picture > img | |
category div.link-ripple-container > div.common-img > picture > img | |
cart div.link-ripple-container > div.common-img > picture > img | |
account div.link-ripple-container > div.common-img > picture > img | |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /g/tps/imgextra/i1/O1CN01MM63Vw1fF3q40a5KU_!!600000000397... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /us/lazgcp/f21e7a07-c199-411a-92b9-2552d029111d_ALL-204-5... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /us/lazgcp/f21e7a07-c199-411a-92b9-2552d029111d_ALL-204-5... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN010EqpUv1OyXhIINDRh_!!600000000177... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN010EqpUv1OyXhIINDRh_!!600000000177... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01YZkqOL1SOb4l4mDCR_!!600000000223... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN010EqpUv1OyXhIINDRh_!!600000000177... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01YZkqOL1SOb4l4mDCR_!!600000000223... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01YZkqOL1SOb4l4mDCR_!!600000000223... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01YZkqOL1SOb4l4mDCR_!!600000000223... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01YZkqOL1SOb4l4mDCR_!!600000000223... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01YZkqOL1SOb4l4mDCR_!!600000000223... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /us/lazgcp/eee1c1da-81dd-40a5-805a-0b5bef0e8d82_ALL-155-5... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /us/lazgcp/eee1c1da-81dd-40a5-805a-0b5bef0e8d82_ALL-155-5... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /us/lazgcp/eee1c1da-81dd-40a5-805a-0b5bef0e8d82_ALL-155-5... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /us/lazgcp/eee1c1da-81dd-40a5-805a-0b5bef0e8d82_ALL-155-5... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /us/lazgcp/eee1c1da-81dd-40a5-805a-0b5bef0e8d82_ALL-155-5... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
cocoon div.swiper > div.swiper-wrapper > div.swiper-slide > div.search-diwen-wrap-text |
These are opportunities to improve the legibility of your content.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#search > div.search-inner-box > div.search-inner-content > input.search-inner-input div#search > div.search-inner-box > div.search-inner-content > input.search-inner-input |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.gcp-lazada-page > div#web-popup-container > div#web-popup-container-iframe-container > iframe#web-pop-instance-0 body.gcp-lazada-page > div#web-popup-container > div#web-popup-container-iframe-container > iframe#web-pop-instance-0 |
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.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Dành riêng cho bạn div.jfy > div.jfy-header > div.jfy-header-wrap > ul.jfy-header |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
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.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| ?from_msite=1&dsource=smb&autoOpen=false&disableSmb=false... | Allowed |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. |
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
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Not signed in with the identity provider. |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
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
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
body.gcp-lazada-page > div#header-wrapper > div#lzd-global-header > a#lzd-global-header-back-icon |
To appear in search results, crawlers need access to your app.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.07 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.33 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
80 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.061
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.85 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
7.82 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/23d1ef99-3353-457c-89b2-aba1419008c8_VN-1976-6... | 75.7 KiB | 56.8 KiB |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/ebee9f82-75c9-4023-ac47-6cbca6307f5c_VN-1976-6... | 71.6 KiB | 53.7 KiB |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/c564faf4-16dd-4dc2-bff2-631b42204fd0_VN-1976-6... | 66.7 KiB | 50.0 KiB |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/2041c1a4-616b-47d5-a77f-ffb74c19f79d_VN-1976-6... | 65.0 KiB | 48.7 KiB |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/808320cc-fc5d-4b78-ab84-7de5d989421e_VN-1976-6... | 60.3 KiB | 45.2 KiB |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/3b06467d-d1a3-4766-9c58-10b94762e2b4_VN-1976-6... | 58.6 KiB | 44.0 KiB |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/fdeecf71-3920-4b60-9578-f943aa5509aa_VN-1976-6... | 53.7 KiB | 40.3 KiB |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/2aeb2286-2f59-40cd-8a54-36a169ebc273_VN-1976-6... | 51.1 KiB | 38.3 KiB |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/f2f46a2c-da3e-47b2-bd5c-56fb222716f5_VN-1976-6... | 46.0 KiB | 34.5 KiB |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/c680c08c-e878-4ca3-a855-562c6a43b1e7_VN-1976-6... | 42.6 KiB | 31.9 KiB |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/36f91519-a3e7-44f6-b755-5c7468433d7e_VN-1976-6... | 38.9 KiB | 29.2 KiB |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/b5b1ec0f-032b-400d-802e-993a47408af8_VN-1976-6... | 27.5 KiB | 20.6 KiB |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/d4b85d3e-86d9-4e1f-95c4-2a7da9f82948_VN-1188-1... | 44.1 KiB | 17.0 KiB |
div.card-platform-campaign-banner-link > div.common-img > picture > img div.card-platform-campaign-banner-link > div.common-img > picture > img | /us/domino/21339e76-2214-4af2-ab6f-7c4db77879e4_VN-1188-8... | 28.8 KiB | 13.3 KiB |
Online Shopping Lazada.vn Logo div.logo-bar-content > div.lzd-logo-content > a > img | img.lazcdn.com/g/tps/images/ims-web/TB1T7K2d8Cw3KVjSZFuXXcAOpXa.png | 13.7 KiB | 12.9 KiB |
a#246452966 > div.common-img > picture > img a#246452966 > div.common-img > picture > img | /g/ff/kf/S54f36de7d775496eb963a44fa1dafcbb1.png_400x400q8... | 15.9 KiB | 12.4 KiB |
vn-verified-1 div.lzd-footer-verified > div.lzd-footer-verified-left > a.lzd-footer-verified-item > img | /g/tps/imgextra/i3/O1CN01Bd0sVV1QY5gSQHbMq_!!600000000198... | 13.2 KiB | 12.2 KiB |
Đánh giá 4.7 sao
Tải ngay App Lazada để tận hưởng
MIỄN PHÍ VẬN CHUYỂN
VOUCHER Đ… div.pc-custom-link > div.banner-container-inner > div.pc-download-module > div.module-content | /g/tps/imgextra/i2/O1CN01tceZus1IewufOY1tZ_!!600000000091... | 30.2 KiB | 11.4 KiB |
Apple App Download div.lzd-footer-app-downloads > div.pull-left > a.pull-left > img | img.lazcdn.com/us/domino/287a1db8-9616-4998-87c2-98f42f4f664e_VN-126-42.png | 11.4 KiB | 10.5 KiB |
Android App Download div.lzd-footer-app-downloads > div.pull-left > a.pull-left > img | img.lazcdn.com/us/domino/00fecce4-0f30-4d24-8a14-a22e164b8d26_VN-126-42.png | 10.9 KiB | 10.1 KiB |
register-0 div.lzd-footer-verified > div.lzd-footer-verified-right > a.lzd-footer-verified-item > img | img.lazcdn.com/g/tps/tfs/TB1fj5Nfr_I8KJjy1XaXXbsxpXa-373-140.png | 9.7 KiB | 9.0 KiB |
announced div.lzd-footer-verified > div.lzd-footer-verified-right > a.lzd-footer-verified-item > img | img.lazcdn.com/g/tps/tfs/TB1iRzQc5qAXuNjy1XdXXaYcVXa-374-142.png | 8.8 KiB | 8.1 KiB |
Download the App div.lzd-footer-width-50 > div.lzd-footer-app-downloads > div.lzd-footer-appIcon > img | img.lazcdn.com/us/media/d33f1c45a4bd2fc773f8614625ed9cee-165-165.png | 7.1 KiB | 6.8 KiB |
MoMo div.lzd-footer-width-32 > div.payment-card-list > span.lzd-icon-payment > img | img.lazcdn.com/us/domino/c57d926d-e93f-4a59-ad9b-82083c0bc2ce_VN-64-64.png | 6.8 KiB | 6.5 KiB |
ms div.lzd-footer-width-32 > div.payment-card-list > span.lzd-icon-payment > img | img.lazcdn.com/us/domino/e713f5e2-be7c-477e-96e9-7de24e78ec6b_VN-53-39.png | 6.4 KiB | 6.1 KiB |
ZaloPay div.lzd-footer-width-32 > div.payment-card-list > span.lzd-icon-payment > img | img.lazcdn.com/us/domino/d594365d-81d9-431e-b028-125d1a46d504_VN-64-64.png | 6.2 KiB | 6.0 KiB |
visa div.lzd-footer-width-32 > div.payment-card-list > span.lzd-icon-payment > img | img.lazcdn.com/us/domino/e33843e5-0363-4ec9-89d8-5967c636b1ab_VN-53-39.png | 6.1 KiB | 5.7 KiB |
GHN div.footer-second > div.lzd-footer-inner > div.lzd-footer-width-32 > img.lzd-icon-delivery | /g/tps/imgextra/i3/O1CN01ahATKv21NE8iPiA0Q_!!600000000697... | 6.5 KiB | 5.5 KiB |
PCI DSS div.lzd-footer-verified > div.lzd-footer-verified-left > a.lzd-footer-verified-item > img | img.lazcdn.com/g/tps/tfs/TB1jyJMv.H1gK0jSZSyXXXtlpXa-184-120.png | 6.0 KiB | 5.1 KiB |
bestInc div.footer-second > div.lzd-footer-inner > div.lzd-footer-width-32 > img.lzd-icon-delivery | /g/tps/imgextra/i3/O1CN01wysPrK1R8jRG6tesj_!!600000000206... | 5.9 KiB | 4.9 KiB |
jcb div.lzd-footer-width-32 > div.payment-card-list > span.lzd-icon-payment > img | img.lazcdn.com/us/domino/507837ac-9aae-445a-b361-b96d6a12ce77_VN-53-39.png | 4.9 KiB | 4.6 KiB |
cod div.lzd-footer-width-32 > div.payment-card-list > span.lzd-icon-payment > img | img.lazcdn.com/us/domino/110408e5-c2da-4473-8da0-5181aee4d38f_VN-53-39.png | 4.6 KiB | 4.3 KiB |
napas div.lzd-footer-width-32 > div.payment-card-list > span.lzd-icon-payment > img | img.lazcdn.com/us/domino/736ad3c9-867b-4bb0-a7d8-f0d2cbd84f16_VN-53-39.png | 4.4 KiB | 4.1 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| lazada.vn/ | 993 ms |
| www.lazada.vn/ | 0.0 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.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.lazada.vn/ | 893 ms |
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.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| g.lazcdn.com/g/code/npm/@ali/lazada-buyer-im-pc/1.0.17/index.js | 533.7 KiB | 320.4 KiB |
| g.lazcdn.com/g/lzd/assets/0.0.5/next/0.19.21/next.min.js | 259.7 KiB | 178.1 KiB |
| /g/code/npm/@ali/multimod-lzd-member__signup-login-pop/1.... | 236.5 KiB | 150.5 KiB |
| /g/??mui/feloader/5.0.5/feloader-min.js,code/npm/@ali/pnp... | 197.5 KiB | 84.2 KiB |
| g.lazcdn.com/g/psolution/lzd-head-foot/1.4.4/js/framework.js | 78.4 KiB | 35.0 KiB |
| g.lazcdn.com/res-d/alilog/mlog/aplus/202980191.js | 63.0 KiB | 27.0 KiB |
| /g/??code/npm/@ali/lzdrwb-seometa/5.0.3/index-pc.js,code/... | 62.5 KiB | 21.8 KiB |
| g.lazcdn.com/g/lazada-search-fe/lzd-searchbox/0.4.26/index.js | 47.9 KiB | 21.2 KiB |
| g.lazcdn.com/res-o/lzdfe/lzd-h5-itrace/index-module.js | 21.2 KiB | 21.1 KiB |
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
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.2 s |
| Other | 637 ms |
| Style & Layout | 342 ms |
| Rendering | 328 ms |
| Script Parsing & Compilation | 180 ms |
| Garbage Collection | 25 ms |
| Parse HTML & CSS | 24 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| g.lazcdn.com/g/lzd/??polyfill/0.0.1/index.js | 18.1 KiB | 6.4 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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /g/code/npm/@ali/multimod-lzd-member__signup-login-pop/1.... | 19.1 KiB | 16.4 KiB |
| g.lazcdn.com/g/code/npm/@ali/lazada-buyer-im-pc/1.0.17/index.css | 15.2 KiB | 15.0 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/c680c08c-e878-4ca3-a855-562c6a43b1e7_VN-1976-6... |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/ebee9f82-75c9-4023-ac47-6cbca6307f5c_VN-1976-6... |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/808320cc-fc5d-4b78-ab84-7de5d989421e_VN-1976-6... |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/2041c1a4-616b-47d5-a77f-ffb74c19f79d_VN-1976-6... |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/23d1ef99-3353-457c-89b2-aba1419008c8_VN-1976-6... |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/3b06467d-d1a3-4766-9c58-10b94762e2b4_VN-1976-6... |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/fdeecf71-3920-4b60-9578-f943aa5509aa_VN-1976-6... |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/2aeb2286-2f59-40cd-8a54-36a169ebc273_VN-1976-6... |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/b5b1ec0f-032b-400d-802e-993a47408af8_VN-1976-6... |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/f2f46a2c-da3e-47b2-bd5c-56fb222716f5_VN-1976-6... |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/36f91519-a3e7-44f6-b755-5c7468433d7e_VN-1976-6... |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/c564faf4-16dd-4dc2-bff2-631b42204fd0_VN-1976-6... |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/d4b85d3e-86d9-4e1f-95c4-2a7da9f82948_VN-1188-1... |
div.card-platform-campaign-banner-link > div.common-img > picture > img div.card-platform-campaign-banner-link > div.common-img > picture > img | /us/domino/21339e76-2214-4af2-ab6f-7c4db77879e4_VN-1188-8... |
announced div.lzd-footer-verified > div.lzd-footer-verified-right > a.lzd-footer-verified-item > img | img.lazcdn.com/g/tps/tfs/TB1iRzQc5qAXuNjy1XdXXaYcVXa-374-142.png |
register-0 div.lzd-footer-verified > div.lzd-footer-verified-right > a.lzd-footer-verified-item > img | img.lazcdn.com/g/tps/tfs/TB1fj5Nfr_I8KJjy1XaXXbsxpXa-373-140.png |
nCOD a.pc-custom-link > div.common-img > picture > img | /us/domino/474e65da5a6ed1a078c0e66e929d378b.png_2200x2200... |
VIB Lazcard: a.pc-custom-link > div.common-img > picture > img | /us/domino/f3947c0bcaf171d91ac032e2820bbb88.png_2200x2200... |
UOB a.pc-custom-link > div.common-img > picture > img | /us/domino/37713475645bb0698c30715499fdef2d.png_2200x2200... |
vn-verified-1 div.lzd-footer-verified > div.lzd-footer-verified-left > a.lzd-footer-verified-item > img | /g/tps/imgextra/i3/O1CN01Bd0sVV1QY5gSQHbMq_!!600000000198... |
div.get-the-app > div.get-the-app-promotion > div.get-the-app-lazada-qr-wrap > img.get-the-app-lazada-qr div.get-the-app > div.get-the-app-promotion > div.get-the-app-lazada-qr-wrap > img.get-the-app-lazada-qr | img.lazcdn.com/us/domino/2ad4f22ce5a43dc145f221d13feed352.png |
PCI DSS div.lzd-footer-verified > div.lzd-footer-verified-left > a.lzd-footer-verified-item > img | img.lazcdn.com/g/tps/tfs/TB1jyJMv.H1gK0jSZSyXXXtlpXa-184-120.png |
div.channel-content-v2 > div.common-img > picture > img div.channel-content-v2 > div.common-img > picture > img | /us/domino/901aecdc-e8dc-4bf2-9464-476f799a8200_VN-276-26... |
div.channel-content-v2 > div.common-img > picture > img div.channel-content-v2 > div.common-img > picture > img | /us/domino/81ab3f69-2391-4129-88d7-d285aa0ffd93_VN-276-26... |
div.content > div.common-img > picture > img div.content > div.common-img > picture > img | /us/domino/c7412e89f2d826219b7a37ed5f7d6d50.png_360x360q8... |
Lazada Logistics div.footer-second > div.lzd-footer-inner > div.lzd-footer-width-32 > img.lzd-icon-delivery | /g/tps/imgextra/i1/O1CN01m2hfUv1D7S3FSyY0d_!!600000000016... |
GHN div.footer-second > div.lzd-footer-inner > div.lzd-footer-width-32 > img.lzd-icon-delivery | /g/tps/imgextra/i3/O1CN01ahATKv21NE8iPiA0Q_!!600000000697... |
Ninja Van div.footer-second > div.lzd-footer-inner > div.lzd-footer-width-32 > img.lzd-icon-delivery | /g/tps/imgextra/i4/O1CN01S7cpxb1h5697fS0Bl_!!600000000422... |
grab div.footer-second > div.lzd-footer-inner > div.lzd-footer-width-32 > img.lzd-icon-delivery | /g/tps/imgextra/i4/O1CN01wsWwqO1o1caN5JZDp_!!600000000516... |
bestInc div.footer-second > div.lzd-footer-inner > div.lzd-footer-width-32 > img.lzd-icon-delivery | /g/tps/imgextra/i3/O1CN01wysPrK1R8jRG6tesj_!!600000000206... |
ahamove div.footer-second > div.lzd-footer-inner > div.lzd-footer-width-32 > img.lzd-icon-delivery | /g/tps/imgextra/i3/O1CN01gjgEds1LYU0p2Pl9N_!!600000000131... |
JT div.footer-second > div.lzd-footer-inner > div.lzd-footer-width-32 > img.lzd-icon-delivery | /g/tps/imgextra/i3/O1CN01TmRqKw1hqjKxGAxIf_!!600000000432... |
div.channel-content-info-v2 > div.common-img > picture > img div.channel-content-info-v2 > div.common-img > picture > img | /us/domino/d1f1395d-6814-46cb-bbae-cecb69726453_VN-276-48... |
div.channel-content-info-v2 > div.common-img > picture > img div.channel-content-info-v2 > div.common-img > picture > img | /us/domino/3f3d1943-1f79-4814-9f6c-e94ced7c004b_VN-276-48... |
Thien Huong Food - Since 1964 a#311809 > div.common-img > picture > img | img.lazcdn.com/g/shop/60a3b4d21ed9152a0f910f9ad03750b9.jpeg_120x120q80.jpg_.avif |
Anello a#313731 > div.common-img > picture > img | img.lazcdn.com/g/shop/ff02bdbac43136895f66f7b5a5dc318a.jpeg_120x120q80.jpg_.avif |
DosReaL a#320109 > div.common-img > picture > img | img.lazcdn.com/g/shop/c1c137616ef974aa66b313ade0be89ce.jpeg_120x120q80.jpg_.avif |
Kymdan a#317731 > div.common-img > picture > img | img.lazcdn.com/g/shop/1d4c945c96ea505a7b30834aeeb41e00.png_120x120q80.png_.avif |
DK Harvest a#319237 > div.common-img > picture > img | img.lazcdn.com/g/shop/5e04cac41e462681117f4c12b2395580.png_120x120q80.png_.avif |
Mama's Choice a#313699 > div.common-img > picture > img | img.lazcdn.com/g/shop/cb73b377f43fb86fdc05beca0b4bb16e.png_120x120q80.png_.avif |
div.flex > div.common-img > picture > img div.flex > div.common-img > picture > img | /us/domino/a96c58a6a88070c43bc63444f6774f51.png_120x120q8... |
div.icon-item > div.common-img > picture > img div.icon-item > div.common-img > picture > img | /g/tps/imgextra/i2/O1CN01n3PMa828kJZVuCbPp_!!600000000797... |
div.icon-item > div.common-img > picture > img div.icon-item > div.common-img > picture > img | /g/tps/imgextra/i3/O1CN01J03SMW1lebTE7xkaN_!!600000000484... |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01YZkqOL1SOb4l4mDCR_!!600000000223... |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01YZkqOL1SOb4l4mDCR_!!600000000223... |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01YZkqOL1SOb4l4mDCR_!!600000000223... |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01YZkqOL1SOb4l4mDCR_!!600000000223... |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01YZkqOL1SOb4l4mDCR_!!600000000223... |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01YZkqOL1SOb4l4mDCR_!!600000000223... |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01YZkqOL1SOb4l4mDCR_!!600000000223... |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01YZkqOL1SOb4l4mDCR_!!600000000223... |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01YZkqOL1SOb4l4mDCR_!!600000000223... |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01YZkqOL1SOb4l4mDCR_!!600000000223... |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01YZkqOL1SOb4l4mDCR_!!600000000223... |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01YZkqOL1SOb4l4mDCR_!!600000000223... |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01YZkqOL1SOb4l4mDCR_!!600000000223... |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01YZkqOL1SOb4l4mDCR_!!600000000223... |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01YZkqOL1SOb4l4mDCR_!!600000000223... |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01YZkqOL1SOb4l4mDCR_!!600000000223... |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01YZkqOL1SOb4l4mDCR_!!600000000223... |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01YZkqOL1SOb4l4mDCR_!!600000000223... |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01YZkqOL1SOb4l4mDCR_!!600000000223... |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01YZkqOL1SOb4l4mDCR_!!600000000223... |
div.score > div.common-img > picture > img div.score > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01cAMOjU1zqQJZU8EbT_!!600000000676... |
ISO div.lzd-footer-verified > div.lzd-footer-verified-left > a.lzd-footer-verified-item > img | |
register-1 div.lzd-footer-verified > div.lzd-footer-verified-right > a.lzd-footer-verified-item > img |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
FEEDBACK div#topActionLinks > div.links-list > div#topActionFeedback > a.highlight |
TRACK MY ORDER div#topActionLinks > div.links-list > div#topActionTrack > span |
LOGIN div#topActionLinks > div.links-list > div#anonLogin > a.grey |
SIGNUP div#topActionLinks > div.links-list > div#anonSignup > a.grey |
THAY ĐỔI NGÔN NGỮ div#topActionLinks > div.links-list > div#topActionSwitchLang > span |
99.000 a#1216257 > div.fs-card-text > div.fs-card-price > span.price |
99.000 div.fs-card-text > div.fs-card-origin-price > div.fs-origin-price > span.price |
270.000 a#150498381 > div.fs-card-text > div.fs-card-price > span.price |
270.000 div.fs-card-text > div.fs-card-origin-price > div.fs-origin-price > span.price |
127.000 a#246452966 > div.fs-card-text > div.fs-card-price > span.price |
157.000 div.fs-card-text > div.fs-card-origin-price > div.fs-origin-price > span.price |
560.000 a#255697071 > div.fs-card-text > div.fs-card-price > span.price |
560.000 div.fs-card-text > div.fs-card-origin-price > div.fs-origin-price > span.price |
168.000 a#337486280 > div.fs-card-text > div.fs-card-price > span.price |
195.000 div.fs-card-text > div.fs-card-origin-price > div.fs-origin-price > span.price |
1.019.000 a#150498393 > div.fs-card-text > div.fs-card-price > span.price |
1.460.000 div.fs-card-text > div.fs-card-origin-price > div.fs-origin-price > span.price |
Xem Thêm div#js_officialStores > div.hp-mod-card-header > a.pc-custom-link > span.text |
212,000 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
500,746 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(182) a#2326224197 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
483,120 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(737) a#3026831742 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
649,000 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
131,000 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
13,900 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(10907) a#2395666012 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
980,000 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(97) a#3143780392 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
1,244,000 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(6) a#3285095162 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
89,200 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(104) a#2400465403 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
12,000 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(120) a#3113426760 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
248,000 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
8,471 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(16) a#2982769929 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
492,000 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
39,000 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(2614) a#2669295437 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
49,000 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
16,000 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(119) a#3126981455 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
469,000 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
29,000 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(472) a#1601386159 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
499,000 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(103) a#2907609468 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
159,000 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(10) a#3300629316 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
437,000 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
69,999 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(9) a#3146044925 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
42,000 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(33) a#3266831261 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
64,000 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
872,000 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
16,500 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(323) a#3170287646 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
35,000 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(134) a#2374268880 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
620,000 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(111) a#3163023953 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
TẢI THÊM div#js_jfy > div.hp-mod-card-content > div.jfy-card-load-more > div.load-more-button |
Always Better div.lzd-footer-width-50 > div.lzd-footer-app-downloads > div.pull-left > div.title |
Lazada is Asia’s leading online department store offering a fast, secure and co… div.lzd-footer-width-50 > div.lzd-footer-about > p > span |
Be the first to hear of our exciting sales & promos and get updates on the late… div.lzd-footer-width-50 > div.lzd-footer-about > p > span |
Because you are important to us, we are dedicated to providing you the best sho… div.lzd-footer-width-50 > div.lzd-footer-about > p > span |
Samsung div.lzd-footer-about > p > a > span |
Apple div.lzd-footer-about > p > a > span |
Xiaomi div.lzd-footer-about > p > a > span |
Bluestone div.lzd-footer-about > p > a > span |
L’oreal div.lzd-footer-about > p > a > span |
Maybeline div.lzd-footer-about > p > a > span |
Enfa div.lzd-footer-about > p > a > span |
Bobby div.lzd-footer-about > p > a > span |
Huggies div.lzd-footer-about > p > a > span |
Adidas div.lzd-footer-about > p > a > span |
Casio div.lzd-footer-about > p > a > span |
Mediamart div.lzd-footer-about > p > a > span |
Juno div.lzd-footer-about > p > a > span |
GUMAC div.lzd-footer-about > p > a > span |
TOP CATEGORIES & BRANDS
SMARTPHONE
iPhone , Samsung , Xiaomi , Vivo , Vsmart , … div.footer-third > div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category |
iPhone div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Samsung div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Xiaomi div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Vivo div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Vsmart div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Oppo div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Huawei div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
iPhone 12 div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
iPhone 11 div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Redmi Note 8 div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Galaxy Note div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Galaxy A51 div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Galaxy S21 Ultra div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Vsmart Live 4 div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Vsmart Joy 3 div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
iPad div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Samsung div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Huawei div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Lenovo div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Kindle div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
iPad Pro div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
iPad mini div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Masstel div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
iPad Air 2 div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
iPad Mini 5 div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
LAPTOPS div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Dell div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Asus div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Macbook div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
HP div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Lenovo div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Acer div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
MSI div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Microsoft Surface div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Macbook Pro div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Macbook Air 2018 div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Sony div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
LG div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Vsmart div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Xiaomi div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Toshiba div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Samsung div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Panasonic div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Sharp div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Asanzo div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Asano div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
TCL div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Bluetooth Speakers div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Karaoke Speakers div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
JBL div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Sony div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Harman Kardon div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Bose div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Tronsmart div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Kiomic div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Zealot div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
LG div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Temeisheng div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Hoco div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Kimiso div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Mini Refrigerators div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Sanyo div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Electrolux div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Panasonic div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Toshiba div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Samsung div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
La Roche Posay div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
MAC div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Maybelline div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Laneige div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Innisfree div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Vichy div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Hadalabo div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Senka div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Anessa div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
The Face Shop div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Black Rouge Lipsticks div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Kiehl’s div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Suncreams div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Cleanser div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Micellar Water div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
CAMERAS
Fujifilm , Nikon , Canon , Sony , Camcorder , GoPro , Flycam , Xiaomi
W… div.footer-third > div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category |
Fujifilm div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Nikon div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Canon div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Sony div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Camcorder div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
GoPro div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Flycam div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Xiaomi div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Electrolux div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Sanyo div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Toshiba div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Aqua div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Hitachi div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Panasonic div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Samsung div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
LG div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Bosch div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Midea div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Sharp div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Electrolux div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Bluestone div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Samsung div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Xiaomi div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Beko div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Panasonic div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Honda div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Yamaha div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Taya Motor div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Suzuki div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Piaggio div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Electric Motorcycles div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Detective Conan div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Kimetsu Yaiba div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
One Piece div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Đảo Hải Tặc div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Alcoholic Beverag div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Strongbow div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Heineken div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Tiger div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Bia 333 div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Budweiser div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Corona div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Hoegaarden div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Soft Drinks div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Coca-cola div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
7Up div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Pepsi div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
La Vie div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Star Kombucha div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Anti Covid-19 div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Mask 3M div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Mask Unicharm div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Medical Mask div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Handwash div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Coffee div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Electric Cooke div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Bed div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Female Watches div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Male Watches div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Electric Treadmill div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Guitar div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Piano div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Massage Chair div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Crocs div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Chess div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Son's Hat div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Xe Cẩu div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Crane div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Flower div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Alphabet div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Soccer div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Football Shirt div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Bikini div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Elsa div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
BKAV div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Ivy Moda div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
MLB div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Dirty Coin div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Baggy Pants div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Vascara div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Russia div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Spain div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
France div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Germany div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Poland div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Brazil div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Saudi Arabia div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Pakistan div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Bangladesh div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Sri Lanka div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Myanmar div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Nepal div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
These are opportunities to improve the legibility of your content.
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
SEARCH form > div.search-box--2I2a > div.search-box__search--2fC5 > a.search-box__button--1oH7 |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
WHAT'S NEW? div.lzd-footer-inner > div.lzd-footer-width-50 > div.lzd-footer-about > h3.lzd-footer-title |
These are opportunities to improve keyboard navigation in your application.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.card-platform-campaign-banner-link > div.common-img > picture > img div.card-platform-campaign-banner-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
div.flex > div.common-img > picture > img div.flex > div.common-img > picture > img |
div.score > div.common-img > picture > img div.score > div.common-img > picture > img |
div.icon-item > div.common-img > picture > img div.icon-item > div.common-img > picture > img |
div.icon-item > div.common-img > picture > img div.icon-item > div.common-img > picture > img |
div.content > div.common-img > picture > img div.content > div.common-img > picture > img |
div.channel-content-info-v2 > div.common-img > picture > img div.channel-content-info-v2 > div.common-img > picture > img |
div.channel-content-v2 > div.common-img > picture > img div.channel-content-v2 > div.common-img > picture > img |
div.channel-content-info-v2 > div.common-img > picture > img div.channel-content-info-v2 > div.common-img > picture > img |
div.channel-content-v2 > div.common-img > picture > img div.channel-content-v2 > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
a#1216257 > div.common-img > picture > img a#1216257 > div.common-img > picture > img |
a#150498381 > div.common-img > picture > img a#150498381 > div.common-img > picture > img |
a#246452966 > div.common-img > picture > img a#246452966 > div.common-img > picture > img |
a#255697071 > div.common-img > picture > img a#255697071 > div.common-img > picture > img |
a#337486280 > div.common-img > picture > img a#337486280 > div.common-img > picture > img |
a#150498393 > div.common-img > picture > img a#150498393 > div.common-img > picture > img |
a#10100399 > div.common-img > picture > img a#10100399 > div.common-img > picture > img |
a#3398 > div.common-img > picture > img a#3398 > div.common-img > picture > img |
a#4518 > div.common-img > picture > img a#4518 > div.common-img > picture > img |
a#11029 > div.common-img > picture > img a#11029 > div.common-img > picture > img |
a#7930 > div.common-img > picture > img a#7930 > div.common-img > picture > img |
a#9031 > div.common-img > picture > img a#9031 > div.common-img > picture > img |
a#13113 > div.common-img > picture > img a#13113 > div.common-img > picture > img |
a#4523 > div.common-img > picture > img a#4523 > div.common-img > picture > img |
a#6414 > div.common-img > picture > img a#6414 > div.common-img > picture > img |
a#12617 > div.common-img > picture > img a#12617 > div.common-img > picture > img |
a#12745 > div.common-img > picture > img a#12745 > div.common-img > picture > img |
a#12965 > div.common-img > picture > img a#12965 > div.common-img > picture > img |
a#6717 > div.common-img > picture > img a#6717 > div.common-img > picture > img |
a#4509 > div.common-img > picture > img a#4509 > div.common-img > picture > img |
a#4460 > div.common-img > picture > img a#4460 > div.common-img > picture > img |
a#10100100 > div.common-img > picture > img a#10100100 > div.common-img > picture > img |
a#13335761014 > div.common-img > picture > img a#13335761014 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#2326224197 > div.common-img > picture > img a#2326224197 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3026831742 > div.common-img > picture > img a#3026831742 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3312043438 > div.common-img > picture > img a#3312043438 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#13314663901 > div.common-img > picture > img a#13314663901 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#2395666012 > div.common-img > picture > img a#2395666012 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3143780392 > div.common-img > picture > img a#3143780392 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3285095162 > div.common-img > picture > img a#3285095162 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#2400465403 > div.common-img > picture > img a#2400465403 > div.common-img > picture > img |
a#3113426760 > div.common-img > picture > img a#3113426760 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3326018984 > div.common-img > picture > img a#3326018984 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#2982769929 > div.common-img > picture > img a#2982769929 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3302889550 > div.common-img > picture > img a#3302889550 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#2669295437 > div.common-img > picture > img a#2669295437 > div.common-img > picture > img |
a#13347599214 > div.common-img > picture > img a#13347599214 > div.common-img > picture > img |
a#3126981455 > div.common-img > picture > img a#3126981455 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3301506681 > div.common-img > picture > img a#3301506681 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#1601386159 > div.common-img > picture > img a#1601386159 > div.common-img > picture > img |
a#2907609468 > div.common-img > picture > img a#2907609468 > div.common-img > picture > img |
a#3300629316 > div.common-img > picture > img a#3300629316 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3294687750 > div.common-img > picture > img a#3294687750 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3146044925 > div.common-img > picture > img a#3146044925 > div.common-img > picture > img |
a#3266831261 > div.common-img > picture > img a#3266831261 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3328728022 > div.common-img > picture > img a#3328728022 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3255223051 > div.common-img > picture > img a#3255223051 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3170287646 > div.common-img > picture > img a#3170287646 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#2374268880 > div.common-img > picture > img a#2374268880 > div.common-img > picture > img |
a#3163023953 > div.common-img > picture > img a#3163023953 > div.common-img > picture > img |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.gcp-lazada-page > div#J_CampaignBanner > a.pc-custom-link body.gcp-lazada-page > div#J_CampaignBanner > a.pc-custom-link |
div.lzd-logo-bar > div.logo-bar-content > div.lzd-nav-cart > a div.lzd-logo-bar > div.logo-bar-content > div.lzd-nav-cart > a |
div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link |
div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link |
div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link |
div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link |
div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link |
div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link |
div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link |
div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link |
div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link |
div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link |
div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link |
div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link |
div.module-qr > div.content > div.download-btn > a.btn div.module-qr > div.content > div.download-btn > a.btn |
div.module-qr > div.content > div.download-btn > a.btn div.module-qr > div.content > div.download-btn > a.btn |
div.rax-scrollview-webcontainer > div#8849744590 > div.page-container > a.pc-custom-link div.rax-scrollview-webcontainer > div#8849744590 > div.page-container > a.pc-custom-link |
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.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Help Center div.lzd-footer-width-25 > ul.footer-list > li.footer-li > a |
How to Buy div.lzd-footer-width-25 > ul.footer-list > li.footer-li > a |
Shipping & Delivery div.lzd-footer-width-25 > ul.footer-list > li.footer-li > a |
International Product Policy div.lzd-footer-width-25 > ul.footer-list > li.footer-li > a |
How to Return div.lzd-footer-width-25 > ul.footer-list > li.footer-li > a |
About Lazada div.lzd-footer-width-25 > ul.footer-list > li.footer-li > a |
Sell on Lazada div.lzd-footer-width-25 > ul.footer-list > li.footer-li > a |
Affiliate Program div.lzd-footer-width-25 > ul.footer-list > li.footer-li > a |
Careers div.lzd-footer-width-25 > ul.footer-list > li.footer-li > a |
Terms & Conditions div.lzd-footer-width-25 > ul.footer-list > li.footer-li > a |
Privacy Policy div.lzd-footer-width-25 > ul.footer-list > li.footer-li > a |
Press & Media div.lzd-footer-width-25 > ul.footer-list > li.footer-li > a |
Intellectual Property Protection div.lzd-footer-width-25 > ul.footer-list > li.footer-li > a |
Operating Regulation div.lzd-footer-width-25 > ul.footer-list > li.footer-li > a |
Procedure of claim and dispute handling div.lzd-footer-width-25 > ul.footer-list > li.footer-li > a |
SMARTPHONE div.lzd-footer-width-25 > div.lzd-footer-top-category > h4.lzd-footer-title-small > a.lzd-footer-title-small |
TABLETS div.lzd-footer-width-25 > div.lzd-footer-top-category > h4.lzd-footer-title-small > a.lzd-footer-title-small |
TELEVISIONS div.lzd-footer-width-25 > div.lzd-footer-top-category > h4.lzd-footer-title-small > a.lzd-footer-title-small |
AUDIO div.lzd-footer-width-25 > div.lzd-footer-top-category > h4.lzd-footer-title-small > a.lzd-footer-title-small |
REFRIGERATORS div.lzd-footer-width-25 > div.lzd-footer-top-category > h4.lzd-footer-title-small > a.lzd-footer-title-small |
HEALTH & BEAUTY div.lzd-footer-width-25 > div.lzd-footer-top-category > h4.lzd-footer-title-small > a.lzd-footer-title-small |
CAMERAS div.lzd-footer-width-25 > div.lzd-footer-top-category > h4.lzd-footer-title-small > a.lzd-footer-title-small |
WASHING MACHINES div.lzd-footer-width-25 > div.lzd-footer-top-category > h4.lzd-footer-title-small > a.lzd-footer-title-small |
MICROWAVES div.lzd-footer-width-25 > div.lzd-footer-top-category > h4.lzd-footer-title-small > a.lzd-footer-title-small |
AUTOMOTIVE & MOTORCYCLES div.lzd-footer-width-25 > div.lzd-footer-top-category > h4.lzd-footer-title-small > a.lzd-footer-title-small |
BEST COMICS 2021 div.lzd-footer-width-25 > div.lzd-footer-top-category > h4.lzd-footer-title-small > a.lzd-footer-title-small |
ONLINE GROCERY STORE div.lzd-footer-width-25 > div.lzd-footer-top-category > h4.lzd-footer-title-small > a.lzd-footer-title-small |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.card-platform-campaign-banner-link > div.common-img > picture > img div.card-platform-campaign-banner-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
div.flex > div.common-img > picture > img div.flex > div.common-img > picture > img |
div.score > div.common-img > picture > img div.score > div.common-img > picture > img |
div.icon-item > div.common-img > picture > img div.icon-item > div.common-img > picture > img |
div.icon-item > div.common-img > picture > img div.icon-item > div.common-img > picture > img |
div.content > div.common-img > picture > img div.content > div.common-img > picture > img |
div.channel-content-info-v2 > div.common-img > picture > img div.channel-content-info-v2 > div.common-img > picture > img |
div.channel-content-v2 > div.common-img > picture > img div.channel-content-v2 > div.common-img > picture > img |
div.channel-content-info-v2 > div.common-img > picture > img div.channel-content-info-v2 > div.common-img > picture > img |
div.channel-content-v2 > div.common-img > picture > img div.channel-content-v2 > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
a#1216257 > div.common-img > picture > img a#1216257 > div.common-img > picture > img |
a#150498381 > div.common-img > picture > img a#150498381 > div.common-img > picture > img |
a#246452966 > div.common-img > picture > img a#246452966 > div.common-img > picture > img |
a#255697071 > div.common-img > picture > img a#255697071 > div.common-img > picture > img |
a#337486280 > div.common-img > picture > img a#337486280 > div.common-img > picture > img |
a#150498393 > div.common-img > picture > img a#150498393 > div.common-img > picture > img |
a#10100399 > div.common-img > picture > img a#10100399 > div.common-img > picture > img |
a#3398 > div.common-img > picture > img a#3398 > div.common-img > picture > img |
a#4518 > div.common-img > picture > img a#4518 > div.common-img > picture > img |
a#11029 > div.common-img > picture > img a#11029 > div.common-img > picture > img |
a#7930 > div.common-img > picture > img a#7930 > div.common-img > picture > img |
a#9031 > div.common-img > picture > img a#9031 > div.common-img > picture > img |
a#13113 > div.common-img > picture > img a#13113 > div.common-img > picture > img |
a#4523 > div.common-img > picture > img a#4523 > div.common-img > picture > img |
a#6414 > div.common-img > picture > img a#6414 > div.common-img > picture > img |
a#12617 > div.common-img > picture > img a#12617 > div.common-img > picture > img |
a#12745 > div.common-img > picture > img a#12745 > div.common-img > picture > img |
a#12965 > div.common-img > picture > img a#12965 > div.common-img > picture > img |
a#6717 > div.common-img > picture > img a#6717 > div.common-img > picture > img |
a#4509 > div.common-img > picture > img a#4509 > div.common-img > picture > img |
a#4460 > div.common-img > picture > img a#4460 > div.common-img > picture > img |
a#10100100 > div.common-img > picture > img a#10100100 > div.common-img > picture > img |
a#13335761014 > div.common-img > picture > img a#13335761014 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#2326224197 > div.common-img > picture > img a#2326224197 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3026831742 > div.common-img > picture > img a#3026831742 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3312043438 > div.common-img > picture > img a#3312043438 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#13314663901 > div.common-img > picture > img a#13314663901 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#2395666012 > div.common-img > picture > img a#2395666012 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3143780392 > div.common-img > picture > img a#3143780392 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3285095162 > div.common-img > picture > img a#3285095162 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#2400465403 > div.common-img > picture > img a#2400465403 > div.common-img > picture > img |
a#3113426760 > div.common-img > picture > img a#3113426760 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3326018984 > div.common-img > picture > img a#3326018984 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#2982769929 > div.common-img > picture > img a#2982769929 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3302889550 > div.common-img > picture > img a#3302889550 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#2669295437 > div.common-img > picture > img a#2669295437 > div.common-img > picture > img |
a#13347599214 > div.common-img > picture > img a#13347599214 > div.common-img > picture > img |
a#3126981455 > div.common-img > picture > img a#3126981455 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3301506681 > div.common-img > picture > img a#3301506681 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#1601386159 > div.common-img > picture > img a#1601386159 > div.common-img > picture > img |
a#2907609468 > div.common-img > picture > img a#2907609468 > div.common-img > picture > img |
a#3300629316 > div.common-img > picture > img a#3300629316 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3294687750 > div.common-img > picture > img a#3294687750 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3146044925 > div.common-img > picture > img a#3146044925 > div.common-img > picture > img |
a#3266831261 > div.common-img > picture > img a#3266831261 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3328728022 > div.common-img > picture > img a#3328728022 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3255223051 > div.common-img > picture > img a#3255223051 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3170287646 > div.common-img > picture > img a#3170287646 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#2374268880 > div.common-img > picture > img a#2374268880 > div.common-img > picture > img |
a#3163023953 > div.common-img > picture > img a#3163023953 > div.common-img > picture > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback