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.
16 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
2 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
64 image-only link(s) without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
82 image-in-link without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/d513128c-b39e-43ca-be42-2ca2d1a9beb4)<a href="https://beavercheck.com/results/d513128c-b39e-43ca-be42-2ca2d1a9beb4"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Flazada.com.ph" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Flazada.com.phThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
11 barrier(s) likely increasing bounce by ~40%.
Page takes 5.8s to load
+12% bounceUsers abandon at ~3s — you're 3.3s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 2.4s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
No viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
17 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
14 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.
₱9,750 investment → ₱48,896/month returns + PHP 5,000,000 risk avoided
₱9,750
6h · 5 findings
₱48,896 /mo
~₱586,751 / year
PHP 5,000,000
if kept compliant
₱750 — 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 ₱1500/hr
Based on Philippines rates (₱1500/hr)
Start here for the best return on investment
₱416,697 / month at risk
~₱5,000,367 / year if left unfixed
PHP 5,000,000
₱31 /mo
6885.5 MB/mo × 4.444 PHP/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.12 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.82 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.43 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.117
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.28 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.
15.95 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.
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 | |
|---|---|---|---|
Recommend for you
piso sale promo
cerave baby lotion
shades for men
nike store … div#7723986820 > 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.
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.
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.com.ph/ | 760 ms |
| www.lazada.com.ph/ | 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 |
|---|---|
Recommend for you
piso sale promo
cerave baby lotion
shades for men
nike store … body.gcp-lazada-page > section#content > div.mui-zebra-page > div | 0.117 |
Via Password
Mobile Number main#page-container > div > div.login-content-list > ul.common-sign-list | 0.011 |
15 : 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.
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.3 KiB | 71.9 KiB |
| /g/lzd/assets/1.2.0/??react/17.0.2/react.production.min.j... | 52.8 KiB | 44.4 KiB |
| /g/??code/npm/@ali/lzdrwb-smart-banner/1.3.6/index.js,cod... | 91.2 KiB | 43.6 KiB |
| g.lazcdn.com/g/code/npm/@ali/gcom-lzd-render-v3/1.0.110/index.js | 100.6 KiB | 42.4 KiB |
| /g/code/npm/@ali/??pcom-feloader/0.2.0/index.umd.js,pnpm-... | 96.5 KiB | 40.9 KiB |
| g.lazcdn.com/res-d/alilog/mlog/aplus/202980191.js | 62.9 KiB | 26.9 KiB |
| /g/lzd/assets/1.2.0/??react/17.0.2/react.production.min.j... | 52.8 KiB | 22.3 KiB |
| o.alicdn.com/lzdfe/lzd-h5-itrace/index.js | 27.2 KiB | 21.6 KiB |
| o.alicdn.com/lzdfe/lzd-h5-itrace/index.js | 27.2 KiB | 21.4 KiB |
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 |
|---|---|
| Script Evaluation | 6.5 s |
| Other | 1.9 s |
| Script Parsing & Compilation | 1.1 s |
| Style & Layout | 693 ms |
| Rendering | 425 ms |
| Garbage Collection | 147 ms |
| Parse HTML & CSS | 124 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| The page has an unload handler in a sub frame. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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/f6769af6a10b44687f0529e610790532.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/89b077d90779355439143cd378e10163.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/720f7a23850ef3d0bdc595d645f8e58c.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/43fbf01186f33d352980fb3a9843d131.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/S02e9d8a5c298432ca3bfe493bf45853eA.png_340x340q8... |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img | img.lazcdn.com/g/p/9e8b55d1f0b79d8cc34acad1a63100f5.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/596100b1936e33948e675241b69f3530.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/cdb024d02eab453dc3422d10ba038452.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/537c9948bf023ff33ee098b1ff1c628e.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/e12e6b74705bba0dcba1cac4b8a72978.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/194defed22377f9aac92cae67b9e989b.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/bca9ea6854a8455bd14404b4ac20b949.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/2f38c1144004176b2155ba4d1c61ccfc.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/d1a695139c03c709aed63d2c4cdfd964.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/a5c13c9e82b80abddffabb778785531d.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/30cb49742d4232f168b853c43de41a47.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/707c4b336124bb478d09504e7d06dfab.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/5a51ad9e27290ad2a1fd35832bb654f5.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/3937b035ac000a5c89cd92fc49be34ce.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/Scd9d3f1367274ada876608d383f700a5P.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/56721e27d3c019cf05f1d9833f5b4179.jpg_240x240q80.jpg_.avif |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img | /g/ff/kf/S49c768989fed4ac8b8882e57aa8e7d59f.jpg_240x240q8... |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img | /g/ff/kf/Sbe5de9208efc4f1b806829583ced8c418.jpg_240x240q8... |
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 | /us/domino/a5081cca-9cb8-42a7-abcd-3f18f625ff8d_PH-135-13... |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img | /g/tps/imgextra/i2/O1CN01TVrHDz1HmuKYeeNH4_!!600000000080... |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img | /g/tps/imgextra/i2/O1CN01rMvjsH1u4j8iYqRWh_!!600000000598... |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img | /g/tps/imgextra/i3/O1CN01C0eQ18221zhc4NzAp_!!600000000706... |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img | /g/tps/imgextra/i2/O1CN01KYq3Np1RVB9neiMuJ_!!600000000211... |
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/i4/O1CN01doSPs11eCwOFpW4kr_!!600000000383... |
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/O1CN019TvTwJ1Q1ZwaJsbF2_!!600000000191... |
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/O1CN01VZQhTf268BWEnMF7m_!!600000000761... |
div.link-ripple-container > div.common-img > picture > img div.link-ripple-container > div.common-img > picture > img | /g/tps/imgextra/i3/O1CN01jNimsI1TVIUVHNyFl_!!600000000238... |
flash sale div.card-title > div.common-img > picture > img | /g/gcp/lazada/20a05e83-fcbd-4acf-86d3-103576f97a25_PH-360... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /g/tps/imgextra/i2/O1CN01e6kEIk1SCgmPtUFVb_!!600000000221... |
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 | /us/lazgcp/e84e4c9d-e85d-4c62-9d23-278a4640f993_ALL-204-5... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /us/lazgcp/e84e4c9d-e85d-4c62-9d23-278a4640f993_ALL-204-5... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /g/tps/imgextra/i2/O1CN01VvNrlr1aiJ3BgKaR1_!!600000000336... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /g/tps/imgextra/i2/O1CN01VvNrlr1aiJ3BgKaR1_!!600000000336... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /g/tps/imgextra/i2/O1CN01VvNrlr1aiJ3BgKaR1_!!600000000336... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01YZkqOL1SOb4l4mDCR_!!600000000223... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01YZkqOL1SOb4l4mDCR_!!600000000223... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01YZkqOL1SOb4l4mDCR_!!600000000223... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01YZkqOL1SOb4l4mDCR_!!600000000223... |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01YZkqOL1SOb4l4mDCR_!!600000000223... |
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 |
|---|
piso sale promo div.swiper > div.swiper-wrapper > div.swiper-slide > div.search-diwen-wrap-text |
15 : div.swiper-slide > div.timer-wrap > div.fs-time > span.white-span |
22 : div.swiper-slide > div.timer-wrap > div.fs-time > span.white-span |
59 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 |
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 |
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 |
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 |
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 |
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 |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#search > div.search-inner-box > div.search-inner-content > input.search-inner-input div#search > div.search-inner-box > div.search-inner-content > input.search-inner-input |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.gcp-lazada-page > div#web-popup-container > div#web-popup-container-iframe-container > iframe#web-pop-instance-0 body.gcp-lazada-page > div#web-popup-container > div#web-popup-container-iframe-container > iframe#web-pop-instance-0 |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
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. |
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 |
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 |
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 |
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 |
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 |
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 |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img |
li.link-ripple-container > div.common-img > picture > img li.link-ripple-container > div.common-img > picture > img |
div.jfy-card-tit > div.common-img > picture > img div.jfy-card-tit > div.common-img > picture > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
820 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.31 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
164 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.059
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.11 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.
4.96 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.4 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.8 KiB |
| g.lazcdn.com/res-o/lzd_sec/LWSC/index.js | 3600.0 s | 7.2 KiB |
| 48ar2i.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 | 234 B |
| /ts?url=&token=glaEtr4_fnL1l2X0gS0PbjA4sD0KP4WXazMSZ7VoOv... | 0.0 ms | 139 B |
| /report/web-e?host=www.lazada.com.ph&jf=epssw_reportSend&... | 0.0 ms | 130 B |
| /ts?url=https%3A%2F%2Fumlazada.alibaba.com%2Fservice%2Fum... | 0.0 ms | 75 B |
| /ts?url=&token=BLW1YScuMJy7q1Qgv7cdW6y2xDhvMmlESx6tXjfacS... | 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%2Fase.aidcgroup.net%2Fupload%2Fweb%2F... | 0.0 ms | 52 B |
| /report/web-e?host=www.lazada.com.ph&jf=epssw_reportCallb... | 0.0 ms | 52 B |
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 | /g/tps/imgextra/i4/O1CN01Ha3Gpo1H0onUtaWR9_!!600000000069... | 61.0 KiB | 45.8 KiB |
maya div.lzd-footer-width-32 > div.payment-card-list > span.lzd-icon-payment > img | /g/tps/imgextra/i1/O1CN014bsNZO1tRKngJTXea_!!600000000589... | 37.8 KiB | 37.4 KiB |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /g/tps/imgextra/i3/O1CN01pfBLSj28UHuwsHIij_!!600000000793... | 47.7 KiB | 35.8 KiB |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /g/tps/imgextra/i3/O1CN012f1Rh61SBm2pmV9W5_!!600000000220... | 37.1 KiB | 27.8 KiB |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01iCJZYQ26cs6oVTadh_!!600000000768... | 34.8 KiB | 26.1 KiB |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/media/364072f3528223fe9a8d75665cea0601-1976-688.jpg_2... | 34.4 KiB | 25.8 KiB |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/media/1592537fcbab053b6e54a49f7051b375-1976-688.jpg_2... | 31.7 KiB | 23.8 KiB |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /g/tps/imgextra/i3/O1CN01mjLnvR1z8utVDf7VY_!!600000000667... | 24.7 KiB | 18.5 KiB |
Online Shopping Lazada.com.ph Philippines Logo div.logo-bar-content > div.lzd-logo-content > a > img | img.lazcdn.com/g/tps/images/ims-web/TB19SB7aMFY.1VjSZFnXXcFHXXa.png | 13.7 KiB | 12.9 KiB |
MCI div.footer-second > div.lzd-footer-inner > div.lzd-footer-width-32 > img.lzd-icon-delivery | img.lazcdn.com/us/domino/e4715f0c-f365-44aa-bdc9-08de28345c0f_PH-96-70.png | 12.8 KiB | 11.7 KiB |
Lazada Loans div.logo-bar-content > div#topActionLiveUpBanner > a#topActionEWallet > img | img.lazcdn.com/g/icms/images/ims-web/c11e49d8-f74c-43fe-84cb-276b93071700.png | 12.9 KiB | 11.5 KiB |
4.8 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 |
lazada wallet div.lzd-footer-width-32 > div.payment-card-list > span.lzd-icon-payment > img | img.lazcdn.com/g/tps/tfs/TB1a7taR.Y1gK0jSZFCXXcwqXXa-824-305.png | 11.1 KiB | 11.0 KiB |
Apple App Download div.lzd-footer-app-downloads > div.pull-left > a.pull-left > img | img.lazcdn.com/us/domino/392fe20d-96d5-4573-956d-396590336135_PH-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/53ad5c74-1b53-4e43-83ce-7ffc0c9ffa4b_PH-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 |
Lazada Logistics div.footer-second > div.lzd-footer-inner > div.lzd-footer-width-32 > img.lzd-icon-delivery | /g/tps/imgextra/i3/O1CN01RNizk522j2cPtaRjc_!!600000000715... | 7.5 KiB | 6.4 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 |
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 |
visa div.lzd-footer-width-32 > div.payment-card-list > span.lzd-icon-payment > img | img.lazcdn.com/us/domino/92e4b5da-14a4-4f22-a72b-6334933196ff_PH-117-70.png | 5.4 KiB | 5.0 KiB |
Ximex Delivery Express div.footer-second > div.lzd-footer-inner > div.lzd-footer-width-32 > img.lzd-icon-delivery | /g/tps/imgextra/i3/O1CN01gH5UI724D6E6K9Pko_!!600000000735... | 5.9 KiB | 4.8 KiB |
jcb div.lzd-footer-width-32 > div.payment-card-list > span.lzd-icon-payment > img | img.lazcdn.com/us/domino/862b3627-86a5-4d33-a548-2ad2feab3f35_PH-53-39.png | 4.9 KiB | 4.6 KiB |
ms div.lzd-footer-width-32 > div.payment-card-list > span.lzd-icon-payment > img | img.lazcdn.com/us/domino/2cd27cdf-a067-4ca6-a117-3a9232b058b3_PH-63-48.png | 4.7 KiB | 4.4 KiB |
american-express div.lzd-footer-width-32 > div.payment-card-list > span.lzd-icon-payment > img | img.lazcdn.com/g/tps/tfs/TB1uQjzOVzqK1RjSZFvXXcB7VXa-225-114.png | 4.6 KiB | 4.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.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| g.lazcdn.com/g/psolution/lzd-head-foot/1.4.4/css/p_index-index.css | 2.8 KiB | |
| g.lazcdn.com/g/psolution/lzd-head-foot/1.4.4/css/615.css | 11.2 KiB | 210 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.com.ph/ | 210 ms |
| www.lazada.com.ph/ | 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 | 526.4 KiB | 316.0 KiB |
| /g/??mui/feloader/5.0.5/feloader-min.js,code/npm/@ali/pnp... | 524.9 KiB | 223.5 KiB |
| /g/code/npm/@ali/multimod-lzd-member__signup-login-pop/1.... | 238.5 KiB | 151.7 KiB |
| g.lazcdn.com/g/lzd/assets/0.0.5/next/0.19.21/next.min.js | 183.3 KiB | 125.7 KiB |
| g.lazcdn.com/g/psolution/lzd-head-foot/1.4.4/js/framework.js | 64.0 KiB | 28.5 KiB |
| /g/??code/npm/@ali/lzdrwb-seometa/5.0.3/index-pc.js,code/... | 62.0 KiB | 22.5 KiB |
| g.lazcdn.com/g/lzd/??polyfill/0.0.1/index.js | 55.4 KiB | 22.4 KiB |
| g.lazcdn.com/g/lazada-search-fe/lzd-searchbox/0.4.26/index.js | 47.7 KiB | 21.1 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.lazada.com.ph/ | 763 ms | 136 ms | 12 ms |
| Unattributable | 351 ms | 11 ms | 0.0 ms |
| /g/??mui/feloader/5.0.5/feloader-min.js,code/npm/@ali/pnp... | 246 ms | 182 ms | 27 ms |
| g.lazcdn.com/g/code/npm/@ali/lazada-buyer-im-pc/1.0.17/index.js | 201 ms | 143 ms | 57 ms |
| g.lazcdn.com/g/lzd_sec/epssw/0.0.48/epssw.js | 172 ms | 144 ms | 14 ms |
| /g/??code/npm/@ali/lzdrwb-seometa/5.0.3/index-pc.js,code/... | 168 ms | 51 ms | 6.6 ms |
| g.lazcdn.com/g/AWSC/et/1.83.41/et_f.js | 135 ms | 118 ms | 12 ms |
| g.lazcdn.com/g/AWSC/fireyejs/1.231.69/fireyejs.js | 117 ms | 88 ms | 15 ms |
| g.lazcdn.com/g/lzd/assets/0.0.5/next/0.19.21/next.min.js | 87 ms | 54 ms | 33 ms |
| g.lazcdn.com/res-d/alilog/mlog/aplus/202980191.js | 81 ms | 74 ms | 5.6 ms |
| /h5/mtop.im.use.web.buyer.mtopimaccountservice.getloginus... | 63 ms | 49 ms | 0.1 ms |
| g.alicdn.com/AWSC/WebUMID/1.93.0/um.js | 60 ms | 54 ms | 5.5 ms |
| /g/code/npm/@ali/multimod-lzd-member__signup-login-pop/1.... | 55 ms | 32 ms | 22 ms |
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.3 s |
| Other | 562 ms |
| Style & Layout | 342 ms |
| Script Parsing & Compilation | 242 ms |
| Rendering | 191 ms |
| Garbage Collection | 51 ms |
| Parse HTML & CSS | 28 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 | 55.4 KiB | 19.7 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.3 KiB | 20.1 KiB |
| /g/code/npm/@ali/multimod-lzd-member__signup-login-pop/1.... | 19.5 KiB | 16.8 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 | /g/tps/imgextra/i3/O1CN012f1Rh61SBm2pmV9W5_!!600000000220... |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /g/tps/imgextra/i3/O1CN01mjLnvR1z8utVDf7VY_!!600000000667... |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /g/tps/imgextra/i3/O1CN01pfBLSj28UHuwsHIij_!!600000000793... |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/media/1592537fcbab053b6e54a49f7051b375-1976-688.jpg_2... |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01Ha3Gpo1H0onUtaWR9_!!600000000069... |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01iCJZYQ26cs6oVTadh_!!600000000768... |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /us/media/364072f3528223fe9a8d75665cea0601-1976-688.jpg_2... |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /g/tps/imgextra/i3/O1CN01O9Kp8f27O2mUGrIdM_!!600000000778... |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /g/tps/imgextra/i3/O1CN01Edlfgp1Rafxn9qwFq_!!600000000212... |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01YJEg0Q1s1rU0ZQv9g_!!600000000570... |
div.card-platform-campaign-banner-link > div.common-img > picture > img div.card-platform-campaign-banner-link > div.common-img > picture > img | /us/domino/54f4442c-72f0-43b0-bf48-d4558dd3f218_PH-1188-8... |
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 |
Balloon Blast a.pc-custom-link > div.common-img > picture > img | /g/tps/images/ims-web/TB1HihoCy_1gK0jSZFqXXcpaXXa.jpg_220... |
Lazada Loans a.pc-custom-link > div.common-img > picture > img | /g/icms/images/ims-web/9993a552-26e3-4ba1-9d22-68da980db1... |
Wallet a.pc-custom-link > div.common-img > picture > img | /g/icms/images/ims-web/acf6c9b1-2d35-426e-b4af-f6b56f61c2... |
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/4c7322a5c7c56033b88982d607e12587.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/bf9403bb-c546-4646-815e-dc3126f8f14c_PH-276-26... |
div.channel-content-v2 > div.common-img > picture > img div.channel-content-v2 > div.common-img > picture > img | /us/domino/92419c5c-19b8-4f17-a88c-6c7e3745d9a4_PH-276-26... |
div.content > div.common-img > picture > img div.content > div.common-img > picture > img | /us/domino/0942ea5ea6ff9ca262ea382b52b1500e.png_360x360q8... |
Lazada Logistics div.footer-second > div.lzd-footer-inner > div.lzd-footer-width-32 > img.lzd-icon-delivery | /g/tps/imgextra/i3/O1CN01RNizk522j2cPtaRjc_!!600000000715... |
JT div.footer-second > div.lzd-footer-inner > div.lzd-footer-width-32 > img.lzd-icon-delivery | /g/tps/imgextra/i2/O1CN01md1Up71hMVCAxe2HZ_!!600000000426... |
FLASH EXPRESS div.footer-second > div.lzd-footer-inner > div.lzd-footer-width-32 > img.lzd-icon-delivery | /g/tps/imgextra/i2/O1CN013FblIV1u8qO5VGIBd_!!600000000599... |
Ximex Delivery Express div.footer-second > div.lzd-footer-inner > div.lzd-footer-width-32 > img.lzd-icon-delivery | /g/tps/imgextra/i3/O1CN01gH5UI724D6E6K9Pko_!!600000000735... |
J&T Cargo div.footer-second > div.lzd-footer-inner > div.lzd-footer-width-32 > img.lzd-icon-delivery | img.lazcdn.com/us/domino/6105fe68-c6a5-4615-b588-effd8feee3c1_TH-96-70.png |
MCI div.footer-second > div.lzd-footer-inner > div.lzd-footer-width-32 > img.lzd-icon-delivery | img.lazcdn.com/us/domino/e4715f0c-f365-44aa-bdc9-08de28345c0f_PH-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/85e1f7b7-a3e3-4341-9104-93e3cb3194b3_PH-276-48... |
div.channel-content-info-v2 > div.common-img > picture > img div.channel-content-info-v2 > div.common-img > picture > img | /us/domino/5ae745fc-a661-4f08-8fce-13bfb546a2fd_PH-276-48... |
div.flex > div.common-img > picture > img div.flex > div.common-img > picture > img | /us/domino/a96c58a6a88070c43bc63444f6774f51.png_120x120q8... |
div.icon-item > div.common-img > picture > img div.icon-item > div.common-img > picture > img | /g/tps/imgextra/i2/O1CN01n3PMa828kJZVuCbPp_!!600000000797... |
div.icon-item > div.common-img > picture > img div.icon-item > div.common-img > picture > img | /g/tps/imgextra/i3/O1CN01J03SMW1lebTE7xkaN_!!600000000484... |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img | /g/tps/imgextra/i2/O1CN01VvNrlr1aiJ3BgKaR1_!!600000000336... |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img | /g/tps/imgextra/i2/O1CN01VvNrlr1aiJ3BgKaR1_!!600000000336... |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01YZkqOL1SOb4l4mDCR_!!600000000223... |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01YZkqOL1SOb4l4mDCR_!!600000000223... |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01YZkqOL1SOb4l4mDCR_!!600000000223... |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01YZkqOL1SOb4l4mDCR_!!600000000223... |
div.score > div.common-img > picture > img div.score > div.common-img > picture > img | /g/tps/imgextra/i4/O1CN01cAMOjU1zqQJZU8EbT_!!600000000676... |
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 |
CUSTOMER CARE div#topActionLinks > div.links-list > div#topActionCustomCare > span |
TRACK MY ORDER div#topActionLinks > div.links-list > div#topActionTrack > span |
LOGIN div#topActionLinks > div.links-list > div#anonLogin > a.grey |
SIGNUP div#topActionLinks > div.links-list > div#anonSignup > a.grey |
55.00 a#118393842 > div.fs-card-text > div.fs-card-price > span.price |
59.75 div.fs-card-text > div.fs-card-origin-price > div.fs-origin-price > span.price |
161.10 a#267686822 > div.fs-card-text > div.fs-card-price > span.price |
780.00 div.fs-card-text > div.fs-card-origin-price > div.fs-origin-price > span.price |
47.72 a#278351598 > div.fs-card-text > div.fs-card-price > span.price |
69.00 div.fs-card-text > div.fs-card-origin-price > div.fs-origin-price > span.price |
355.16 a#396958608 > div.fs-card-text > div.fs-card-price > span.price |
949.00 div.fs-card-text > div.fs-card-origin-price > div.fs-origin-price > span.price |
78.00 a#290392423 > div.fs-card-text > div.fs-card-price > span.price |
242.00 div.fs-card-text > div.fs-card-origin-price > div.fs-origin-price > span.price |
512.13 a#889966367 > div.fs-card-text > div.fs-card-price > span.price |
595.50 div.fs-card-text > div.fs-card-origin-price > div.fs-origin-price > span.price |
137.61 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(8284) a#5176880381 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
49.00 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(6964) a#5135523314 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
55.00 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(4114) a#3965224505 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
138.00 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(8343) a#4867214018 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
359.00 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(2224) a#4294294043 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
119.00 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(1179) a#4380307409 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
109.00 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(9463) a#4603417160 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
329.00 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(2883) a#4291384151 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
180.00 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(720) a#3067749047 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
123.84 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(8346) a#3820447573 > 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 |
(8467) a#3654035961 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
47.00 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(3467) a#4510241689 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
229.00 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(870) a#4367216344 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
139.50 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(11243) a#4590262751 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
110.00 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(20451) a#4112433047 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
69.90 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(641) a#1222278458 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
155.00 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(781) a#3320089567 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
118.00 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(32582) a#3470619070 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
149.00 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(256) a#5024194910 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
146.00 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(7658) a#4899698065 > 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 |
(37) a#5293884158 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
175.00 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(1473) a#4627580339 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
79.00 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(4957) a#4567048855 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
89.00 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(3610) a#4764407806 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
89.00 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(1900) a#5250811306 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
456.80 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(3258) a#5166407606 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
54.00 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(1670) a#5334774235 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
179.00 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(33534) a#4165884026 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
107.00 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(505) a#4974887248 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
85.00 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(4131) a#5050121372 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
100.00 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(124) a#3560332553 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
150.35 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(3952) a#4489616724 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
161.00 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(1819) a#4710044174 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
499.00 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(1851) a#5162532097 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
70.00 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(463) a#4115748696 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
745.00 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(23242) a#3640141479 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
119.00 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(69) a#5190109948 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
49.00 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(1124) a#5298505781 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
125.00 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(1519) a#4726484145 > div.card-jfy-item-desc > div.flex > div.card-jfy-ratings-comment |
110.00 div.card-jfy-item-desc > div.hp-mod-price > div.hp-mod-price-first-line > span.price |
(18017) a#4738552392 > 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 |
Always Better div.lzd-footer-width-50 > div.lzd-footer-app-downloads > div.pull-left > div.title |
As the top online shopping platform in the Philippines, Lazada continues to giv… div.lzd-footer-width-50 > div.lzd-footer-about > p > span |
Lazada's Logo doesn't just symbolize the love for e-commerce but also symbolize… div.lzd-footer-width-50 > div.lzd-footer-about > p > span |
Committed to both quantity and quality, Lazada continuesto provide its customer… div.lzd-footer-width-50 > div.lzd-footer-about > p > span |
From the company's beginnings with "Effortless Shopping", to its formative year… div.lzd-footer-width-50 > div.lzd-footer-about > p > span |
Lazada's continuous growth in product inventory also allows the platform to imp… div.lzd-footer-width-50 > div.lzd-footer-about > p > span |
Online shopping and transactions are made simpler as Lazada offers you convenie… div.lzd-footer-width-50 > div.lzd-footer-about > p > span |
The best way to shop online is to know more about the products that you are buy… div.lzd-footer-width-50 > div.lzd-footer-about > p > span |
Customers have 24/7 access to the top brands and over 10 million products throu… div.lzd-footer-width-50 > div.lzd-footer-about > p > span |
LazMall div.lzd-footer-about > p > a > span |
, which also holds some of the competitive sellers, ranging from the small grou… div.lzd-footer-width-50 > div.lzd-footer-about > p > span |
Any product can be returned within 7 or 14 days upon delivery depending on the … div.lzd-footer-width-50 > div.lzd-footer-about > p > span |
Find everything you need on Lazada easily, which is available from the div.lzd-footer-width-50 > div.lzd-footer-about > p > span |
most popular categories div.lzd-footer-about > p > a > span |
that are sought after. Especially for new users, you can also enjoy additional… div.lzd-footer-width-50 > div.lzd-footer-about > p > span |
A staple of the Lazada Group, customers can check out the latest deals and upco… div.lzd-footer-width-50 > div.lzd-footer-about > p > span |
Lazada Birthday Sale div.lzd-footer-about > p > a > span |
, the competitive midyear campaign, and largest online shopping festivals: the 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 Sale div.lzd-footer-about > p > a > span |
! The lowest prices, best deals, and fast and free shipping vouchers are all of… div.lzd-footer-width-50 > div.lzd-footer-about > p > span |
Top Brands and Pages
MOBILES & TABLETS
Apple , Cherry Mobile , Asus , Samsung ,… div.footer-third > div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category |
Pages div.lzd-footer-width-25 > div.lzd-footer-top-category > h3.lzd-footer-title > a |
Apple div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Cherry Mobile 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 |
Samsung div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Starmobile div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Blackberry div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Elephone div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Gionee div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Sony div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
LG div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Toshiba 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 |
Microsoft div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Western Digital div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Transcend div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Logitech 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 |
Kingston div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
A4tech div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
VR Box div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Ace div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Marshall 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 |
TCL div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
The Platinum 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 |
Ipega 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 |
Panasonic 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 |
Canon 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 |
Transcend div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
SJCAM div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Yunteng div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Strandard div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
American Home div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Oster 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 |
Carrier div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
La Germania div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Koppel div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Hanabishi div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Singer div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
American Heritage div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Ikea div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Uratex div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Wilton div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Cofta div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Stanley div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Mandaue div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Firefly div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Dewalt 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 |
Philflex div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Avent div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Fisher Price div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
MamyPoko div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Goodbaby div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Huggies div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Tiny Buds div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
IRDY div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Enfant div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Graco div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Luxxe div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Gillette div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Revlon div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Olay div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Shiseido div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Maybelline div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Rimmel London div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Benetton div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Colourpop div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Globe div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Smart div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Talk N' Text div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Lazada Styles div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
LazBeauty div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Lazada 9.9 Sale div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Lazada 5.5 Sale div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Lazada 2.2 Sale div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
3.3 Birthday Opening Sale div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Lazada 4.4 Lowest Price Sale div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Lazada Motors Showroom 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 |
WATCHES
Casio , Invicta , Michael Kors , Fossil
FASHION
Elena , Lacoste , Forer… div.footer-third > div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category |
Casio div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Invicta div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Michael Kors div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Fossil div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Elena div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Lacoste div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Forerver 21 div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Safety Jogger div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Guess div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Penshoppe div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Mango div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Kate Spade div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Michael Kors div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Vans div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
High Sierra div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Pilot div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
American Tourister div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Anello div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Halo div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Tigernu div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Rhinox div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Thule div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Case Logic div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Coleman div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Mikasa div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Li-Ning div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Shimano div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
XIX div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Lagalag div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Spalding div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Giant div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Twins div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Wondercore div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Hella div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
MT div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Origine div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
LS2 div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
GIVI div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Pioneer div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Osram div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Sparco div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Fernando div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Epiphone div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
D&D div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Hard Copy div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Yamaha div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Davis div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Thomson div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Behringer div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Mozart div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Nestle div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Samyang div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Kracie div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Sakura div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Lotte div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Nescafe div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Jack Daniel's div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Nestea div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Nutella div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Healthy Tropics div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Puppy Love div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Pedigree div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Friskies div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Acana div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Vitality div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Royal Canin div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Petpals div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
St. Roche div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Papi div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Me-O div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Peppa Pig div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Funko Pop div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Pokemon div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Intex div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Gundam div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Zootopia div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Shopkins div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Leap Frog div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Hot Wheels div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Piccopilot AI Fashion Model div.lzd-footer-inner > div.lzd-footer-width-25 > div.lzd-footer-top-category > a.lzd-footer-category-tag |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Pages div.lzd-footer-width-25 > div.lzd-footer-top-category > h3.lzd-footer-title > a |
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 |
|---|
LAZADA - ADD TO CART, ADD TO LIFE div.lzd-footer-inner > div.lzd-footer-width-50 > div.lzd-footer-about > h3.lzd-footer-title |
These are opportunities to improve keyboard navigation in your application.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.card-platform-campaign-banner-link > div.common-img > picture > img div.card-platform-campaign-banner-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
div.flex > div.common-img > picture > img div.flex > div.common-img > picture > img |
div.score > div.common-img > picture > img div.score > div.common-img > picture > img |
div.icon-item > div.common-img > picture > img div.icon-item > div.common-img > picture > img |
div.icon-item > div.common-img > picture > img div.icon-item > div.common-img > picture > img |
div.content > div.common-img > picture > img div.content > div.common-img > picture > img |
div.channel-content-info-v2 > div.common-img > picture > img div.channel-content-info-v2 > div.common-img > picture > img |
div.channel-content-v2 > div.common-img > picture > img div.channel-content-v2 > div.common-img > picture > img |
div.channel-content-info-v2 > div.common-img > picture > img div.channel-content-info-v2 > div.common-img > picture > img |
div.channel-content-v2 > div.common-img > picture > img div.channel-content-v2 > div.common-img > picture > img |
a#118393842 > div.common-img > picture > img a#118393842 > div.common-img > picture > img |
a#267686822 > div.common-img > picture > img a#267686822 > div.common-img > picture > img |
a#278351598 > div.common-img > picture > img a#278351598 > div.common-img > picture > img |
a#396958608 > div.common-img > picture > img a#396958608 > div.common-img > picture > img |
a#290392423 > div.common-img > picture > img a#290392423 > div.common-img > picture > img |
a#889966367 > div.common-img > picture > img a#889966367 > div.common-img > picture > img |
a#5121 > div.common-img > picture > img a#5121 > div.common-img > picture > img |
a#22504 > div.common-img > picture > img a#22504 > div.common-img > picture > img |
a#7321 > div.common-img > picture > img a#7321 > div.common-img > picture > img |
a#5399 > div.common-img > picture > img a#5399 > div.common-img > picture > img |
a#21392 > div.common-img > picture > img a#21392 > div.common-img > picture > img |
a#7137 > div.common-img > picture > img a#7137 > div.common-img > picture > img |
a#10100100 > div.common-img > picture > img a#10100100 > div.common-img > picture > img |
a#20795 > div.common-img > picture > img a#20795 > div.common-img > picture > img |
a#22654 > div.common-img > picture > img a#22654 > div.common-img > picture > img |
a#10100399 > div.common-img > picture > img a#10100399 > div.common-img > picture > img |
a#7003 > div.common-img > picture > img a#7003 > div.common-img > picture > img |
a#24957 > div.common-img > picture > img a#24957 > div.common-img > picture > img |
a#22483 > div.common-img > picture > img a#22483 > div.common-img > picture > img |
a#22587 > div.common-img > picture > img a#22587 > div.common-img > picture > img |
a#5120 > div.common-img > picture > img a#5120 > div.common-img > picture > img |
a#25530 > div.common-img > picture > img a#25530 > div.common-img > picture > img |
a#5176880381 > div.common-img > picture > img a#5176880381 > div.common-img > picture > img |
a#5135523314 > div.common-img > picture > img a#5135523314 > div.common-img > picture > img |
a#3965224505 > div.common-img > picture > img a#3965224505 > div.common-img > picture > img |
a#4867214018 > div.common-img > picture > img a#4867214018 > div.common-img > picture > img |
a#4294294043 > div.common-img > picture > img a#4294294043 > div.common-img > picture > img |
a#4380307409 > div.common-img > picture > img a#4380307409 > div.common-img > picture > img |
a#4603417160 > div.common-img > picture > img a#4603417160 > div.common-img > picture > img |
a#4291384151 > div.common-img > picture > img a#4291384151 > div.common-img > picture > img |
a#3067749047 > div.common-img > picture > img a#3067749047 > div.common-img > picture > img |
a#3820447573 > div.common-img > picture > img a#3820447573 > div.common-img > picture > img |
a#3654035961 > div.common-img > picture > img a#3654035961 > div.common-img > picture > img |
a#4510241689 > div.common-img > picture > img a#4510241689 > div.common-img > picture > img |
a#4367216344 > div.common-img > picture > img a#4367216344 > div.common-img > picture > img |
a#4590262751 > div.common-img > picture > img a#4590262751 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#4112433047 > div.common-img > picture > img a#4112433047 > div.common-img > picture > img |
a#1222278458 > div.common-img > picture > img a#1222278458 > div.common-img > picture > img |
a#3320089567 > div.common-img > picture > img a#3320089567 > div.common-img > picture > img |
a#3470619070 > div.common-img > picture > img a#3470619070 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#5024194910 > div.common-img > picture > img a#5024194910 > div.common-img > picture > img |
a#4899698065 > div.common-img > picture > img a#4899698065 > div.common-img > picture > img |
a#5293884158 > div.common-img > picture > img a#5293884158 > div.common-img > picture > img |
a#4627580339 > div.common-img > picture > img a#4627580339 > div.common-img > picture > img |
a#4567048855 > div.common-img > picture > img a#4567048855 > div.common-img > picture > img |
a#4764407806 > div.common-img > picture > img a#4764407806 > div.common-img > picture > img |
a#5250811306 > div.common-img > picture > img a#5250811306 > div.common-img > picture > img |
a#5166407606 > div.common-img > picture > img a#5166407606 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#5334774235 > div.common-img > picture > img a#5334774235 > div.common-img > picture > img |
a#4165884026 > div.common-img > picture > img a#4165884026 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#4974887248 > div.common-img > picture > img a#4974887248 > div.common-img > picture > img |
a#5050121372 > div.common-img > picture > img a#5050121372 > div.common-img > picture > img |
a#3560332553 > div.common-img > picture > img a#3560332553 > div.common-img > picture > img |
a#4489616724 > div.common-img > picture > img a#4489616724 > div.common-img > picture > img |
a#4710044174 > div.common-img > picture > img a#4710044174 > div.common-img > picture > img |
a#5162532097 > div.common-img > picture > img a#5162532097 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#4115748696 > div.common-img > picture > img a#4115748696 > div.common-img > picture > img |
a#3640141479 > div.common-img > picture > img a#3640141479 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#5190109948 > div.common-img > picture > img a#5190109948 > div.common-img > picture > img |
a#5298505781 > div.common-img > picture > img a#5298505781 > div.common-img > picture > img |
a#4726484145 > div.common-img > picture > img a#4726484145 > div.common-img > picture > img |
a#4738552392 > div.common-img > picture > img a#4738552392 > div.common-img > picture > img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.gcp-lazada-page > div#J_CampaignBanner > a.pc-custom-link body.gcp-lazada-page > div#J_CampaignBanner > a.pc-custom-link |
div.lzd-logo-bar > div.logo-bar-content > div.lzd-nav-cart > a div.lzd-logo-bar > div.logo-bar-content > div.lzd-nav-cart > a |
div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link |
div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link |
div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link |
div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link |
div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link |
div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link |
div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link |
div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link |
div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link |
div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link div.swiper > div.swiper-wrapper > div.swiper-slide > a.pc-custom-link |
div.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 |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Help Center div.lzd-footer-width-25 > ul.footer-list > li.footer-li > a |
How to Buy div.lzd-footer-width-25 > ul.footer-list > li.footer-li > a |
Shipping & Delivery div.lzd-footer-width-25 > ul.footer-list > li.footer-li > a |
International Product Policy div.lzd-footer-width-25 > ul.footer-list > li.footer-li > a |
How to Return div.lzd-footer-width-25 > ul.footer-list > li.footer-li > a |
Question? div.lzd-footer-width-25 > ul.footer-list > li.footer-li > a |
Contact Us 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 |
LAffiliate Academy div.lzd-footer-width-25 > ul.footer-list > li.footer-li > a |
Careers div.lzd-footer-width-25 > ul.footer-list > li.footer-li > a |
Terms & Conditions div.lzd-footer-width-25 > ul.footer-list > li.footer-li > a |
Privacy Policy div.lzd-footer-width-25 > ul.footer-list > li.footer-li > a |
Press & Media div.lzd-footer-width-25 > ul.footer-list > li.footer-li > a |
LOAD ONLINE div.lzd-footer-width-25 > div.lzd-footer-top-category > h4.lzd-footer-title-small > a.lzd-footer-title-small |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.card-platform-campaign-banner-link > div.common-img > picture > img div.card-platform-campaign-banner-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
a.pc-custom-link > div.common-img > picture > img a.pc-custom-link > div.common-img > picture > img |
div.flex > div.common-img > picture > img div.flex > div.common-img > picture > img |
div.score > div.common-img > picture > img div.score > div.common-img > picture > img |
div.icon-item > div.common-img > picture > img div.icon-item > div.common-img > picture > img |
div.icon-item > div.common-img > picture > img div.icon-item > div.common-img > picture > img |
div.content > div.common-img > picture > img div.content > div.common-img > picture > img |
div.channel-content-info-v2 > div.common-img > picture > img div.channel-content-info-v2 > div.common-img > picture > img |
div.channel-content-v2 > div.common-img > picture > img div.channel-content-v2 > div.common-img > picture > img |
div.channel-content-info-v2 > div.common-img > picture > img div.channel-content-info-v2 > div.common-img > picture > img |
div.channel-content-v2 > div.common-img > picture > img div.channel-content-v2 > div.common-img > picture > img |
a#118393842 > div.common-img > picture > img a#118393842 > div.common-img > picture > img |
a#267686822 > div.common-img > picture > img a#267686822 > div.common-img > picture > img |
a#278351598 > div.common-img > picture > img a#278351598 > div.common-img > picture > img |
a#396958608 > div.common-img > picture > img a#396958608 > div.common-img > picture > img |
a#290392423 > div.common-img > picture > img a#290392423 > div.common-img > picture > img |
a#889966367 > div.common-img > picture > img a#889966367 > div.common-img > picture > img |
a#5121 > div.common-img > picture > img a#5121 > div.common-img > picture > img |
a#22504 > div.common-img > picture > img a#22504 > div.common-img > picture > img |
a#7321 > div.common-img > picture > img a#7321 > div.common-img > picture > img |
a#5399 > div.common-img > picture > img a#5399 > div.common-img > picture > img |
a#21392 > div.common-img > picture > img a#21392 > div.common-img > picture > img |
a#7137 > div.common-img > picture > img a#7137 > div.common-img > picture > img |
a#10100100 > div.common-img > picture > img a#10100100 > div.common-img > picture > img |
a#20795 > div.common-img > picture > img a#20795 > div.common-img > picture > img |
a#22654 > div.common-img > picture > img a#22654 > div.common-img > picture > img |
a#10100399 > div.common-img > picture > img a#10100399 > div.common-img > picture > img |
a#7003 > div.common-img > picture > img a#7003 > div.common-img > picture > img |
a#24957 > div.common-img > picture > img a#24957 > div.common-img > picture > img |
a#22483 > div.common-img > picture > img a#22483 > div.common-img > picture > img |
a#22587 > div.common-img > picture > img a#22587 > div.common-img > picture > img |
a#5120 > div.common-img > picture > img a#5120 > div.common-img > picture > img |
a#25530 > div.common-img > picture > img a#25530 > div.common-img > picture > img |
a#5176880381 > div.common-img > picture > img a#5176880381 > div.common-img > picture > img |
a#5135523314 > div.common-img > picture > img a#5135523314 > div.common-img > picture > img |
a#3965224505 > div.common-img > picture > img a#3965224505 > div.common-img > picture > img |
a#4867214018 > div.common-img > picture > img a#4867214018 > div.common-img > picture > img |
a#4294294043 > div.common-img > picture > img a#4294294043 > div.common-img > picture > img |
a#4380307409 > div.common-img > picture > img a#4380307409 > div.common-img > picture > img |
a#4603417160 > div.common-img > picture > img a#4603417160 > div.common-img > picture > img |
a#4291384151 > div.common-img > picture > img a#4291384151 > div.common-img > picture > img |
a#3067749047 > div.common-img > picture > img a#3067749047 > div.common-img > picture > img |
a#3820447573 > div.common-img > picture > img a#3820447573 > div.common-img > picture > img |
a#3654035961 > div.common-img > picture > img a#3654035961 > div.common-img > picture > img |
a#4510241689 > div.common-img > picture > img a#4510241689 > div.common-img > picture > img |
a#4367216344 > div.common-img > picture > img a#4367216344 > div.common-img > picture > img |
a#4590262751 > div.common-img > picture > img a#4590262751 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#4112433047 > div.common-img > picture > img a#4112433047 > div.common-img > picture > img |
a#1222278458 > div.common-img > picture > img a#1222278458 > div.common-img > picture > img |
a#3320089567 > div.common-img > picture > img a#3320089567 > div.common-img > picture > img |
a#3470619070 > div.common-img > picture > img a#3470619070 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#5024194910 > div.common-img > picture > img a#5024194910 > div.common-img > picture > img |
a#4899698065 > div.common-img > picture > img a#4899698065 > div.common-img > picture > img |
a#5293884158 > div.common-img > picture > img a#5293884158 > div.common-img > picture > img |
a#4627580339 > div.common-img > picture > img a#4627580339 > div.common-img > picture > img |
a#4567048855 > div.common-img > picture > img a#4567048855 > div.common-img > picture > img |
a#4764407806 > div.common-img > picture > img a#4764407806 > div.common-img > picture > img |
a#5250811306 > div.common-img > picture > img a#5250811306 > div.common-img > picture > img |
a#5166407606 > div.common-img > picture > img a#5166407606 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#5334774235 > div.common-img > picture > img a#5334774235 > div.common-img > picture > img |
a#4165884026 > div.common-img > picture > img a#4165884026 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#4974887248 > div.common-img > picture > img a#4974887248 > div.common-img > picture > img |
a#5050121372 > div.common-img > picture > img a#5050121372 > div.common-img > picture > img |
a#3560332553 > div.common-img > picture > img a#3560332553 > div.common-img > picture > img |
a#4489616724 > div.common-img > picture > img a#4489616724 > div.common-img > picture > img |
a#4710044174 > div.common-img > picture > img a#4710044174 > div.common-img > picture > img |
a#5162532097 > div.common-img > picture > img a#5162532097 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#4115748696 > div.common-img > picture > img a#4115748696 > div.common-img > picture > img |
a#3640141479 > div.common-img > picture > img a#3640141479 > div.common-img > picture > img |
div.card-jfy-title > div.common-img > picture > img div.card-jfy-title > div.common-img > picture > img |
a#5190109948 > div.common-img > picture > img a#5190109948 > div.common-img > picture > img |
a#5298505781 > div.common-img > picture > img a#5298505781 > div.common-img > picture > img |
a#4726484145 > div.common-img > picture > img a#4726484145 > div.common-img > picture > img |
a#4738552392 > div.common-img > picture > img a#4738552392 > div.common-img > picture > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback