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 |
|---|---|---|
| openwrt.org/lib/tpl/bootstrap3/assets/bootstrap/default/bootstrap.min.css | 0.0 ms | 118.9 KiB |
| openwrt.org/_media/inbox/toh/openwrt/openwrt_one_top_400.png?w=400&tok=bd5b35 | 68400.0 s | 189.7 KiB |
| openwrt.github.io/toh/toh.js?v11 | 600.0 s | 4.3 KiB |
| openwrt.org/_media/logo.png | 68400.0 s | 5.4 KiB |
| openwrt.org/lib/images/interwiki.svg | 0.0 ms | 532 B |
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.
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 |
|---|---|---|
| openwrt.org/lib/exe/css.php?t=bootstrap3&tseed=3267d969d225a35adbb1c1b9275a164e | 246.0 KiB | 214 ms |
| openwrt.org/lib/tpl/bootstrap3/css.php?f=bootstrap.css | 294 B | |
| openwrt.org/lib/tpl/bootstrap3/assets/bootstrap/default/bootstrap.min.css | 118.9 KiB | 86 ms |
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 | |
|---|---|---|---|
OpenWrt One div.level2 > p > a.media > img.media | openwrt.org/_media/inbox/toh/openwrt/openwrt_one_top_400.png?w=400&tok=bd5b35 | 188.8 KiB | 170.3 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| openwrt.org/ | 604 ms |
| /.within.website/x/cmd/anubis/api/pass-challenge?id=019db... | 0.0 ms |
| openwrt.org/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
The OpenWrt Community is proud to present the OpenWrt 25.12 stable version seri… div.page > div.dw-content-page > div.dw-content > div.plugin_include_content | 0.077 |
| 0.021 | |
This website uses cookies. By using the website, you agree with storing cookies… div.page > div.dw-content-page > div.dw-content > div.cookielaw-banner | 0.004 |
The OpenWrt Community is proud to present the OpenWrt 25.12 stable version seri… div.page > div.dw-content-page > div.dw-content > div.plugin_include_content | 0.001 |
Log In nav#dw__navbar > div.dw-container > div.collapse > div#dw__navbar_items | 0.000 |
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 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 |
|---|---|---|
| openwrt.org/lib/exe/css.php?t=bootstrap3&tseed=3267d969d225a35adbb1c1b9275a164e | 245.5 KiB | 239.8 KiB |
| openwrt.org/lib/tpl/bootstrap3/assets/bootstrap/default/bootstrap.min.css | 118.6 KiB | 105.1 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 |
|---|---|---|
| openwrt.org/lib/exe/js.php?t=bootstrap3&tseed=3267d969d225a35adbb1c1b9275a164e | 1.2 MiB | 869.9 KiB |
| openwrt.org/lib/exe/jquery.php?tseed=f0349b609f9b91a485af8fd8ecd4aea4 | 336.8 KiB | 258.0 KiB |
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 |
|---|---|
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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 | |
|---|---|
OpenWrt One div.level2 > p > a.media > img.media | openwrt.org/_media/inbox/toh/openwrt/openwrt_one_top_400.png?w=400&tok=bd5b35 |
OpenWrt Wiki div.dw-container > div.navbar-header > a.navbar-brand > img#dw__logo | openwrt.org/_media/logo.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.
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 |
|---|
This website uses cookies. By using the website, you agree with storing cookies… div.page > div.dw-content-page > div.dw-content > div.cookielaw-banner |
More information about cookies div.dw-content-page > div.dw-content > div.cookielaw-banner > a |
by hauke div.small > span.docInfo > ul.list-inline > li.text-muted |
hauke span.docInfo > ul.list-inline > li.text-muted > bdi |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Table of Hardware div.dw-content > div.level1 > p > a.wikilink1 |
About OpenWrt div.dw-content > div.level1 > p > a.wikilink1 |
More... ul.fix-media-list-overlap > li.level1 > div.li > a.wikilink1 |
vulnerabilities get closed shortly after they are discovered ul.fix-media-list-overlap > li.level1 > div.li > a.wikilink1 |
More... ul.fix-media-list-overlap > li.level1 > div.li > a.wikilink1 |
More... ul.fix-media-list-overlap > li.level1 > div.li > a.wikilink1 |
OpenWrt's IRC channels. ul.fix-media-list-overlap > li.level1 > div.li > a.wikilink1 |
More... ul.fix-media-list-overlap > li.level1 > div.li > a.wikilink1 |
More... ul.fix-media-list-overlap > li.level1 > div.li > a.wikilink1 |
help us improve it for others! ul.fix-media-list-overlap > li.level1 > div.li > a.wikilink1 |
Developer Guide ul.fix-media-list-overlap > li.level1 > div.li > a.wikilink1 |
Register yourself in the wiki ul.fix-media-list-overlap > li.level1 > div.li > a.wikilink1 |
IRC channels ul.fix-media-list-overlap > li.level1 > div.li > a.wikilink1 |
More information about cookies div.dw-content-page > div.dw-content > div.cookielaw-banner > a |
These are opportunities to improve the legibility of your content.
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 |
|---|
div#dw__navbar_items > ul#dw__tools > li.dropdown > a.dropdown-toggle |
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
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 |
|---|
Download a firmware image for your device (firmware selector) ul.fix-media-list-overlap > li.level1 > div.li > a.urlextern |
Download a firmware image for your device (Table of Hardware) ul.fix-media-list-overlap > li.level1 > div.li > a.wikilink1 |
All firmware images ul.fix-media-list-overlap > li.level1 > div.li > a.urlextern |
Detailed Changelog ul.fix-media-list-overlap > li.level1 > div.li > a.wikilink1 |
Browse Source ul.fix-media-list-overlap > li.level1 > div.li > a.interwiki |
Download a firmware image for your device (firmware selector) ul.fix-media-list-overlap > li.level1 > div.li > a.urlextern |
Download a firmware image for your device (Table of Hardware) ul.fix-media-list-overlap > li.level1 > div.li > a.wikilink1 |
All firmware images ul.fix-media-list-overlap > li.level1 > div.li > a.urlextern |
Detailed Changelog ul.fix-media-list-overlap > li.level1 > div.li > a.wikilink1 |
Browse Source ul.fix-media-list-overlap > li.level1 > div.li > a.urlextern |
1) div.footnotes > div.fn > sup > a#fn__1 |
These items highlight common accessibility best practices.
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 |
|---|---|
Manifest: Line: 1, column: 1, Syntax error. | |
Manifest: Line: 1, column: 1, Syntax error. |
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.
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
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 1 | <!doctype html><html lang="en"><head><title>Oh noes!</title><link rel="stylesheet" href="/.within.website/x/xess/xess.min.css?cachebuster=1.22.0-20250926"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="robots" content="noindex,nofollow"><style> | Syntax not understood |
| 2 | body, | Syntax not understood |
| 3 | html { | Syntax not understood |
| 4 | height: 100%; | Unknown directive |
| 5 | display: flex; | Unknown directive |
| 6 | justify-content: center; | Unknown directive |
| 7 | align-items: center; | Unknown directive |
| 8 | margin-left: auto; | Unknown directive |
| 9 | margin-right: auto; | Unknown directive |
| 10 | } | Syntax not understood |
| 12 | .centered-div { | Syntax not understood |
| 13 | text-align: center; | Unknown directive |
| 14 | } | Syntax not understood |
| 17 | font-variant-numeric: tabular-nums; | Unknown directive |
| 18 | } | Syntax not understood |
| 21 | display: none; | Unknown directive |
| 22 | width: 90%; | Unknown directive |
| 23 | width: min(20rem, 90%); | Unknown directive |
| 24 | height: 2rem; | Unknown directive |
| 25 | border-radius: 1rem; | Unknown directive |
| 26 | overflow: hidden; | Unknown directive |
| 27 | margin: 1rem 0 2rem; | Unknown directive |
| 28 | outline-offset: 2px; | Unknown directive |
| 29 | outline: #b16286 solid 4px; | Unknown directive |
| 30 | } | Syntax not understood |
| 32 | .bar-inner { | Syntax not understood |
| 33 | background-color: #b16286; | Unknown directive |
| 34 | height: 100%; | Unknown directive |
| 35 | width: 0; | Unknown directive |
| 36 | transition: width 0.25s ease-in; | Unknown directive |
| 37 | } | Syntax not understood |
| 38 | </style><script id="anubis_version" type="application/json">"1.22.0-20250926" | Syntax not understood |
| 39 | </script><script id="anubis_challenge" type="application/json">null | Syntax not understood |
| 40 | </script><script id="anubis_base_prefix" type="application/json">"" | Syntax not understood |
| 41 | </script><script id="anubis_public_url" type="application/json">"" | Syntax not understood |
| 42 | </script></head><body id="top"><main><h1 id="title" class="centered-div">Oh noes!</h1><div class="centered-div"><img id="image" alt="Sad Anubis" style="width:100%;max-width:256px;" src="/.within.website/x/cmd/anubis/static/img/reject.webp?cacheBuster=1.22.0-20250926"><p>Access Denied: error code 4d1dbaddfcc0f385.</p><p><a href="/">Go home</a></p></div><footer><div class="centered-div"><p>Protected by <a href="https://github.com/TecharoHQ/anubis">Anubis</a> From <a href="https://techaro.lol">Techaro</a>. Made with ❤️ in 🇨🇦.</p><p>Mascot design by <a href="https://bsky.app/profile/celphase.bsky.social">CELPHASE</a>.</p><p>This website is running Anubis version <code>1.22.0-20250926</code>.</p></div></footer></main></body></html> | Unknown directive |
To appear in search results, crawlers need access to your app.