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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
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.
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.
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 |
|---|---|---|
| www.gstatic.com/feedback/js/help/prod/service/lazy.min.js | 3000.0 s | 39.6 KiB |
| www.google-analytics.com/analytics.js | 7200.0 s | 20.9 KiB |
| www.gstatic.com/recaptcha/api2/logo_48.png | 604800.0 s | 2.2 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| /colaboratory-static/common/624e67562667e7b52c4396bf2d5d1... | 1.5 MiB | 898.3 KiB |
| /colaboratory-static/common/624e67562667e7b52c4396bf2d5d1... | 836.5 KiB | 603.5 KiB |
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 361.6 KiB | 244.3 KiB |
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 361.6 KiB | 180.0 KiB |
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 361.6 KiB | 177.0 KiB |
| www.googletagmanager.com/gtag/js?id=G-S3V05QCXK5&cx=c&_slc=1 | 148.1 KiB | 64.1 KiB |
| colab.research.google.com/static/mathjax/config/TeX-AMS_HTML-full.js?V=2.7.5 | 88.9 KiB | 57.8 KiB |
| /og/_/js/k=og.qtm.en_US.Z6E9e-jZ3gE.2019.O/rt=j/m=qabr,q_... | 84.1 KiB | 57.8 KiB |
| /_/scs/abc-static/_/js/k=gapi.gapi.en.5G9F9JPGjf8.O/m=cli... | 70.0 KiB | 55.7 KiB |
| www.gstatic.com/feedback/js/help/prod/service/lazy.min.js | 39.1 KiB | 30.2 KiB |
| /_/scs/abc-static/_/js/k=gapi.gapi.en.5G9F9JPGjf8.O/m=gap... | 39.2 KiB | 24.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 |
|---|---|---|---|
| /colaboratory-static/common/624e67562667e7b52c4396bf2d5d1... | 1.1 s | 889 ms | 2.7 ms |
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 467 ms | 341 ms | 113 ms |
| /colaboratory-static/common/624e67562667e7b52c4396bf2d5d1... | 440 ms | 242 ms | 181 ms |
| colab.research.google.com/ | 263 ms | 8.6 ms | 5.0 ms |
| /colaboratory-static/common/624e67562667e7b52c4396bf2d5d1... | 180 ms | 56 ms | 109 ms |
| Unattributable | 172 ms | 27 ms | 0.0 ms |
| /static/mathjax/jax/output/HTML-CSS/fonts/TeX/fontdata.js... | 61 ms | 12 ms | 1.4 ms |
| www.googletagmanager.com/gtag/js?id=G-S3V05QCXK5&cx=c&_slc=1 | 58 ms | 44 ms | 13 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.9 s |
| Script Parsing & Compilation | 468 ms |
| Style & Layout | 348 ms |
| Other | 215 ms |
| Parse HTML & CSS | 68 ms |
| Garbage Collection | 58 ms |
| Rendering | 39 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 |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
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 |
|---|---|---|
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.css | 41.6 KiB | 40.1 KiB |
| /colaboratory-static/common/624e67562667e7b52c4396bf2d5d1... | 35.2 KiB | 30.2 KiB |
| .codicon-add:before { content: '\ea60'; } … | 10.7 KiB | 10.6 KiB |
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.
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
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
File
Edit
View
Insert
Runtime
Tools
Help div#header-doc-toolbar > div.menubar-wrapper > div > div#top-menubar |
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
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.output-iframe-sizer > div > div.outputview > iframe div.output-iframe-sizer > div > div.outputview > iframe |
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 Experience
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
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. | /colaboratory-static/common/624e67562667e7b52c4396bf2d5d1... line 4775, col 830 |
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 |
|---|---|
Failed to load resource: the server responded with a status of 401 () | |
Failed to load resource: the server responded with a status of 401 () |
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.
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.