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.
1 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
1 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
129 image-in-link without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
135 image(s) missing alt attribute
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/f5f98857-4cc7-4a65-8d1c-8577630f92e7)<a href="https://beavercheck.com/results/f5f98857-4cc7-4a65-8d1c-8577630f92e7"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Flazada.sg" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Flazada.sgThis 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.
12 barrier(s) likely increasing bounce by ~41%.
Page takes 5.0s to load
+12% bounceUsers abandon at ~3s — you're 2.5s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.1s
+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
1 form field(s) without a label
+2% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
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, …)
22 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.
SGD 585 investment → SGD 4,920/month returns + SGD 1,000,000 risk avoided
SGD 585
6h · 5 findings
SGD 4,920 /mo
~SGD 59,042 / year
SGD 1,000,000
if kept compliant
SGD 45 — 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 S$90/hr
Based on Singapore rates (S$90/hr)
Start here for the best return on investment
SGD 83,334 / month at risk
~SGD 1,000,010 / year if left unfixed
SGD 1,000,000
SGD 0.80 /mo
7444.4 MB/mo × 0.108 SGD/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.63 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.02 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.10 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.107
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.01 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.
20.37 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 | |
|---|---|---|---|
egg
toilet roll
Milk
potato
pokemon center
Search div#9408155090 > div.page-container > div.homepage-msite-search-wrap > div#search | /g/tps/imgextra/i1/O1CN01Uz4Tvs1yUbd3VkjJs_!!600000000658... | 24.8 KiB | 12.6 KiB |
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.sg/ | 1.6 s |
| www.lazada.sg/ | 0.0 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 |
|---|---|
egg
toilet roll
Milk
potato
pokemon center
Search
Coins
LazMall
Calendar
LazLan… body.gcp-lazada-page > section#content > div.mui-zebra-page > div | 0.104 |
Via Password
Mobile Number main#page-container > div > div.login-content-list > ul.common-sign-list | 0.011 |
iFan Powerful 36 Speed DC Air Circulator Fan, Stand Fan with Oscillation & remo… ul.ul-grid > li.link-ripple-container > div.jfy-card-desc > div.jfy-card-tit | 0.002 |
iFan Powerful 36 Speed DC Air Circulator Fan, Stand Fan with Oscillation & remo… ul.ul-grid > li.link-ripple-container > div.jfy-card-desc > div.jfy-card-tit | 0.002 |
19 : div.swiper-slide > div.timer-wrap > div.fs-time > span.white-span | 0.000 |
19 : div.swiper-slide > div.timer-wrap > div.fs-time > span.white-span | 0.000 |
19 : div.swiper-slide > div.timer-wrap > div.fs-time > span.white-span | 0.000 |
19 : div.swiper-slide > div.timer-wrap > div.fs-time > span.white-span | 0.000 |
19 : div.swiper-slide > div.timer-wrap > div.fs-time > span.white-span | 0.000 |
19 : div.swiper-slide > div.timer-wrap > div.fs-time > span.white-span | 0.000 |
19 : div.swiper-slide > div.timer-wrap > div.fs-time > span.white-span | 0.000 |
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 | 10.9 s |
| Script Evaluation | 7.0 s |
| Rendering | 4.1 s |
| Style & Layout | 1.6 s |
| Script Parsing & Compilation | 684 ms |
| Garbage Collection | 296 ms |
| Parse HTML & CSS | 86 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 |
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 | 72.2 KiB |
| /g/??code/npm/@ali/lzdrwb-smart-banner/1.3.6/index.js,cod... | 92.6 KiB | 44.3 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.8 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/873814476f4766441275b1cc056b8038.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/f97d18318f98593c89be746293fefd0a.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/71e717e138ae1e44cc52981fb41ca973.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/1c1f3be0b06ff8ddfe0fb07a92d0157e.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/620f1f6a3e0f7ed6bbcdb3139b4d2629.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/695bcd24562529c3af462a2199ca7378.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/45a10cc0eb68e047b9aa5b5adc9bbf5f.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/S28c99f22bd0d44ae98d92b7ddff5d09aP.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/cfeec983b896ad79c9a3b2007f56b82a.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/S85ef3b73ba9043cd9cab7c8523c6dfc0V.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/9d67ebf9bda7589c1904812ef0c645f3.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/4d355f8be02d372a8a09ed4451144e8d.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/e9477f7e96e2b5bceed6903d5556a9fb.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/S13aed3b1ee9145499b8eba85bfd59f79k.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/10326f45248c115d83d9031f28e3ad46.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/f4787f4e49b9ae8401a33a974544a9e1.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/ed4f1868bed564ecb499e4e6052b60ec.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/3bb23d75824c7cd5f2dc7b3387b3cfb5.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/37bcbbdcfa235a19f65b49912eb56f39.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/fc25f9f620c36bffcc6cfeac412d6c1d.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/d605fae057af2ce94402984dbacc50ae.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/e52c1001104dc818132cfcfe20922950.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/S07b436feb8644c85a56c806a451f07c8P.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/3a4f341fe3315751086fa4ce2c974686.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/c172080d7e4e415cb3cf053951fcf12a.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/1336fc87770a72fe1a8bedb611df3eb0.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/fc436ec182a100afc9769dfb185a99bf.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/c823924271a0aecc11e7edb6bd66629f.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/058f4507eefd73af34aeb827271de6ce.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/f17e7dc5f611dbbe7d46917e2e3c2487.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/18d6714428c7511d2d25ad83790d76cb.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/cd402eef2994de511879dd57b08fada5.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/0f8d9dcac26a6a40cf0bc55e81e5776c.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/db3c09961afc49023f1ac32805069d4b.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/b754bcc1c0145c5b5f1bbd684d554e70.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/903bcbcabf9aca9eccb4e9edb291256e.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/Sd7a6bc48fb1a4bd493315c8e559f2886q.jpg_340x340q8... |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img | /g/ff/kf/S87e3b1ca6cb94a05ac4275babe5a373aa.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/015c8b3063f496273e0ab57f3f942125.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/8e2bde53f28cdfc7c378a6f757c23089.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/74e03a27cc9732869e8ed47a5ce5c3ce.jpg_340x340q80.jpg_.avif |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img | /collect/ae/kf/S9a657bb89a85439699049c37dc8b7cf7w.png_340... |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img | img.lazcdn.com/g/p/bed9c8bbcb6f571748b1defc7e1da9ea.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/3e3056a9993043abce84422058fe1055.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/b3a0863e32518000b008235e4d0a590e.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/615d9126b692307e041bbe45bb1744f7.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/afed2585ad5d88cd0ceba52af7d3e9e0.jpg_340x340q80.jpg_.avif |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img | /collect/ae/kf/S9d2a24b7b98d44c28866b77c39756afcS.jpg_340... |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img | /g/ff/kf/Sfa8e29b5f4c943ae84eb90115156f72dA.jpg_340x340q8... |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img | /g/ff/kf/S56a4e222ab974e92aed8bb4ad397b852h.jpg_340x340q8... |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img | img.lazcdn.com/g/p/2ee8f687a11fb04c34eb795e6a472f96.jpg_240x240q80.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/33135e41c1f9c46c98b782a9638469e5.jpg_240x240q80.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/6beaf604df616f9f930eb6f222261edf.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/i3/O1CN01W1b6W01JOIHJNEq4K_!!600000000101... |
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 | /us/domino/64042bf5-997d-4a09-8875-b459e6e2e776_SG-135-13... |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img | /g/tps/imgextra/i2/O1CN012mjTXo1owsGnlYfDM_!!600000000529... |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01LYLd781Ca16WT2T5G_!!600000000009... |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img | /g/tps/imgextra/i1/O1CN01JZ9IVH1eHykOCo4Js_!!600000000384... |
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/i3/O1CN01rlJuma1mz2umLja38_!!600000000502... |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img | /g/tps/imgextra/i2/O1CN01ScCQh11xt3WZCpQFn_!!600000000650... |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img | /g/tps/imgextra/i2/O1CN01tDPSZs1nznB3B6D5E_!!600000000516... |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img | /g/tps/imgextra/i2/O1CN0185rcjo248Wa56BdoO_!!600000000734... |
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 | /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/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/O1CN01pTnDZN1daT7YG8Vas_!!600000000375... |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img | /g/tps/imgextra/i2/O1CN01ZbuWZ21xNuZpYTejc_!!600000000643... |
flash sale div.card-title > div.common-img > picture > img | /g/gcp/lazada/ec738bb5-1bd1-4b9f-96c4-80779400f203_SG-360... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /us/lazgcp/99b3ea02-eb84-447c-ac2d-118d761eabb9_ALL-288-5... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /us/lazgcp/99b3ea02-eb84-447c-ac2d-118d761eabb9_ALL-288-5... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /us/lazgcp/99b3ea02-eb84-447c-ac2d-118d761eabb9_ALL-288-5... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /us/lazgcp/99b3ea02-eb84-447c-ac2d-118d761eabb9_ALL-288-5... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /us/lazgcp/99b3ea02-eb84-447c-ac2d-118d761eabb9_ALL-288-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/O1CN01hk1MMP1c7KIkYXpzb_!!600000000355... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /us/lazgcp/14deb011-ca71-4740-8934-5c033ce1d43d_ALL-204-5... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /us/lazgcp/14deb011-ca71-4740-8934-5c033ce1d43d_ALL-204-5... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /us/lazgcp/14deb011-ca71-4740-8934-5c033ce1d43d_ALL-204-5... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /us/lazgcp/14deb011-ca71-4740-8934-5c033ce1d43d_ALL-204-5... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /us/lazgcp/14deb011-ca71-4740-8934-5c033ce1d43d_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/O1CN01YZkqOL1SOb4l4mDCR_!!600000000223... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /g/tps/imgextra/i1/O1CN01rViwV523NLn2qLI1i_!!600000000724... |
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/i1/O1CN01rViwV523NLn2qLI1i_!!600000000724... |
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/i1/O1CN01rViwV523NLn2qLI1i_!!600000000724... |
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/i1/O1CN01rViwV523NLn2qLI1i_!!600000000724... |
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/i1/O1CN01rViwV523NLn2qLI1i_!!600000000724... |
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/O1CN010EqpUv1OyXhIINDRh_!!600000000177... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /g/tps/imgextra/i1/O1CN01rViwV523NLn2qLI1i_!!600000000724... |
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/i1/O1CN01rViwV523NLn2qLI1i_!!600000000724... |
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/i1/O1CN01rViwV523NLn2qLI1i_!!600000000724... |
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/i1/O1CN01rViwV523NLn2qLI1i_!!600000000724... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /g/tps/imgextra/i1/O1CN01rViwV523NLn2qLI1i_!!600000000724... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /g/tps/imgextra/i1/O1CN01rViwV523NLn2qLI1i_!!600000000724... |
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/i1/O1CN01rViwV523NLn2qLI1i_!!600000000724... |
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/i1/O1CN01rViwV523NLn2qLI1i_!!600000000724... |
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/i1/O1CN01rViwV523NLn2qLI1i_!!600000000724... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /g/tps/imgextra/i1/O1CN01rViwV523NLn2qLI1i_!!600000000724... |
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/i1/O1CN01rViwV523NLn2qLI1i_!!600000000724... |
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/O1CN010EqpUv1OyXhIINDRh_!!600000000177... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /g/tps/imgextra/i1/O1CN01rViwV523NLn2qLI1i_!!600000000724... |
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/i1/O1CN01rViwV523NLn2qLI1i_!!600000000724... |
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/i1/O1CN01rViwV523NLn2qLI1i_!!600000000724... |
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/i1/O1CN01rViwV523NLn2qLI1i_!!600000000724... |
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/i1/O1CN01rViwV523NLn2qLI1i_!!600000000724... |
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/i1/O1CN01rViwV523NLn2qLI1i_!!600000000724... |
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/i1/O1CN01rViwV523NLn2qLI1i_!!600000000724... |
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/O1CN01aVadlK1celDFzZhyH_!!600000000362... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01aVadlK1celDFzZhyH_!!600000000362... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01aVadlK1celDFzZhyH_!!600000000362... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01aVadlK1celDFzZhyH_!!600000000362... |
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 |
|---|
Milk div.swiper > div.swiper-wrapper > div.swiper-slide > div.search-diwen-wrap-text |
19 : div.swiper-slide > div.timer-wrap > div.fs-time > span.white-span |
30 : div.swiper-slide > div.timer-wrap > div.fs-time > span.white-span |
08 div.swiper-slide > div.timer-wrap > div.fs-time > span.white-span |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
|---|
Just For You 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 |
|---|---|
accounts.google.com/gsi/client line 85, col 88 | [GSI_LOGGER]: FedCM get() rejects with NetworkError: Error retrieving a token. |
Not signed in with the identity provider. |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
| URL |
|---|
| www.lazada.sg/ |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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.27 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.66 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
42 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.060
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.47 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.55 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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| g.lazcdn.com/res-d/alilog/mlog/aplus/202980191.js | 1800.0 s | 64.3 KiB |
| g.lazcdn.com/res-o/lzdfe/lzd-h5-itrace/index-module.js | 300.0 s | 22.9 KiB |
| g.lazcdn.com/g/??/AWSC/AWSC/awsc.js,/sd/baxia-entry/baxiaCommon.js | 7200.0 s | 12.1 KiB |
| g.lazcdn.com/res-o/lzd_sec/LWSC/index.js | 3600.0 s | 7.1 KiB |
| 4n92t6.tdum.alibaba.com/dss.js | 0.0 ms | 312 B |
| /h5/mtop.common.gettimestamp/1.0/?jsv=2.7.2&appKey=248142... | 0.0 ms | 215 B |
| /report/web-e?host=www.lazada.sg&jf=epssw_reportSend&cv=1... | 0.0 ms | 130 B |
| /ts?url=&token=guRosmAXHR4IXgrqsk5SHV3612kAN_1CBHFdv6IE3i... | 0.0 ms | 59 B |
| /ts?url=&token=BMPDNwILrsOuLGK3ygAsDZffUo5tOFd6FF1N6fWgHy... | 0.0 ms | 59 B |
| /ts?url=https%3A%2F%2Fase.aidcgroup.net%2Fupload%2Fweb%2F... | 0.0 ms | 59 B |
| /ts?url=https%3A%2F%2Fase.aidcgroup.net%2Fupload%2Fweb%2F... | 0.0 ms | 59 B |
| /ts?url=https%3A%2F%2Fumlazada.alibaba.com%2Fservice%2Fum... | 0.0 ms | 59 B |
| /ts?url=https%3A%2F%2Fumlazada.alibaba.com%2Fservice%2Fum... | 0.0 ms | 59 B |
| /report/web-e?host=www.lazada.sg&jf=epssw_reportCallback&... | 0.0 ms | 51 B |
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.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
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/8df5ad8d-8f0c-489c-9a8b-31d3c5cf7210_SG-1976-6... | 100.3 KiB | 75.2 KiB |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/e42e471c-567a-4789-ba48-6f1309f4ad97_SG-1976-6... | 71.0 KiB | 53.2 KiB |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/ebd71708-9c93-4238-a8c5-38368ef42388_SG-1976-6... | 67.1 KiB | 50.3 KiB |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/700d45fb-9374-4430-9458-75046669d866_SG-1976-6... | 56.8 KiB | 42.6 KiB |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/bb77f690-7f06-47b6-91c9-c1dd649556c7_SG-1976-6... | 55.9 KiB | 41.9 KiB |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/ee3411d8-190a-4cb8-a120-74f31ea54234_SG-1976-6... | 54.6 KiB | 41.0 KiB |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/248a6f70-63e1-42ae-9b5a-6d0b874bf954_SG-1976-6... | 54.6 KiB | 40.9 KiB |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/53ab627a-6a3a-4225-bbc6-f4d541a58fbd_SG-1976-6... | 47.3 KiB | 35.5 KiB |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/45185790-8c43-4741-beea-2304036dd72c_SG-1976-6... | 46.6 KiB | 34.9 KiB |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/37e1f380-3663-494f-a277-f5258e739306_SG-1976-6... | 43.5 KiB | 32.6 KiB |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/feb8698b-b1cb-408f-b11b-2caf168b4ee4_SG-1976-6... | 36.8 KiB | 27.6 KiB |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/b74aa775-e3ae-41e6-8c42-257953370cd4_SG-1976-6... | 35.7 KiB | 26.7 KiB |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/17c25fff-4f28-4867-ba28-a75c0b42024a_SG-1976-6... | 32.4 KiB | 24.3 KiB |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/7b9ec5d8-5c61-4c42-a914-efe4447f73e6_SG-1976-6... | 27.7 KiB | 20.8 KiB |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/4a81a5db-6b8f-46ba-957f-5ee9bb0ef0a7_SG-1976-6... | 25.2 KiB | 18.9 KiB |
a#230417349 > div.common-img > picture > img a#230417349 > div.common-img > picture > img | img.lazcdn.com/g/p/9ce952f72c8c073b28498676509672f9.jpg_400x400q80.jpg_.avif | 19.0 KiB | 14.8 KiB |
Online Shopping Lazada.sg Logo div.logo-bar-content > div.lzd-logo-content > a > img | img.lazcdn.com/g/tps/images/ims-web/TB12_ByawFY.1VjSZFnXXcFHXXa.png | 13.7 KiB | 12.9 KiB |
4.7 Rated
Get the Lazada app to enjoy
FREE SHIPPING
EXCLUSIVE VOUCHERS 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/e8ab6f9c-5f88-402d-b2a1-1dd940e046b4_SG-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/aaec14c4-2bba-445d-aa83-0898020e4b2e_SG-126-42.png | 10.9 KiB | 10.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 |
ms div.lzd-footer-width-32 > div.payment-card-list > span.lzd-icon-payment > img | img.lazcdn.com/us/domino/d61caa9e-b487-441f-b537-8133824cba7f_SG-53-39.png | 6.4 KiB | 6.1 KiB |
ae div.lzd-footer-width-32 > div.payment-card-list > span.lzd-icon-payment > img | img.lazcdn.com/us/domino/07b6990e-1a6e-4239-a160-9e6a97ea103d_SG-53-39.png | 6.3 KiB | 6.0 KiB |
ISO div.lzd-footer-verified > div.lzd-footer-verified-left > a.lzd-footer-verified-item > img | img.lazcdn.com/g/tps/tfs/TB1lbmoqYr1gK0jSZR0XXbP8XXa-340-200.png | 6.4 KiB | 5.8 KiB |
visa div.lzd-footer-width-32 > div.payment-card-list > span.lzd-icon-payment > img | img.lazcdn.com/us/domino/436a8de5-c39f-4e20-a90f-371962f093a8_SG-53-39.png | 6.1 KiB | 5.7 KiB |
PCI DSS div.lzd-footer-verified > div.lzd-footer-verified-right > a.lzd-footer-verified-item > img | img.lazcdn.com/g/tps/tfs/TB1jyJMv.H1gK0jSZSyXXXtlpXa-184-120.png | 6.0 KiB | 5.1 KiB |
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.
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.
| URL | Est Savings |
|---|---|
| g.lazcdn.com/g/lzdfe/static/0.0.29/Roboto/latin.woff2 | 5.0 ms |
| g.lazcdn.com/g/lzdfe/static/0.0.44/iconfont-hp.woff | 5.0 ms |
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.sg/ | 971 ms |
| www.lazada.sg/ | 0.0 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.8 KiB | 320.4 KiB |
| g.lazcdn.com/g/lzd/assets/0.0.5/next/0.19.21/next.min.js | 260.4 KiB | 178.5 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.1 KiB |
| g.lazcdn.com/g/psolution/lzd-head-foot/1.4.5/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.lazcdn.com/g/lazada-search-fe/lzd-searchbox/0.4.26/index.js | 47.9 KiB | 21.2 KiB |
| /g/??code/npm/@ali/lzdrwb-seometa/5.0.3/index-pc.js,code/... | 62.5 KiB | 20.6 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.0 s |
| Other | 586 ms |
| Rendering | 347 ms |
| Style & Layout | 334 ms |
| Script Parsing & Compilation | 138 ms |
| Garbage Collection | 27 ms |
| Parse HTML & CSS | 21 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.3 KiB | 6.5 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.lazcdn.com/g/code/npm/@ali/lazada-buyer-im-pc/1.0.17/index.css | 20.2 KiB | 20.0 KiB |
| /g/code/npm/@ali/multimod-lzd-member__signup-login-pop/1.... | 19.1 KiB | 16.4 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/ebd71708-9c93-4238-a8c5-38368ef42388_SG-1976-6... |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/53ab627a-6a3a-4225-bbc6-f4d541a58fbd_SG-1976-6... |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/e42e471c-567a-4789-ba48-6f1309f4ad97_SG-1976-6... |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/37e1f380-3663-494f-a277-f5258e739306_SG-1976-6... |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/b74aa775-e3ae-41e6-8c42-257953370cd4_SG-1976-6... |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/feb8698b-b1cb-408f-b11b-2caf168b4ee4_SG-1976-6... |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/17c25fff-4f28-4867-ba28-a75c0b42024a_SG-1976-6... |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/8df5ad8d-8f0c-489c-9a8b-31d3c5cf7210_SG-1976-6... |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/700d45fb-9374-4430-9458-75046669d866_SG-1976-6... |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/ee3411d8-190a-4cb8-a120-74f31ea54234_SG-1976-6... |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/7b9ec5d8-5c61-4c42-a914-efe4447f73e6_SG-1976-6... |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/248a6f70-63e1-42ae-9b5a-6d0b874bf954_SG-1976-6... |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/4a81a5db-6b8f-46ba-957f-5ee9bb0ef0a7_SG-1976-6... |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/bb77f690-7f06-47b6-91c9-c1dd649556c7_SG-1976-6... |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/45185790-8c43-4741-beea-2304036dd72c_SG-1976-6... |
App Download div.card-platform-campaign-banner-link > div.common-img > picture > img | /us/domino/b84dea28efedeb42da1b2f535c96a364.jpg_1200x1200... |
ISO div.lzd-footer-verified > div.lzd-footer-verified-left > a.lzd-footer-verified-item > img | img.lazcdn.com/g/tps/tfs/TB1lbmoqYr1gK0jSZR0XXbP8XXa-340-200.png |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/domino/f50b8d87-f440-4f77-bd6c-4d0d8ad0c21b_SG-188-26... |
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/d830782f509dbbffe5811eb1080e55f4.png |
PCI DSS div.lzd-footer-verified > div.lzd-footer-verified-right > 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/e6bb6e6a34f071aa054da9f0f57843cd.png_300x300q8... |
div.channel-content-v2 > div.common-img > picture > img div.channel-content-v2 > div.common-img > picture > img | /us/domino/30310d51494be2b33ab8297a909cc80c.png_300x300q8... |
div.channel-content-v2 > div.common-img > picture > img div.channel-content-v2 > div.common-img > picture > img | /us/domino/ca587ac1-385b-449a-a665-4e2ef5631cb9_SG-276-26... |
div.content > div.common-img > picture > img div.content > div.common-img > picture > img | /us/domino/d50a436e95d9a3c39ce159e83c767133.png_360x360q8... |
lazada logistics div.footer-second > div.lzd-footer-inner > div.lzd-footer-width-32 > img.lzd-icon-delivery | /g/tps/imgextra/i2/O1CN0119qSnn1DrFQgdG1kH_!!600000000026... |
singpost div.footer-second > div.lzd-footer-inner > div.lzd-footer-width-32 > img.lzd-icon-delivery | /g/tps/imgextra/i2/O1CN01ARkHUF1oSBXXkBBZS_!!600000000522... |
QXP div.footer-second > div.lzd-footer-inner > div.lzd-footer-width-32 > img.lzd-icon-delivery | /g/tps/imgextra/i3/O1CN01myOrhg24Z5MOM2aAF_!!600000000740... |
NJV div.footer-second > div.lzd-footer-inner > div.lzd-footer-width-32 > img.lzd-icon-delivery | /g/tps/imgextra/i4/O1CN01vPq4n41PWtDFXGs0x_!!600000000184... |
CJX div.footer-second > div.lzd-footer-inner > div.lzd-footer-width-32 > img.lzd-icon-delivery | /g/tps/imgextra/i4/O1CN01npMjOy1g1bd0qvrdD_!!600000000408... |
J & T div.footer-second > div.lzd-footer-inner > div.lzd-footer-width-32 > img.lzd-icon-delivery | /g/tps/imgextra/i2/O1CN01QJfJF11pmcpaotRCe_!!600000000540... |
Laku6 div.footer-second > div.lzd-footer-inner > div.lzd-footer-width-32 > img.lzd-icon-delivery | img.lazcdn.com/us/domino/481d1f81-fbd2-4986-a085-9a36c35cdf81_SG-96-70.png |
uParcel div.footer-second > div.lzd-footer-inner > div.lzd-footer-width-32 > img.lzd-icon-delivery | img.lazcdn.com/us/domino/dd2b11c7-a86c-4ef5-90fd-636180fb397a_SG-96-70.png |
div.channel-content-info-v2 > div.common-img > picture > img div.channel-content-info-v2 > div.common-img > picture > img | /us/domino/d19bf4149a1a7894cb8d519942259f6f.png_300x300q8... |
div.channel-content-info-v2 > div.common-img > picture > img div.channel-content-info-v2 > div.common-img > picture > img | /us/domino/b87a3a666769a5e46a6b23b1119eec44.png_300x300q8... |
div.channel-content-info-v2 > div.common-img > picture > img div.channel-content-info-v2 > div.common-img > picture > img | /us/domino/098841b9aae98a4b3cd9d7138cfd8b5e.png_300x300q8... |
Lucky Baby Official Store a#2122 > div.common-img > picture > img | img.lazcdn.com/g/shop/31e0d796242587a12b2562369b326fb8.jpeg_120x120q80.jpg_.avif |
UGREEN a#2088 > div.common-img > picture > img | img.lazcdn.com/g/shop/474c13aca9da076dacfe4ac0d2a9e6f4.png_120x120q80.png_.avif |
Watsons a#2150 > div.common-img > picture > img | img.lazcdn.com/g/shop/b79e82dcd92f1dfd41dbc6cf6349c489.png_120x120q80.png_.avif |
ELECOM a#2022 > div.common-img > picture > img | /g/ot/shop/c13ea31566a24870a478129edaf99798.jpg_120x120q8... |
Now Foods Official a#2333 > div.common-img > picture > img | /g/ot/shop/d5745755e46946b1bbb03f3b3c634a2f.jpg_120x120q8... |
KDK a#2291 > div.common-img > picture > img | img.lazcdn.com/g/shop/d72529466f8f094a225d8264da63bbba.jpeg_120x120q80.jpg_.avif |
div.flex > div.common-img > picture > img div.flex > div.common-img > picture > img | /us/domino/c3d7313e58e47a42f64cf386c8a8dd86.png_200x200q8... |
div.flex > div.common-img > picture > img div.flex > div.common-img > picture > img | /us/domino/47866b83cc0d0a3c74d429f89ff42423.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/O1CN010EqpUv1OyXhIINDRh_!!600000000177... |
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/O1CN01aVadlK1celDFzZhyH_!!600000000362... |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01aVadlK1celDFzZhyH_!!600000000362... |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01aVadlK1celDFzZhyH_!!600000000362... |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01aVadlK1celDFzZhyH_!!600000000362... |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01aVadlK1celDFzZhyH_!!600000000362... |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01aVadlK1celDFzZhyH_!!600000000362... |
div.score > div.common-img > picture > img div.score > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01cAMOjU1zqQJZU8EbT_!!600000000676... |
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 |
SELL ON LAZADA div#topActionLinks > div.links-list > div#topActionSell > a.highlight |
TRACK MY ORDER div#topActionLinks > div.links-list > div#topActionTrack > span |
LOGIN div#topActionLinks > div.links-list > div#anonLogin > a.grey |
SIGN UP div#topActionLinks > div.links-list > div#anonSignup > a.grey |
8.80 a#100362025 > div.fs-card-text > div.fs-card-price > span.price |
18.00 div.fs-card-text > div.fs-card-origin-price > div.fs-origin-price > span.price |
125.46 a#142276423 > div.fs-card-text > div.fs-card-price > span.price |
139.40 div.fs-card-text > div.fs-card-origin-price > div.fs-origin-price > span.price |
52.90 a#230417349 > div.fs-card-text > div.fs-card-price > span.price |
79.90 div.fs-card-text > div.fs-card-origin-price > div.fs-origin-price > span.price |
8.30 a#300976081 > div.fs-card-text > div.fs-card-price > span.price |
10.05 div.fs-card-text > div.fs-card-origin-price > div.fs-origin-price > span.price |
12.25 a#301074985 > div.fs-card-text > div.fs-card-price > span.price |
15.40 div.fs-card-text > div.fs-card-origin-price > div.fs-origin-price > span.price |
236.79 a#158603405 > div.fs-card-text > div.fs-card-price > span.price |
263.10 div.fs-card-text > div.fs-card-origin-price > div.fs-origin-price > span.price |
$12.06 div.product-wrapper > a.pc-custom-link > div.price-wrapper > span.current-price |
$12.70 div.product-wrapper > a.pc-custom-link > div.price-wrapper > span.origin-price |
24 × 200 per pack div.card-content > div.product-wrapper > a.pc-custom-link > span.product-desc |
$8.95 div.product-wrapper > a.pc-custom-link > div.price-wrapper > span.current-price |
500 g div.card-content > div.product-wrapper > a.pc-custom-link > span.product-desc |
$6.35 div.product-wrapper > a.pc-custom-link > div.price-wrapper > span.current-price |
$6.55 div.product-wrapper > a.pc-custom-link > div.price-wrapper > span.origin-price |
12 × 1.5 L div.card-content > div.product-wrapper > a.pc-custom-link > span.product-desc |
$16.36 div.product-wrapper > a.pc-custom-link > div.price-wrapper > span.current-price |
907 g div.card-content > div.product-wrapper > a.pc-custom-link > span.product-desc |
Shop More div#js_officialStores > div.hp-mod-card-header > a.pc-custom-link > span.text |
47.00 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(412) a#3519933608 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
86.20 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(33) a#3442666469 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
27.50 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(1252) a#356494842 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
9.18 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(286) a#3485524821 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
8.44 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(2792) a#1321252994 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
16.35 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(543) a#3465094582 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
12.90 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(311) a#3495699543 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
430.00 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(603) a#3525229230 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
213.45 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(1103) a#1646021234 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
13.50 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(2193) a#3302879264 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
1,138.00 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(191) a#3321924025 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
0.10 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(492) a#3128137936 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
6.80 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(3956) a#2179397349 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
115.00 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(275) a#3302855277 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
72.00 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(1559) a#128486329 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
3.82 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(197) a#2980034584 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
9.80 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(2030) a#3101292902 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
0.10 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(432) a#3252348798 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
99.00 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(77) a#3359709772 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
7.80 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(65) a#3572236411 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
34.95 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(997) a#1869534160 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
2.17 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(404) a#3325989235 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
4.95 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(2859) a#304106105 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
5.14 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(66) a#2572661053 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
39.00 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(393) a#1646478533 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
4.93 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(69) a#3536424656 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
9.10 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(2006) a#303264592 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
8.00 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(6930) a#1651022089 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
7.00 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
3.86 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(236) a#1061362615 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
3.75 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(165) a#3638934417 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
10.17 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(117) a#3534565042 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
58.00 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(44) a#3627832096 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
9.87 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(483) a#3534531594 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
3.95 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(426) a#3151978962 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
6.16 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(270) a#2866772825 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
8.13 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(369) a#3567609798 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
104.99 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(759) a#2444357007 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
7.71 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(473) a#303282179 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
14.90 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(492) a#3143771729 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
8.00 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(154) a#3363765252 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
6.09 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(94) a#3518980055 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
2.95 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(32) a#1318824444 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
4.50 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(239) a#3402356876 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
LOAD MORE div#js_jfy > div.hp-mod-card-content > div.jfy-card-load-more > div.load-more-button |
div.lzd-footer-inner > div.lzd-footer-width-50 > div.footer-new-customer > input.new-user-mobile-button div.lzd-footer-inner > div.lzd-footer-width-50 > div.footer-new-customer > input.new-user-mobile-button |
div.lzd-footer-width-50 > div.footer-new-customer > div.footer-input-div > input#txtphone div.lzd-footer-width-50 > div.footer-new-customer > div.footer-input-div > input#txtphone |
Always Better div.lzd-footer-width-50 > div.lzd-footer-app-downloads > div.pull-left > div.title |
Lazada Singapore is the leading online shopping platform in Singapore. We are a… div.lzd-footer-width-50 > div.lzd-footer-about > p > span |
Sporting a new ‘heart’ logo mark that show the letter “L” as a three-dimensiona… div.lzd-footer-width-50 > div.lzd-footer-about > p > span |
“Effortless shopping” has been our goal throughout the years, promising every c… div.lzd-footer-width-50 > div.lzd-footer-about > p > span |
With div.lzd-footer-width-50 > div.lzd-footer-about > p > span |
LazMall div.lzd-footer-about > p > a > span |
, you can find the widest range of 100% Authentic products. Enjoy free-shipping… div.lzd-footer-width-50 > div.lzd-footer-about > p > span |
RedMart div.lzd-footer-about > p > a > span |
, our online grocery, also offers a vast selection of grocery items and househo… div.lzd-footer-width-50 > div.lzd-footer-about > p > span |
Transacting with us is easy as we accept multiple modes of payment. Being a lea… div.lzd-footer-width-50 > div.lzd-footer-about > p > span |
Enjoy free-shipping and the convenience of nationwide home delivery. We ship an… div.lzd-footer-width-50 > div.lzd-footer-about > p > span |
Check out gadget deals in div.lzd-footer-width-50 > div.lzd-footer-about > p > span |
Laz Tech Me Home div.lzd-footer-about > p > a > span |
and get the best deals on home furniture and accessories in div.lzd-footer-width-50 > div.lzd-footer-about > p > span |
Laz Home div.lzd-footer-about > p > a > span |
. We've also got all things halal from food and beverages at discounted prices … div.lzd-footer-width-50 > div.lzd-footer-about > p > span |
Halal Store. div.lzd-footer-about > p > a > span |
Want to get updated with our sale happenings? Make sure to always visit our div.lzd-footer-width-50 > div.lzd-footer-about > p > span |
Laz Calendar div.lzd-footer-about > p > a > span |
to look over our list of sale events so you won't miss out on any. Lastly, sca… div.lzd-footer-width-50 > div.lzd-footer-about > p > span |
Voucher page div.lzd-footer-about > p > a > span |
to earn cashback, bank promotions, platform, store and seller vouchers, free s… div.lzd-footer-width-50 > div.lzd-footer-about > p > span |
LazMall Brand Fiesta div.lzd-footer-about > p > a > span |
Online Tech Show div.lzd-footer-about > p > a > span |
Birthday Sale div.lzd-footer-about > p > a > span |
Great Singapore Sale div.lzd-footer-about > p > a > span |
9.9 div.lzd-footer-about > p > a > span |
10.10 div.lzd-footer-about > p > a > span |
and Lazada’s most anticipated online shopping festivals: div.lzd-footer-width-50 > div.lzd-footer-about > p > span |
11.11 div.lzd-footer-about > p > a > span |
and div.lzd-footer-width-50 > div.lzd-footer-about > p > span |
12.12 div.lzd-footer-about > p > a > span |
Sales! div.lzd-footer-width-50 > div.lzd-footer-about > p > span |
Lazada is proud to be the Official eCommerce Partner for The Great Singapore Sa… div.lzd-footer-width-50 > div.lzd-footer-about > p > span |
Top Categories & Brands
WHAT'S NEW
Apple iPhone 12 , Samsung Galaxy S21 , Samsu… div.footer-third > div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category |
Apple iPhone 12 div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Samsung Galaxy S21 div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Samsung Galaxy Note20 div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Sony PlayStation 5 div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Xbox Series X div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Nintendo Switch div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Huawei P40 Pro div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Samsung Galaxy Z Fold2 div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Apple 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 |
Huawei div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Nokia 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 |
OnePlus 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 |
Lenovo 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 |
OPPO 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 |
POCO div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Microsoft 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 |
Gigabyte div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Razer 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 |
Dell 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 |
MSI 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 |
ASUS div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
CORSAIR div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
TP-Link div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Ugreen div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
PRISM+ div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Philips 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 |
Panasonic 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 |
JBL div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Sonos div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Jabra div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
B&O div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Sprint-Cass div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Sennheiser 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 |
Nikon div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Olympus div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
DJI div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Fujifilm div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Selens div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
eDSLRs SG div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Andoer 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 |
Arlo div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
TP-Link div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Metro div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Le Creuset div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Selffix DIY div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
AKEMI div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
OSIM div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
SCANPAN div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Philips Lighting div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
ToTT Store div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Dyson div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Roborock div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Philips div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Airbot div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
ECOVACS 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 |
Panasonic div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Mayer div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
HEALTH & BEAUTY
Shiseido , Estee Lauder , The Body Shop , Watsons , Skin Inc , … div.footer-third > div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category |
Shiseido div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Estee Lauder div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
The Body Shop div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Watsons div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Skin Inc 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 |
Kinohimitsu div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Cheong Kwan Jang div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
SkinCeuticals 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 |
SK-II div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Lancome div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
ORIGINS div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
LEGO div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Hasbro div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Crayola div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Mattel div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Toddler Finest div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
LeapFrog div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Natures Collection div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
PlanToys div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
MARKS & SPENCER div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Converse div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
ZANZEA div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Levis div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Giordano div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Melissa Shoes div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
INWPLLR div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Birkenstock div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
ALDO div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Timberland div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
La Senza div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Clarks div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Adidas div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Under Armour div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Nike div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Sports-Zone div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Tay Junction div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Skechers div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Gymsportz Fitness div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
RockBros Store div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
New Balance 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 |
|---|
EASY SHOPPING 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 |
|---|
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 |
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 |
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#100362025 > div.common-img > picture > img a#100362025 > div.common-img > picture > img |
a#142276423 > div.common-img > picture > img a#142276423 > div.common-img > picture > img |
a#230417349 > div.common-img > picture > img a#230417349 > div.common-img > picture > img |
a#300976081 > div.common-img > picture > img a#300976081 > div.common-img > picture > img |
a#301074985 > div.common-img > picture > img a#301074985 > div.common-img > picture > img |
a#158603405 > div.common-img > picture > img a#158603405 > div.common-img > picture > img |
div.flex > div.common-img > picture > img div.flex > 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#3 > div.common-img > picture > img a#3 > div.common-img > picture > img |
a#9562 > div.common-img > picture > img a#9562 > div.common-img > picture > img |
a#10002875 > div.common-img > picture > img a#10002875 > div.common-img > picture > img |
a#9708 > div.common-img > picture > img a#9708 > div.common-img > picture > img |
a#9543 > div.common-img > picture > img a#9543 > div.common-img > picture > img |
a#7 > div.common-img > picture > img a#7 > div.common-img > picture > img |
a#102 > div.common-img > picture > img a#102 > div.common-img > picture > img |
a#10001996 > div.common-img > picture > img a#10001996 > div.common-img > picture > img |
a#10000418 > div.common-img > picture > img a#10000418 > div.common-img > picture > img |
a#10100415 > div.common-img > picture > img a#10100415 > div.common-img > picture > img |
a#7286 > div.common-img > picture > img a#7286 > div.common-img > picture > img |
a#10100427 > div.common-img > picture > img a#10100427 > div.common-img > picture > img |
a#204 > div.common-img > picture > img a#204 > div.common-img > picture > img |
a#1740 > div.common-img > picture > img a#1740 > div.common-img > picture > img |
a#10001939 > div.common-img > picture > img a#10001939 > div.common-img > picture > img |
a#10000764 > div.common-img > picture > img a#10000764 > div.common-img > picture > img |
a#3519933608 > div.common-img > picture > img a#3519933608 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3442666469 > div.common-img > picture > img a#3442666469 > div.common-img > picture > img |
a#356494842 > div.common-img > picture > img a#356494842 > div.common-img > picture > img |
a#3485524821 > div.common-img > picture > img a#3485524821 > div.common-img > picture > img |
a#1321252994 > div.common-img > picture > img a#1321252994 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3465094582 > div.common-img > picture > img a#3465094582 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3495699543 > div.common-img > picture > img a#3495699543 > div.common-img > picture > img |
a#3525229230 > div.common-img > picture > img a#3525229230 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#1646021234 > div.common-img > picture > img a#1646021234 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3302879264 > div.common-img > picture > img a#3302879264 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3321924025 > div.common-img > picture > img a#3321924025 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3128137936 > div.common-img > picture > img a#3128137936 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#2179397349 > div.common-img > picture > img a#2179397349 > div.common-img > picture > img |
a#3302855277 > div.common-img > picture > img a#3302855277 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#128486329 > div.common-img > picture > img a#128486329 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#2980034584 > div.common-img > picture > img a#2980034584 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3101292902 > div.common-img > picture > img a#3101292902 > div.common-img > picture > img |
a#3252348798 > div.common-img > picture > img a#3252348798 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3359709772 > div.common-img > picture > img a#3359709772 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3572236411 > div.common-img > picture > img a#3572236411 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#1869534160 > div.common-img > picture > img a#1869534160 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3325989235 > div.common-img > picture > img a#3325989235 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#304106105 > div.common-img > picture > img a#304106105 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#2572661053 > div.common-img > picture > img a#2572661053 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#1646478533 > div.common-img > picture > img a#1646478533 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3536424656 > div.common-img > picture > img a#3536424656 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#303264592 > div.common-img > picture > img a#303264592 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#1651022089 > div.common-img > picture > img a#1651022089 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3511399159 > div.common-img > picture > img a#3511399159 > div.common-img > picture > img |
a#1061362615 > div.common-img > picture > img a#1061362615 > div.common-img > picture > img |
a#3638934417 > div.common-img > picture > img a#3638934417 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3534565042 > div.common-img > picture > img a#3534565042 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3627832096 > div.common-img > picture > img a#3627832096 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3534531594 > div.common-img > picture > img a#3534531594 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3151978962 > div.common-img > picture > img a#3151978962 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#2866772825 > div.common-img > picture > img a#2866772825 > div.common-img > picture > img |
a#3567609798 > div.common-img > picture > img a#3567609798 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#2444357007 > div.common-img > picture > img a#2444357007 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#303282179 > div.common-img > picture > img a#303282179 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3143771729 > div.common-img > picture > img a#3143771729 > div.common-img > picture > img |
a#3363765252 > div.common-img > picture > img a#3363765252 > div.common-img > picture > img |
a#3518980055 > div.common-img > picture > img a#3518980055 > div.common-img > picture > img |
a#1318824444 > div.common-img > picture > img a#1318824444 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3402356876 > div.common-img > picture > img a#3402356876 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > 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 |
|---|
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.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.page-container > div#js_redMart > div.card-redmart-content-wrap > a.pc-custom-link div.page-container > div#js_redMart > div.card-redmart-content-wrap > 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 |
|---|
Lazada Help Center div.lzd-footer-width-25 > ul.footer-list > li.footer-li > a |
RedMart 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 |
Contact Lazada div.lzd-footer-width-25 > ul.footer-list > li.footer-li > a |
Contact RedMart 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 |
Affiliate Program 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 |
RedMart for Business div.lzd-footer-width-25 > ul.footer-list > li.footer-li > a |
Partners Promotions 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 |
Intellectual Property Protection div.lzd-footer-width-25 > ul.footer-list > li.footer-li > a |
Redmart Official Website div.lzd-footer-width-25 > ul.footer-list > li.footer-li > a |
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 |
|---|
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 |
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 |
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#100362025 > div.common-img > picture > img a#100362025 > div.common-img > picture > img |
a#142276423 > div.common-img > picture > img a#142276423 > div.common-img > picture > img |
a#230417349 > div.common-img > picture > img a#230417349 > div.common-img > picture > img |
a#300976081 > div.common-img > picture > img a#300976081 > div.common-img > picture > img |
a#301074985 > div.common-img > picture > img a#301074985 > div.common-img > picture > img |
a#158603405 > div.common-img > picture > img a#158603405 > div.common-img > picture > img |
div.flex > div.common-img > picture > img div.flex > 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#3 > div.common-img > picture > img a#3 > div.common-img > picture > img |
a#9562 > div.common-img > picture > img a#9562 > div.common-img > picture > img |
a#10002875 > div.common-img > picture > img a#10002875 > div.common-img > picture > img |
a#9708 > div.common-img > picture > img a#9708 > div.common-img > picture > img |
a#9543 > div.common-img > picture > img a#9543 > div.common-img > picture > img |
a#7 > div.common-img > picture > img a#7 > div.common-img > picture > img |
a#102 > div.common-img > picture > img a#102 > div.common-img > picture > img |
a#10001996 > div.common-img > picture > img a#10001996 > div.common-img > picture > img |
a#10000418 > div.common-img > picture > img a#10000418 > div.common-img > picture > img |
a#10100415 > div.common-img > picture > img a#10100415 > div.common-img > picture > img |
a#7286 > div.common-img > picture > img a#7286 > div.common-img > picture > img |
a#10100427 > div.common-img > picture > img a#10100427 > div.common-img > picture > img |
a#204 > div.common-img > picture > img a#204 > div.common-img > picture > img |
a#1740 > div.common-img > picture > img a#1740 > div.common-img > picture > img |
a#10001939 > div.common-img > picture > img a#10001939 > div.common-img > picture > img |
a#10000764 > div.common-img > picture > img a#10000764 > div.common-img > picture > img |
a#3519933608 > div.common-img > picture > img a#3519933608 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3442666469 > div.common-img > picture > img a#3442666469 > div.common-img > picture > img |
a#356494842 > div.common-img > picture > img a#356494842 > div.common-img > picture > img |
a#3485524821 > div.common-img > picture > img a#3485524821 > div.common-img > picture > img |
a#1321252994 > div.common-img > picture > img a#1321252994 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3465094582 > div.common-img > picture > img a#3465094582 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3495699543 > div.common-img > picture > img a#3495699543 > div.common-img > picture > img |
a#3525229230 > div.common-img > picture > img a#3525229230 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#1646021234 > div.common-img > picture > img a#1646021234 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3302879264 > div.common-img > picture > img a#3302879264 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3321924025 > div.common-img > picture > img a#3321924025 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3128137936 > div.common-img > picture > img a#3128137936 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#2179397349 > div.common-img > picture > img a#2179397349 > div.common-img > picture > img |
a#3302855277 > div.common-img > picture > img a#3302855277 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#128486329 > div.common-img > picture > img a#128486329 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#2980034584 > div.common-img > picture > img a#2980034584 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3101292902 > div.common-img > picture > img a#3101292902 > div.common-img > picture > img |
a#3252348798 > div.common-img > picture > img a#3252348798 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3359709772 > div.common-img > picture > img a#3359709772 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3572236411 > div.common-img > picture > img a#3572236411 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#1869534160 > div.common-img > picture > img a#1869534160 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3325989235 > div.common-img > picture > img a#3325989235 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#304106105 > div.common-img > picture > img a#304106105 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#2572661053 > div.common-img > picture > img a#2572661053 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#1646478533 > div.common-img > picture > img a#1646478533 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3536424656 > div.common-img > picture > img a#3536424656 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#303264592 > div.common-img > picture > img a#303264592 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#1651022089 > div.common-img > picture > img a#1651022089 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3511399159 > div.common-img > picture > img a#3511399159 > div.common-img > picture > img |
a#1061362615 > div.common-img > picture > img a#1061362615 > div.common-img > picture > img |
a#3638934417 > div.common-img > picture > img a#3638934417 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3534565042 > div.common-img > picture > img a#3534565042 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3627832096 > div.common-img > picture > img a#3627832096 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3534531594 > div.common-img > picture > img a#3534531594 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3151978962 > div.common-img > picture > img a#3151978962 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#2866772825 > div.common-img > picture > img a#2866772825 > div.common-img > picture > img |
a#3567609798 > div.common-img > picture > img a#3567609798 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#2444357007 > div.common-img > picture > img a#2444357007 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#303282179 > div.common-img > picture > img a#303282179 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3143771729 > div.common-img > picture > img a#3143771729 > div.common-img > picture > img |
a#3363765252 > div.common-img > picture > img a#3363765252 > div.common-img > picture > img |
a#3518980055 > div.common-img > picture > img a#3518980055 > div.common-img > picture > img |
a#1318824444 > div.common-img > picture > img a#1318824444 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#3402356876 > div.common-img > picture > img a#3402356876 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback