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 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.
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.
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 |
|---|---|---|
| /videos/wan3-demos/reference-multi-ref-a.jpg | 0.0 ms | 107.9 KiB |
| /videos/wan3-demos/cinematic-drone.jpg | 0.0 ms | 88.8 KiB |
| /videos/wan3-demos/reference-multi.jpg | 0.0 ms | 88.2 KiB |
| /videos/wan3-demos/travel-timelapse.jpg | 0.0 ms | 87.1 KiB |
| /videos/wan3-demos/reference-multi-ref-b.jpg | 0.0 ms | 74.5 KiB |
| pub-9b1817b5121741ee93af6f9118d81391.r2.dev/videos/wan3-demos/character-walk.jpg | 0.0 ms | 57.3 KiB |
| pub-9b1817b5121741ee93af6f9118d81391.r2.dev/videos/wan3-demos/hero-audio.jpg | 0.0 ms | 53.4 KiB |
| pub-9b1817b5121741ee93af6f9118d81391.r2.dev/videos/wan3-demos/fashion-runway.jpg | 0.0 ms | 24.5 KiB |
| pub-9b1817b5121741ee93af6f9118d81391.r2.dev/videos/wan3-demos/product-spin.jpg | 0.0 ms | 20.8 KiB |
| scripts.clarity.ms/0.8.69/clarity.js | 86400.0 s | 25.2 KiB |
| analytics.ahrefs.com/analytics.js | 14400.0 s | 3.0 KiB |
| pub-9b1817b5121741ee93af6f9118d81391.r2.dev/videos/wan3-demos/aqueduct-30s.mp4 | 0.0 ms | 0 B |
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 | |
|---|---|---|---|
WAN 3.0 multi-reference still A div.border-b > div.grid > div.relative > img.h-full | /videos/wan3-demos/reference-multi-ref-a.jpg | 107.6 KiB | 98.4 KiB |
Aerial brand pass div.grid > article.group > div.relative > img.absolute | /videos/wan3-demos/cinematic-drone.jpg | 88.5 KiB | 79.5 KiB |
Plaza timelapse feel div.grid > article.group > div.relative > img.absolute | /videos/wan3-demos/travel-timelapse.jpg | 86.8 KiB | 77.9 KiB |
div.grid > div.relative > div.relative > video.absolute div.grid > div.relative > div.relative > video.absolute | /videos/wan3-demos/reference-multi.jpg | 87.9 KiB | 74.4 KiB |
WAN 3.0 multi-reference still B div.border-b > div.grid > div.relative > img.h-full | /videos/wan3-demos/reference-multi-ref-b.jpg | 74.3 KiB | 67.9 KiB |
Character walk cycle div.grid > article.group > div.relative > img.absolute | pub-9b1817b5121741ee93af6f9118d81391.r2.dev/videos/wan3-demos/character-walk.jpg | 57.0 KiB | 51.2 KiB |
Sound-led moment div.grid > article.group > div.relative > img.absolute | pub-9b1817b5121741ee93af6f9118d81391.r2.dev/videos/wan3-demos/hero-audio.jpg | 53.1 KiB | 47.7 KiB |
Runway energy div.grid > article.group > div.relative > img.absolute | pub-9b1817b5121741ee93af6f9118d81391.r2.dev/videos/wan3-demos/fashion-runway.jpg | 24.3 KiB | 21.8 KiB |
Product turntable div.grid > article.group > div.relative > img.absolute | pub-9b1817b5121741ee93af6f9118d81391.r2.dev/videos/wan3-demos/product-spin.jpg | 20.5 KiB | 16.2 KiB |
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.
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 |
|---|---|---|
| wan3video.art/assets/index-I7Jj8aeP.css | 33.4 KiB | 123 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-Z2G8NPHBBP | 166.1 KiB | 70.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.
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 |
|---|
VIDEO div.relative > a.group > span.flex > span.mt-0.5 |
Fashion div.grid > article.group > div.flex > p.mt-3 |
Sound-forward · ~15s div.grid > article.group > div.flex > p.mt-3 |
Wide establishing div.grid > article.group > div.flex > p.mt-3 |
Tabletop div.grid > article.group > div.flex > p.mt-3 |
Identity div.grid > article.group > div.flex > p.mt-3 |
Travel div.grid > article.group > div.flex > p.mt-3 |
Today on this desk: text-to-video, image-to-video, references, duration/aspect … section#multimodal-proof > div.mx-auto > div.mx-auto > p.mt-2 |
01 div.mt-12 > article.group > div.flex > span.font-display |
02 div.mt-12 > article.group > div.flex > span.font-display |
03 div.mt-12 > article.group > div.flex > span.font-display |
04 div.mt-12 > article.group > div.flex > span.font-display |
05 div.mt-12 > article.group > div.flex > span.font-display |
06 div.mt-12 > article.group > div.flex > span.font-display |
CEO @ thesystms li.flex > a.group > footer.mt-5 > p.truncate |
AI ads creator li.flex > a.group > footer.mt-5 > p.truncate |
Partner @ a16z AI li.flex > a.group > footer.mt-5 > p.truncate |
AI creator li.flex > a.group > footer.mt-5 > p.truncate |
AI evaluation platform li.flex > a.group > footer.mt-5 > p.truncate |
Open visual AI engine li.flex > a.group > footer.mt-5 > p.truncate |
When starter credits are enabled, new accounts receive a trial balance for a fi… div.mx-auto > div.flex > details.group > div.px-5 |
VIDEO div.mb-8 > div.flex > div.flex > div.mt-1 |
FEATURED ON footer#contact-section > section.border-t > div.mx-auto > p.mb-2.5 |
These are opportunities to improve the legibility of your content.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Ingi Erlingsson
@ingi_erlingsson
“nature vs nurture 🌺 — made in ComfyUI with … div.mx-auto > ul.grid > li.flex > a.group |
Alessandro
@AlessandroLavis
“wan 2.2 is starting to feel broken — one talking… div.mx-auto > ul.grid > li.flex > a.group |
Justine Moore
@venturetwins
“Some of the Wan VACE stuff blows me away. This i… div.mx-auto > ul.grid > li.flex > a.group |
有趣的80后程序员
@sunbaolong_2001
“Wan 2.2 is changing the game for AI Video action … div.mx-auto > ul.grid > li.flex > a.group |
Arena.ai
@arena
“Wan-2.7 I2V enters Video Arena at #5 for Image-to-Video, sco… div.mx-auto > ul.grid > li.flex > a.group |
ComfyUI
@ComfyUI
“Wan2.7 is now live as a Partner Node in ComfyUI — a compreh… div.mx-auto > ul.grid > li.flex > a.group |
Install App div.relative > div.fixed > div.group > button.inline-flex |
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.