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 |
|---|---|---|
| /js/sharethis.js?ver=2.3.8 | 600.0 s | 46.9 KiB |
| www.google-analytics.com/analytics.js | 7200.0 s | 20.9 KiB |
| /cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/... | 14400.0 s | 12.4 KiB |
| buttons-config.sharethis.com/js/6449816e7cd8060012f2aa97.js | 60.0 s | 1.4 KiB |
| platform-cdn.sharethis.com/img/twitter.svg | 0.0 ms | 822 B |
| /v2.0/get_counts?cb=window.__sharethis__.cb&url=https%3A%... | 10800.0 s | 869 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.
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.
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 | |
|---|---|---|---|
div.wp-block-column > figure.wp-block-image > a > img.wp-image-12391 div.wp-block-column > figure.wp-block-image > a > img.wp-image-12391 | www.oasis-open.org/wp-content/uploads/2024/12/DAD-CDM-rotating-banner.png | 147.0 KiB | 90.7 KiB |
div.wp-block-column > figure.wp-block-image > a > img.wp-image-13360 div.wp-block-column > figure.wp-block-image > a > img.wp-image-13360 | www.oasis-open.org/wp-content/uploads/2025/11/OEMF-rotating-banner.png | 75.1 KiB | 46.3 KiB |
div.wp-block-column > figure.wp-block-image > a > img.wp-image-11887 div.wp-block-column > figure.wp-block-image > a > img.wp-image-11887 | www.oasis-open.org/wp-content/uploads/2024/08/CoSAI-rotating-banner-1.png | 73.1 KiB | 45.1 KiB |
div.wp-block-column > figure.wp-block-image > a > img.wp-image-12724 div.wp-block-column > figure.wp-block-image > a > img.wp-image-12724 | www.oasis-open.org/wp-content/uploads/2025/03/DPS-rotating-banner.png | 68.0 KiB | 42.0 KiB |
div.wp-block-image > figure.aligncenter > a > img.wp-image-5568 div.wp-block-image > figure.aligncenter > a > img.wp-image-5568 | www.oasis-open.org/wp-content/uploads/2020/11/not-for-profit@2x-150x150-1.png | 12.4 KiB | 8.8 KiB |
div.wp-block-image > figure.aligncenter > a > img.wp-image-5571 div.wp-block-image > figure.aligncenter > a > img.wp-image-5571 | www.oasis-open.org/wp-content/uploads/2020/11/collaborative@2x-150x150-1.png | 11.9 KiB | 8.2 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 |
|---|---|
| oasis-open.org/ | 1.4 s |
| www.oasis-open.org/ | 0.0 ms |
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 |
|---|---|---|
| www.oasis-open.org/wp-includes/css/dashicons.min.css?ver=6.9.4 | 34.4 KiB | 34.1 KiB |
| /wp-content/plugins/gutentor/dist/blocks.style.build.css?... | 26.6 KiB | 26.6 KiB |
| /wp-content/themes/oasis-2020/build/style-8842b748cf3b4c1... | 21.4 KiB | 17.7 KiB |
| www.oasis-open.org/wp-includes/css/dist/block-editor/style.min.css?ver=6.9.4 | 16.6 KiB | 16.6 KiB |
| www.oasis-open.org/wp-includes/css/dist/components/style.min.css?ver=6.9.4 | 14.6 KiB | 14.6 KiB |
| /wp-content/plugins/gutentor/assets/library/fontawesome/c... | 12.2 KiB | 12.2 KiB |
| www.oasis-open.org/wp-includes/css/dist/editor/style.min.css?ver=6.9.4 | 10.2 KiB | 10.1 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| platform-api.sharethis.com/js/sharethis.js?ver=2.3.8 | 46.4 KiB | 13.9 KiB |
| www.oasis-open.org/wp-content/plugins/gutentor/assets/js/gutentor.js?ver=3.5.1 | 12.8 KiB | 5.6 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 |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=GT-W62J3VD | 155.4 KiB | 65.7 KiB |
| www.googletagmanager.com/gtag/js?id=UA-35180637-1&ver=6.9.4 | 115.5 KiB | 64.7 KiB |
| /wp-content/themes/oasis-2020/build/frontend-96934effb79b... | 29.9 KiB | 20.9 KiB |
| platform-api.sharethis.com/js/sharethis.js?ver=2.3.8 | 46.3 KiB | 20.1 KiB |
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
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Search div#page > header#masthead > div.site-header__wrap > button.search-toggle |
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.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
A community for everyone. div.content__body > div.wp-block-columns > div.wp-block-column > h4#h-a-community-for-everyone |
Useful links footer#colophon > div.site-footer__wrap > nav#useful-links > h6 |
These are opportunities to improve keyboard navigation in your application.
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.wp-block-column > div.wp-block-image > figure.aligncenter > a div.wp-block-column > div.wp-block-image > figure.aligncenter > a |
div.wp-block-column > div.wp-block-image > figure.aligncenter > a div.wp-block-column > div.wp-block-image > figure.aligncenter > a |
div.wp-block-column > div.wp-block-image > figure.aligncenter > a div.wp-block-column > div.wp-block-image > figure.aligncenter > a |
div.wp-block-columns > div.wp-block-column > figure.wp-block-image > a div.wp-block-columns > div.wp-block-column > figure.wp-block-image > a |
div.wp-block-columns > div.wp-block-column > figure.wp-block-image > a div.wp-block-columns > div.wp-block-column > figure.wp-block-image > a |
div.wp-block-columns > div.wp-block-column > figure.wp-block-image > a div.wp-block-columns > div.wp-block-column > figure.wp-block-image > a |
div.wp-block-columns > div.wp-block-column > figure.wp-block-image > a div.wp-block-columns > div.wp-block-column > figure.wp-block-image > a |
nav.sponsors > ul.sponsors__list > li.sponsors__list-item > a.sponsor__link nav.sponsors > ul.sponsors__list > li.sponsors__list-item > a.sponsor__link |
nav.sponsors > ul.sponsors__list > li.sponsors__list-item > a.sponsor__link nav.sponsors > ul.sponsors__list > li.sponsors__list-item > a.sponsor__link |
nav.sponsors > ul.sponsors__list > li.sponsors__list-item > a.sponsor__link nav.sponsors > ul.sponsors__list > li.sponsors__list-item > a.sponsor__link |
nav.sponsors > ul.sponsors__list > li.sponsors__list-item > a.sponsor__link nav.sponsors > ul.sponsors__list > li.sponsors__list-item > a.sponsor__link |
nav.sponsors > ul.sponsors__list > li.sponsors__list-item > a.sponsor__link nav.sponsors > ul.sponsors__list > li.sponsors__list-item > a.sponsor__link |
nav.sponsors > ul.sponsors__list > li.sponsors__list-item > a.sponsor__link nav.sponsors > ul.sponsors__list > li.sponsors__list-item > a.sponsor__link |
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 |
|---|
< div#carousel > div.btn-bar > div#buttons > a#prev |
> div#carousel > div.btn-bar > div#buttons > a#next |
Partner Event div.wp-block-column > section.wp-block-posts-list > article.wp-block-posts-list__post > a.primary-category |
These items highlight common accessibility best practices.
Best Practices
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
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.