0% found this document useful (0 votes)
136 views39 pages

Lenskart Eyeglasses Performance Audit

This document contains a Lighthouse audit report for a website. The Performance score is 45/100. The top opportunities to improve performance include reducing unused JavaScript to decrease loading time, eliminating render-blocking resources to improve first contentful paint, serving images in next-gen formats like WebP for faster downloads, efficiently encoding images to reduce file sizes, and reducing initial server response time. Implementing these recommendations could potentially save 3.88 seconds in loading time.

Uploaded by

shekh dhrupal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
136 views39 pages

Lenskart Eyeglasses Performance Audit

This document contains a Lighthouse audit report for a website. The Performance score is 45/100. The top opportunities to improve performance include reducing unused JavaScript to decrease loading time, eliminating render-blocking resources to improve first contentful paint, serving images in next-gen formats like WebP for faster downloads, efficiently encoding images to reduce file sizes, and reducing initial server response time. Implementing these recommendations could potentially save 3.88 seconds in loading time.

Uploaded by

shekh dhrupal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

4/19/23, 6:05 AM about:blank

[Link]

45 60 58 93

Performance Accessibility Best SEO PWA


Practices

There were issues affecting this run of Lighthouse:

There may be stored data affecting loading performance in this location: IndexedDB. Audit this
page in an incognito window to prevent those resources from affecting your scores.

45

Performance
Values are estimated and may vary. The performance score
is calculated directly from these metrics. See calculator.

0–49 50–89 90–100

METRICS Expand view

First Contentful Paint Time to Interactive

3.1 s 19.0 s

Speed Index Total Blocking Time

4.5 s 1,480 ms

Largest Contentful Paint Cumulative Layout Shift

3.5 s 0.117

View Treemap View Original Trace

about:blank 1/39
4/19/23, 6:05 AM about:blank

Show audits relevant to: All FCP TBT LCP CLS

OPPORTUNITIES

Opportunity Estimated Savings

Reduce unused JavaScript 3.88 s

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

If you are not server-side rendering, split your JavaScript bundles with `[Link]()`. Otherwise, code-split using a
third-party library such as loadable-components.

Show 3rd-party resources (3)

Transfer Potential
URL
Size Savings

…in/vendor.cb9147b….js ([Link]) 345.3 KiB 225.9 KiB

…in/main.ba4b0d6….js ([Link]) 330.6 KiB 180.7 KiB

…config/790…?v=2.9.102&r=stable ([Link]) 109.7 KiB 89.9 KiB

…in/auth.12df987….js ([Link]) 66.6 KiB 66.4 KiB

…in/redis-mapping.a7dda7e….js ([Link]) 98.7 KiB 62.5 KiB

/gtag/js?id=G-FXRW59G0X3&l=dataLayer&cx=c ([Link]) 79.1 KiB 28.0 KiB

/js/[Link] ([Link]) 33.5 KiB 21.6 KiB

Eliminate render-blocking resources 1.46 s

Resources are blocking the first paint of your page. Consider delivering critical JS/CSS inline and deferring all non-critical
JS/styles. Learn more. FCP LCP

Transfer Potential
URL
Size Savings

…fontello/fontello.c4b69cd….css ([Link]) 1.6 KiB 870 ms

…in/main.c4b69cd….css ([Link]) 98.4 KiB 600 ms

Serve images in next-gen formats 1.35 s

about:blank 2/39
4/19/23, 6:05 AM about:blank

Image formats like WebP and AVIF often provide better compression than PNG or JPEG, which means faster downloads
and less data consumption. Learn more.

Resource Potential
URL
Size Savings

…o/john-jacobs-jj-e10229-c6-
77.9 KiB 66.7 KiB
eyeglasses_g_2242.jpg ([Link])

[Link]-max

…o/john-jacobs-jj-e10002-c2-
img 74.7 KiB 64.5 KiB
eyeglasses_g_1973.jpg ([Link])

…i/vincent-chase-vc-e11154-c2-
67.1 KiB 57.5 KiB
eyeglasses_m_2997.jpg ([Link])

[Link]-max

…o/john-jacobs-jj-e10002-c3-
54.6 KiB 47.0 KiB
eyeglasses_j_8534.jpg ([Link])

[Link]-max

Efficiently encode images 1.05 s

Optimized images load faster and consume less cellular data. Learn more.

Resource Potential
URL
Size Savings

…o/john-jacobs-jj-e10229-c6-
77.9 KiB 53.4 KiB
eyeglasses_g_2242.jpg ([Link])

[Link]-max

…o/john-jacobs-jj-e10002-c2-
img 74.7 KiB 52.0 KiB
eyeglasses_g_1973.jpg ([Link])

about:blank 3/39
4/19/23, 6:05 AM about:blank

Resource Potential
URL
Size Savings

…i/vincent-chase-vc-e11154-c2-
67.1 KiB 45.8 KiB
eyeglasses_m_2997.jpg ([Link])

[Link]-max

…o/john-jacobs-jj-e10002-c3-
54.6 KiB 37.1 KiB
eyeglasses_j_8534.jpg ([Link])

[Link]-max

Reduce initial server response time 0.56 s

Keep the server response time for the main document short because all other requests depend on it. Learn more. FCP
LCP

If you are server-side rendering any React components, consider using `renderToPipeableStream()` or
`renderToStaticNodeStream()` to allow the client to receive and hydrate different parts of the markup instead of all
at once. Learn more.

URL Time Spent

/eyeglasses/[Link]?utm_source=… ([Link]) 660 ms

Reduce unused CSS 0.45 s

Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by
network activity. Learn more. FCP LCP

Transfer Potential
URL
Size Savings

…in/main.c4b69cd….css ([Link]) 98.4 KiB 96.1 KiB

Properly size images 0.3 s

Serve images that are appropriately-sized to save cellular data and improve load time. Learn more.

about:blank 4/39
4/19/23, 6:05 AM about:blank

Resource Potential
URL
Size Savings

img …o/john-jacobs-jj-e10002-c2-eyeglasses_g_1973.jpg ([Link]) 74.7 KiB 37.3 KiB

Avoid serving legacy JavaScript to modern browsers 0.15 s

Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren't necessary for
modern browsers. For your bundled JavaScript, adopt a modern script deployment strategy using module/nomodule feature
detection to reduce the amount of code shipped to modern browsers, while retaining support for legacy browsers. Learn
More TBT

Show 3rd-party resources (6)

Potential
URL
Savings

…in/vendor.cb9147b….js ([Link]) 14.2 KiB

vendor.cb9147b….js:1 [Link]

@babel/plugin-
vendor.cb9147b….js:1
transform-classes

vendor.cb9147b….js:1 [Link]

vendor.cb9147b….js:1 [Link]

vendor.cb9147b….js:1 [Link]

vendor.cb9147b….js:1 [Link]

[Link]
vendor.cb9147b….js:1
h

vendor.cb9147b….js:1 [Link]

vendor.cb9147b….js:1 [Link]

vendor.cb9147b….js:1 [Link]

vendor.cb9147b….js:1 [Link]

vendor.cb9147b….js:1 [Link]

vendor.cb9147b….js:1 [Link]

vendor.cb9147b….js:1 [Link]

vendor.cb9147b….js:1 [Link]

vendor.cb9147b….js:1 [Link]

[Link]
vendor.cb9147b….js:1
dex

[Link]
vendor.cb9147b….js:1
es

vendor.cb9147b….js:1 [Link]

about:blank 5/39
4/19/23, 6:05 AM about:blank

Potential
URL
Savings

…config/790…?v=2.9.102&r=stable ([Link]) 11.0 KiB

@babel/plugin-
[Link]…2.9.102&r=stable:20
transform-classes

[Link]…2.9.102&r=stable:20 [Link]

[Link]…2.9.102&r=stable:20 [Link]

[Link]
[Link]…2.9.102&r=stable:20
es

[Link]…2.9.102&r=stable:20 [Link]

[Link]…2.9.102&r=stable:20 [Link]

/wi/[Link] ([Link]) 10.5 KiB

[Link]/wi/[Link] [Link]

/static/[Link]?
8.2 KiB
campaign_code=80bb9f1208 ([Link])

[Link]/stati…n_code=80bb9f1208:2 [Link]

[Link]/stati…n_code=80bb9f1208:2 [Link]

/static/[Link]?campaign_code=80bb9f1208 ([Link]) 7.9 KiB

[Link]/stati…n_code=80bb9f1208:2 [Link]

[Link]/stati…n_code=80bb9f1208:2 [Link]

…in/main.ba4b0d6….js ([Link]) 5.7 KiB

@babel/plugin-
main.ba4b0d6….js:1
transform-classes

main.ba4b0d6….js:1 [Link]

…in/auth.12df987….js ([Link]) 4.4 KiB

@babel/plugin-
auth.12df987….js:1
transform-classes

[Link]
auth.12df987….js:1
ring

…in/redis-mapping.a7dda7e….js ([Link]) 0.2 KiB

@babel/plugin-
redis-mapping.a7dda7e….js:1
transform-classes

…in/SWUpdateBanner.98f4c42….js ([Link]) 0.1 KiB

about:blank 6/39
4/19/23, 6:05 AM about:blank

Potential
URL
Savings

@babel/plugin-
SWUpdateBanner.98f4c42….js:1
transform-classes

…in/Cart~ar-frames~auth~order-exchange~payment~retry-
0.1 KiB
payment….js ([Link])

@babel/plugin-
Cart~ar-frames~auth~…[Link]
transform-classes

…in/redis-mapping~shortlist.5439afc….js ([Link]) 0.0 KiB

@babel/plugin-
redis-mapping~shortl…[Link]
transform-classes

…in/Cart~auth~order-exchange~payment~retry-
0.0 KiB
payment~shippingN….js ([Link])

@babel/plugin-
Cart~auth~order-exch…[Link]
transform-classes

/js/[Link] ([Link]) 0.0 KiB

@babel/plugin-
[Link]…/[Link]
transform-classes

/en_US/[Link] ([Link]) 0.0 KiB

@babel/plugin-
[Link]…n_US/[Link]
transform-classes

These suggestions can help your page load faster. They don't directly affect the Performance score.

DIAGNOSTICS

Reduce the impact of third-party code — Third-party code blocked the main thread for 300 ms

Third-party code can significantly impact load performance. Limit the number of redundant third-party providers and try to
load third-party code after your page has primarily finished loading. Learn more. TBT

Transfer Main-Thread Blocking


Third-Party
Size Time

Google Tag Manager 187 KiB 185 ms

/gtag/js?id=G-
79 KiB 93 ms
FXRW59G0X3&l=dataLayer&cx=c ([Link])

/[Link]?id=GTM-KPNNZ53 ([Link]) 108 KiB 92 ms

about:blank 7/39
4/19/23, 6:05 AM about:blank

Transfer Main-Thread Blocking


Third-Party
Size Time

Google/Doubleclick Ads 72 KiB 120 ms

/[Link] ([Link]) 17 KiB 120 ms

/sodar/[Link] ([Link]) 15 KiB 0 ms

/bg/kBq9KUdG_….js ([Link]) 15 KiB 0 ms

…conversion/998…?random=… ([Link]) 12 KiB 0 ms

/sodar/[Link] ([Link]) 8 KiB 0 ms

Other resources 5 KiB 0 ms

Facebook 138 KiB 0 ms

…config/790…?v=2.9.102&r=stable ([Link]) 110 KiB 0 ms

/en_US/[Link] ([Link]) 28 KiB 0 ms

