Skip to content
https://www.shreeinfotechsystems.com

Lighthouse Desktop

· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.
SCORE
0
GRADE
FIX
0
REVIEW
0
PASS
0
INFO
0

Detailed Report

Audit breakdown by category with detailed findings.

84

Performance

Insights

Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.

Why this matters

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.

Why this matters

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLResource SizeEst Savings
Power Supplies (PSU) div.grid > div.p-4 > div.w-24 > img.max-h-full
/s/files/1/0864/6144/8507/files/81oRnnKIzTL._SL1500.jpg?v...143.2 KiB142.8 KiB
Acer ACER 18.5 INCH V196HQL HD MONITOR - High Performance Processor - Integrate… div.relative > div.relative > picture.w-full > img.w-full
/s/files/1/0864/6144/8507/files/1_988151e0-a99f-4a17-b267...120.8 KiB117.6 KiB
Cabinets & Cases div.grid > div.p-4 > div.w-24 > img.max-h-full
/s/files/1/0864/6144/8507/files/1_b675f15f-db03-4d30-b0ba...74.4 KiB74.2 KiB
Gaming Laptops div.grid > div.p-4 > div.w-24 > img.max-h-full
/s/files/1/0864/6144/8507/files/1_dab8ea1d-d19f-4c90-afdb...71.5 KiB71.3 KiB
Graphics Cards (GPUs) div.grid > div.p-4 > div.w-24 > img.max-h-full
/s/files/1/0864/6144/8507/files/1_048b66f7-df1f-431c-8179...70.1 KiB69.7 KiB
NVMe SSD Storage div.grid > div.p-4 > div.w-24 > img.max-h-full
/s/files/1/0864/6144/8507/files/61mpPWtbXWL._AC_SL1200.jp...69.3 KiB69.0 KiB
Motherboards div.grid > div.p-4 > div.w-24 > img.max-h-full
/s/files/1/0864/6144/8507/files/fwebp_19da8774-4b1b-40ff-...64.4 KiB63.8 KiB
Acer ACER 18.5 INCH EB192QB HD IPS MONITOR - High Performance Processor - Integ… div.relative > div.relative > picture.w-full > img.w-full
/s/files/1/0864/6144/8507/files/1_b2c3366a-50b2-4250-ab93...40.9 KiB39.3 KiB
Processors (CPUs) div.grid > div.p-4 > div.w-24 > img.max-h-full
/s/files/1/0864/6144/8507/files/1_19663245-d993-4017-96f3...34.1 KiB34.0 KiB
Acer ACER 19.5 INCH K202HQL HD MONITOR - High Performance Processor - Integrate… div.relative > div.relative > picture.w-full > img.w-full
/s/files/1/0864/6144/8507/files/1_6a82f200-8196-426a-8320...29.9 KiB28.7 KiB
Shree Infotech header.sticky > div.max-w-7xl > button.flex > img.w-auto
www.shreeinfotechsystems.com/shree_logo.png21.9 KiB21.5 KiB
Gaming Peripherals div.grid > div.p-4 > div.w-24 > img.max-h-full
/s/files/1/0864/6144/8507/files/51QLH6_8KdL._SL1080.jpg?v...21.2 KiB21.1 KiB
RAM Memory div.grid > div.p-4 > div.w-24 > img.max-h-full
/s/files/1/0864/6144/8507/files/51Gs2sm696L._SX679.jpg?v=...20.9 KiB20.6 KiB
Shree Liquid God-Tier RTX 4090 PC div.lg:col-span-5 > div.w-full > div.relative > img.w-full
www.shreeinfotechsystems.com/products/asus/rog-strix-scar-18-2024/main.webp19.3 KiB15.6 KiB

Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading

Why this matters

Performance issues directly impact user engagement and conversion rates.

lhId: page-13-IMG
nodeLabel: Shree Liquid God-Tier RTX 4090 PC
path: 1,HTML,1,BODY,0,DIV,0,DIV,3,MAIN,0,MAIN,0,DIV,0,SECTION,0,DIV,2,DIV,1,DIV,0,DIV,0,DIV,0,IMG
selector: div.lg:col-span-5 > div.w-full > div.relative > img.w-full
snippet: <img src="/products/custom-pc/rtx-4090-ultimate-beast/main.webp" alt="Shree Liquid God-Tier RTX 4090 PC" class="w-full h-full object-contain group-hover:scale-105 transition-transform du…">

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

