Mobile 375 × 812

Desktop 1440 × 900

Score: 73 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
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.
Reasonable footprint with room for optimization.
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.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
144 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
145 HTTP requests — consider bundling or reducing
Performance issues directly impact user engagement and conversion rates.
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/a66ab72d-d9c1-4326-b8e9-7460e4a55736)<a href="https://beavercheck.com/results/a66ab72d-d9c1-4326-b8e9-7460e4a55736"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fwiley.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fwiley.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 12.8s exceeds Google's 2.5s 'Good' threshold and the 2 performance issues below directly contribute 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.
7 barrier(s) likely increasing bounce by ~29%.
Page takes 12.8s to load
+12% bounceUsers abandon at ~3s — you're 10.3s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 5.1s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
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.
$650 investment → $1,894/month returns + USD 157,500 risk avoided
$650
6h · 5 findings
$1,894 /mo
~$22,726 / year
USD 157,500
if kept compliant
$100 — 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.
6.5 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,506 / year if left unfixed
$157,500
+4 more
$0.51 /mo
6388.7 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 3 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.96 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
12.78 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
5.08 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.98 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.
20.70 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 long cache lifetime can speed up repeat visits to your page. Learn more about caching.
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.
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 |
|---|---|---|
| /css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&f... | 2.5 KiB | 826 ms |
| cmp.osano.com/AzZdRbSORDOOzF9W/aaa5a811-bd82-475e-ab7e-fd9f772f008d/osano.js | 77.7 KiB | 1.2 s |
| /css2?family=Noto+Serif:ital,wdth,wght@0,62.5..100,100..9... | 2.9 KiB | 167 ms |
| /etc.clientlibs/web-strategy-build/clientlibs/clientlib-b... | 30.8 KiB | 453 ms |
| /etc.clientlibs/web-strategy-build/clientlibs/clientlib-b... | 13.0 KiB |
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 | |
|---|---|---|---|
Laboratory pipette adding fluid to test tubes, representing research discovery … div.w-content-card__media > div.image > div#image-4495d47285 > img.w-image | /is/image/wileypublishing/wiley-website-ISPE-guidance-doc... | 143.2 KiB | 136.2 KiB |
div.w-video > div.brightcove-react-player-loader > video-js#vjs_video_3 > video#vjs_video_3_html5_api div.w-video > div.brightcove-react-player-loader > video-js#vjs_video_3 > video#vjs_video_3_html5_api | /v1/static/1922092229001/347ba837-22d0-437e-9cf5-1356f7c0... | 7.6 KiB | 5.5 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.
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 |
|---|---|
| wiley.com/ | 909 ms |
| www.wiley.com/ | 768 ms |
| www.wiley.com/en-us/ | 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.
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 |
|---|---|---|
| /etc.clientlibs/web-strategy-build/clientlibs/clientlib-b... | 30.4 KiB | 25.9 KiB |
| /etc.clientlibs/web-strategy-build/clientlibs/clientlib-b... | 12.6 KiB | 12.3 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.
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 |
|---|---|---|
| players.brightcove.net/1922092229001/default_default/index.min.js | 291.5 KiB | 135.3 KiB |
| cnstrc.com/js/cust/wiley_mMriYP.js | 126.1 KiB | 88.3 KiB |
| www.googletagmanager.com/gtag/js?id=AW-944609404 | 148.7 KiB | 52.3 KiB |
| /etc.clientlibs/web-strategy-build/clientlibs/clientlib-b... | 50.2 KiB | 48.9 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.3 KiB | 28.9 KiB |
| /etc.clientlibs/web-strategy-build/clientlibs/clientlib-b... | 60.5 KiB | 28.7 KiB |
| assets.adobedtm.com/59640f9fa510/30a2f2139949/launch-1e4f092906d0.min.js | 81.3 KiB | 25.4 KiB |
| /dxjsmodule/CoreModule.js?Q_CLIENTVERSION=2.46.0&Q_CLIENT... | 30.9 KiB | 22.5 KiB |
| /dxjsmodule/12.1a2b7192fd54e87d3971.chunk.js?Q_CLIENTVERS... | 35.7 KiB | 22.5 KiB |
| /etc.clientlibs/web-strategy-build/clientlibs/clientlib-b... | 56.3 KiB | 21.4 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.
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 | 11.0 s |
| Other | 1.5 s |
| Style & Layout | 1.0 s |
| Script Parsing & Compilation | 517 ms |
| Parse HTML & CSS | 259 ms |
| Garbage Collection | 169 ms |
| Rendering | 120 ms |
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.
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 |
|---|
header.w-g-header > div.w-g-header__inner > div.w-g-header__buttons > button#global-header-search-button-2e7b4cb2-a7a8-4561-9e0d-c20dea964539 header.w-g-header > div.w-g-header__inner > div.w-g-header__buttons > button#global-header-search-button-2e7b4cb2-a7a8-4561-9e0d-c20dea964539 |
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.
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 |
|---|
AI in Research div.w-content-card > div#10 > span.w-content-card__title > h3.w-title |
Publish My Work div.w-footer__link-lists > div.w-footer__link-lists__column > div.w-footer__link-list > h4.w-footer__link-list__title |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|---|
| Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. | /etc.clientlibs/clientlibs/granite/jquery/granite/csrf.lc... line 5, col 382 |
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge | |
| AttributionReporting | cmp.osano.com/AzZdRbSORDOOzF9W/aaa5a811-bd82-475e-ab7e-fd9f772f008d/osano.js line 1, col 168296 |
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.
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.
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.
1.29 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.47 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
379 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.010
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.73 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.
4.35 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.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| /css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&f... | 2.5 KiB | 279 ms |
| /css2?family=Noto+Serif:ital,wdth,wght@0,62.5..100,100..9... | 2.9 KiB | 56 ms |
| /etc.clientlibs/web-strategy-build/clientlibs/clientlib-b... | 30.8 KiB | |
| /etc.clientlibs/web-strategy-build/clientlibs/clientlib-b... | 13.0 KiB | |
| cmp.osano.com/AzZdRbSORDOOzF9W/aaa5a811-bd82-475e-ab7e-fd9f772f008d/osano.js | 77.7 KiB | 407 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.
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 | |
|---|---|---|---|
Modern office building by night in Paris, France div.w-content-card__media > div.image > div#image-19e11d5dab > img.w-image | /is/image/wileypublishing/different-floors-of-office-buil... | 237.7 KiB | 210.7 KiB |
Modern office building by night in Paris, France div.w-content-card__media > div.image > div#image-19e11d5dab > img.w-image | /is/image/wileypublishing/different-floors-of-office-buil... | 234.5 KiB | 207.1 KiB |
A diverse group of Wiley team members posing together at the summit of Pen y F… div.w-content-card__media > div.image > div#image-29b65c2d61 > img.w-image | /is/image/wileypublishing/hp-join-wiley-1:Extra-Large?ts=... | 138.2 KiB | 106.1 KiB |
Laboratory pipette adding fluid to test tubes, representing research discovery … div.w-content-card__media > div.image > div#image-4495d47285 > img.w-image | /is/image/wileypublishing/wiley-website-ISPE-guidance-doc... | 111.4 KiB | 91.4 KiB |
Laboratory pipette adding fluid to test tubes, representing research discovery … div.w-content-card__media > div.image > div#image-4495d47285 > img.w-image | /is/image/wileypublishing/wiley-website-ISPE-guidance-doc... | 110.6 KiB | 90.0 KiB |
A group of professionals working together around a table in a office. div.w-content-card__media > div.image > div#image-fa2028a326 > img.w-image | /is/image/wileypublishing/wiley-website-solutions-and-par... | 103.6 KiB | 84.9 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 |
|---|---|
| wiley.com/ | 362 ms |
| www.wiley.com/ | 226 ms |
| www.wiley.com/en-us/ | 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.
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.
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 |
|---|---|---|
| players.brightcove.net/1922092229001/default_default/index.min.js | 291.5 KiB | 134.2 KiB |
| cnstrc.com/js/cust/wiley_mMriYP.js | 94.5 KiB | 69.1 KiB |
| www.googletagmanager.com/gtag/js?id=AW-944609404 | 148.7 KiB | 52.3 KiB |
| /etc.clientlibs/web-strategy-build/clientlibs/clientlib-b... | 50.2 KiB | 48.9 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.3 KiB | 29.6 KiB |
| /etc.clientlibs/web-strategy-build/clientlibs/clientlib-b... | 60.5 KiB | 28.7 KiB |
| assets.adobedtm.com/59640f9fa510/30a2f2139949/launch-1e4f092906d0.min.js | 81.3 KiB | 25.4 KiB |
| /dxjsmodule/12.1a2b7192fd54e87d3971.chunk.js?Q_CLIENTVERS... | 35.7 KiB | 25.3 KiB |
| /etc.clientlibs/web-strategy-build/clientlibs/clientlib-b... | 56.3 KiB | 21.4 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 |
|---|---|---|---|
| cmp.osano.com/AzZdRbSORDOOzF9W/aaa5a811-bd82-475e-ab7e-fd9f772f008d/osano.js | 740 ms | 646 ms | 10 ms |
| /etc.clientlibs/web-strategy-build/clientlibs/clientlib-b... | 405 ms | 322 ms | 8.2 ms |
| www.wiley.com/en-us/ | 301 ms | 14 ms | 1.0 ms |
| Unattributable | 279 ms | 28 ms | 0.0 ms |
| /beacon.min.js/v8c78df7c7c0f484497ecbca7046644da177152312... | 220 ms | 214 ms | 1.3 ms |
| players.brightcove.net/1922092229001/default_default/index.min.js | 186 ms | 114 ms | 29 ms |
| assets.adobedtm.com/59640f9fa510/30a2f2139949/launch-1e4f092906d0.min.js | 137 ms | 122 ms | 7.0 ms |
| cnstrc.com/js/cust/wiley_mMriYP.js | 124 ms | 102 ms | 16 ms |
| www.wiley.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 124 ms | 117 ms | 3.0 ms |
| cdn.noibu.com/collect-core.js | 113 ms | 96 ms | 9.1 ms |
| /etc.clientlibs/web-strategy-build/clientlibs/clientlib-b... | 71 ms | 70 ms | 0.2 ms |
| connect.facebook.net/en_US/fbevents.js | 68 ms | 43 ms | 13 ms |
| /etc.clientlibs/web-strategy-build/clientlibs/clientlib-b... | 65 ms | 53 ms | 1.1 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.3 s |
| Other | 388 ms |
| Style & Layout | 307 ms |
| Script Parsing & Compilation | 156 ms |
| Rendering | 72 ms |
| Parse HTML & CSS | 65 ms |
| Garbage Collection | 42 ms |
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 |
|---|---|---|
| /etc.clientlibs/web-strategy-build/clientlibs/clientlib-b... | 30.4 KiB | 24.9 KiB |
| /etc.clientlibs/web-strategy-build/clientlibs/clientlib-b... | 12.6 KiB | 12.4 KiB |
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.
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.
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 |
|---|
AI in Research div.w-content-card > div#10 > span.w-content-card__title > h3.w-title |
Publish My Work div.w-footer__link-lists > div.w-footer__link-lists__column > div.w-footer__link-list > h4.w-footer__link-list__title |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
header.w-g-header > div.w-g-header__inner > div.w-g-header__logos > a#global-header-logo-2e7b4cb2-a7a8-4561-9e0d-c20dea964539 header.w-g-header > div.w-g-header__inner > div.w-g-header__logos > a#global-header-logo-2e7b4cb2-a7a8-4561-9e0d-c20dea964539 |
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.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Modern office building by night in Paris, France div.w-content-card__media > div.image > div#image-19e11d5dab > img.w-image | /is/image/wileypublishing/different-floors-of-office-buil... | 1920 x 1080 (1.78) | 1260 x 720 (1.75) |
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 |
|---|---|
| Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. | /etc.clientlibs/clientlibs/granite/jquery/granite/csrf.lc... line 5, col 382 |
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge | |
| AttributionReporting | cmp.osano.com/AzZdRbSORDOOzF9W/aaa5a811-bd82-475e-ab7e-fd9f772f008d/osano.js line 1, col 168296 |
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.
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.
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback