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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
| URL | Protocol |
|---|---|
| sqlite.org/ | http/1.1 |
| sqlite.org/sqlite.css | http/1.1 |
| sqlite.org/images/sqlite370_banner.svg | http/1.1 |
| sqlite.org/images/foreignlogos/expensify.png | http/1.1 |
| sqlite.org/images/foreignlogos/bloomberg.png | http/1.1 |
| sqlite.org/images/foreignlogos/visualdb-txt.png | http/1.1 |
| sqlite.org/images/foreignlogos/nds.png | http/1.1 |
| sqlite.org/images/foreignlogos/bentley.gif | http/1.1 |
| sqlite.org/favicon.ico | http/1.1 |
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.
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 |
|---|---|---|
| sqlite.org/images/foreignlogos/visualdb-txt.png | 120.0 s | 25.5 KiB |
| sqlite.org/images/foreignlogos/bloomberg.png | 120.0 s | 24.4 KiB |
| sqlite.org/images/sqlite370_banner.svg | 120.0 s | 12.6 KiB |
| sqlite.org/images/foreignlogos/expensify.png | 120.0 s | 10.9 KiB |
| sqlite.org/images/foreignlogos/bentley.gif | 120.0 s | 8.0 KiB |
| sqlite.org/images/foreignlogos/nds.png | 120.0 s | 7.3 KiB |
| sqlite.org/sqlite.css | 120.0 s | 6.9 KiB |
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.
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 | |
|---|---|---|---|
Bloomberg div#sponsors > span.onesponsor > a > img | sqlite.org/images/foreignlogos/bloomberg.png | 24.2 KiB | 23.7 KiB |
Visual DB div#sponsors > span.onesponsor > a > img | sqlite.org/images/foreignlogos/visualdb-txt.png | 25.2 KiB | 23.0 KiB |
Expensify div#sponsors > span.onesponsor > a > img | sqlite.org/images/foreignlogos/expensify.png | 10.6 KiB | 9.4 KiB |
NDS div#sponsors > span.onesponsor > a > img | sqlite.org/images/foreignlogos/nds.png | 7.1 KiB | 6.0 KiB |
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 |
|---|---|
| sqlite.org/sqlite.css | 6.9 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Diagnostics
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| sqlite.org/sqlite.css | 6.9 KiB | 2.3 KiB |
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 | |
|---|---|
Bloomberg div#sponsors > span.onesponsor > a > img | sqlite.org/images/foreignlogos/bloomberg.png |
Visual DB div#sponsors > span.onesponsor > a > img | sqlite.org/images/foreignlogos/visualdb-txt.png |
Expensify div#sponsors > span.onesponsor > a > img | sqlite.org/images/foreignlogos/expensify.png |
Bentley div#sponsors > span.onesponsor > a > img | sqlite.org/images/foreignlogos/bentley.gif |
NDS div#sponsors > span.onesponsor > a > img | sqlite.org/images/foreignlogos/nds.png |
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.
Names and labels
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.rightsidebar > ul.nounderline > a body > div.rightsidebar > ul.nounderline > a |
div.rightsidebar > ul.nounderline > li > a div.rightsidebar > ul.nounderline > li > a |
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.
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 |
|---|
Features
When to use SQLite
Getting Started
Try it live!
SQL Syntax
Pragmas
SQL… body > div.rightsidebar > ul.nounderline |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Features div.rightsidebar > ul.nounderline > li > a |
When to use SQLite div.rightsidebar > ul.nounderline > li > a |
Getting Started div.rightsidebar > ul.nounderline > li > a |
Try it live! div.rightsidebar > ul.nounderline > li > a |
SQL Syntax div.rightsidebar > ul.nounderline > li > a |
Pragmas li > ul > li > a |
SQL functions li > ul > li > a |
Date & time functions li > ul > li > a |
Aggregate functions li > ul > li > a |
Window functions li > ul > li > a |
Math functions li > ul > li > a |
JSON functions li > ul > li > a |
C/C++ Interface Spec div.rightsidebar > ul.nounderline > li > a |
Introduction li > ul > li > a |
List of C-language APIs li > ul > li > a |
The TCL Interface Spec div.rightsidebar > ul.nounderline > li > a |
Quirks and Gotchas div.rightsidebar > ul.nounderline > li > a |
Frequently Asked Questions div.rightsidebar > ul.nounderline > li > a |
Commit History div.rightsidebar > ul.nounderline > li > a |
Prior Releases div.rightsidebar > ul.nounderline > li > a |
Bugs div.rightsidebar > ul.nounderline > li > a |
News div.rightsidebar > ul.nounderline > li > a |
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.
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.
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.
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 |
|---|
Menu div.menu > ul > li.mobileonly > a |
Search div.menu > ul > li#search_menubutton > a |
To appear in search results, crawlers need access to your app.