Lighthouse Mobile
· 0 checks — Mobile 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 |
|---|---|---|
| upload.wikimedia.org/wikipedia/donate/b/b2/Frb-Lisa_Seitz-Gruwell.jpg | 0.0 ms | 101.2 KiB |
| /wikipedia/commons/thumb/5/57/Octopus2.jpg/500px-Octopus2... | 0.0 ms | 66.4 KiB |
| /w/load.php?lang=en&modules=startup&only=scripts&raw=1&sk... | 300.0 s | 21.9 KiB |
| /w/load.php?lang=en&modules=ext.cite.parsoid.styles%7Cext... | 300.0 s | 21.7 KiB |
| /wikipedia/commons/thumb/f/f4/Moving_Octopus_Vulgaris_200... | 0.0 ms | 17.2 KiB |
| upload.wikimedia.org/wikipedia/donate/b/be/Trustly_logos_only.png | 0.0 ms | 14.2 KiB |
| /wikipedia/commons/thumb/1/14/Octopus.ogv/250px--Octopus.... | 0.0 ms | 12.5 KiB |
| upload.wikimedia.org/wikipedia/donate/1/15/Charity-navigator.png | 0.0 ms | 8.0 KiB |
| upload.wikimedia.org/wikipedia/donate/6/6b/Candid-seal-platinum-2025.svg | 0.0 ms | 5.1 KiB |
| en.wikipedia.org/w/load.php?lang=en&modules=site.styles&only=styles&skin=minerva | 300.0 s | 1.7 KiB |
| /wikipedia/commons/thumb/8/8a/OOjs_UI_icon_edit-ltr.svg/4... | 0.0 ms | 1.3 KiB |
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 |
|---|---|---|
| /w/load.php?lang=en&modules=ext.cite.parsoid.styles%7Cext... | 21.7 KiB | 300 ms |
| en.wikipedia.org/w/load.php?lang=en&modules=site.styles&only=styles&skin=minerva | 1.7 KiB |
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 | |
|---|---|---|---|
Lisa Seitz-Gruwell div.frb-message > div.frb-image-container > span.frb-image > img | upload.wikimedia.org/wikipedia/donate/b/b2/Frb-Lisa_Seitz-Gruwell.jpg | 100.0 KiB | 86.2 KiB |
Common octopus on seabed td > span.mw-default-size > a.mw-file-description > img.mw-file-element | /wikipedia/commons/thumb/5/57/Octopus2.jpg/500px-Octopus2... | 65.2 KiB | 57.5 KiB |
Charity Navigator Four Star div.frb-ratings > div.frb-ratings-logos > a.frb-ratings-logo > img | upload.wikimedia.org/wikipedia/donate/1/15/Charity-navigator.png | 6.9 KiB | 6.5 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.
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 |
|---|---|---|
| /w/load.php?lang=en&modules=ext.cite.parsoid.styles%7Cext... | 20.7 KiB | 16.5 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 |
|---|---|
| Script Evaluation | 866 ms |
| Other | 505 ms |
| Parse HTML & CSS | 359 ms |
| Style & Layout | 332 ms |
| Script Parsing & Compilation | 138 ms |
| Rendering | 88 ms |
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 |
|---|---|---|
| /w/load.php?lang=en&modules=ext.centralNotice.bannerHisto... | 208.0 KiB | 77.9 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 | |
|---|---|
Lisa Seitz-Gruwell div.frb-message > div.frb-image-container > span.frb-image > img | upload.wikimedia.org/wikipedia/donate/b/b2/Frb-Lisa_Seitz-Gruwell.jpg |
Charity Navigator Four Star div.frb-ratings > div.frb-ratings-logos > a.frb-ratings-logo > img | upload.wikimedia.org/wikipedia/donate/1/15/Charity-navigator.png |
Platinum Transparency 2025 - Candid div.frb-ratings > div.frb-ratings-logos > a.frb-ratings-logo > img | upload.wikimedia.org/wikipedia/donate/6/6b/Candid-seal-platinum-2025.svg |
div.donate-banner > a.donate-banner__link > picture > img.donate-banner__gif div.donate-banner > a.donate-banner__link > picture > img.donate-banner__gif |
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 |
|---|
MAYBE LATER div.frb > a.frb-mini-link > div.frb-mini-buttons > button.frb-rml-link |
Middle Jurassic div > span.noprint > span > a |
Pg span.noprint > div#Timeline-row > div > a |
Scientific classification tbody > tr > th > a |
Synonyms tbody > tr > th > a |
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 |
|---|
Octopus (disambiguation) div.mw-content-ltr > section#mwAQ > div#mwAw > a.mw-disambig |
These are opportunities to improve the legibility of your content.
Names and labels
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
header.header-container > div.minerva-header > nav.navigation-drawer > input#main-menu-input header.header-container > div.minerva-header > nav.navigation-drawer > input#main-menu-input |
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 |
|---|
Ꞓ span.noprint > div#Timeline-row > div > a |
O span.noprint > div#Timeline-row > div > a |
S span.noprint > div#Timeline-row > div > a |
D span.noprint > div#Timeline-row > div > a |
C span.noprint > div#Timeline-row > div > a |
P span.noprint > div#Timeline-row > div > a |
T span.noprint > div#Timeline-row > div > a |
J span.noprint > div#Timeline-row > div > a |
Pg span.noprint > div#Timeline-row > div > a |
N span.noprint > div#Timeline-row > div > a |
These items highlight common accessibility best practices.
Screen readers have features to make navigating tables easier. Ensuring that tables use the actual caption element instead of cells with the `[colspan]` attribute may improve the experience for screen reader users. Learn more about captions.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Octopus
Temporal range: Middle Jurassic – recent
PreꞒ
Ꞓ
O
S
D
C
P
T
J
K
Pg
N
… div#mw-content-text > div.mw-content-ltr > section#mwAQ > table.infobox |
Best Practices
General
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.