description: [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to.
title: Preconnected origins
description: Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4.
title: Preconnect candidates

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.

Why this matters

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.

Diagnostics

Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 0.0 ms 4.4 KiB
URLTransfer SizeEst Savings
www.shreeinfotechsystems.com/assets/vendor-icons-Dn7EvBF_.js10.7 KiB4.4 KiB

Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions

Why this matters

Performance issues directly impact user engagement and conversion rates.

URL
Gaming Laptops div.grid > div.p-4 > div.w-24 > img.max-h-full
/s/files/1/0864/6144/8507/files/1_dab8ea1d-d19f-4c90-afdb...
Cabinets & Cases div.grid > div.p-4 > div.w-24 > img.max-h-full
/s/files/1/0864/6144/8507/files/1_b675f15f-db03-4d30-b0ba...
Power Supplies (PSU) div.grid > div.p-4 > div.w-24 > img.max-h-full
/s/files/1/0864/6144/8507/files/81oRnnKIzTL._SL1500.jpg?v...
Gaming Monitors div.grid > div.p-4 > div.w-24 > img.max-h-full
/s/files/1/0864/6144/8507/files/1_b2c3366a-50b2-4250-ab93...
Gaming Peripherals div.grid > div.p-4 > div.w-24 > img.max-h-full
/s/files/1/0864/6144/8507/files/51QLH6_8KdL._SL1080.jpg?v...
Processors (CPUs) div.grid > div.p-4 > div.w-24 > img.max-h-full
/s/files/1/0864/6144/8507/files/1_19663245-d993-4017-96f3...
Graphics Cards (GPUs) div.grid > div.p-4 > div.w-24 > img.max-h-full
/s/files/1/0864/6144/8507/files/1_048b66f7-df1f-431c-8179...
NVMe SSD Storage div.grid > div.p-4 > div.w-24 > img.max-h-full
/s/files/1/0864/6144/8507/files/61mpPWtbXWL._AC_SL1200.jp...
Motherboards div.grid > div.p-4 > div.w-24 > img.max-h-full
/s/files/1/0864/6144/8507/files/fwebp_19da8774-4b1b-40ff-...
RAM Memory div.grid > div.p-4 > div.w-24 > img.max-h-full
/s/files/1/0864/6144/8507/files/51Gs2sm696L._SX679.jpg?v=...
Shree Infotech header.sticky > div.max-w-7xl > button.flex > img.w-auto
www.shreeinfotechsystems.com/shree_logo.png
Shree Infotech Logo div.w-full > div.flex > div.flex > img.h-10
www.shreeinfotechsystems.com/shree_logo.png

More information about the performance of your application. These numbers don't directly affect the Performance score.

Time to Interactive 1.8 s
Use efficient cache lifetimes
Layout shift culprits
Document request latency
Optimize DOM size
Font display
Forced reflow
LCP breakdown
Modern HTTP
Optimize viewport for mobile
Max Potential First Input Delay 40 ms
Minify CSS
Reduce unused CSS
JavaScript execution time 0.4 s
Minimizes main-thread work 1.0 s
Avoid long main-thread tasks 3 long tasks found
Page didn't prevent back/forward cache restoration
Network Requests
Network Round Trip Times 30 ms
Server Backend Latencies 530 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Avoid multiple page redirects
Initial server response time was short Root document took 30 ms
Avoid large layout shifts 2 layout shifts found
INP breakdown
User Timing marks and measures
Avoid non-composited animations
85

Accessibility

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.

Contrast

Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
SKIP INTRO div.fixed > div.absolute > button.px-4 > span
Shree Infotech • Vijayawada div.min-h-screen > div.fixed > div.absolute > span
VIJAYAWADA STORE • AUTHORIZED PARTNER div.max-w-7xl > button.flex > div.flex > span.text-[10px]
SEARCH div.max-w-7xl > div.hidden > form.relative > button.absolute
CART div.max-w-7xl > div.flex > button#header-cart-button > span.font-sans
Today's Deals div.max-w-7xl > div.flex > button.flex > span
🔥 2026 FLAGSHIP GAMING SHOWROOM div.relative > div.lg:col-span-7 > div.inline-flex > span.bg-red-50
EXPLORE 2026 LAPTOP CATALOG div.lg:col-span-7 > div.flex > button.px-6 > span
IN STOCK div.w-full > div.relative > div.absolute > span.px-2.5
FEATURED MODEL SPOTLIGHT div.lg:col-span-5 > div.w-full > div.p-4 > div.text-[11px]
₹3,59,990 div.p-4 > div.pt-2 > div > div.text-lg
GST Tax Invoice Included div.p-4 > div.pt-2 > div > div.text-[10px]
0% No-Cost EMI div.p-4 > div.pt-2 > div.text-right > span.text-[10px]
01 div.relative > div.flex > button.px-3 > span
• Active In-Store SKUs div.relative > div.flex > button.px-3 > span.hidden
Governorpet Vijayawada div.relative > div.flex > div.hidden > span
STORE UPDATES div.bg-white > div.max-w-7xl > div.hidden > span
HARDWARE DIRECTORY div.max-w-7xl > div.flex > div > span.text-[11px]
OFFICIAL PARTNERS div.max-w-7xl > div.flex > div > span.text-[11px]
VIEW PRODUCTS → div.max-w-7xl > div.grid > div.p-6 > span.text-[10px]
VIEW PRODUCTS → div.max-w-7xl > div.grid > div.p-6 > span.text-[10px]
VIEW PRODUCTS → div.max-w-7xl > div.grid > div.p-6 > span.text-[10px]
VIEW PRODUCTS → div.max-w-7xl > div.grid > div.p-6 > span.text-[10px]
VIEW PRODUCTS → div.max-w-7xl > div.grid > div.p-6 > span.text-[10px]
8,899 VERIFIED HARDWARE PRODUCTS IN STOCK div.max-w-7xl > div.flex > div > div.inline-flex
All Hardware (8899) div.space-y-2 > div.space-y-1 > button.w-full > span
₹3,50,000 div.lg:col-span-3 > div.space-y-2 > div.flex > span.text-[#DD3842]
24 div.lg:col-span-9 > div.flex > span.text-[#606B77] > strong.text-[#DD3842]
38% OFF div.p-3 > div.relative > div.absolute > span.px-1.5
ACER div.p-3 > div.pt-2 > div.flex > span.font-bold
4.6 (28) div.p-3 > div.pt-2 > div.flex > span.flex
₹5,600 div.pt-2 > div.flex > div.flex > span.text-base
₹8,999 div.pt-2 > div.flex > div.flex > span.text-[10px]
ADD TO CART div.p-3 > div.pt-2 > button.w-full > span
46% OFF div.p-3 > div.relative > div.absolute > span.px-1.5
ACER div.p-3 > div.pt-2 > div.flex > span.font-bold
4.7 (28) div.p-3 > div.pt-2 > div.flex > span.flex
₹4,900 div.pt-2 > div.flex > div.flex > span.text-base
₹9,000 div.pt-2 > div.flex > div.flex > span.text-[10px]
ADD TO CART div.p-3 > div.pt-2 > button.w-full > span
44% OFF div.p-3 > div.relative > div.absolute > span.px-1.5
ACER div.p-3 > div.pt-2 > div.flex > span.font-bold
4.8 (28) div.p-3 > div.pt-2 > div.flex > span.flex
₹5,710 div.pt-2 > div.flex > div.flex > span.text-base
₹10,200 div.pt-2 > div.flex > div.flex > span.text-[10px]
ADD TO CART div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.p-3 > div.pt-2 > div.flex > span.font-bold div.p-3 > div.pt-2 > div.flex > span.font-bold
div.p-3 > div.pt-2 > div.flex > span.flex div.p-3 > div.pt-2 > div.flex > span.flex
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.p-3 > div.pt-2 > div.flex > span.font-bold div.p-3 > div.pt-2 > div.flex > span.font-bold
div.p-3 > div.pt-2 > div.flex > span.flex div.p-3 > div.pt-2 > div.flex > span.flex
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.p-3 > div.pt-2 > div.flex > span.font-bold div.p-3 > div.pt-2 > div.flex > span.font-bold
div.p-3 > div.pt-2 > div.flex > span.flex div.p-3 > div.pt-2 > div.flex > span.flex
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.p-3 > div.pt-2 > div.flex > span.font-bold div.p-3 > div.pt-2 > div.flex > span.font-bold
div.p-3 > div.pt-2 > div.flex > span.flex div.p-3 > div.pt-2 > div.flex > span.flex
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.p-3 > div.pt-2 > div.flex > span.font-bold div.p-3 > div.pt-2 > div.flex > span.font-bold
div.p-3 > div.pt-2 > div.flex > span.flex div.p-3 > div.pt-2 > div.flex > span.flex
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.p-3 > div.pt-2 > div.flex > span.font-bold div.p-3 > div.pt-2 > div.flex > span.font-bold
div.p-3 > div.pt-2 > div.flex > span.flex div.p-3 > div.pt-2 > div.flex > span.flex
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.p-3 > div.pt-2 > div.flex > span.font-bold div.p-3 > div.pt-2 > div.flex > span.font-bold
div.p-3 > div.pt-2 > div.flex > span.flex div.p-3 > div.pt-2 > div.flex > span.flex
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.p-3 > div.pt-2 > div.flex > span.font-bold div.p-3 > div.pt-2 > div.flex > span.font-bold
div.p-3 > div.pt-2 > div.flex > span.flex div.p-3 > div.pt-2 > div.flex > span.flex
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.p-3 > div.pt-2 > div.flex > span.font-bold div.p-3 > div.pt-2 > div.flex > span.font-bold
div.p-3 > div.pt-2 > div.flex > span.flex div.p-3 > div.pt-2 > div.flex > span.flex
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.p-3 > div.pt-2 > div.flex > span.font-bold div.p-3 > div.pt-2 > div.flex > span.font-bold
div.p-3 > div.pt-2 > div.flex > span.flex div.p-3 > div.pt-2 > div.flex > span.flex
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.p-3 > div.pt-2 > div.flex > span.font-bold div.p-3 > div.pt-2 > div.flex > span.font-bold
div.p-3 > div.pt-2 > div.flex > span.flex div.p-3 > div.pt-2 > div.flex > span.flex
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.p-3 > div.pt-2 > div.flex > span.font-bold div.p-3 > div.pt-2 > div.flex > span.font-bold
div.p-3 > div.pt-2 > div.flex > span.flex div.p-3 > div.pt-2 > div.flex > span.flex
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.p-3 > div.pt-2 > div.flex > span.font-bold div.p-3 > div.pt-2 > div.flex > span.font-bold
div.p-3 > div.pt-2 > div.flex > span.flex div.p-3 > div.pt-2 > div.flex > span.flex
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.p-3 > div.pt-2 > div.flex > span.font-bold div.p-3 > div.pt-2 > div.flex > span.font-bold
div.p-3 > div.pt-2 > div.flex > span.flex div.p-3 > div.pt-2 > div.flex > span.flex
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.p-3 > div.pt-2 > div.flex > span.font-bold div.p-3 > div.pt-2 > div.flex > span.font-bold
div.p-3 > div.pt-2 > div.flex > span.flex div.p-3 > div.pt-2 > div.flex > span.flex
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.p-3 > div.pt-2 > div.flex > span.font-bold div.p-3 > div.pt-2 > div.flex > span.font-bold
div.p-3 > div.pt-2 > div.flex > span.flex div.p-3 > div.pt-2 > div.flex > span.flex
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.p-3 > div.pt-2 > div.flex > span.font-bold div.p-3 > div.pt-2 > div.flex > span.font-bold
div.p-3 > div.pt-2 > div.flex > span.flex div.p-3 > div.pt-2 > div.flex > span.flex
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.p-3 > div.pt-2 > div.flex > span.font-bold div.p-3 > div.pt-2 > div.flex > span.font-bold
div.p-3 > div.pt-2 > div.flex > span.flex div.p-3 > div.pt-2 > div.flex > span.flex
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.p-3 > div.pt-2 > div.flex > span.font-bold div.p-3 > div.pt-2 > div.flex > span.font-bold
div.p-3 > div.pt-2 > div.flex > span.flex div.p-3 > div.pt-2 > div.flex > span.flex
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.p-3 > div.pt-2 > div.flex > span.font-bold div.p-3 > div.pt-2 > div.flex > span.font-bold
div.p-3 > div.pt-2 > div.flex > span.flex div.p-3 > div.pt-2 > div.flex > span.flex
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
div.p-3 > div.relative > div.absolute > span.px-1.5 div.p-3 > div.relative > div.absolute > span.px-1.5
div.p-3 > div.pt-2 > div.flex > span.font-bold div.p-3 > div.pt-2 > div.flex > span.font-bold
div.p-3 > div.pt-2 > div.flex > span.flex div.p-3 > div.pt-2 > div.flex > span.flex
div.pt-2 > div.flex > div.flex > span.text-base div.pt-2 > div.flex > div.flex > span.text-base
div.pt-2 > div.flex > div.flex > span.text-[10px] div.pt-2 > div.flex > div.flex > span.text-[10px]
div.p-3 > div.pt-2 > button.w-full > span div.p-3 > div.pt-2 > button.w-full > span
PRECISION PC CONFIGURATOR div.max-w-7xl > div.flex > div > span.text-[11px]
FREE div.bg-white > div.pt-3 > div.flex > span.font-bold
GET WHATSAPP QUOTATION & SAVE ORDER div.lg:col-span-4 > div.bg-white > div.pt-2 > button.w-full
PRE-CONFIGURED PERFORMANCE div.max-w-7xl > div.flex > div > span.text-[11px]
Explore Configurations div.grid > div.p-4 > div.pt-2 > span
Explore Configurations div.grid > div.p-4 > div.pt-2 > span
Explore Configurations div.grid > div.p-4 > div.pt-2 > span
Explore Configurations div.grid > div.p-4 > div.pt-2 > span
Explore Configurations div.grid > div.p-4 > div.pt-2 > span
Explore Configurations div.grid > div.p-4 > div.pt-2 > span
Explore Configurations div.grid > div.p-4 > div.pt-2 > span
Explore Configurations div.grid > div.p-4 > div.pt-2 > span
DEDICATED GRAPHICS HARDWARE section#gpus > div.max-w-7xl > div.space-y-1 > span.text-xs
ENQUIRE RTX 4070 div.grid > div.p-5 > a.w-full > span
ENQUIRE RTX 4080 div.grid > div.p-5 > a.w-full > span
ENQUIRE RTX 4090 div.grid > div.p-5 > a.w-full > span
ENQUIRE RX 7800 XT div.grid > div.p-5 > a.w-full > span
SMART LAPTOP FINDER section.py-12 > div.max-w-4xl > div.text-center > div.inline-flex
Step 1 of 3 div.max-w-4xl > div.p-6 > div.flex > span.text-[#DD3842]
₹90,000 div.space-y-6 > div.space-y-3 > div.flex > span.text-[#DD3842]
CONTINUE TO USAGE div.p-6 > div.space-y-6 > button.w-full > span
AUTHORIZED IT HARDWARE & COMPUTING SERVICES div.flex > div.space-y-2 > div.inline-flex > span
FEATURED div.relative > div.absolute > div.flex > span.px-2
FEATURED div.relative > div.absolute > div.flex > span.px-2
FOLLOW ON INSTAGRAM div.mt-12 > div.flex > a.px-5 > span
5.0 div.max-w-7xl > div.p-6 > div.flex > div.w-14
✓ GST Proforma Invoices div.max-w-7xl > div.grid > div.p-6 > div.text-[11px]
12M div.space-y-4 > div > div.grid > button.py-2
CHECK CARD ELIGIBILITY div.max-w-3xl > div.grid > div.p-5 > a.w-full
OFFICIAL GOOGLE VERIFIED BUSINESS PROFILE div.flex > div.space-y-2 > div.inline-flex > span
100% Real div.lg:col-span-5 > div.space-y-5 > div.p-4 > span.text-[11px]
Landmark: Opposite District Museum, Near Sri Ramachandra Complex div.space-y-3.5 > div.flex > div > span.text-slate-400
Get Directions div.space-y-2.5 > div.grid > a.py-3 > span
5.0 div.p-6 > div.space-y-3 > div.flex > span.flex
4.9 div.p-6 > div.space-y-3 > div.flex > span.flex
View Listing div.p-6 > div.pt-3 > a.inline-flex > span
4.8 div.p-6 > div.space-y-3 > div.flex > span.flex
4.9 div.p-6 > div.space-y-3 > div.flex > span.flex
View Listing div.p-6 > div.pt-3 > a.inline-flex > span
5.0 div.p-6 > div.space-y-3 > div.flex > span.flex
Daily div.p-6 > div.space-y-3 > div.flex > span.flex
Open on Google Maps div.p-6 > div.flex > a.px-4 > span
STORE LOCATOR & SHOWROOM section#location > div.max-w-7xl > div.text-center > div.inline-flex
SHREE INFOTECH VIJAYAWADA div.lg:col-span-5 > div.space-y-4 > div > span.text-xs
10:00 AM – 9:00 PM div.flex > div.text-xs > div.text-[#1a1c1d] > span.text-[#DD3842]
Google Maps div.lg:col-span-5 > div.space-y-2 > div.grid > a.py-3
FREQUENTLY ASKED QUESTIONS section#faq > div.max-w-3xl > div.text-center > div.inline-flex
⚡ Custom PC Studio footer.bg-white > div.w-full > div.flex > button.text-left
💼 B2B Wholesale Dealer Portal footer.bg-white > div.w-full > div.flex > button.text-left
Customer Data Rights Portal (DPDP) div.w-full > div.flex > a.text-left > span
Available on official invoice footer.bg-white > div.w-full > p > span.font-mono
Accept All div.fixed > div.p-5 > div.flex > button.flex-1

These are opportunities to improve the legibility of your content.

Navigation

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
ASUS ROG Strix SCAR 18 (2024) div.lg:col-span-5 > div.w-full > div.p-4 > h3.text-base
1. Processor (CPU) div.flex > div.flex > div > h4.text-xs

These are opportunities to improve keyboard navigation in your application.

Names and labels

Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.grid > div.lg:col-span-3 > div.space-y-2 > input.w-full div.grid > div.lg:col-span-3 > div.space-y-2 > input.w-full
div.p-6 > div.space-y-6 > div.space-y-3 > input.w-full div.p-6 > div.space-y-6 > div.space-y-3 > input.w-full
div.grid > div.space-y-4 > div > input.w-full div.grid > div.space-y-4 > div > input.w-full

Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Featured Deals Price: Low to High Price: High to Low div.lg:col-span-9 > div.flex > div.flex > select.p-1.5

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.

Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Sound Off div.min-h-screen > div.fixed > div.absolute > button.px-3.5
ADD TO CART div.grid > div.p-3 > div.pt-2 > button.w-full
ADD TO CART div.grid > div.p-3 > div.pt-2 > button.w-full
ADD TO CART div.grid > div.p-3 > div.pt-2 > button.w-full
Add ACER 22 INCH EK220QA FHD MONITOR to shopping cart div.grid > div.p-3 > div.pt-2 > button.w-full
Add ACER 24 INCH HA240YAR FHD IPS ULTRA SLIM MONITOR to shopping cart div.grid > div.p-3 > div.pt-2 > button.w-full
Add ACER 27 INCH HA270AR FHD IPS MONITOR to shopping cart div.grid > div.p-3 > div.pt-2 > button.w-full
Add ACER 32 INCH EB321HQU FHD IPS MONITOR to shopping cart div.grid > div.p-3 > div.pt-2 > button.w-full
Add AMD RYZEN 3 3200G 4 CORES UPTO 4 GHZ AM4 PROCESSOR to shopping cart div.grid > div.p-3 > div.pt-2 > button.w-full
Add AMD RYZEN 5 5600 6 CORE UPTO 4.4GHZ AM4 PROCESSOR to shopping cart div.grid > div.p-3 > div.pt-2 > button.w-full
Add AMD RYZEN 5 5600G 6 CORE UPTO 4.4 GHZ AM4 PROCESSOR to shopping cart div.grid > div.p-3 > div.pt-2 > button.w-full
Add AMD RYZEN 7 3700X 8 CORE UPTO 4.4 GHZ AM4 PROCESSOR to shopping cart div.grid > div.p-3 > div.pt-2 > button.w-full
Add AMD RYZEN 7 5700G 8 CORE UPTO 4.6 GHZ AM4 PROCESSOR to shopping cart div.grid > div.p-3 > div.pt-2 > button.w-full
Add AMD RYZEN 7 5700X 8 CORES UPTO 4.6GHZ AM4 PROCESSOR to shopping cart div.grid > div.p-3 > div.pt-2 > button.w-full
Add AMD RYZEN 7 5800X 8 CORES UPTO 4.7 GHZ AM4 PROCESSOR to shopping cart div.grid > div.p-3 > div.pt-2 > button.w-full
Add AMD RYZEN 7 7700 8 CORES UPTO 5.3 GHZ AM5 PROCESSOR to shopping cart div.grid > div.p-3 > div.pt-2 > button.w-full
Add AMD RYZEN 7 7800X 3D 8 CORES UPTO 5.6 GHZ AM5 PROCESSOR to shopping cart div.grid > div.p-3 > div.pt-2 > button.w-full
Add AMD RYZEN 9 7900X 12 CORES UPTO 5.6 GHZ AM5 PROCESSOR to shopping cart div.grid > div.p-3 > div.pt-2 > button.w-full
Add AMD RYZEN 9 7950X 16 CORES UPTO 5.7 GHZ AM5 PROCESSOR to shopping cart div.grid > div.p-3 > div.pt-2 > button.w-full
Add AMD RYZEN 9 7950X 3D 16 CORES UPTO 5.7GHZ AM5 PROCESSOR to shopping cart div.grid > div.p-3 > div.pt-2 > button.w-full
Add ANT ESPORTS 400W VS400L NON MODULAR SMPS to shopping cart div.grid > div.p-3 > div.pt-2 > button.w-full
Add ANT ESPORTS 450W VS450L NON MODULAR SMPS to shopping cart div.grid > div.p-3 > div.pt-2 > button.w-full
Add ANT ESPORTS 500W VS500L NON MODULAR SMPS to shopping cart div.grid > div.p-3 > div.pt-2 > button.w-full
Add ANT ESPORTS 600W VS600L NON MODULAR SMPS to shopping cart div.grid > div.p-3 > div.pt-2 > button.w-full
Add ANT ESPORTS 750W FP750B 80 PLUS BRONZE NON MODULAR SMPS to shopping cart div.grid > div.p-3 > div.pt-2 > button.w-full
Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
Image elements have `[alt]` attributes
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
ARIA attributes are used as specified for the element's role
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
Document has a `<title>` element
`<frame>` or `<iframe>` elements have a title
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links have a discernible name
No element has a `[tabindex]` value greater than 0
Touch targets have sufficient size and spacing.
Skip links are focusable.
Document has a main landmark.
Deprecated ARIA roles were not used
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Identical links have the same purpose.
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Links are distinguishable without relying on color.
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
96

Best Practices

General

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

SourceDescription
Failed to load resource: the server responded with a status of 404 ()
Uses HTTPS
Avoids deprecated APIs
Avoids third-party cookies
Allows users to paste into input fields
Avoids requesting the geolocation permission on page load
Avoids requesting the notification permission on page load
Displays images with correct aspect ratio
Serves images with appropriate resolution
Page has the HTML doctype
Properly defines charset
No issues in the `Issues` panel in Chrome Devtools
Ensure CSP is effective against XSS attacks
Use a strong HSTS policy
Ensure proper origin isolation with COOP
Mitigate clickjacking with XFO or CSP
Mitigate DOM-based XSS with Trusted Types
Page has valid source maps
Redirects HTTP traffic to HTTPS
Detected JavaScript libraries
100

SEO

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.

Structured data is valid
Page isn’t blocked from indexing
Document has a `<title>` element
Document has a meta description
Page has successful HTTP status code
Links have descriptive text
Links are crawlable
robots.txt is valid
Image elements have `[alt]` attributes
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Send Feedback