Mobile 375 × 812

Desktop 1440 × 900

Score: 66 / 100
Based on 8 categories, 0 sections
Room to improve — your 8.0s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
High page weight means excess energy use and carbon emissions per visit.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 17.0 MB (5.9 MB transferred)
Performance issues directly impact user engagement and conversion rates.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/86a9510d-d517-4c55-8949-18397254c1aa)<a href="https://beavercheck.com/results/86a9510d-d517-4c55-8949-18397254c1aa"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Ffigshare.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Ffigshare.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 8.0s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~30%.
Page takes 8.0s to load
+12% bounceUsers abandon at ~3s — you're 5.5s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 4.2s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$500 investment → $6,060/month returns + USD 157,500 risk avoided
$500
5h · 5 findings
$6,060 /mo
~$72,721 / year
USD 157,500
if kept compliant
$150 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,126 / month at risk
~$157,518 / year if left unfixed
$157,500
+5 more
$1.47 /mo
18418.0 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
5.94 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.04 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.20 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
12.63 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
30.24 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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 | |
|---|---|---|---|
the all in one repository
a home for papers, FAIR data and non-traditional rese… div.mGtOh > main.yr0BG > div > div.wQjZY | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 1011.5 KiB | 920.1 KiB |
cloud solutions for publishers
figshare enables you to host large amounts of da… div.mGtOh > main.yr0BG > div > div.Ba7eZ | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 453.8 KiB | 362.4 KiB |
Comparative model of novel coronavirus 2019 main.yr0BG > div > div.gksp8 > img.o20Lq | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 319.4 KiB | 179.7 KiB |
The University of Melbourne logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 15.2 KiB | 13.8 KiB |
SMU Research Data Repository logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 11.7 KiB | 9.9 KiB |
The University of Auckland logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 10.9 KiB | 9.6 KiB |
Iowa State University logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 9.1 KiB | 8.0 KiB |
The University of Arizona logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 8.7 KiB | 7.5 KiB |
Stockholm University logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 7.1 KiB | 6.4 KiB |
The University of Oxford logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 7.4 KiB | 6.0 KiB |
Janelia Research Campus logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 7.0 KiB | 5.9 KiB |
The United States Environmental Protection Agency’s Center for Computational To… div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 6.9 KiB | 5.8 KiB |
The Francis Crick Institute logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 5.8 KiB | 5.2 KiB |
Carnegie Mellon University logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 6.2 KiB | 5.1 KiB |
University of Cape Town logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 5.3 KiB | 4.4 KiB |
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.
| URL | Transfer Size | Duration |
|---|---|---|
| fonts.googleapis.com/css?family=B612|B612+Mono|Roboto&display=swap | 2.1 KiB | 816 ms |
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 |
|---|---|---|
| /SIE/?Q_ZID=ZN_7QXt10CASDcBqvA | 3600.0 s | 4.6 KiB |
| /dxjsmodule/12.1a2b7192fd54e87d3971.chunk.js?Q_CLIENTVERS... | 604800.0 s | 35.8 KiB |
| /dxjsmodule/CoreModule.js?Q_CLIENTVERSION=2.46.0&Q_CLIENT... | 604800.0 s | 30.9 KiB |
| /dxjsmodule/FeedbackButtonModule.js?Q_CLIENTVERSION=2.46.... | 604800.0 s | 19.4 KiB |
| /dxjsmodule/37.7ea1ffe71ad8c0799cc1.chunk.js?Q_CLIENTVERS... | 604800.0 s | 18.6 KiB |
| /dxjsmodule/1.bc67e778235741631577.chunk.js?Q_CLIENTVERSI... | 604800.0 s | 7.1 KiB |
| /dxjsmodule/7.f7df015b06d8a90ce822.chunk.js?Q_CLIENTVERSI... | 604800.0 s | 1.4 KiB |
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.
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.
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 |
|---|---|
| figshare.com/ | 1.5 s |
| figshare.com/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| figshare.com/ | 1.6 s |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 1.6 MiB | 1.6 MiB |
| /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/clien... | 1.0 MiB | 585.3 KiB |
| /64b6c62dfbe5/d5e199e0e037/e913bb7e8153/challenge.js | 575.2 KiB | 314.3 KiB |
| /dxjsmodule/12.1a2b7192fd54e87d3971.chunk.js?Q_CLIENTVERS... | 35.7 KiB | 21.2 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 |
|---|---|---|---|
| /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/clien... | 3.5 s | 2.7 s | 644 ms |
| /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 1.9 s | 717 ms | 1.0 s |
| Unattributable | 1.2 s | 196 ms | 0.0 ms |
| /64b6c62dfbe5/d5e199e0e037/e913bb7e8153/challenge.js | 1.0 s | 734 ms | 173 ms |
| figshare.com/ | 696 ms | 43 ms | 5.4 ms |
| /dxjsmodule/12.1a2b7192fd54e87d3971.chunk.js?Q_CLIENTVERS... | 262 ms | 211 ms | 18 ms |
| /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 105 ms | 101 ms | 3.0 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 | 4.7 s |
| Script Parsing & Compilation | 1.9 s |
| Other | 1.3 s |
| Style & Layout | 379 ms |
| Parse HTML & CSS | 194 ms |
| Garbage Collection | 147 ms |
| Rendering | 129 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 WebSocket cannot enter back/forward cache. | Pending browser support |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|
SMU Research Data Repository logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
University of Amsterdam logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
The University of Melbourne logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
figshare div.DRZ55 > div.+WuQ4 > a._3+kae > img.gPhOQ | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
Tech Rxiv logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
The University of Auckland logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
The University of Oxford logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
Janelia Research Campus logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
The United States Environmental Protection Agency’s Center for Computational To… div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
Frontiers logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
The University of Arizona logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
Iowa State University logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
Taylor & Francis Group logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
Carnegie Mellon University logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
The Royal Society Publishing logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
Genetics Society of America logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
F1000 Research logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
OSA Publishing logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
Microbiology Society logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
University of Cape Town logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
University College London logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
Sage Journals logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
Advance logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
Stockholm University logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
Institute of Physics logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
The Francis Crick Institute logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
Plos logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
Scielo logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
Wellcome logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
Springer Nature logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
Brill Publishers logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
Stockholm University logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
DATASET
Performance Measurements for the AMG Benchmark on the Aurora Supercompu… div._7nwZd > div.bAFXx > ul.GyUKC > div.VhwO+ |
THESIS
The collection and compilation of household survey data for applications… div._7nwZd > div.bAFXx > ul.GyUKC > div.VhwO+ |
How curriculum frameworks cultivate democratic and historical consciousness
Jo… div._7nwZd > div.bAFXx > ul.GyUKC > div.VhwO+ |
The True Benefits of Designing Design Methods
Journal contribution posted on 2… div._7nwZd > div.bAFXx > ul.GyUKC > div.VhwO+ |
he Logistic Map under an Algebraic and
Journal contribution posted on 2026-04-… div._7nwZd > div.bAFXx > ul.GyUKC > div.VhwO+ |
Chaos in Classical Discrete Maps: an Analytical
Journal contribution posted on… div._7nwZd > div.bAFXx > ul.GyUKC > div.VhwO+ |
Linear Operators Associated with Dynamical
Journal contribution posted on 2026… div._7nwZd > div.bAFXx > ul.GyUKC > div.VhwO+ |
Hybrid Tubular System (Water–Air) for Sustainable Coastal and Interurban Transp… div._7nwZd > div.bAFXx > ul.GyUKC > div.VhwO+ |
Semigroups and Abstract Formulation of Differential
Journal contribution poste… div._7nwZd > div.bAFXx > ul.GyUKC > div.VhwO+ |
Continuous Dependence of Solutions on Delay
Journal contribution posted on 202… div._7nwZd > div.bAFXx > ul.GyUKC > div.VhwO+ |
Robust Stability Criteria for Systems with
Journal contribution posted on 2026… div._7nwZd > div.bAFXx > ul.GyUKC > div.VhwO+ |
Hopf Normal Form of Bifurcation in Equations with
Journal contribution posted … div._7nwZd > div.bAFXx > ul.GyUKC > div.VhwO+ |
Reduction to the Central Manifold in Systems with
Journal contribution posted … div._7nwZd > div.bAFXx > ul.GyUKC > div.VhwO+ |
Local Bifurcation Theory in Functional Differential
Journal contribution poste… div._7nwZd > div.bAFXx > ul.GyUKC > div.VhwO+ |
DATASET
Supplemental Material: Islas Marías Archipelago: A missing fragment bet… div._7nwZd > div.bAFXx > ul.GyUKC > div.VhwO+ |
Periodic Solutions in Functional Differential
Journal contribution posted on 2… div._7nwZd > div.bAFXx > ul.GyUKC > div.VhwO+ |
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
DATASET
Performance Measurements for the AMG Benchmark on the Aurora Supercompu… div.twVPN > div._7nwZd > div.bAFXx > ul.GyUKC |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Cookie consent
This website uses cookies for analytics and improving your on-li… div#app > fecore-ui-overlays#fecore-ui-overlays > aside.yz2Kv > section._6Ad4s |
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.
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 |
|---|
Heather Sharp div.zzfyc > div.PyHS0 > div.oHUKK > button._3+kae |
Peter Schaaf div.zzfyc > div.PyHS0 > div.oHUKK > button._3+kae |
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.
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 |
|---|
share div.kXKPO > h1.c+5+G > div.dqolT > span.ey0mP |
These are opportunities to improve the legibility of your content.
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
figshare div.DRZ55 > div.+WuQ4 > a._3+kae > img.gPhOQ | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 167 x 52 | 167 x 52 | 251 x 78 |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
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.
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.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.49 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.81 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
676 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.006
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.15 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
6.53 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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 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.
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 | |
|---|---|---|---|
the all in one repository
a home for papers, FAIR data and non-traditional rese… div.mGtOh > main.yr0BG > div > div.wQjZY | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 1011.5 KiB | 920.1 KiB |
cloud solutions for publishers
figshare enables you to host large amounts of da… div.mGtOh > main.yr0BG > div > div.Ba7eZ | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 453.8 KiB | 362.4 KiB |
publish big datasets
our Figshare+ repository allows figshare users to share la… div.mGtOh > main.yr0BG > div > div._9Wyxt | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 304.9 KiB | 213.5 KiB |
Comparative model of novel coronavirus 2019 main.yr0BG > div > div.gksp8 > img.o20Lq | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 319.4 KiB | 84.7 KiB |
The True Benefits of Designing Design Methods div.zzfyc > a._3+kae > div.NjCJ1 > img.Rdfce | s3-eu-west-1.amazonaws.com/ppreviews-rmit-0039450820/63943287/thumb.png | 22.2 KiB | 16.3 KiB |
The University of Melbourne logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 15.2 KiB | 13.8 KiB |
How curriculum frameworks cultivate democratic and historical consciousness div.zzfyc > a._3+kae > div.NjCJ1 > img.Rdfce | /figshare-production-eu-newcastle-previews6746-ap-southea... | 18.8 KiB | 12.9 KiB |
SMU Research Data Repository logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 11.7 KiB | 9.9 KiB |
The University of Auckland logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 10.9 KiB | 9.6 KiB |
Iowa State University logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 9.1 KiB | 8.0 KiB |
The University of Arizona logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 8.7 KiB | 7.5 KiB |
Institute of Physics logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 7.8 KiB | 7.1 KiB |
F1000 Research logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 7.8 KiB | 6.8 KiB |
Taylor & Francis Group logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 7.9 KiB | 6.8 KiB |
Frontiers logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 7.7 KiB | 6.5 KiB |
Stockholm University logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 7.1 KiB | 6.4 KiB |
The Royal Society Publishing logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 7.5 KiB | 6.4 KiB |
The University of Oxford logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 7.4 KiB | 6.0 KiB |
Microbiology Society logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 6.7 KiB | 5.9 KiB |
Janelia Research Campus logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 7.0 KiB | 5.9 KiB |
Genetics Society of America logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 6.8 KiB | 5.8 KiB |
The United States Environmental Protection Agency’s Center for Computational To… div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 6.9 KiB | 5.8 KiB |
Tech Rxiv logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 6.9 KiB | 5.5 KiB |
The Francis Crick Institute logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 5.8 KiB | 5.2 KiB |
Carnegie Mellon University logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 6.2 KiB | 5.1 KiB |
OSA Publishing logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 5.9 KiB | 4.9 KiB |
Advance logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 5.7 KiB | 4.9 KiB |
Sage Journals logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 5.6 KiB | 4.8 KiB |
Brill Publishers logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 5.2 KiB | 4.7 KiB |
University of Cape Town logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 5.3 KiB | 4.4 KiB |
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.
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 |
|---|---|---|
| /SIE/?Q_ZID=ZN_7QXt10CASDcBqvA | 3600.0 s | 4.6 KiB |
| /dxjsmodule/12.1a2b7192fd54e87d3971.chunk.js?Q_CLIENTVERS... | 604800.0 s | 35.8 KiB |
| /dxjsmodule/CoreModule.js?Q_CLIENTVERSION=2.46.0&Q_CLIENT... | 604800.0 s | 30.9 KiB |
| /dxjsmodule/FeedbackButtonModule.js?Q_CLIENTVERSION=2.46.... | 604800.0 s | 19.4 KiB |
| /dxjsmodule/37.7ea1ffe71ad8c0799cc1.chunk.js?Q_CLIENTVERS... | 604800.0 s | 18.6 KiB |
| /dxjsmodule/1.bc67e778235741631577.chunk.js?Q_CLIENTVERSI... | 604800.0 s | 7.1 KiB |
| /dxjsmodule/7.f7df015b06d8a90ce822.chunk.js?Q_CLIENTVERSI... | 604800.0 s | 1.4 KiB |
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.
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 |
|---|---|---|
| fonts.googleapis.com/css?family=B612|B612+Mono|Roboto&display=swap | 2.1 KiB | 265 ms |
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 |
|---|---|
| figshare.com/ | 935 ms |
| figshare.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.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 1.6 MiB | 1.6 MiB |
| /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/clien... | 1.0 MiB | 585.4 KiB |
| /64b6c62dfbe5/d5e199e0e037/e913bb7e8153/challenge.js | 575.3 KiB | 314.3 KiB |
| /dxjsmodule/12.1a2b7192fd54e87d3971.chunk.js?Q_CLIENTVERS... | 35.7 KiB | 21.2 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 |
|---|---|---|---|
| /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/clien... | 847 ms | 631 ms | 155 ms |
| figshare.com/ | 538 ms | 11 ms | 1.2 ms |
| /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... | 456 ms | 181 ms | 250 ms |
| Unattributable | 253 ms | 54 ms | 0.0 ms |
| /64b6c62dfbe5/d5e199e0e037/e913bb7e8153/challenge.js | 239 ms | 173 ms | 43 ms |
| /dxjsmodule/12.1a2b7192fd54e87d3971.chunk.js?Q_CLIENTVERS... | 59 ms | 47 ms | 4.4 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.1 s |
| Other | 550 ms |
| Script Parsing & Compilation | 469 ms |
| Style & Layout | 144 ms |
| Rendering | 93 ms |
| Parse HTML & CSS | 46 ms |
| Garbage Collection | 13 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 WebSocket cannot enter back/forward cache. | Pending browser support |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|
SMU Research Data Repository logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
University of Amsterdam logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
The University of Melbourne logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
figshare div.DRZ55 > div.+WuQ4 > a._3+kae > img.gPhOQ | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
Tech Rxiv logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
The University of Auckland logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
The University of Oxford logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
Janelia Research Campus logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
The United States Environmental Protection Agency’s Center for Computational To… div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
Frontiers logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
The University of Arizona logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
Iowa State University logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
Taylor & Francis Group logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
Carnegie Mellon University logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
The Royal Society Publishing logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
Genetics Society of America logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
F1000 Research logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
OSA Publishing logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
Microbiology Society logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
University of Cape Town logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
Digital Science div.ZPdKw > div.S98-o > a._3+kae > img | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
Open Access div.ZPdKw > div.S98-o > a._3+kae > img | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
University College London logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
Sage Journals logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
Advance logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
Stockholm University logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
Institute of Physics logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
The Francis Crick Institute logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
Plos logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
Scielo logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
Wellcome logo div.MtwY2 > div.bAnqY > a._3+kae > img.zL8cD | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
COPE div.ZPdKw > div.S98-o > a._3+kae > img | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
Springer Nature logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
DataCite div.ZPdKw > div.S98-o > a._3+kae > img | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
Brill Publishers logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
Stockholm University logo div.bFsWy > div.giSWp > a._3+kae > img.xKxwd | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
Data Citation Index div.ZPdKw > div.S98-o > a._3+kae > img | /assets-v3/b5eb4279ab77fc1c08853c74248888beecb93e0d/stati... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
DATASET
Performance Measurements for the AMG Benchmark on the Aurora Supercompu… div._7nwZd > div.bAFXx > ul.GyUKC > div.VhwO+ |
THESIS
The collection and compilation of household survey data for applications… div._7nwZd > div.bAFXx > ul.GyUKC > div.VhwO+ |
How curriculum frameworks cultivate democratic and historical consciousness
Jo… div._7nwZd > div.bAFXx > ul.GyUKC > div.VhwO+ |
The True Benefits of Designing Design Methods
Journal contribution posted on 2… div._7nwZd > div.bAFXx > ul.GyUKC > div.VhwO+ |
he Logistic Map under an Algebraic and
Journal contribution posted on 2026-04-… div._7nwZd > div.bAFXx > ul.GyUKC > div.VhwO+ |
Chaos in Classical Discrete Maps: an Analytical
Journal contribution posted on… div._7nwZd > div.bAFXx > ul.GyUKC > div.VhwO+ |
Linear Operators Associated with Dynamical
Journal contribution posted on 2026… div._7nwZd > div.bAFXx > ul.GyUKC > div.VhwO+ |
Hybrid Tubular System (Water–Air) for Sustainable Coastal and Interurban Transp… div._7nwZd > div.bAFXx > ul.GyUKC > div.VhwO+ |
Semigroups and Abstract Formulation of Differential
Journal contribution poste… div._7nwZd > div.bAFXx > ul.GyUKC > div.VhwO+ |
Continuous Dependence of Solutions on Delay
Journal contribution posted on 202… div._7nwZd > div.bAFXx > ul.GyUKC > div.VhwO+ |
Robust Stability Criteria for Systems with
Journal contribution posted on 2026… div._7nwZd > div.bAFXx > ul.GyUKC > div.VhwO+ |
Hopf Normal Form of Bifurcation in Equations with
Journal contribution posted … div._7nwZd > div.bAFXx > ul.GyUKC > div.VhwO+ |
Reduction to the Central Manifold in Systems with
Journal contribution posted … div._7nwZd > div.bAFXx > ul.GyUKC > div.VhwO+ |
Local Bifurcation Theory in Functional Differential
Journal contribution poste… div._7nwZd > div.bAFXx > ul.GyUKC > div.VhwO+ |
DATASET
Supplemental Material: Islas Marías Archipelago: A missing fragment bet… div._7nwZd > div.bAFXx > ul.GyUKC > div.VhwO+ |
Periodic Solutions in Functional Differential
Journal contribution posted on 2… div._7nwZd > div.bAFXx > ul.GyUKC > div.VhwO+ |
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
DATASET
Performance Measurements for the AMG Benchmark on the Aurora Supercompu… div.twVPN > div._7nwZd > div.bAFXx > ul.GyUKC |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Cookie consent
This website uses cookies for analytics and improving your on-li… div#app > fecore-ui-overlays#fecore-ui-overlays > aside.yz2Kv > section._6Ad4s |
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.
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 |
|---|
Heather Sharp div.zzfyc > div.PyHS0 > div.oHUKK > button._3+kae |
Peter Schaaf div.zzfyc > div.PyHS0 > div.oHUKK > button._3+kae |
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.
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 |
|---|
share div.kXKPO > h1.c+5+G > div.dqolT > span.ey0mP |
These are opportunities to improve the legibility of your content.
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
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.
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.
Send Feedback