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 |
|---|---|---|
| bili.works/images/hero-background.png | 600.0 s | 579.9 KiB |
| bili.works/images/team.jpg | 600.0 s | 373.4 KiB |
| bili.works/images/hero-examples.png | 600.0 s | 287.5 KiB |
| bili.works/fonts/DieGrotesk-A-Regular.otf | 600.0 s | 122.9 KiB |
| bili.works/fonts/DieGrotesk-A-Medium.otf | 600.0 s | 106.2 KiB |
| bili.works/cookie-banner/silktide-consent-manager.js | 600.0 s | 7.9 KiB |
| bili.works/styles.css | 600.0 s | 5.4 KiB |
| df-cdn.com/workspaces/1945c28f-eb2e-400d-bbd3-0a0b51fb5c89/1772634299-logo.png | 14400.0 s | 6.9 KiB |
| bili.works/cookie-banner/silktide-consent-manager.css | 600.0 s | 2.6 KiB |
| bili.works/images/bili-logo.svg | 600.0 s | 714 B |
| scripts.simpleanalyticscdn.com/latest.js | 604800.0 s | 4.8 KiB |
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 | |
|---|---|---|---|
The Bili team section.steps > div.container > div.who-we-are-body > img.team-photo | bili.works/images/team.jpg | 373.1 KiB | 360.3 KiB |
Bili dashboard examples div.container > div#hero-img-scene > picture.hero-img > img | bili.works/images/hero-examples.png | 287.1 KiB | 243.7 KiB |
PRE-LAUNCH
We're building the engine for operational clarity.
Data is everywhe… body > div.page > section.hero | bili.works/images/hero-background.png | 579.4 KiB | 24.3 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 |
|---|---|
| bili.works/styles.css | 5.4 KiB |
| bili.works/cookie-banner/silktide-consent-manager.js | 7.9 KiB |
| bili.works/cookie-banner/silktide-consent-manager.css | 2.6 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.
Diagnostics
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| bili.works/cookie-banner/silktide-consent-manager.js | 7.7 KiB | 2.4 KiB |
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-HHL341VPJT&cx=c>m=4e6562 | 156.7 KiB | 67.2 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-TWM2TJ5S | 118.2 KiB | 64.5 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 | |
|---|---|
The Bili team section.steps > div.container > div.who-we-are-body > img.team-photo | bili.works/images/team.jpg |
Bili dashboard examples div.container > div#hero-img-scene > picture.hero-img > img | bili.works/images/hero-examples.png |
Bili nav.nav > div.nav-inner > a > img.nav-logo | bili.works/images/bili-logo.svg |
Bili div.container > div.footer-inner > div.footer-left > img.footer-logo | bili.works/images/bili-logo.svg |
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 |
|---|
HOW IT WORKS div.page > section.steps > div.container > div.section-eyebrow |
WHO WE ARE div.page > section.steps > div.container > div.section-eyebrow |
© 2026 Bili. All rights reserved. div.container > div.footer-inner > div.footer-left > span.footer-copy |
About div.container > div.footer-inner > div.footer-links > a |
News div.container > div.footer-inner > div.footer-links > a |
Contact div.container > div.footer-inner > div.footer-links > a |
LinkedIn div.container > div.footer-inner > div.footer-links > a |
These are opportunities to improve the legibility of your content.
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 404 () |
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
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| bili.works/about/ | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.