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.
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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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.
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 |
|---|---|
| wolframalpha.com/ | 750 ms |
| www.wolframalpha.com/ | 0.0 ms |
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 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.wolframalpha.com/_next/static/chunks/pages/_app-5e36c1fbb0d9113d.js | 193.6 KiB | 77.5 KiB |
| www.wolframalpha.com/_next/static/chunks/4869-e9da3fb3526a80a2.js | 123.0 KiB | 70.0 KiB |
| www.wolframalpha.com/_next/static/chunks/9afd5809-45a13b3d11fec1dd.js | 83.8 KiB | 50.3 KiB |
| www.wolframalpha.com/_next/static/chunks/275-c6462c43c8fa56a7.js | 64.5 KiB | 42.7 KiB |
| www.wolframalpha.com/_next/static/chunks/framework-7e404342b933869f.js | 58.5 KiB | 20.1 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.wolframalpha.com/_next/static/chunks/framework-7e404342b933869f.js | 1.0 s | 851 ms | 48 ms |
| www.wolframalpha.com/ | 763 ms | 9.0 ms | 4.5 ms |
| www.wolframalpha.com/_next/static/chunks/pages/index-af52cfcd888931b0.js | 645 ms | 638 ms | 5.7 ms |
| www.wolframalpha.com/_next/static/chunks/pages/_app-5e36c1fbb0d9113d.js | 522 ms | 386 ms | 107 ms |
| Unattributable | 354 ms | 10 ms | 0.0 ms |
| www.wolframalpha.com/_next/static/chunks/main-9c7afc91105fe70f.js | 186 ms | 139 ms | 46 ms |
| www.wolframalpha.com/_next/static/chunks/4869-e9da3fb3526a80a2.js | 76 ms | 1.9 ms | 73 ms |
| www.wolframalpha.com/_next/static/chunks/9afd5809-45a13b3d11fec1dd.js | 72 ms | 1.7 ms | 70 ms |
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 | 2.1 s |
| Other | 579 ms |
| Style & Layout | 479 ms |
| Script Parsing & Compilation | 408 ms |
| Rendering | 109 ms |
| Parse HTML & CSS | 53 ms |
| Garbage Collection | 40 ms |
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 with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because WebSocket has been used. | Not actionable |
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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.sc-32afdb9f-0 > div.sc-a16b5657-2 > nav.sc-a16b5657-1 > button._RLFy div.sc-32afdb9f-0 > div.sc-a16b5657-2 > nav.sc-a16b5657-1 > button._RLFy |
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 |
|---|
footer.sc-a94ac160-0 > ul.sc-57bc466-0 > li.sc-f328ba4c-0 > a._RLFy footer.sc-a94ac160-0 > ul.sc-57bc466-0 > li.sc-f328ba4c-0 > a._RLFy |
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.
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 |
|---|
Mathematics section.sc-48f4de15-0 > h2.sc-2eae87b5-0 > a._RLFy > span.sc-48f4de15-1 |
Step-by-Step Solutions ul.sc-48f4de15-2 > li.sc-2eae87b5-0 > a._RLFy > span.sc-8848da46-0 |
Elementary Math ul.sc-48f4de15-2 > li.sc-2eae87b5-0 > a._RLFy > span.sc-8848da46-0 |
Algebra ul.sc-48f4de15-2 > li.sc-2eae87b5-0 > a._RLFy > span.sc-8848da46-0 |
More Topics » section.sc-48f4de15-0 > ul.sc-48f4de15-2 > li.sc-2eae87b5-0 > a._RLFy |
Science & Technology section.sc-48f4de15-0 > h2.sc-2eae87b5-0 > a._RLFy > span.sc-48f4de15-1 |
Units & Measures ul.sc-48f4de15-2 > li.sc-2eae87b5-0 > a._RLFy > span.sc-8848da46-0 |
Physics ul.sc-48f4de15-2 > li.sc-2eae87b5-0 > a._RLFy > span.sc-8848da46-0 |
Chemistry ul.sc-48f4de15-2 > li.sc-2eae87b5-0 > a._RLFy > span.sc-8848da46-0 |
More Topics » section.sc-48f4de15-0 > ul.sc-48f4de15-2 > li.sc-2eae87b5-0 > a._RLFy |
Society & Culture section.sc-48f4de15-0 > h2.sc-2eae87b5-0 > a._RLFy > span.sc-48f4de15-1 |
People ul.sc-48f4de15-2 > li.sc-2eae87b5-0 > a._RLFy > span.sc-8848da46-0 |
Arts & Media ul.sc-48f4de15-2 > li.sc-2eae87b5-0 > a._RLFy > span.sc-8848da46-0 |
Dates & Times ul.sc-48f4de15-2 > li.sc-2eae87b5-0 > a._RLFy > span.sc-8848da46-0 |
More Topics » section.sc-48f4de15-0 > ul.sc-48f4de15-2 > li.sc-2eae87b5-0 > a._RLFy |
Everyday Life section.sc-48f4de15-0 > h2.sc-2eae87b5-0 > a._RLFy > span.sc-48f4de15-1 |
Personal Health ul.sc-48f4de15-2 > li.sc-2eae87b5-0 > a._RLFy > span.sc-8848da46-0 |
Personal Finance ul.sc-48f4de15-2 > li.sc-2eae87b5-0 > a._RLFy > span.sc-8848da46-0 |
Surprises ul.sc-48f4de15-2 > li.sc-2eae87b5-0 > a._RLFy > span.sc-8848da46-0 |
More Topics » section.sc-48f4de15-0 > ul.sc-48f4de15-2 > li.sc-2eae87b5-0 > a._RLFy |
Pro ul.sc-57bc466-0 > li.sc-f328ba4c-0 > a._RLFy > span.sc-8848da46-0 |
Mobile Apps ul.sc-57bc466-0 > li.sc-f328ba4c-0 > a._RLFy > span.sc-8848da46-0 |
Products ul.sc-57bc466-0 > li.sc-f328ba4c-0 > a._RLFy > span.sc-8848da46-0 |
Business ul.sc-57bc466-0 > li.sc-f328ba4c-0 > a._RLFy > span.sc-8848da46-0 |
API ul.sc-57bc466-0 > li.sc-f328ba4c-0 > a._RLFy > span.sc-8848da46-0 |
LLM ul.sc-57bc466-0 > li.sc-f328ba4c-0 > a._RLFy > span.sc-8848da46-0 |
About ul.sc-57bc466-0 > li.sc-f328ba4c-0 > a._RLFy > span.sc-8848da46-0 |
Contact ul.sc-57bc466-0 > li.sc-f328ba4c-0 > a._RLFy > span.sc-8848da46-0 |
©2026 Wolfram footer.sc-a94ac160-0 > ul.sc-57bc466-0 > li.sc-f328ba4c-0 > span.sc-105e6ee4-0 |
©2026 ul.sc-57bc466-0 > li.sc-f328ba4c-0 > span.sc-105e6ee4-0 > span.sc-105e6ee4-1 |
Terms ul.sc-57bc466-0 > li.sc-f328ba4c-0 > a._RLFy > span.sc-8848da46-0 |
Privacy ul.sc-57bc466-0 > li.sc-f328ba4c-0 > a._RLFy > span.sc-8848da46-0 |
Accept & Close div > div.sc-469ea5b3-0 > section.sc-925ffb52-0 > button._RLFy |
These are opportunities to improve the legibility of your content.
Best practices
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
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 |
|---|---|
Error: Minified React error #418; visit https://react.dev/errors/418?args[]=HTML&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at rD (https://www.wolframalpha.com/_next/static/chunks/framework-7e404342b933869f.js:1:45909)
at oK (https://www.wolframalpha.com/_next/static/chunks/framework-7e404342b933869f.js:1:96473)
at uS (https://www.wolframalpha.com/_next/static/chunks/framework-7e404342b933869f.js:1:127042)
at https://www.wolframalpha.com/_next/static/chunks/framework-7e404342b933869f.js:1:126887
at uw (https://www.wolframalpha.com/_next/static/chunks/framework-7e404342b933869f.js:1:126895)
at uc (https://www.wolframalpha.com/_next/static/chunks/framework-7e404342b933869f.js:1:122270)
at uZ (https://www.wolframalpha.com/_next/static/chunks/framework-7e404342b933869f.js:1:145408)
at MessagePort.N (https://www.wolframalpha.com/_next/static/chunks/framework-7e404342b933869f.js:1:9027) |
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.