Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
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
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.
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.
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 |
|---|---|
| www.temu.com/ | 1.6 s |
| /bgn_verification.html?verifyCode=jy6fS33YBCHgz49yeuCGKQ2... | 0.0 ms |
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.
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.
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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| static.kwcdn.com/m-assets/assets/js/biz_vendors_501c218b7e6bee478795.js | 166.9 KiB | 87.8 KiB |
| static.kwcdn.com/m-assets/assets/js/vendors_6b4021e09299ffc9e7c0.js | 193.4 KiB | 85.5 KiB |
| static.kwcdn.com/m-assets/assets/js/535_8424a38e2ae3c1ed9230.js | 67.9 KiB | 45.9 KiB |
| static.kwcdn.com/m-assets/assets/js/2322_48cbc9a6111a76977588.js | 157.9 KiB | 26.9 KiB |
| static.kwcdn.com/m-assets/assets/js/vfd_3f0082bb00ca8bd6759f.js | 29.1 KiB | 22.6 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| static.kwcdn.com/m-assets/assets/js/2322_48cbc9a6111a76977588.js | 796 ms | 752 ms | 8.4 ms |
| static.kwcdn.com/m-assets/assets/js/vendors_6b4021e09299ffc9e7c0.js | 299 ms | 266 ms | 11 ms |
| Unattributable | 248 ms | 6.5 ms | 0.0 ms |
| static.kwcdn.com/m-assets/assets/modernjs/biz_vendors_5c4cf967ba066fc6.js | 219 ms | 164 ms | 51 ms |
| static.kwcdn.com/m-assets/assets/modernjs/vendors_d101f0eb8c2086c0.js | 138 ms | 84 ms | 20 ms |
| /bgn_verification.html?verifyCode=jy6fS33YBCHgz49yeuCGKQ2... | 130 ms | 33 ms | 9.7 ms |
| static.kwcdn.com/m-assets/assets/modernjs/6496_169eba253e6ddbb80126.js | 72 ms | 70 ms | 0.5 ms |
| static.kwcdn.com/m-assets/assets/modernjs/9508_0bb0b29e98fd2403560c.js | 61 ms | 52 ms | 8.4 ms |
| www.temu.com/ | 51 ms | 23 ms | 12 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.5 s |
| Other | 284 ms |
| Script Parsing & Compilation | 151 ms |
| Style & Layout | 85 ms |
| Garbage Collection | 60 ms |
| Parse HTML & CSS | 26 ms |
| Rendering | 5.8 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 |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | 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.
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
ARIA
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
Privacy & cookie setting
We use cookies and similar technologies to provide our… body.verifyDialog > div > div > div.box-3EXXP |
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.
Contrast
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 |
|---|
Slide to complete the puzzle div#Slider > div.slider-wrapper-2tige > div.handlebar-xHMxu > div.slide-btn-bg-1uMcM |
See more div.content-20u_c > div.privacyDesWrap-3vDRA > div.seeMore-23W5_ > span.moreText-3t2hO |
Accept All div.operateWrap-1DEwj > button.btn-s5Zu1 > div.inner-3CyFC > span |
Reject All div.operateWrap-1DEwj > button.btn-s5Zu1 > div.inner-3CyFC > span |
These are opportunities to improve the legibility of your content.
Best Practices
General
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 |
|---|---|
| SharedStorage | |
| SharedStorage |
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 |
|---|---|
AbortError: Transition was skipped | |
Error: Request failed with status code 424
at t.exports (https://static.kwcdn.com/m-assets/assets/modernjs/vendors_d101f0eb8c2086c0.js:1:461426)
at t.exports (https://static.kwcdn.com/m-assets/assets/modernjs/vendors_d101f0eb8c2086c0.js:1:62769)
at XMLHttpRequest.x (https://static.kwcdn.com/m-assets/assets/modernjs/vendors_d101f0eb8c2086c0.js:1:335273) | |
Error: unknown biz error
at response (https://static.kwcdn.com/m-assets/assets/modernjs/biz_vendors_5c4cf967ba066fc6.js:1:1428421)
at async https://static.kwcdn.com/m-assets/assets/modernjs/biz_vendors_5c4cf967ba066fc6.js:1:1233985
at async Promise.all (index 0)
at async https://static.kwcdn.com/m-assets/assets/modernjs/biz_vendors_5c4cf967ba066fc6.js:1:767186
at async https://static.kwcdn.com/m-assets/assets/modernjs/biz_vendors_5c4cf967ba066fc6.js:1:1233985
at async Promise.all (index 2)
at async C (https://static.kwcdn.com/m-assets/assets/modernjs/biz_vendors_5c4cf967ba066fc6.js:1:767049)
at async go.queryWebLayoutData (https://static.kwcdn.com/m-assets/assets/modernjs/6496_169eba253e6ddbb80126.js:1:6605)
at async I (https://static.kwcdn.com/m-assets/assets/modernjs/6496_169eba253e6ddbb80126.js:1:4181)
at async Promise.all (index 1) | |
Error: unknown biz error
at response (https://static.kwcdn.com/m-assets/assets/modernjs/biz_vendors_5c4cf967ba066fc6.js:1:1428421)
at async https://static.kwcdn.com/m-assets/assets/modernjs/biz_vendors_5c4cf967ba066fc6.js:1:1233985
at async Promise.all (index 1)
at async https://static.kwcdn.com/m-assets/assets/modernjs/biz_vendors_5c4cf967ba066fc6.js:1:767186
at async https://static.kwcdn.com/m-assets/assets/modernjs/biz_vendors_5c4cf967ba066fc6.js:1:1233985
at async Promise.all (index 2)
at async C (https://static.kwcdn.com/m-assets/assets/modernjs/biz_vendors_5c4cf967ba066fc6.js:1:767049)
at async go.queryWebLayoutData (https://static.kwcdn.com/m-assets/assets/modernjs/6496_169eba253e6ddbb80126.js:1:6605)
at async I (https://static.kwcdn.com/m-assets/assets/modernjs/6496_169eba253e6ddbb80126.js:1:4181)
at async Promise.all (index 1) | |
Failed to load resource: the server responded with a status of 424 () |
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.
Crawling and Indexing
Search engines are unable to include your pages in search results if they don't have permission to crawl them. Learn more about crawler directives.
Performance issues directly impact user engagement and conversion rates.
| Blocking Directive Source |
|---|
x-robots-tag: noindex |
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 1 | <html><body><script>function _0x24b9(_0xe1c7cc,_0x5c0c2a){var _0x1d3c50=_0x1d3c();return _0x24b9=function(_0x24b9d4,_0x26f4ce){_0x24b9d4=_0x24b9d4-0xc8;var _0x1c1c28=_0x1d3c50[_0x24b9d4];return _0x1c1c28;},_0x24b9(_0xe1c7cc,_0x5c0c2a);}function _0x1d3c(){var _0x1abc82=['appendChild','21HtWQoR','anonymous','345906EyPmOS','script','onerror','createElement','28257zQMECR','12DEyZVE','function','removeChild','https://','https://static.kwcdn.com/upload-static/assets/chl/js/fea85011-2193-411a-82f6-2fcd40e00205.js','target','/robots.txt','21544wIvgAx','tca20411712da3be119e9335d72a98d402','tc7d8e632134435db0477cef57fb00fec0','length','challenge','8gh2mfr6qxz4s8qh','39muXtbj','1149175NtjaOJ','16664IURvJU','head','2787829PRdCXm','static.kwcdn.com','onload','10rBCHsz','static-2.kwcdn.com','366030VtGABW'];_0x1d3c=function(){return _0x1abc82;};return _0x1d3c();}(function(_0x535cd3,_0xb7812d){var _0x5b20b8=_0x24b9,_0x19d8ba=_0x535cd3();while(!![]){try{var _0x5ec7ec=parseInt(_0x5b20b8(0xd5))/0x1*(parseInt(_0x5b20b8(0xd6))/0x2)+parseInt(_0x5b20b8(0xe3))/0x3*(-parseInt(_0x5b20b8(0xe5))/0x4)+-parseInt(_0x5b20b8(0xe4))/0x5+-parseInt(_0x5b20b8(0xd1))/0x6+parseInt(_0x5b20b8(0xcf))/0x7*(parseInt(_0x5b20b8(0xdd))/0x8)+parseInt(_0x5b20b8(0xcd))/0x9+-parseInt(_0x5b20b8(0xcb))/0xa*(-parseInt(_0x5b20b8(0xc8))/0xb);if(_0x5ec7ec===_0xb7812d)break;else _0x19d8ba['push'](_0x19d8ba['shift']());}catch(_0x1db23c){_0x19d8ba['push'](_0x19d8ba['shift']());}}}(_0x1d3c,0x1fc26),!(function(){var _0x441b1f=_0x24b9,_0x3a734c,_0xb31d69=[_0x441b1f(0xcc),'static-1.kwcdn.com',_0x441b1f(0xc9)],_0x4eee45=0x0;function _0x5d5934(_0x129f87){var _0x2076ef=_0x441b1f;if(clearTimeout(_0x3a734c),!(_0x4eee45>=0x2)&&_0xb31d69[_0x2076ef(0xe0)]){var _0xf45ae0=_0x129f87[_0x2076ef(0xdb)]['src']['replace'](/https:\/\/[^/]+/,_0x2076ef(0xd9)+_0xb31d69[_0x4eee45%_0xb31d69[_0x2076ef(0xe0)]]);document['head'][_0x2076ef(0xd8)](_0x129f87[_0x2076ef(0xdb)]),_0x257620(_0xf45ae0),_0x4eee45++;}}function _0x196729(_0x3419cf){var _0x86de4a=_0x441b1f;clearTimeout(_0x3a734c),_0x86de4a(0xd7)==typeof window[_0x86de4a(0xe1)]?window[_0x86de4a(0xe1)](_0x86de4a(0xde),'/3UZQdZYLDNeplJt5I2z6BrVXOZs5hUrmnXaaOFeDamDOT7yQjHiWPFIFoNRw1aOR8Qqjy9q0DhrIBh4ZOCAgvE5fpU45ICTURT/N/3NkSdALqQY3p4qXajpe7ukjQHEDpPXWgZy2OOw/8HX3TlKZtwhHIHUpj1s48knxgUuBawLTSYF3aDNnDPwFLKXMnYNA2pKjyDNhKPyRp4OYeUNqQijHgyJJZ7yi/gaGTlDkD83eG4OtUNHIc1syqxJcv/0WBvkMw==',_0x86de4a(0xe2),_0x86de4a(0xdc),_0x86de4a(0xdf)):_0x5d5934(_0x3419cf);}function _0x257620(_0x4abf99){var _0x2fb3af=_0x441b1f,_0x5a1ed7=document[_0x2fb3af(0xd4)](_0x2fb3af(0xd2));_0x5a1ed7['src']=_0x4abf99,_0x5a1ed7[_0x2fb3af(0xca)]=_0x196729,_0x5a1ed7[_0x2fb3af(0xd3)]=_0x5d5934,_0x5a1ed7['crossOrigin']=_0x2fb3af(0xd0),document[_0x2fb3af(0xe6)][_0x2fb3af(0xce)](_0x5a1ed7),_0x3a734c=setTimeout(function(){_0x4eee45<0x2&&_0x5d5934({'target':_0x5a1ed7});},0x1b58);}_0x257620(_0x441b1f(0xda));}()));</script></body></html> | Unknown directive |
To appear in search results, crawlers need access to your app.
Content Best Practices
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Format your HTML in a way that enables crawlers to better understand your app’s content.