Lighthouse Desktop
· 0 checks — Desktop 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.
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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| /s/materialsymbolsoutlined/v328/kJF1BvYX7BgnkSrUwT8OhrdQw... | 100 ms |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Premium Data Sets div.h-100 > div.d-flex > div.card-image-wrapper > img.object-fit-cover | clarivate.com/wp-content/uploads/2024/03/Premium-Data-Sets.png | 47.9 KiB | 32.3 KiB |
Workflow Solutions div.h-100 > div.d-flex > div.card-image-wrapper > img.object-fit-cover | clarivate.com/wp-content/uploads/2024/03/Workflow-Solutions%E2%80%8B.png | 34.9 KiB | 23.5 KiB |
Intellectual Property div.h-100 > div.d-flex > div.card-image-wrapper > img.object-fit-cover | clarivate.com/wp-content/uploads/2024/03/Intellectual-Property.png | 24.1 KiB | 20.0 KiB |
Insights & Analytics div.h-100 > div.d-flex > div.card-image-wrapper > img.object-fit-cover | clarivate.com/wp-content/uploads/2024/03/Insights-Analytics%E2%80%8B.png | 20.2 KiB | 16.5 KiB |
Expert Services div.h-100 > div.d-flex > div.card-image-wrapper > img.object-fit-cover | clarivate.com/wp-content/uploads/2024/03/Expert-Services%E2%80%8B.png | 23.7 KiB | 16.0 KiB |
Academia & Government div.h-100 > div.d-flex > div.card-image-wrapper > img.object-fit-cover | clarivate.com/wp-content/uploads/2024/03/Academia-and-Government.png | 16.2 KiB | 13.5 KiB |
Life Sciences & Healthcare div.h-100 > div.d-flex > div.card-image-wrapper > img.object-fit-cover | clarivate.com/wp-content/uploads/2024/03/Life-Sciences-Healthcare.png | 9.6 KiB | 8.0 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|
| clarivate.com/ | 3.0 s |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| clarivate.com/wp-includes/css/dist/block-library/style.min.css?ver=6.9.4 | 20.0 KiB | 19.9 KiB |
| app.gatedcontent.com/styles/70406946/app.css | 16.0 KiB | 16.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.
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 |
|---|---|---|---|
| clarivate.com/ | 902 ms | 257 ms | 43 ms |
| /wp-content/themes/clarivate/src/js/modules/slider-insigh... | 609 ms | 467 ms | 0.1 ms |
| Unattributable | 205 ms | 8.7 ms | 0.0 ms |
| www.googletagmanager.com/gtm.js?id=GTM-KSQJ2Z | 124 ms | 99 ms | 19 ms |
| scripts.clarity.ms/0.8.59/clarity.js | 110 ms | 101 ms | 2.5 ms |
| clarivate.com/wp-content/themes/clarivate/src/js/main.min.js?ver=2.0.715 | 101 ms | 59 ms | 26 ms |
| www.googletagmanager.com/gtm.js?id=GTM-MN5W24ZH | 89 ms | 63 ms | 12 ms |
| /wp-content/themes/clarivate/src/js/modules/vendor/simple... | 66 ms | 32 ms | 0.8 ms |
| www.googletagmanager.com/gtag/js?id=G-V1YLG54MGT&cx=c>m=4e64h1 | 54 ms | 39 ms | 15 ms |
| www.googletagmanager.com/gtag/js?id=G-9R70GJ8HZF&cx=c>m=4e64h1 | 51 ms | 40 ms | 10 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.7 s |
| Other | 505 ms |
| Style & Layout | 377 ms |
| Script Parsing & Compilation | 234 ms |
| Rendering | 118 ms |
| Parse HTML & CSS | 72 ms |
| Garbage Collection | 49 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 |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
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 | |
|---|---|
Insights & Analytics div.h-100 > div.d-flex > div.card-image-wrapper > img.object-fit-cover | clarivate.com/wp-content/uploads/2024/03/Insights-Analytics%E2%80%8B.png |
Premium Data Sets div.h-100 > div.d-flex > div.card-image-wrapper > img.object-fit-cover | clarivate.com/wp-content/uploads/2024/03/Premium-Data-Sets.png |
Workflow Solutions div.h-100 > div.d-flex > div.card-image-wrapper > img.object-fit-cover | clarivate.com/wp-content/uploads/2024/03/Workflow-Solutions%E2%80%8B.png |
Expert Services div.h-100 > div.d-flex > div.card-image-wrapper > img.object-fit-cover | clarivate.com/wp-content/uploads/2024/03/Expert-Services%E2%80%8B.png |
Rare Disease Innovation - Navigating Capital, Complexity, and Clinical Opportun… div.h-100 > div.d-flex > div.card-image-wrapper > img.object-fit-cover | /wp-content/uploads/2024/09/CL_photo_abstract_136-e168130... |
The Top 100 Global Innovators div.h-100 > div.d-flex > div.card-image-wrapper > img.object-fit-cover | clarivate.com/wp-content/uploads/2026/01/Top-100-2026-hero_1920x1080-380x530.jpg |
Drugs to Watch div.h-100 > div.d-flex > div.card-image-wrapper > img.object-fit-cover | clarivate.com/wp-content/uploads/2026/01/DTW-hero_1920x1080px-380x530.png |
Highly Cited Researchers div.h-100 > div.d-flex > div.card-image-wrapper > img.object-fit-cover | /wp-content/uploads/2025/10/HCR-2025_Hero-section_1920x10... |
Rare Disease Innovation - Navigating Capital, Complexity, and Clinical Opportun… div.h-100 > div.d-flex > div.card-image-wrapper > img.object-fit-cover | /wp-content/uploads/2024/09/CL_photo_abstract_136-e168130... |
The Top 100 Global Innovators div.h-100 > div.d-flex > div.card-image-wrapper > img.object-fit-cover | clarivate.com/wp-content/uploads/2026/01/Top-100-2026-hero_1920x1080-380x530.jpg |
Drugs to Watch div.h-100 > div.d-flex > div.card-image-wrapper > img.object-fit-cover | clarivate.com/wp-content/uploads/2026/01/DTW-hero_1920x1080px-380x530.png |
Highly Cited Researchers div.h-100 > div.d-flex > div.card-image-wrapper > img.object-fit-cover | /wp-content/uploads/2025/10/HCR-2025_Hero-section_1920x10... |
Rare Disease Innovation - Navigating Capital, Complexity, and Clinical Opportun… div.h-100 > div.d-flex > div.card-image-wrapper > img.object-fit-cover | /wp-content/uploads/2024/09/CL_photo_abstract_136-e168130... |
Clarivate on X ul.list-unstyled > li.list-inline-item > a > img | clarivate.com/wp-content/themes/clarivate/src/img/x-logo.svg |
Clarivate training on YouTube ul.list-unstyled > li.list-inline-item > a > img | clarivate.com/wp-content/themes/clarivate/src/img/linkedin-logo.svg |
Clarivate on Facebook ul.list-unstyled > li.list-inline-item > a > img | clarivate.com/wp-content/themes/clarivate/src/img/facebook-logo.svg |
Clarivate on Instagram ul.list-unstyled > li.list-inline-item > a > img | clarivate.com/wp-content/themes/clarivate/src/img/instagram-logo.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 |
|---|
Premium Data Sets div.card-body > div.d-flex > div > h5.card-title |
Academia & Government div.card-body > div.d-flex > div > h5.card-title |
Web of Science Platform div.card-body > div.d-flex > div > h5.card-title |
Nandita Quaderi div.card-body > div.d-flex > div > h5.card-title |
The Top 100 Global Innovators div.card-body > div.d-flex > div > h5.card-title |
Insight or information? What trademark leaders really need from their IP manage… div.card-body > div.d-flex > div > h5.card-title |
These are opportunities to improve keyboard navigation in your application.
Best practices
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Best Practices
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting | |
| Unload event listeners are deprecated and will be removed. | clarivate.com/ line 8, col 8711 |
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 451 () |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
SEO
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.