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.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| /rsrc.php/v5/ym/l/0,cross/KcC90Uq_Eah4zT1_TfPE9cfgQe914ii... | 61.2 KiB | 291 ms |
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| /v/t51.2885-19/413250332_6816203275157481_755470974942973... | 1209600.0 s | 5.8 KiB |
| /v/t51.2885-19/460468178_8049864638444488_200450716409260... | 1209600.0 s | 4.1 KiB |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
indiebook_spotlight's profile picture div.x1ywlc9c > a.x1i10hfl > div.html-div > img.xl1xv1r | /v/t51.2885-19/413250332_6816203275157481_755470974942973... | 5.7 KiB | 5.5 KiB |
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.threads.net/ | 301 ms |
| www.threads.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /rsrc.php/v5/ym/l/0,cross/KcC90Uq_Eah4zT1_TfPE9cfgQe914ii... | 61.0 KiB | 56.3 KiB |
| :root, .__fb-light-mode:root, .__fb-light-mode {--fds-black:#000000;--fds-black-alpha-05:rgba(0, 0,… | 16.9 KiB | 11.3 KiB |
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.cdninstagram.com/rsrc.php/v4iYwz4/ya/l/en_US-j/WPt8LwgsxrM.js | 183.6 KiB | 115.2 KiB |
| static.cdninstagram.com/rsrc.php/v4iF2A4/y9/l/en_US-j/tGoAngMWAex.js | 234.2 KiB | 106.0 KiB |
| static.cdninstagram.com/rsrc.php/v4i_Lc4/y7/l/en_US-j/fImsRrfQN-B.js | 126.1 KiB | 105.5 KiB |
| static.cdninstagram.com/rsrc.php/v4iMRr4/yk/l/en_US-j/BxWsmc26SVx.js | 188.2 KiB | 88.9 KiB |
| /rsrc.php/v4i5wH4/y_/l/en_US-j/-FRlI3fWEL-H8LGx-iC5ORlBK6... | 185.4 KiB | 86.9 KiB |
| static.cdninstagram.com/rsrc.php/v4i6pM4/yn/l/en_US-j/Rwn7y3YOgnB.js | 77.8 KiB | 72.4 KiB |
| static.cdninstagram.com/rsrc.php/v4/yA/r/DW7-1bEC0OV.js | 73.9 KiB | 36.3 KiB |
| static.cdninstagram.com/rsrc.php/v4ib1W4/yf/l/en_US-j/mgQdedE4AZ_.js | 39.0 KiB | 35.2 KiB |
| static.cdninstagram.com/rsrc.php/v4iaMz4/ys/l/en_US-j/a1fYfLgOBoT.js | 29.3 KiB | 23.4 KiB |
| static.cdninstagram.com/rsrc.php/v4iEOb4/ys/l/en_US-j/6W0RX_TG6FA.js | 38.5 KiB | 23.2 KiB |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| 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 |
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 |
|---|
Say more with Threads
Join Threads to share thoughts, find out what's going on,… div.x1uvtmcs > div.__fb-light-mode > div.x1cy8zhl > div.x1n2onr6 |
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 |
|---|
20h time.x1rg5ohu > span.html-span > abbr > span |
12h time.x1rg5ohu > span.html-span > abbr > span |
15h time.x1rg5ohu > span.html-span > abbr > span |
These are opportunities to improve the legibility of your content.
Best Practices
Browser Compatibility
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 about declaring the character encoding.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | static.cdninstagram.com/rsrc.php/v4/yA/r/DW7-1bEC0OV.js line 251, col 362 |
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.