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.
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.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Happy Dance GIF div > a.sc-qZruQ > picture > img.giphy-gif-img | /media/v1.Y2lkPTc5MGI3NjExc2owMDZkbDF0aTdoeTh2N2Rhcm84Y3B... | 1.8 MiB | 1.8 MiB |
Good Morning Hello GIF by The Fuzzlets div > a.sc-qZruQ > picture > img.giphy-gif-img | /media/v1.Y2lkPWVjZjA1ZTQ3ZWx6YjVra2NuanA0YzFnd3U3ajJsbnl... | 815.4 KiB | 805.2 KiB |
Kid Fail GIF div > a.sc-qZruQ > picture > img.giphy-gif-img | /media/v1.Y2lkPWVjZjA1ZTQ3ZWx6YjVra2NuanA0YzFnd3U3ajJsbnl... | 802.5 KiB | 792.2 KiB |
Snow White Cosplay GIF by Jenny Lorenzo div > a.sc-qZruQ > picture > img.giphy-gif-img | /media/v1.Y2lkPTc5MGI3NjExc2owMDZkbDF0aTdoeTh2N2Rhcm84Y3B... | 599.5 KiB | 593.7 KiB |
Movie gif. Tom Hanks as Forrest Gump stands on a boat with a wide smile on his … div > a.sc-qZruQ > picture > img.giphy-gif-img | /media/v1.Y2lkPTc5MGI3NjExc2owMDZkbDF0aTdoeTh2N2Rhcm84Y3B... | 584.6 KiB | 579.5 KiB |
TV gif. Melissa McCarthy on Nobodies looks up with loving eyes and forms her ha… div > a.sc-qZruQ > picture > img.giphy-gif-img | /media/v1.Y2lkPWVjZjA1ZTQ3ZWx6YjVra2NuanA0YzFnd3U3ajJsbnl... | 431.8 KiB | 421.6 KiB |
GIPHY Logo div.sc-hIPCWT > div.absolute > a.flex > img.ci-hidden | giphy.com/static/img/giphy-logo.webp | 411.9 KiB | 410.5 KiB |
Lets Go Exp Realty GIF by The Hardens eXp Realty div > a.sc-qZruQ > picture > img.giphy-gif-img | /media/v1.Y2lkPTc5MGI3NjExc2owMDZkbDF0aTdoeTh2N2Rhcm84Y3B... | 394.9 KiB | 387.9 KiB |
TV gif. Danny Devito as Frank on It’s Always Sunny in Philadelphia shakes his h… div > a.sc-qZruQ > picture > img.giphy-gif-img | /media/v1.Y2lkPTc5MGI3NjExc2owMDZkbDF0aTdoeTh2N2Rhcm84Y3B... | 354.3 KiB | 348.3 KiB |
Stephen Curry Sport GIF by NBA div > a.sc-qZruQ > picture > img.giphy-gif-img | /media/v1.Y2lkPTc5MGI3NjExc2owMDZkbDF0aTdoeTh2N2Rhcm84Y3B... | 331.4 KiB | 313.2 KiB |
Movie gif. Ryan Gosling as Jacob in Crazy Stupid Love, covers his mouth as his … div > a.sc-qZruQ > picture > img.giphy-gif-img | /media/v1.Y2lkPTc5MGI3NjExc2owMDZkbDF0aTdoeTh2N2Rhcm84Y3B... | 276.8 KiB | 268.8 KiB |
Meme gif. The "math lady" meme: A closeup of a blonde woman looking around susp… div > a.sc-qZruQ > picture > img.giphy-gif-img | /media/v1.Y2lkPTc5MGI3NjExc2owMDZkbDF0aTdoeTh2N2Rhcm84Y3B... | 253.8 KiB | 247.3 KiB |
You Go Get It Girl GIF div > a.sc-qZruQ > picture > img.giphy-gif-img | /media/v1.Y2lkPTc5MGI3NjExc2owMDZkbDF0aTdoeTh2N2Rhcm84Y3B... | 188.2 KiB | 181.2 KiB |
TV gif. In a black and white scene, George McFarland as Spanky from The Little … div > a.sc-qZruQ > picture > img.giphy-gif-img | /media/v1.Y2lkPTc5MGI3NjExc2owMDZkbDF0aTdoeTh2N2Rhcm84Y3B... | 142.0 KiB | 135.2 KiB |
Parks and Recreation gif. Chris Pratt as Andy lights up in excited surprise as … div > a.sc-qZruQ > picture > img.giphy-gif-img | /media/v1.Y2lkPTc5MGI3NjExc2owMDZkbDF0aTdoeTh2N2Rhcm84Y3B... | 139.1 KiB | 130.9 KiB |
Thinking Of You GIF div > a.sc-qZruQ > picture > img.giphy-gif-img | /media/v1.Y2lkPTc5MGI3NjExc2owMDZkbDF0aTdoeTh2N2Rhcm84Y3B... | 45.1 KiB | 34.8 KiB |
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-HENKV9QE61&cx=c>m=4e64f0 | 159.0 KiB | 64.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-P5GCKB | 154.5 KiB | 50.8 KiB |
| /sdk/ccd75f3fd1e3bfdd8b4938d8a0c206149f135f03/modern/sdk.... | 101.7 KiB | 44.6 KiB |
| giphy.com/_next/static/chunks/6005-f9b321ede176aa49.js | 47.6 KiB | 41.1 KiB |
| giphy.com/_next/static/chunks/4462-4460f4e8f1725ace.js | 54.9 KiB | 31.4 KiB |
| giphy.com/_next/static/chunks/2544-b902947355ea9c90.js | 33.2 KiB | 24.8 KiB |
| giphy.com/_next/static/chunks/3285-3ae73c12785d29ff.js | 20.6 KiB | 20.2 KiB |
| /sdk/ccd75f3fd1e3bfdd8b4938d8a0c206149f135f03/modern/ui-w... | 52.6 KiB | 20.1 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
GIPHY Logo div.sc-hIPCWT > div.absolute > a.flex > img.ci-hidden | giphy.com/static/img/giphy-logo.webp |
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.
Internationalization and localization
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Manage Cookies div#didomi-notice > div.didomi-notice__interior-border > div#buttons > button#didomi-notice-learn-more-button |
Best Practices
User Experience
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Lets Go Exp Realty GIF by The Hardens eXp Realty div > a.sc-qZruQ > picture > img.giphy-gif-img | /media/v1.Y2lkPTc5MGI3NjExc2owMDZkbDF0aTdoeTh2N2Rhcm84Y3B... | 251 x 230 (1.09) | 214 x 200 (1.07) |
TV gif. In a black and white scene, George McFarland as Spanky from The Little … div > a.sc-qZruQ > picture > img.giphy-gif-img | /media/v1.Y2lkPTc5MGI3NjExc2owMDZkbDF0aTdoeTh2N2Rhcm84Y3B... | 251 x 165 (1.52) | 298 x 200 (1.49) |
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.