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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| consent.cookiebot.com/uc.js | 165.0 s | 27.0 KiB |
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.
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 |
|---|---|---|
| consent.cookiebot.com/uc.js | 27.0 KiB | 281 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| public-assets.toggl.com/b/app-1be2bda75656c70631d1.js | 214.3 KiB | 102.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-P9FVGMK | 166.2 KiB | 77.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-MP93489PR6&cx=c>m=4e64k1 | 164.0 KiB | 68.1 KiB |
| web-assets.track.toggl.com/auth/assets/scripts/main.e11100bbccc6a93e.js | 76.7 KiB | 52.0 KiB |
| public-assets.toggl.com/b/framework-57bc66ac07dc918e2458.js | 65.1 KiB | 31.0 KiB |
| /cdbd3bbf-7c98-4d02-a856-95a4c6a34ffb/cc.js?renew=false&r... | 95.2 KiB | 21.2 KiB |
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 |
|---|---|
| Other | 695 ms |
| Script Evaluation | 675 ms |
| Style & Layout | 238 ms |
| Parse HTML & CSS | 152 ms |
| Script Parsing & Compilation | 130 ms |
| Rendering | 78 ms |
| Garbage Collection | 59 ms |
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.
Checkmark icon div.css-131lgiy-CTABox > ul.css-yqm8gx-BulletList > li.css-15octmu-BulletListItem > img |
Checkmark icon div.css-131lgiy-CTABox > ul.css-yqm8gx-BulletList > li.css-15octmu-BulletListItem > img |
Checkmark icon div.css-131lgiy-CTABox > ul.css-yqm8gx-BulletList > li.css-15octmu-BulletListItem > img |
Checkmark icon div.css-131lgiy-CTABox > ul.css-yqm8gx-BulletList > li.css-15octmu-BulletListItem > img |
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.
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 |
|---|
Cookie Declaration div#CybotCookiebotDialogBodyContentText > p > a > span |
Privacy Policies div#CybotCookiebotDialogBodyContentText > p > a > span |
Show details div#CybotCookiebotDialogBody > div.CybotCookiebotDialogBodyBottomWrapper > div#CybotCookiebotDialogBodyEdgeMoreDetails > a#CybotCookiebotDialogBodyEdgeMoreDetailsLink |
Try for free ul.css-1fta5ao-DesktopLinks > div.css-1octdcd-HeaderCTA > div.css-166zm5o-WideDesktop > a.css-bubih4-Button-SecondaryTrack |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Calendar View div.css-11mrrd5-TabArea > div.css-gs33gg-Tabs > button.css-be32y1-Tab > h4.css-dq1bfg-H4 |
For small teams with low budgets div.css-yimyu5-DoubleCTAContainer > div.css-490dub-CTABoxWrapper > div.css-131lgiy-CTABox > h5.css-3c6rwi-H5 |
Time tracking without the micromanagement div.css-vn9xtc-WhyTrackGrid > div.css-1dzocis-WhyTrackBox > div > h4.css-dq1bfg-H4 |
Product div.css-j3goz1-ProductOnly > div.css-2l6ewq-Lists > div.css-nx96wp-RootList > h5.css-10o1c5y-Title |
These are opportunities to improve keyboard navigation in your application.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Product
Solutions
Resources
Enterprise
Pricing
Book a demo
Log in
Try for free header.css-1fi8uyx-Header > nav.css-1kq4yxt-Nav > div.css-w2pk8z-HeaderBar > ul.css-1fta5ao-DesktopLinks |
Legal Center
Status section.css-1fefyqh-GlobalFooter > div.css-132zuqc-SizeWrapper > div.css-1s8ykbz-LegalBit > ul.css-dp1dc1-GlobalLinks |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best Practices
General
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 () | |
Invalid 'X-Frame-Options' header encountered when loading 'https://track.toggl.com/': 'ALLOW-FROM *' is not a recognized directive. The header will be ignored. |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|
All Toggl Products header.css-1fi8uyx-Header > div.css-lktpwj-MiniBar > div.css-1atc77n-MiniBarLinksSection > a.css-1p1skfv-MiniBarAnchor |
Log in header.css-1fi8uyx-Header > div.css-lktpwj-MiniBar > div.css-1atc77n-MiniBarLinksSection > a.css-1p1skfv-MiniBarAnchor |
To appear in search results, crawlers need access to your app.