CleverTap 33 KiB 0 ms

/js/[Link] ([Link]) 33 KiB 0 ms

Google Analytics 22 KiB 0 ms

/[Link] ([Link]) 20 KiB 0 ms

Bing Ads 12 KiB 0 ms

/[Link] ([Link]) 12 KiB 0 ms

Yahoo! 8 KiB 0 ms

/wi/[Link] ([Link]) 6 KiB 0 ms

Outbrain 7 KiB 0 ms

/cp/[Link] ([Link]) 7 KiB 0 ms

Cloudflare 6 KiB 0 ms

/[Link]/v2b4487d… ([Link]) 6 KiB 0 ms

Other Google APIs/SDKs 2 KiB 0 ms

Yotpo 1 KiB 0 ms

Image elements do not have explicit width and height

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

about:blank 8/39
4/19/23, 6:05 AM about:blank

URL

im
g.w
idt
…o/john-jacobs-jj-e10002-c3-eyeglasses_j_8534.jpg ([Link])
h-
ma
x

img …o/john-jacobs-jj-e10002-c2-eyeglasses_g_1973.jpg ([Link])

im
g.w
idt
…i/vincent-chase-vc-e11154-c2-eyeglasses_m_2997.jpg ([Link])
h-
ma
x

im
g.w
idt
…o/john-jacobs-jj-e10229-c6-eyeglasses_g_2242.jpg ([Link])
h-
ma
x

img#fat
herabv
filter …plp/PLP%20Campaign%20-%20App%20(2).jpg ([Link])

…images/[Link] ([Link])

mg.width100

…images/[Link] ([Link])

mg

about:blank 9/39
4/19/23, 6:05 AM about:blank

URL

…images/phone_number.svg ([Link])

mg.width80

…img/[Link] ([Link])

[Link]-load-image

…DesignStudioIcons/[Link] ([Link])

mg

…Icon-Filter-new/Icon-Filter-new-01bf668….svg ([Link])

mg

…Icon-sort/Icon-sort-dbd357a….svg ([Link])

mg

…Star/Star-bc9e948….svg ([Link])

mg

i …Star/Star-bc9e948….svg ([Link])

mg

about:blank 10/39
4/19/23, 6:05 AM about:blank

URL

…Star/Star-bc9e948….svg ([Link])

mg

Serve static assets with an efficient cache policy — 21 resources found

A long cache lifetime can speed up repeat visits to your page. Learn more.

Show 3rd-party resources (14)

Cache Transfer
URL
TTL Size

…o/john-jacobs-jj-e10229-c6-eyeglasses_g_2242.jpg ([Link]) None 78 KiB

…o/john-jacobs-jj-e10002-c2-eyeglasses_g_1973.jpg ([Link]) None 75 KiB

…i/vincent-chase-vc-e11154-c2-eyeglasses_m_2997.jpg ([Link]) None 68 KiB

…o/john-jacobs-jj-e10002-c3-eyeglasses_j_8534.jpg ([Link]) None 55 KiB

/js/[Link] ([Link]) None 33 KiB

/beacon/[Link]?appKey=3dbae3a… ([Link]) None 0 KiB

…config/790…?v=2.9.102&r=stable ([Link]) 20 m 110 KiB

/en_US/[Link] ([Link]) 20 m 28 KiB

/cp/[Link] ([Link]) 20 m 7 KiB

/wi/[Link] ([Link]) 1 h 6 KiB

…ua/[Link] ([Link]) 1 h 1 KiB

/[Link] ([Link]) 2 h 20 KiB

/[Link] ([Link]) 2 h 17 KiB

/static/[Link]?campaign_code=80bb9f1208 ([Link]) 4 h 8 KiB

about:blank 11/39
4/19/23, 6:05 AM about:blank

Cache Transfer
URL
TTL Size

/static/[Link]?campaign_code=80bb9f1208 ([Link]) 4 h 6 KiB

/product_color_bubble_images/113109_bubble.png ([Link]) 4 h 3 KiB

/product_color_bubble_images/113108_bubble.png ([Link]) 4 h 2 KiB

/product_color_bubble_images/134219_bubble.png ([Link]) 4 h 2 KiB

/static/[Link]?campaign_code=80bb9f1208 ([Link]) 4 h 2 KiB

…0.7.6/[Link] ([Link]) 1 d 19 KiB

/[Link]/v2b4487d… ([Link]) 1 d 6 KiB

Minimize main-thread work — 6.2 s

Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps
with this. Learn more TBT

Category Time Spent

Script Evaluation 2,991 ms

Other 1,654 ms

Style & Layout 782 ms

Script Parsing & Compilation 369 ms

Rendering 236 ms

Parse HTML & CSS 150 ms

Garbage Collection 50 ms

Reduce JavaScript execution time — 3.0 s

Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps
with this. Learn more. TBT

Show 3rd-party resources (7)

about:blank 12/39
4/19/23, 6:05 AM about:blank

Total CPU Script Script


URL
Time Evaluation Parse

/eyeglasses/[Link]?utm_source=… ([Link]) 1,821 ms 159 ms 69 ms

Unattributable 1,031 ms 8 ms 0 ms

…in/main.ba4b0d6….js ([Link]) 833 ms 749 ms 64 ms

…in/redis-mapping.a7dda7e….js ([Link]) 784 ms 697 ms 33 ms

/[Link]?id=GTM-KPNNZ53 ([Link]) 449 ms 378 ms 39 ms

/[Link] ([Link]) 228 ms 213 ms 13 ms

/gtag/js?id=G-
167 ms 153 ms 10 ms
FXRW59G0X3&l=dataLayer&cx=c ([Link])

…0.7.6/[Link] ([Link]) 147 ms 133 ms 2 ms

…in/vendor.cb9147b….js ([Link]) 104 ms 25 ms 51 ms

