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.hsforms.net/forms/embed/v2.js | 300.0 s | 193.8 KiB |
| js.hs-analytics.net/analytics/1776797400000/44092021.js | 300.0 s | 42.3 KiB |
| js.hubspot.com/web-interactives-embed.js | 600.0 s | 28.2 KiB |
| js.hs-banner.com/v2/44092021/banner.js | 300.0 s | 25.9 KiB |
| snap.licdn.com/li.lms-analytics/insight.min.js | 86400.0 s | 18.7 KiB |
| js.hsadspixel.net/pixels.js | 600.0 s | 3.9 KiB |
| js.hs-scripts.com/44092021.js?integration=WordPress&ver=11.3.45 | 90.0 s | 1.1 KiB |
| js-na1.hs-scripts.com/44092021.js | 0.0 ms | 902 B |
| /collect?v=2&fmt=js&pid=2702956&time=1776797412484&li_ads... | 0.0 ms | 451 B |
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.
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.
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 | |
|---|---|---|---|
section.elementor-section > div.elementor-container > div.elementor-column > div.elementor-widget-wrap section.elementor-section > div.elementor-container > div.elementor-column > div.elementor-widget-wrap | /wp-content/uploads/2024/12/Images-1200x628px-web-page-fe... | 292.4 KiB | 169.8 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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.
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 |
|---|---|---|
| plos.org/wp-content/themes/plos/dist/styles/main_bf93fbf5.css?ver=6.9.4 | 79.4 KiB | 78.0 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 |
|---|---|---|
| js.hsforms.net/forms/embed/v2.js | 186.4 KiB | 106.9 KiB |
| plos.org/wp-content/themes/plos/dist/scripts/main_bf93fbf5.js?ver=0.0.8 | 88.2 KiB | 78.2 KiB |
| js.hsforms.net/forms/embed/v2.js | 186.4 KiB | 76.9 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 |
|---|---|---|---|
| plos.org/ | 833 ms | 110 ms | 59 ms |
| js.hsforms.net/forms/embed/v2.js | 783 ms | 488 ms | 264 ms |
| js.hs-analytics.net/analytics/1776797400000/44092021.js | 747 ms | 517 ms | 14 ms |
| /wp-content/themes/plos/resources/lib/scripts/jquery-3.5.... | 473 ms | 400 ms | 23 ms |
| Unattributable | 472 ms | 21 ms | 0.0 ms |
| plos.org/wp-content/plugins/snazzy-maps/snazzymaps.js?ver=1.5.0 | 231 ms | 155 ms | 1.5 ms |
| snap.licdn.com/li.lms-analytics/insight.min.js | 110 ms | 92 ms | 7.4 ms |
| plos.org/wp-content/themes/plos/dist/scripts/main_bf93fbf5.js?ver=0.0.8 | 86 ms | 34 ms | 52 ms |
| js.hubspot.com/web-interactives-embed.js | 80 ms | 62 ms | 14 ms |
| static.ads-twitter.com/uwt.js | 72 ms | 64 ms | 6.4 ms |
| plos.org/wp-content/themes/plos/dist/styles/main_bf93fbf5.css?ver=6.9.4 | 64 ms | 0.0 ms | 0.0 ms |
| plos.org/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4 | 52 ms | 49 ms | 3.2 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.2 s |
| Style & Layout | 784 ms |
| Other | 604 ms |
| Script Parsing & Compilation | 511 ms |
| Parse HTML & CSS | 164 ms |
| Rendering | 43 ms |
| Garbage Collection | 18 ms |
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 |
|---|---|---|
| /wp-content/plugins/plos-elementor-widgets/assets/lib/sli... | 16.8 KiB | 6.8 KiB |
| /wp-content/plugins/plos-elementor-widgets/assets/js/widg... | 7.5 KiB | 3.1 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 | |
|---|---|
PLOS logo header.app-header > div.app-header__container > a.app-header__brand > img.app-header__logo | plos.org/wp-content/uploads/2024/11/logo-plos-full-color.svg |
PLOS logo div.app-footer__container > div.app-footer__col > a.app-footer__brand > img.app-footer__logo | plos.org/wp-content/uploads/2024/11/logo-plos-white.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.
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 |
|---|
PLOS is a non-profit organization on a mission to drive open science forward wi… div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h3 |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|---|
| AttributionReporting |
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 |
|---|---|
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Manifest fetch from https://plos.org/wp-content/themes/plos/favicon/site.webmanifest failed, code 403 | |
Manifest fetch from https://plos.org/wp-content/themes/plos/favicon/site.webmanifest failed, code 403 | |
/wp-content/themes/plos/resources/lib/scripts/jquery-3.5.... line 1, col 31669 | SyntaxError: "undefined" is not valid JSON
at JSON.parse (<anonymous>)
at Object.init (https://plos.org/wp-content/themes/plos/dist/scripts/main_bf93fbf5.js?ver=0.0.8:287:11266)
at HTMLDocument.<anonymous> (https://plos.org/wp-content/themes/plos/dist/scripts/main_bf93fbf5.js?ver=0.0.8:287:11355)
at e (https://plos.org/wp-content/themes/plos/resources/lib/scripts/jquery-3.5.1.min.js?ver=3.5.1:2:30005)
at t (https://plos.org/wp-content/themes/plos/resources/lib/scripts/jquery-3.5.1.min.js?ver=3.5.1:2:30307) |
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
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| plos.org/open-science/ | Read more |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Crawling and Indexing
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Topic areas li#menu-item-42192 > ul.sub-menu > li#menu-item-45740 > a |
To appear in search results, crawlers need access to your app.