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.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| scholar.google.com/intl/fr/scholar/images/1x/sprite_20161020.png | 86400.0 s | 14.5 KiB |
| scholar.google.com/intl/fr/scholar/images/1x/scholar_logo_64dp.png | 86400.0 s | 6.4 KiB |
| scholar.google.com/intl/fr/scholar/images/1x/scholar_logo_24dp.png | 86400.0 s | 2.4 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 | |
|---|---|---|---|
form#gs_hdr_frm > button#gs_hdr_tsb > span.gs_wr > span.gs_ico form#gs_hdr_frm > button#gs_hdr_tsb > span.gs_wr > span.gs_ico | scholar.google.com/intl/fr/scholar/images/1x/sprite_20161020.png | 14.3 KiB | 4.3 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Diagnostics
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 | |
|---|---|
div#gs_hdr_md > div#gs_hdr_srch > div#gs_hdr_hp_lgow > img#gs_hdr_hp_lgo div#gs_hdr_md > div#gs_hdr_srch > div#gs_hdr_hp_lgow > img#gs_hdr_hp_lgo | scholar.google.com/intl/fr/scholar/images/1x/scholar_logo_64dp.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| scholar.google.com/ | 601 ms |
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.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#gs_hdr_md > div#gs_hdr_srch > div#gs_hdr_hp_lgow > img#gs_hdr_hp_lgo div#gs_hdr_md > div#gs_hdr_srch > div#gs_hdr_hp_lgow > img#gs_hdr_hp_lgo |
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 how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > div#gs_top > div#gs_hdr > a#gs_hdr_mnu body > div#gs_top > div#gs_hdr > a#gs_hdr_mnu |
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
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 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 how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
body > div#gs_top > form#gs_alrt > a#gs_alrt_l body > div#gs_top > form#gs_alrt > a#gs_alrt_l |
To appear in search results, crawlers need access to your app.
Content Best Practices
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#gs_hdr_md > div#gs_hdr_srch > div#gs_hdr_hp_lgow > img#gs_hdr_hp_lgo div#gs_hdr_md > div#gs_hdr_srch > div#gs_hdr_hp_lgow > img#gs_hdr_hp_lgo |
Format your HTML in a way that enables crawlers to better understand your app’s content.