/js/[Link] ([Link]) 102 ms 85 ms 16 ms

/[Link] ([Link]) 74 ms 45 ms 18 ms

/[Link]/v2b4487d… ([Link]) 56 ms 37 ms 1 ms

Avoid chaining critical requests — 17 chains found

The Critical Request Chains below show you what resources are loaded with a high priority. Consider reducing the length of
chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page
load. Learn more. FCP LCP

Maximum critical path latency: 1,970 ms

Initial Navigation
/eyeglasses/[Link]?utm_source=… ([Link])

…fontello/fontello.c4b69cd….css ([Link])

…fontello/fontello-f5b385b….woff2 ([Link]) - 350 ms, 19.04 KiB

…in/main.c4b69cd….css ([Link])

…roboto/KFOmCnqEu….woff2 ([Link]) - 620 ms, 10.83 KiB

…roboto/KFOlCnqEu….woff2 ([Link]) - 620 ms, 10.85 KiB

…roboto/KFOlCnqEu….woff2 ([Link]) - 670 ms, 10.85 KiB

…lksans/[Link] ([Link]) - 640 ms, 79.95 KiB

about:blank 13/39
4/19/23, 6:05 AM about:blank

…font-awesome/fontawesome-webfont.woff2?v=4.7.0 ([Link]) - 670 ms, 75.75 KiB

…lksans/[Link] ([Link]) - 590 ms, 78.27 KiB

…lksans/[Link] ([Link]) - 660 ms, 79.50 KiB

…robotoslab/BngRUXZYT….woff2 ([Link]) - 350 ms, 11.17 KiB

…robotoslab/BngRUXZYT….woff2 ([Link]) - 410 ms, 11.17 KiB

…roboto/KFOlCnqEu….woff2 ([Link]) - 540 ms, 10.96 KiB

…roboto/KFOmCnqEu….woff2 ([Link]) - 620 ms, 7.92 KiB

/[Link] ([Link]) - 270 ms, 19.91 KiB

…vendor/mobile-ga-5603900….js ([Link]) - 100 ms, 3.54 KiB

…in/runtime.f9a0ac1….js ([Link]) - 110 ms, 3.21 KiB

…in/vendor.cb9147b….js ([Link]) - 590 ms, 345.33 KiB

…in/main.ba4b0d6….js ([Link]) - 620 ms, 330.62 KiB

Keep request counts low and transfer sizes small — 132 requests • 2,354 KiB

To set budgets for the quantity and size of page resources, add a [Link] file. Learn more.

Resource Type Requests Transfer Size

Total 132 2,354.2 KiB

Script 42 1,390.2 KiB

Font 12 406.3 KiB

Image 41 318.9 KiB

Document 2 116.5 KiB

Stylesheet 2 100.1 KiB

Other 33 22.2 KiB

Media 0 0.0 KiB

Third-party 74 534.1 KiB

Largest Contentful Paint element — 1 element found

This is the largest contentful element painted within the viewport. Learn More LCP

about:blank 14/39
4/19/23, 6:05 AM about:blank

Element

[Link]-max

Avoid large layout shifts — 5 elements found

These DOM elements contribute most to the CLS of the page. CLS

Element CLS Contribution

[Link]-b0

0.102

[Link]-card-wrapper

0.01

(+tax)
<span>

0.001

[Link]-15

0.001

div

0.001

Avoid long main-thread tasks — 17 long tasks found

about:blank 15/39
4/19/23, 6:05 AM about:blank

Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. Learn more TBT

Show 3rd-party resources (8)

URL Start Time Duration

…in/main.ba4b0d6….js ([Link]) 11,775 ms 802 ms

…in/redis-mapping.a7dda7e….js ([Link]) 14,077 ms 334 ms

/eyeglasses/[Link]?utm_source=… ([Link]) 1,691 ms 196 ms

/[Link] ([Link]) 8,702 ms 180 ms

/[Link]?id=GTM-KPNNZ53 ([Link]) 16,812 ms 170 ms

/gtag/js?id=G-FXRW59G0X3&l=dataLayer&cx=c ([Link]) 20,052 ms 157 ms

/eyeglasses/[Link]?utm_source=… ([Link]) 2,059 ms 144 ms

/[Link]/v2b4487d… ([Link]) 14,411 ms 131 ms

…0.7.6/[Link] ([Link]) 19,112 ms 100 ms

/eyeglasses/[Link]?utm_source=… ([Link]) 1,618 ms 73 ms

…in/vendor.cb9147b….js ([Link]) 9,975 ms 61 ms

/[Link]?id=GTM-KPNNZ53 ([Link]) 16,752 ms 60 ms

…in/redis-mapping.a7dda7e….js ([Link]) 20,209 ms 60 ms

/js/[Link] ([Link]) 19,563 ms 56 ms

…in/redis-mapping.a7dda7e….js ([Link]) 20,350 ms 53 ms

…in/redis-mapping.a7dda7e….js ([Link]) 20,298 ms 52 ms

/[Link]?id=GTM-KPNNZ53 ([Link]) 16,990 ms 50 ms

Avoid non-composited animations — 2 animated elements found

Animations which are not composited can be janky and increase CLS. Learn more CLS

about:blank 16/39
4/19/23, 6:05 AM about:blank

Element Name

[Link]-pale_grey.show-filter-sort-btns

show-filter-sort-
Unsupported CSS Property: bottom
btns

[Link]-
[Link]-icon

Unsupported CSS Property: bottom hide-icon

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

PASSED AUDITS (21) Hide

Defer offscreen images — Potential savings of 4 KiB

Consider lazy-loading offscreen and hidden images after all critical resources have finished loading to lower time to
interactive. Learn more.

Resource Potential
URL
Size Savings

img …assets/ic_android.png ([Link]) 4.1 KiB 4.1 KiB

Minify CSS

Minifying CSS files can reduce network payload sizes. Learn more. FCP LCP

