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 |
|---|---|---|
| escholarship.org/js/vendors~app-bundle-BkaoERMG.js | 3600.0 s | 443.6 KiB |
| escholarship.org/js/MathJax-3.2.2/es5/tex-chtml.js | 3600.0 s | 256.6 KiB |
| escholarship.org/fonts/SourceSansPro-Regular.ttf.woff2 | 3600.0 s | 85.3 KiB |
| escholarship.org/fonts/SourceSansPro-Light.ttf.woff2 | 3600.0 s | 84.8 KiB |
| escholarship.org/js/app-bundle-Dm-AQQBA.js | 3600.0 s | 64.0 KiB |
| escholarship.org/css/style-CHxXu1pc.css | 3600.0 s | 42.6 KiB |
| escholarship.org/images/homecover_CalAg.webp | 3600.0 s | 21.6 KiB |
| www.google-analytics.com/analytics.js | 7200.0 s | 20.9 KiB |
| escholarship.org/images/homecover_psf.webp | 3600.0 s | 16.2 KiB |
| escholarship.org/images/homecover_sfews.webp | 3600.0 s | 11.7 KiB |
| escholarship.org/images/homecover_aicrj.webp | 3600.0 s | 7.6 KiB |
| escholarship.org/images/homecover_jrws.webp | 3600.0 s | 6.4 KiB |
| escholarship.org/images/logo_eschol-mobile.svg | 3600.0 s | 4.8 KiB |
| escholarship.org/images/logo_footer-eschol.svg | 3600.0 s | 4.3 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.
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.
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 |
|---|---|---|
| escholarship.org/css/style-CHxXu1pc.css | 42.6 KiB | 635 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 | |
|---|---|---|---|
California Agriculture div.c-homesection__3-journalgrid > div.c-journalgrid > a > img.c-lazyimage | escholarship.org/images/homecover_CalAg.webp | 21.1 KiB | 18.2 KiB |
Parks Stewardship Forum div.c-homesection__3-journalgrid > div.c-journalgrid > a > img.c-lazyimage | escholarship.org/images/homecover_psf.webp | 15.8 KiB | 12.9 KiB |
San Francisco Estuary and Watershed Science div.c-homesection__3-journalgrid > div.c-journalgrid > a > img.c-lazyimage | escholarship.org/images/homecover_sfews.webp | 11.3 KiB | 8.3 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 |
|---|---|---|
| escholarship.org/css/style-CHxXu1pc.css | 42.0 KiB | 36.5 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 |
|---|---|---|
| escholarship.org/js/vendors~app-bundle-BkaoERMG.js | 441.7 KiB | 301.9 KiB |
| escholarship.org/js/MathJax-3.2.2/es5/tex-chtml.js | 256.1 KiB | 124.3 KiB |
| escholarship.org/js/app-bundle-Dm-AQQBA.js | 63.4 KiB | 53.7 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 |
|---|---|---|---|
| escholarship.org/ | 861 ms | 248 ms | 3.6 ms |
| escholarship.org/js/MathJax-3.2.2/es5/tex-chtml.js | 843 ms | 579 ms | 242 ms |
| Unattributable | 553 ms | 8.6 ms | 0.0 ms |
| escholarship.org/js/vendors~app-bundle-BkaoERMG.js | 549 ms | 523 ms | 11 ms |
| www.google-analytics.com/analytics.js | 87 ms | 67 ms | 11 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 | 1.4 s |
| Other | 695 ms |
| Style & Layout | 394 ms |
| Script Parsing & Compilation | 268 ms |
| Rendering | 77 ms |
| Parse HTML & CSS | 41 ms |
| Garbage Collection | 18 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 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 | |
|---|---|
eScholarship header##top > a.c-header__logo1 > picture > img | escholarship.org/images/logo_eschol-mobile.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.
ARIA
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
Cookie Settings
eScholarship uses cookies to ensure you have the best experienc… body > div#klaro > div.klaro > div#klaro-cookie-notice |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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.