If your build system minifies CSS files automatically, ensure that you are deploying the production build of your
application. You can check this with the React Developer Tools extension. Learn more.

Minify JavaScript

Minifying JavaScript files can reduce payload sizes and script parse time. Learn more. FCP LCP

If your build system minifies JS files automatically, ensure that you are deploying the production build of your
application. You can check this with the React Developer Tools extension. Learn more.

Enable text compression

about:blank 17/39
4/19/23, 6:05 AM about:blank

Text-based resources should be served with compression (gzip, deflate or brotli) to minimize total network bytes. Learn
more. FCP LCP

Preconnect to required origins

Warnings: More than 2 `<link rel=preconnect>` connections were found. These should be used sparingly and only to the
most important origins.

Consider adding `preconnect` or `dns-prefetch` resource hints to establish early connections to important third-party origins.
Learn more. FCP LCP

Avoid multiple page redirects

Redirects introduce additional delays before the page can be loaded. Learn more. FCP LCP

If you are using React Router, minimize usage of the `<Redirect>` component for route navigations.

Preload key requests

Consider using `<link rel=preload>` to prioritize fetching resources that are currently requested later in page load. Learn
more. FCP LCP

Use HTTP/2

HTTP/2 offers many benefits over HTTP/1.1, including binary headers and multiplexing. Learn more.

Use video formats for animated content

Large GIFs are inefficient for delivering animated content. Consider using MPEG4/WebM videos for animations and
PNG/WebP for static images instead of GIF to save network bytes. Learn more LCP

Remove duplicate modules in JavaScript bundles

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

Preload Largest Contentful Paint image

Preload the image used by the LCP element in order to improve your LCP time. Learn more. LCP

Potential
URL
Savings

…o/john-jacobs-jj-e10002-c3- 0 ms
eyeglasses_j_8534.jpg ([Link])

about:blank 18/39
4/19/23, 6:05 AM about:blank

Potential
URL
Savings

[Link]-max

Avoids enormous network payloads — Total size was 2,354 KiB

Large network payloads cost users real money and are highly correlated with long load times. Learn more. LCP

Show 3rd-party resources (3)

Transfer
URL
Size

…in/vendor.cb9147b….js ([Link]) 345.3 KiB

…in/main.ba4b0d6….js ([Link]) 330.6 KiB

…config/790…?v=2.9.102&r=stable ([Link]) 109.7 KiB

/eyeglasses/[Link]?utm_source=… ([Link]) 108.4 KiB

/[Link]?id=GTM-KPNNZ53 ([Link]) 107.6 KiB

…in/redis-mapping.a7dda7e….js ([Link]) 98.7 KiB

…in/main.c4b69cd….css ([Link]) 98.4 KiB

…lksans/[Link] ([Link]) 80.0 KiB

…lksans/[Link] ([Link]) 79.5 KiB

/gtag/js?id=G-FXRW59G0X3&l=dataLayer&cx=c ([Link]) 79.1 KiB

Avoids an excessive DOM size — 508 elements

A large DOM will increase memory usage, cause longer style calculations, and produce costly layout reflows. Learn more.
TBT

Consider using a "windowing" library like `react-window` to minimize the number of DOM nodes created if you are
rendering many repeated elements on the page. Learn more. Also, minimize unnecessary re-renders using
`shouldComponentUpdate`, `PureComponent`, or `[Link]` and skip effects only until certain dependencies
have changed if you are using the `Effect` hook to improve runtime performance.

about:blank 19/39
4/19/23, 6:05 AM about:blank

Statistic Element Value

Total DOM Elements 508


Maximum DOM Depth 17
<span>

body

Maximum Child Elements 75

User Timing marks and measures

Consider instrumenting your app with the User Timing API to measure your app's real-world performance during key user
experiences. Learn more.

Use the React DevTools Profiler, which makes use of the Profiler API, to measure the rendering performance of
your components. Learn more.

All text remains visible during webfont loads

Leverage the font-display CSS feature to ensure text is user-visible while webfonts are loading. Learn more. FCP LCP

Lazy load third-party resources with facades

Some third-party embeds can be lazy loaded. Consider replacing them with a facade until they are required. Learn more.
TBT

Largest Contentful Paint image was not lazily loaded

Above-the-fold images that are lazily loaded render later in the page lifecycle, which can delay the largest contentful paint.
Learn more.

Element

[Link]-max

Uses passive listeners to improve scrolling performance

about:blank 20/39
4/19/23, 6:05 AM about:blank

Consider marking your touch and wheel event listeners as `passive` to improve your page's scroll performance. Learn
more.

Avoids [Link]()

For users on slow connections, external scripts dynamically injected via `[Link]()` can delay page load by tens of
seconds. Learn more.

Has a <meta name="viewport"> tag with width or initial-scale

A `<meta name="viewport">` not only optimizes your app for mobile screen sizes, but also prevents a 300 millisecond delay
to user input. Learn more. TBT

Avoids unload event listeners

The `unload` event does not fire reliably and listening for it can prevent browser optimizations like the Back-Forward Cache.
Use `pagehide` or `visibilitychange` events instead. Learn more

60

Accessibility
These checks highlight opportunities to improve the accessibility of your
web app. Only a subset of accessibility issues can be automatically
detected so manual testing is also encouraged.

ARIA

[aria-*] attributes do not match their roles

Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn
more.

Failing Elements

[Link]-color_white.top-border

Elements with an ARIA [role] that require children to contain a specific [role] are missing some or all of those
required children.

Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more.

about:blank 21/39
4/19/23, 6:05 AM about:blank

Failing Elements

[Link]-submenu-accordion

[Link]-submenu-accordion

[Link]-submenu-accordion

These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive
technology, like a screen reader.

NAMES AND LABELS

Image elements do not have [alt] attributes

Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt
attribute. Learn more.

Failing Elements

img#fatherabvfilter

Links do not have a discernible name

Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the
navigation experience for screen reader users. Learn more.

about:blank 22/39
4/19/23, 6:05 AM about:blank

Failing Elements

[Link]-rel

[Link]-r5

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.

BEST PRACTICES

[user-scalable="no"] is used in the <meta name="viewport"> element or the [maximum-scale] attribute is less than 5.

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.

Failing Elements

meta

These items highlight common accessibility best practices.

CONTRAST

Background and foreground colors do not have a sufficient contrast ratio.

Low-contrast text is difficult or impossible for many users to read. Learn more.

Failing Elements

[Link]-t10

about:blank 23/39
4/19/23, 6:05 AM about:blank

Failing Elements

[Link]-color_link_blue.[Link]-32

[Link]-pale_grey

[Link]-pale_grey

span

[Link]-card-wrapper

(+tax)
<span>

[Link]-card-wrapper

about:blank 24/39
4/19/23, 6:05 AM about:blank

Failing Elements

These are opportunities to improve the legibility of your content.

TABLES AND LISTS

Lists do not contain only <li> elements and script supporting elements (<script> and <template>).

Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn
more.

Failing Elements

[Link]-b0

[Link]-pale_grey.[Link]-wrapper

These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.

ADDITIONAL ITEMS TO MANUALLY CHECK (10) Hide

The page has a logical tab order

Tabbing through the page follows the visual layout. Users cannot focus elements that are offscreen. Learn more.

Interactive controls are keyboard focusable

Custom interactive controls are keyboard focusable and display a focus indicator. Learn more.

Interactive elements indicate their purpose and state

Interactive elements, such as links and buttons, should indicate their state and be distinguishable from non-interactive
elements. Learn more.

The user's focus is directed to new content added to the page

about:blank 25/39
4/19/23, 6:05 AM about:blank

If new content, such as a dialog, is added to the page, the user's focus is directed to it. Learn more.

User focus is not accidentally trapped in a region

A user can tab into and out of any control or region without accidentally trapping their focus. Learn more.

Custom controls have associated labels

Custom interactive controls have associated labels, provided by aria-label or aria-labelledby. Learn more.

Custom controls have ARIA roles

Custom interactive controls have appropriate ARIA roles. Learn more.

Visual order on the page follows DOM order

DOM order matches the visual order, improving navigation for assistive technology. Learn more.

Offscreen content is hidden from assistive technology

Offscreen content is hidden with display: none or aria-hidden=true. Learn more.

HTML5 landmark elements are used to improve navigation

Landmark elements (<main>, <nav>, etc.) are used to improve the keyboard navigation of the page for assistive technology.
Learn more.

These items address areas which an automated testing tool cannot cover. Learn more in our guide on conducting an accessibility
review.

PASSED AUDITS (10) Hide

[aria-hidden="true"] is not present on the document <body>

Assistive technologies, like screen readers, work inconsistently when `aria-hidden="true"` is set on the document `<body>`.
Learn more.

[role]s have all required [aria-*] attributes

Some ARIA roles have required attributes that describe the state of the element to screen readers. Learn more.

[role] values are valid

ARIA roles must have valid values in order to perform their intended accessibility functions. Learn more.

about:blank 26/39
4/19/23, 6:05 AM about:blank

[aria-*] attributes have valid values

Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more.

[aria-*] attributes are valid and not misspelled

Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. Learn more.

Buttons have an accessible name

When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who
rely on screen readers. Learn more.

The page contains a heading, skip link, or landmark region

Adding ways to bypass repetitive content lets keyboard users navigate the page more efficiently. Learn more.

Document has a <title> element

The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a
page is relevant to their search. Learn more.

<html> element has a [lang] attribute

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.

<html> element has a valid value for its [lang] attribute

Specifying a valid BCP 47 language helps screen readers announce text properly. Learn more.

NOT APPLICABLE (27) Hide

[accesskey] values are unique

Access keys let users quickly focus a part of the page. For proper navigation, each access key must be unique. Learn
more.

button, link, and menuitem elements have accessible names

When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable
for users who rely on screen readers. Learn more.

about:blank 27/39
4/19/23, 6:05 AM about:blank

[aria-hidden="true"] elements do not contain focusable descendents

Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to
users of assistive technologies like screen readers. Learn more.

ARIA input fields have accessible names

When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable
for users who rely on screen readers. Learn more.

ARIA meter elements have accessible names

When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable
for users who rely on screen readers. Learn more.

ARIA progressbar elements have accessible names

When a `progressbar` element doesn't have an accessible name, screen readers announce it with a generic name, making
it unusable for users who rely on screen readers. Learn more.

[role]s are contained by their required parent element

Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions.
Learn more.

ARIA toggle fields have accessible names

When a toggle field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable
for users who rely on screen readers. Learn more.

ARIA tooltip elements have accessible names

When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable
for users who rely on screen readers. Learn more.

ARIA treeitem elements have accessible names

When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable
for users who rely on screen readers. Learn more.

<dl>'s contain only properly-ordered <dt> and <dd> groups, <script>, <template> or <div> elements.

When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. Learn more.

about:blank 28/39
4/19/23, 6:05 AM about:blank

Definition list items are wrapped in <dl> elements

Definition list items (`<dt>` and `<dd>`) must be wrapped in a parent `<dl>` element to ensure that screen readers can
properly announce them. Learn more.

[id] attributes on active, focusable elements are unique

All focusable elements must have a unique `id` to ensure that they're visible to assistive technologies. Learn more.

ARIA IDs are unique

The value of an ARIA ID must be unique to prevent other instances from being overlooked by assistive technologies. Learn
more.

No form fields have multiple labels

Form fields with multiple labels can be confusingly announced by assistive technologies like screen readers which use
either the first, the last, or all of the labels. Learn more.

<frame> or <iframe> elements have a title

Screen reader users rely on frame titles to describe the contents of frames. Learn more.

Heading elements appear in a sequentially-descending order

Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate
and understand when using assistive technologies. Learn more.

<input type="image"> elements have [alt] text

When an image is being used as an `<input>` button, providing alternative text can help screen reader users understand
the purpose of the button. Learn more.

Form elements have associated labels

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

List items (<li>) are contained within <ul> or <ol> parent elements

Screen readers require list items (`<li>`) to be contained within a parent `<ul>` or `<ol>` to be announced properly. Learn
more.

The document does not use <meta http-equiv="refresh">

about:blank 29/39
4/19/23, 6:05 AM about:blank

Users do not expect a page to refresh automatically, and doing so will move focus back to the top of the page. This may
create a frustrating or confusing experience. Learn more.

<object> elements have alternate text

Screen readers cannot translate non-text content. Adding alternate text to `<object>` elements helps screen readers convey
meaning to users. Learn more.

No element has a [tabindex] value greater than 0

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.

Cells in a <table> element that use the [headers] attribute refer to table cells within the same table.

Screen readers have features to make navigating tables easier. Ensuring `<td>` cells using the `[headers]` attribute only
refer to other cells in the same table may improve the experience for screen reader users. Learn more.

<th> elements and elements with [role="columnheader"/"rowheader"] have data cells they describe.

Screen readers have features to make navigating tables easier. Ensuring table headers always refer to some set of cells
may improve the experience for screen reader users. Learn more.

[lang] attributes have a valid value

Specifying a valid BCP 47 language on elements helps ensure that text is pronounced correctly by a screen reader. Learn
more.

<video> elements contain a <track> element with [kind="captions"]

When a video provides a caption it is easier for deaf and hearing impaired users to access its information. Learn more.

58

Best Practices

USER EXPERIENCE

Displays images with incorrect aspect ratio

Image display dimensions should match natural aspect ratio. Learn more.

about:blank 30/39
4/19/23, 6:05 AM about:blank

Aspect Ratio Aspect Ratio


URL
(Displayed) (Actual)

[Link]-load- …
18 x 19 (0.95) 23 x 19 (1.21)
image img/[Link] ([Link])

Serves images with low resolution

Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn
more.

Displayed Actual Expected


URL
size size size

…images/whatsapp-
48 x 48 48 x 48 96 x 96
[Link] ([Link])

img


img/[Link] ([Link]. 23 x 19 23 x 19 46 x 38
com)

[Link]-load-image

GENERAL

Uses deprecated APIs — 1 warning found

Deprecated APIs will eventually be removed from the browser. Learn more.

Deprecation / Warning Source

The `Expect-CT` header is deprecated and will be removed. Chrome requires Certificate promotions.h
Transparency for all publicly trusted certificates issued after April 30, 2018. tml:0

Browser errors were logged to the console

Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser
concerns. Learn more

about:blank 31/39
4/19/23, 6:05 AM about:blank

Source Description

A bad HTTP response code (404) was received when fetching the script.

Issues were logged in the Issues panel in Chrome Devtools

Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network
request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools
for more details on each issue.

Issue type

Cookie

/pagead/regclk?auid=… ([Link])

/pagead/landing?gclid=… ([Link])

/ads/ga-audiences?t=… ([Link])

…1p-user-list/998…?random=… ([Link])

…1p-user-list/998…?random=… ([Link])

…1p-user-list/339…?random=… ([Link])

/ads/ga-audiences?t=… ([Link])

…1p-user-list/339…?random=… ([Link])

…1p-user-list/998…?random=… ([Link])

/ads/ga-audiences?v=… ([Link])

…1p-user-list/998…?random=… ([Link])

/g/collect?v=… ([Link])

/[Link]?a=… ([Link])

/g/collect?v=… ([Link])

…conversion/998…?random=… ([Link])

…1p-conversion/998…?random=… ([Link])

…1p-conversion/998…?random=… ([Link])

Detected JavaScript libraries

All front-end JavaScript libraries detected on the page. Learn more.

Name Version

React

about:blank 32/39
4/19/23, 6:05 AM about:blank

Name Version

core-js [email protected]; [email protected]

Missing source maps for large first-party JavaScript

Source maps translate minified code to the original source code. This helps developers debug in production. In addition,
Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn
more.

URL Map URL

…in/vendor.cb9147b….js ([Link])

Large JavaScript file is missing a source map

…in/main.ba4b0d6….js ([Link])

Large JavaScript file is missing a source map

TRUST AND SAFETY

Ensure CSP is effective against XSS attacks

A strong Content Security Policy (CSP) significantly reduces the risk of cross-site scripting (XSS) attacks. Learn more

Description Directive Severity

No CSP found in enforcement mode High

PASSED AUDITS (7) Hide

Uses HTTPS

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.

Avoids requesting the geolocation permission on page load

Users are mistrustful of or confused by sites that request their location without context. Consider tying the request to a user
action instead. Learn more.

about:blank 33/39
4/19/23, 6:05 AM about:blank

Avoids requesting the notification permission on page load

Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to
user gestures instead. Learn more.

Avoids front-end JavaScript libraries with known security vulnerabilities

Some third-party scripts may contain known security vulnerabilities that are easily identified and exploited by attackers.
Learn more.

Allows users to paste into password fields

Preventing password pasting undermines good security policy. Learn more.

Page has the HTML doctype

Specifying a doctype prevents the browser from switching to quirks-mode. Learn more.

Properly defines charset

A character encoding declaration is required. It can be done with a `<meta>` tag in the first 1024 bytes of the HTML or in the
Content-Type HTTP response header. Learn more.

NOT APPLICABLE (1) Hide

Fonts with font-display: optional are preloaded

Preload `optional` fonts so first-time visitors may use them. Learn more

93

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.

CONTENT BEST PRACTICES

about:blank 34/39
4/19/23, 6:05 AM about:blank

Image elements do not have [alt] attributes

Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt
attribute. Learn more.

Failing Elements

img#fatherabvfilter

Format your HTML in a way that enables crawlers to better understand your app’s content.

ADDITIONAL ITEMS TO MANUALLY CHECK (1) Hide

Structured data is valid

Run the Structured Data Testing Tool and the Structured Data Linter to validate structured data. Learn more.

Run these additional validators on your site to check additional SEO best practices.

PASSED AUDITS (13) Hide

Has a <meta name="viewport"> tag with width or initial-scale

A `<meta name="viewport">` not only optimizes your app for mobile screen sizes, but also prevents a 300 millisecond delay
to user input. Learn more. TBT

Document has a <title> element

The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a
page is relevant to their search. Learn more.

Document has a meta description

Meta descriptions may be included in search results to concisely summarize page content. Learn more.

Page has successful HTTP status code

Pages with unsuccessful HTTP status codes may not be indexed properly. Learn more.

Links have descriptive text

about:blank 35/39
4/19/23, 6:05 AM about:blank

Descriptive link text helps search engines understand your content. Learn more.

Links are crawlable

Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links
to an appropriate destination, so more pages of the site can be discovered. Learn More

Page isn’t blocked from indexing

Search engines are unable to include your pages in search results if they don't have permission to crawl them. Learn more.

[Link] is valid

If your [Link] file is malformed, crawlers may not be able to understand how you want your website to be crawled or
indexed. Learn more.

Document has a valid hreflang

hreflang links tell search engines what version of a page they should list in search results for a given language or region.
Learn more.

Document has a valid rel=canonical

Canonical links suggest which URL to show in search results. Learn more.

Document uses legible font sizes — 98.88% legible text

Font sizes less than 12px are too small to be legible and require mobile visitors to “pinch to zoom” in order to read. Strive to
have >60% of page text ≥12px. Learn more.

% of Page
Source Selector Font Size
Text

/eyeglasses/[Link]?utm_source=… <span class="rating-


0.22% 10px
([Link]) value">

/eyeglasses/[Link]?utm_source=… <span class="rating-


0.22% 10px
([Link]) value">

/eyeglasses/[Link]?utm_source=… <span class="rating-


0.22% 10px
([Link]) value">

/eyeglasses/[Link]?utm_source=… <span class="rating-


0.15% 10px
([Link]) count">

about:blank 36/39
4/19/23, 6:05 AM about:blank

% of Page
Source Selector Font Size
Text

/eyeglasses/[Link]?utm_source=… <span class="rating-


0.15% 10px
([Link]) count">

/eyeglasses/[Link]?utm_source=… <span class="rating-


0.15% 10px
([Link]) count">

Legible text 98.88% ≥ 12px

Document avoids plugins

Search engines can't index plugin content, and many devices restrict plugins or don't support them. Learn more.

Tap targets are sized appropriately — 100% appropriately sized tap targets

Interactive elements like buttons and links should be large enough (48x48px), and have enough space around them, to be
easy enough to tap without overlapping onto other elements. Learn more.

PWA
These checks validate the aspects of a Progressive Web App. Learn more.

INSTALLABLE

Web app manifest or service worker do not meet the installability requirements — 1 reason

Service worker is the technology that enables your app to use many Progressive Web App features, such as offline, add to
homescreen, and push notifications. With proper service worker and manifest implementations, browsers can proactively
prompt users to add your app to their homescreen, which can lead to higher engagement. Learn more.

Failure reason

No matching service worker detected. You may need to reload the page, or check that the scope of the service worker
for the current page encloses the scope and start URL from the manifest.

about:blank 37/39
4/19/23, 6:05 AM about:blank

PWA OPTIMIZED

Does not register a service worker that controls page and start_url

The service worker is the technology that enables your app to use many Progressive Web App features, such as offline,
add to homescreen, and push notifications. Learn more.

Configured for a custom splash screen

A themed splash screen ensures a high-quality experience when users launch your app from their homescreens. Learn
more.

Sets a theme color for the address bar.

The browser address bar can be themed to match your site. Learn more.

Content is sized correctly for the viewport

If the width of your app's content doesn't match the width of the viewport, your app might not be optimized for mobile
screens. Learn more.

Has a <meta name="viewport"> tag with width or initial-scale

A `<meta name="viewport">` not only optimizes your app for mobile screen sizes, but also prevents a 300 millisecond delay
to user input. Learn more. TBT

Provides a valid apple-touch-icon

For ideal appearance on iOS when users add a progressive web app to the home screen, define an `apple-touch-icon`. It
must point to a non-transparent 192px (or 180px) square PNG. Learn More.

Manifest doesn't have a maskable icon

A maskable icon ensures that the image fills the entire shape without being letterboxed when installing the app on a device.
Learn more.

ADDITIONAL ITEMS TO MANUALLY CHECK (3) Hide

Site works cross-browser

To reach the most number of users, sites should work across every major browser. Learn more.

Page transitions don't feel like they block on the network

about:blank 38/39
4/19/23, 6:05 AM about:blank

Transitions should feel snappy as you tap around, even on a slow network. This experience is key to a user's perception of
performance. Learn more.

Each page has a URL

Ensure individual pages are deep linkable via URL and that URLs are unique for the purpose of shareability on social
media. Learn more.

These checks are required by the baseline PWA Checklist but are not automatically checked by Lighthouse. They do not affect
your score but it's important that you verify them manually.

Captured at Apr 19, 2023, 6:04 Emulated Moto G4 with Single page load
AM GMT+5:30 Lighthouse 9.6.8
Initial page load Slow 4G throttling Using Chromium [Link] with
devtools

Generated by Lighthouse 9.6.8 | File an issue

about:blank 39/39

You might also like