Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 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.
Missing signals may be hurting your search visibility.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Heavier than average — reducing page weight saves energy and bandwidth.
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.
209 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
210 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/5017fc52-a346-48b3-a06f-c5bfdb418f7b)<a href="https://beavercheck.com/results/5017fc52-a346-48b3-a06f-c5bfdb418f7b"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Facademia.edu" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Facademia.eduThis 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 22.4s exceeds Google's 2.5s 'Good' threshold and the 2 performance issues below directly contribute to it. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~31%.
Page takes 22.4s to load
+12% bounceUsers abandon at ~3s — you're 19.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 2.0s
+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
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
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.
$550 investment → $0.93/month returns + USD 150,000 risk avoided
$550
6h · 5 findings
$0.93 /mo
~$11 / year
USD 150,000
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.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$12,501 / month at risk
~$150,011 / year if left unfixed
$150,000
$0.93 /mo
11595.9 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.
7.25 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
22.35 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.96 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.
9.02 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.
22.67 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.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.DesignSystem > div.new-lohp-container > div.top-section > div.landing-hero-image div.DesignSystem > div.new-lohp-container > div.top-section > div.landing-hero-image | a.academia-assets.com/images/landing/top_hero.png | 650.6 KiB | 588.4 KiB |
div.DesignSystem > div.closing-hero > div.closing-hero-image > img div.DesignSystem > div.closing-hero > div.closing-hero-image > img | a.academia-assets.com/images/landing/closing_hero.png | 465.8 KiB | 448.5 KiB |
div.primary-interest-profile-list > div.primary-interest-profile > a > img div.primary-interest-profile-list > div.primary-interest-profile > a > img | 0.academia-photos.com/118352/469924/592044/s65_andreas.fickers.jpg | 32.6 KiB | 32.5 KiB |
div.primary-interest-profile-list > div.primary-interest-profile > a > img div.primary-interest-profile-list > div.primary-interest-profile > a > img | 0.academia-photos.com/23978036/6473763/7321516/s65_norbert.schwarz.jpg | 11.2 KiB | 11.1 KiB |
div.primary-interest-profile-list > div.primary-interest-profile > a > img div.primary-interest-profile-list > div.primary-interest-profile > a > img | 0.academia-photos.com/68338/1209003/8013886/s65_kalle.pihlainen.jpg | 11.2 KiB | 11.0 KiB |
div.primary-interest-profile-list > div.primary-interest-profile > a > img div.primary-interest-profile-list > div.primary-interest-profile > a > img | 0.academia-photos.com/695663/917481/1147821/s65_michael.shur.jpg | 8.1 KiB | 8.0 KiB |
div.primary-interest-profile-list > div.primary-interest-profile > a > img div.primary-interest-profile-list > div.primary-interest-profile > a > img | 0.academia-photos.com/54387/16255/217297/s65_joshua.pearce.jpg | 7.3 KiB | 7.2 KiB |
div.primary-interest-profile-list > div.primary-interest-profile > a > img div.primary-interest-profile-list > div.primary-interest-profile > a > img | 0.academia-photos.com/32540595/9751655/10863433/s65_eray.aydil.jpg | 6.4 KiB | 6.3 KiB |
div.primary-interest-profile-list > div.primary-interest-profile > a > img div.primary-interest-profile-list > div.primary-interest-profile > a > img | 0.academia-photos.com/13941/4680/4872108/s65_peter.scholliers.jp2 | 5.6 KiB | 5.5 KiB |
div.primary-interest-profile-list > div.primary-interest-profile > a > img div.primary-interest-profile-list > div.primary-interest-profile > a > img | 0.academia-photos.com/10483/31638845/28953264/s65_jere_r..behrman.jpg | 5.1 KiB | 5.0 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.
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 |
|---|---|
| academia.edu/ | 771 ms |
| www.academia.edu/ | 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 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 |
|---|---|---|
| /assets/academia-f708a0733e68810783f352ff4508912c9e1368b7... | 46.1 KiB | 45.8 KiB |
| /assets/libraries-3fa2f250cbcbdaf5b86ae47033e8e4e4af4d5e8... | 23.0 KiB | 22.5 KiB |
| a.academia-assets.com/webpack_bundles/css/design_system-95ceee0966febe22.css | 19.4 KiB | 19.2 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 |
|---|---|---|
| www.googletagmanager.com/gtm.js?id=GTM-5G9JF7Z&l=dataLayer_old | 132.7 KiB | 83.1 KiB |
| accounts.google.com/gsi/client | 95.4 KiB | 72.9 KiB |
| accounts.google.com/gsi/client | 95.4 KiB | 70.2 KiB |
| www.googletagmanager.com/gtag/js?id=G-5VKX33P2DS | 164.9 KiB | 64.5 KiB |
| /gtag/destination?id=AW-381421769&l=dataLayer_old&cx=c>... | 137.5 KiB | 59.7 KiB |
| connect.facebook.net/en_US/bundle/sdk.js/ | 77.6 KiB | 56.2 KiB |
| a.academia-assets.com/webpack_bundles/js/core_webpack.wjs-a114924156048b6e.js | 195.1 KiB | 49.1 KiB |
| a.academia-assets.com/webpack_bundles/js/8629-b439736bcfef2791.js | 42.0 KiB | 24.6 KiB |
| /webpack_bundles/js/webpack_libraries_and_infrequently_ch... | 32.8 KiB | 24.5 KiB |
| a.academia-assets.com/webpack_bundles/js/design_system-2a25dbc2c93dddef.js | 25.1 KiB | 21.7 KiB |
| a.academia-assets.com/webpack_bundles/js/7963-e6e53b81fe1594cc.js | 29.8 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.
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.7 s |
| Other | 1.2 s |
| Script Parsing & Compilation | 706 ms |
| Style & Layout | 493 ms |
| Parse HTML & CSS | 157 ms |
| Garbage Collection | 114 ms |
| Rendering | 47 ms |
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 | |
|---|---|
div.DesignSystem > div.closing-hero > div.closing-hero-image > img div.DesignSystem > div.closing-hero > div.closing-hero-image > img | a.academia-assets.com/images/landing/closing_hero.png |
Academia div.text-column > div.academia-logo > a > img | a.academia-assets.com/images/design_system/academia_logo_short_white.svg |
div.benefit-box-container > div.benefit-box > div.benefit-image-container > img.bounded-image div.benefit-box-container > div.benefit-box > div.benefit-image-container > img.bounded-image | a.academia-assets.com/images/landing/discover-research.svg |
div.benefit-box-container > div.benefit-box > div.benefit-image-container > img.bounded-image div.benefit-box-container > div.benefit-box > div.benefit-image-container > img.bounded-image | a.academia-assets.com/images/landing/track-impact.svg |
Academia div.subfooter-row > div.academia-logo > a > img | a.academia-assets.com/images/design_system/academia_logo_white.svg |
div.stat-col > div.stat-box > div.stat-row > img div.stat-col > div.stat-box > div.stat-row > img | a.academia-assets.com/images/landing/icon-blue-user.svg |
div.stat-col > div.stat-box > div.stat-row > img div.stat-col > div.stat-box > div.stat-row > img | a.academia-assets.com/images/landing/icon-gold-paper.svg |
div.stat-col > div.stat-box > div.stat-row > img div.stat-col > div.stat-box > div.stat-row > img | a.academia-assets.com/images/landing/icon-green-star.svg |
div.benefit-box-container > div.benefit-box > a.benefit-link > img.bounded-image div.benefit-box-container > div.benefit-box > a.benefit-link > img.bounded-image | a.academia-assets.com/images/landing/icon-right-arrow.svg |
div.benefit-box-container > div.benefit-box > a.benefit-link > img.bounded-image div.benefit-box-container > div.benefit-box > a.benefit-link > img.bounded-image | a.academia-assets.com/images/landing/icon-right-arrow.svg |
div.benefit-box-container > div.benefit-box > a.benefit-link > img.bounded-image div.benefit-box-container > div.benefit-box > a.benefit-link > img.bounded-image | a.academia-assets.com/images/landing/icon-right-arrow.svg |
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 |
|---|
div#main-header-container > div.header--inner-container > nav.header--nav-buttons > button.header--hamburger-button div#main-header-container > div.header--inner-container > nav.header--nav-buttons > button.header--hamburger-button |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.stat-col > div.stat-box > div.stat-row > img div.stat-col > div.stat-box > div.stat-row > img |
div.stat-col > div.stat-box > div.stat-row > img div.stat-col > div.stat-box > div.stat-row > img |
div.stat-col > div.stat-box > div.stat-row > img div.stat-col > div.stat-box > div.stat-row > img |
div.benefit-box-container > div.benefit-box > div.benefit-image-container > img.bounded-image div.benefit-box-container > div.benefit-box > div.benefit-image-container > img.bounded-image |
div.benefit-box-container > div.benefit-box > a.benefit-link > img.bounded-image div.benefit-box-container > div.benefit-box > a.benefit-link > img.bounded-image |
div.benefit-box-container > div.benefit-box > div.benefit-image-container > img.bounded-image div.benefit-box-container > div.benefit-box > div.benefit-image-container > img.bounded-image |
div.benefit-box-container > div.benefit-box > a.benefit-link > img.bounded-image div.benefit-box-container > div.benefit-box > a.benefit-link > img.bounded-image |
div.benefit-box-container > div.benefit-box > div.benefit-image-container > img.bounded-image div.benefit-box-container > div.benefit-box > div.benefit-image-container > img.bounded-image |
div.benefit-box-container > div.benefit-box > a.benefit-link > img.bounded-image div.benefit-box-container > div.benefit-box > a.benefit-link > img.bounded-image |
div.row > div.featured-tool-row > div.featured-tool-graphic-col > img.bounded-image div.row > div.featured-tool-row > div.featured-tool-graphic-col > img.bounded-image |
div.row > div.featured-tool-row > div.featured-tool-graphic-col > img.bounded-image div.row > div.featured-tool-row > div.featured-tool-graphic-col > img.bounded-image |
div.testimonial-column > div.testimonial-card > div.testimonial-top > img.testimonial-portrait div.testimonial-column > div.testimonial-card > div.testimonial-top > img.testimonial-portrait |
div.testimonial-column-container > div.testimonial-column > div.testimonial-card > img.testimonial-divider div.testimonial-column-container > div.testimonial-column > div.testimonial-card > img.testimonial-divider |
div.testimonial-column > div.testimonial-card > div.testimonial-top > img.testimonial-portrait div.testimonial-column > div.testimonial-card > div.testimonial-top > img.testimonial-portrait |
div.testimonial-column-container > div.testimonial-column > div.testimonial-card > img.testimonial-divider div.testimonial-column-container > div.testimonial-column > div.testimonial-card > img.testimonial-divider |
div.university-container > div.uni-logo-double-rows > div.uni-logo-row > img.uni-logo div.university-container > div.uni-logo-double-rows > div.uni-logo-row > img.uni-logo |
div.university-container > div.uni-logo-double-rows > div.uni-logo-row > img.uni-logo div.university-container > div.uni-logo-double-rows > div.uni-logo-row > img.uni-logo |
div.university-container > div.uni-logo-double-rows > div.uni-logo-row > img.uni-logo div.university-container > div.uni-logo-double-rows > div.uni-logo-row > img.uni-logo |
div.DesignSystem > div.closing-hero > div.closing-hero-image > img div.DesignSystem > div.closing-hero > div.closing-hero-image > img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
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 |
|---|
Explore our top research interests div.js-sticky-actions-trigger > div.landing-research-interests > div.landing-research-interests-heading-container > h4.featured-research-interests-title |
RESEARCHER div.testimonial-column > div.testimonial-card > div.testimonial-top > h6.u-textUppercase |
These are opportunities to improve keyboard navigation in your application.
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.ms-loaded html.ms-loaded |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
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 |
|---|---|
a.academia-assets.com/webpack_bundles/js/4543-4257cdf9b7a0c936.js line 1, col 5558 | [GSI_LOGGER]: FedCM get() rejects with AbortError: signal is aborted without reason |
a.academia-assets.com/webpack_bundles/js/4543-4257cdf9b7a0c936.js line 1, col 5558 | [GSI_LOGGER]: FedCM get() rejects with NetworkError: Error retrieving a token. |
Not signed in with the identity provider. | |
Not signed in with the identity provider. |
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.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.stat-col > div.stat-box > div.stat-row > img div.stat-col > div.stat-box > div.stat-row > img |
div.stat-col > div.stat-box > div.stat-row > img div.stat-col > div.stat-box > div.stat-row > img |
div.stat-col > div.stat-box > div.stat-row > img div.stat-col > div.stat-box > div.stat-row > img |
div.benefit-box-container > div.benefit-box > div.benefit-image-container > img.bounded-image div.benefit-box-container > div.benefit-box > div.benefit-image-container > img.bounded-image |
div.benefit-box-container > div.benefit-box > a.benefit-link > img.bounded-image div.benefit-box-container > div.benefit-box > a.benefit-link > img.bounded-image |
div.benefit-box-container > div.benefit-box > div.benefit-image-container > img.bounded-image div.benefit-box-container > div.benefit-box > div.benefit-image-container > img.bounded-image |
div.benefit-box-container > div.benefit-box > a.benefit-link > img.bounded-image div.benefit-box-container > div.benefit-box > a.benefit-link > img.bounded-image |
div.benefit-box-container > div.benefit-box > div.benefit-image-container > img.bounded-image div.benefit-box-container > div.benefit-box > div.benefit-image-container > img.bounded-image |
div.benefit-box-container > div.benefit-box > a.benefit-link > img.bounded-image div.benefit-box-container > div.benefit-box > a.benefit-link > img.bounded-image |
div.row > div.featured-tool-row > div.featured-tool-graphic-col > img.bounded-image div.row > div.featured-tool-row > div.featured-tool-graphic-col > img.bounded-image |
div.row > div.featured-tool-row > div.featured-tool-graphic-col > img.bounded-image div.row > div.featured-tool-row > div.featured-tool-graphic-col > img.bounded-image |
div.testimonial-column > div.testimonial-card > div.testimonial-top > img.testimonial-portrait div.testimonial-column > div.testimonial-card > div.testimonial-top > img.testimonial-portrait |
div.testimonial-column-container > div.testimonial-column > div.testimonial-card > img.testimonial-divider div.testimonial-column-container > div.testimonial-column > div.testimonial-card > img.testimonial-divider |
div.testimonial-column > div.testimonial-card > div.testimonial-top > img.testimonial-portrait div.testimonial-column > div.testimonial-card > div.testimonial-top > img.testimonial-portrait |
div.testimonial-column-container > div.testimonial-column > div.testimonial-card > img.testimonial-divider div.testimonial-column-container > div.testimonial-column > div.testimonial-card > img.testimonial-divider |
div.university-container > div.uni-logo-double-rows > div.uni-logo-row > img.uni-logo div.university-container > div.uni-logo-double-rows > div.uni-logo-row > img.uni-logo |
div.university-container > div.uni-logo-double-rows > div.uni-logo-row > img.uni-logo div.university-container > div.uni-logo-double-rows > div.uni-logo-row > img.uni-logo |
div.university-container > div.uni-logo-double-rows > div.uni-logo-row > img.uni-logo div.university-container > div.uni-logo-double-rows > div.uni-logo-row > img.uni-logo |
div.DesignSystem > div.closing-hero > div.closing-hero-image > img div.DesignSystem > div.closing-hero > div.closing-hero-image > img |
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.45 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.07 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
71 ms
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.
1.88 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.
3.29 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.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.DesignSystem > div.new-lohp-container > div.top-section > div.landing-hero-image div.DesignSystem > div.new-lohp-container > div.top-section > div.landing-hero-image | a.academia-assets.com/images/landing/top_hero.png | 650.6 KiB | 588.4 KiB |
div.DesignSystem > div.closing-hero > div.closing-hero-image > img div.DesignSystem > div.closing-hero > div.closing-hero-image > img | a.academia-assets.com/images/landing/closing_hero.png | 465.8 KiB | 428.7 KiB |
div.row > div.featured-tool-row > div.featured-tool-graphic-col > img.bounded-image div.row > div.featured-tool-row > div.featured-tool-graphic-col > img.bounded-image | a.academia-assets.com/images/landing/impact-example.png | 305.4 KiB | 261.5 KiB |
div.row > div.featured-tool-row > div.featured-tool-graphic-col > img.bounded-image div.row > div.featured-tool-row > div.featured-tool-graphic-col > img.bounded-image | a.academia-assets.com/images/landing/research-example.png | 305.0 KiB | 253.8 KiB |
div.testimonial-column > div.testimonial-card > div.testimonial-top > img.testimonial-portrait div.testimonial-column > div.testimonial-card > div.testimonial-top > img.testimonial-portrait | a.academia-assets.com/images/landing/t-steve.png | 45.4 KiB | 43.2 KiB |
div.testimonial-column > div.testimonial-card > div.testimonial-top > img.testimonial-portrait div.testimonial-column > div.testimonial-card > div.testimonial-top > img.testimonial-portrait | a.academia-assets.com/images/landing/t-alisdair.png | 43.7 KiB | 41.5 KiB |
div.testimonial-column > div.testimonial-card > div.testimonial-top > img.testimonial-portrait div.testimonial-column > div.testimonial-card > div.testimonial-top > img.testimonial-portrait | a.academia-assets.com/images/landing/t-trevor.png | 38.1 KiB | 35.9 KiB |
div.primary-interest-profile-list > div.primary-interest-profile > a > img div.primary-interest-profile-list > div.primary-interest-profile > a > img | 0.academia-photos.com/118352/469924/592044/s65_andreas.fickers.jpg | 32.6 KiB | 32.5 KiB |
div.primary-interest-profile-list > div.primary-interest-profile > a > img div.primary-interest-profile-list > div.primary-interest-profile > a > img | 0.academia-photos.com/23978036/6473763/7321516/s65_norbert.schwarz.jpg | 11.2 KiB | 11.1 KiB |
div.primary-interest-profile-list > div.primary-interest-profile > a > img div.primary-interest-profile-list > div.primary-interest-profile > a > img | 0.academia-photos.com/68338/1209003/8013886/s65_kalle.pihlainen.jpg | 11.2 KiB | 11.0 KiB |
div.primary-interest-profile-list > div.primary-interest-profile > a > img div.primary-interest-profile-list > div.primary-interest-profile > a > img | 0.academia-photos.com/695663/917481/1147821/s65_michael.shur.jpg | 8.1 KiB | 8.0 KiB |
div.primary-interest-profile-list > div.primary-interest-profile > a > img div.primary-interest-profile-list > div.primary-interest-profile > a > img | 0.academia-photos.com/54387/16255/217297/s65_joshua.pearce.jpg | 7.3 KiB | 7.2 KiB |
div.primary-interest-profile-list > div.primary-interest-profile > a > img div.primary-interest-profile-list > div.primary-interest-profile > a > img | 0.academia-photos.com/32540595/9751655/10863433/s65_eray.aydil.jpg | 6.4 KiB | 6.3 KiB |
div.primary-interest-profile-list > div.primary-interest-profile > a > img div.primary-interest-profile-list > div.primary-interest-profile > a > img | 0.academia-photos.com/13941/4680/4872108/s65_peter.scholliers.jp2 | 5.6 KiB | 5.5 KiB |
div.primary-interest-profile-list > div.primary-interest-profile > a > img div.primary-interest-profile-list > div.primary-interest-profile > a > img | 0.academia-photos.com/10483/31638845/28953264/s65_jere_r..behrman.jpg | 5.1 KiB | 5.0 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.
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 |
|---|---|
| academia.edu/ | 228 ms |
| www.academia.edu/ | 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 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 |
|---|---|---|
| /assets/academia-f708a0733e68810783f352ff4508912c9e1368b7... | 33.1 KiB | 33.0 KiB |
| /assets/libraries-3fa2f250cbcbdaf5b86ae47033e8e4e4af4d5e8... | 23.0 KiB | 22.4 KiB |
| a.academia-assets.com/webpack_bundles/css/design_system-95ceee0966febe22.css | 19.4 KiB | 19.2 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 |
|---|---|---|
| www.googletagmanager.com/gtm.js?id=GTM-5G9JF7Z&l=dataLayer_old | 132.7 KiB | 82.0 KiB |
| accounts.google.com/gsi/client | 95.4 KiB | 73.9 KiB |
| accounts.google.com/gsi/client | 95.4 KiB | 67.2 KiB |
| www.googletagmanager.com/gtag/js?id=G-5VKX33P2DS | 164.9 KiB | 65.5 KiB |
| /gtag/destination?id=AW-381421769&l=dataLayer_old&cx=c>... | 137.5 KiB | 59.7 KiB |
| connect.facebook.net/en_US/bundle/sdk.js/ | 77.6 KiB | 56.1 KiB |
| a.academia-assets.com/webpack_bundles/js/core_webpack.wjs-a114924156048b6e.js | 195.1 KiB | 49.1 KiB |
| a.academia-assets.com/webpack_bundles/js/8629-b439736bcfef2791.js | 42.0 KiB | 24.6 KiB |
| /webpack_bundles/js/webpack_libraries_and_infrequently_ch... | 32.8 KiB | 24.5 KiB |
| a.academia-assets.com/webpack_bundles/js/design_system-2a25dbc2c93dddef.js | 25.1 KiB | 21.7 KiB |
| a.academia-assets.com/webpack_bundles/js/7963-e6e53b81fe1594cc.js | 29.8 KiB | 21.2 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.
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 | |
|---|---|
div.row > div.featured-tool-row > div.featured-tool-graphic-col > img.bounded-image div.row > div.featured-tool-row > div.featured-tool-graphic-col > img.bounded-image | a.academia-assets.com/images/landing/research-example.png |
div.row > div.featured-tool-row > div.featured-tool-graphic-col > img.bounded-image div.row > div.featured-tool-row > div.featured-tool-graphic-col > img.bounded-image | a.academia-assets.com/images/landing/impact-example.png |
div.DesignSystem > div.closing-hero > div.closing-hero-image > img div.DesignSystem > div.closing-hero > div.closing-hero-image > img | a.academia-assets.com/images/landing/closing_hero.png |
Academia div.text-column > div.academia-logo > a > img | a.academia-assets.com/images/design_system/academia_logo_short_white.svg |
div.benefit-box-container > div.benefit-box > div.benefit-image-container > img.bounded-image div.benefit-box-container > div.benefit-box > div.benefit-image-container > img.bounded-image | a.academia-assets.com/images/landing/publish-work.svg |
div.benefit-box-container > div.benefit-box > div.benefit-image-container > img.bounded-image div.benefit-box-container > div.benefit-box > div.benefit-image-container > img.bounded-image | a.academia-assets.com/images/landing/discover-research.svg |
div.benefit-box-container > div.benefit-box > div.benefit-image-container > img.bounded-image div.benefit-box-container > div.benefit-box > div.benefit-image-container > img.bounded-image | a.academia-assets.com/images/landing/track-impact.svg |
Academia div.subfooter-row > div.academia-logo > a > img | a.academia-assets.com/images/design_system/academia_logo_white.svg |
div.stat-col > div.stat-box > div.stat-row > img div.stat-col > div.stat-box > div.stat-row > img | a.academia-assets.com/images/landing/icon-blue-user.svg |
div.stat-col > div.stat-box > div.stat-row > img div.stat-col > div.stat-box > div.stat-row > img | a.academia-assets.com/images/landing/icon-gold-paper.svg |
div.stat-col > div.stat-box > div.stat-row > img div.stat-col > div.stat-box > div.stat-row > img | a.academia-assets.com/images/landing/icon-green-star.svg |
div.testimonial-column-container > div.testimonial-column > div.testimonial-card > img.testimonial-divider div.testimonial-column-container > div.testimonial-column > div.testimonial-card > img.testimonial-divider | a.academia-assets.com/images/landing/t-divider.svg |
div.testimonial-column-container > div.testimonial-column > div.testimonial-card > img.testimonial-divider div.testimonial-column-container > div.testimonial-column > div.testimonial-card > img.testimonial-divider | a.academia-assets.com/images/landing/t-divider.svg |
div.testimonial-column-container > div.testimonial-column > div.testimonial-card > img.testimonial-divider div.testimonial-column-container > div.testimonial-column > div.testimonial-card > img.testimonial-divider | a.academia-assets.com/images/landing/t-divider.svg |
div.testimonial-column-container > div.testimonial-column > div.testimonial-card > img.testimonial-divider div.testimonial-column-container > div.testimonial-column > div.testimonial-card > img.testimonial-divider | a.academia-assets.com/images/landing/t-divider.svg |
div.testimonial-column-container > div.testimonial-column > div.testimonial-card > img.testimonial-divider div.testimonial-column-container > div.testimonial-column > div.testimonial-card > img.testimonial-divider | a.academia-assets.com/images/landing/t-divider.svg |
div.benefit-box-container > div.benefit-box > a.benefit-link > img.bounded-image div.benefit-box-container > div.benefit-box > a.benefit-link > img.bounded-image | a.academia-assets.com/images/landing/icon-right-arrow.svg |
div.benefit-box-container > div.benefit-box > a.benefit-link > img.bounded-image div.benefit-box-container > div.benefit-box > a.benefit-link > img.bounded-image | a.academia-assets.com/images/landing/icon-right-arrow.svg |
div.benefit-box-container > div.benefit-box > a.benefit-link > img.bounded-image div.benefit-box-container > div.benefit-box > a.benefit-link > img.bounded-image | a.academia-assets.com/images/landing/icon-right-arrow.svg |
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 |
|---|
Explore our top research interests div.js-sticky-actions-trigger > div.landing-research-interests > div.landing-research-interests-heading-container > h4.featured-research-interests-title |
RESEARCHER div.testimonial-column > div.testimonial-card > div.testimonial-top > h6.u-textUppercase |
These are opportunities to improve keyboard navigation in your application.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.stat-col > div.stat-box > div.stat-row > img div.stat-col > div.stat-box > div.stat-row > img |
div.stat-col > div.stat-box > div.stat-row > img div.stat-col > div.stat-box > div.stat-row > img |
div.stat-col > div.stat-box > div.stat-row > img div.stat-col > div.stat-box > div.stat-row > img |
div.benefit-box-container > div.benefit-box > div.benefit-image-container > img.bounded-image div.benefit-box-container > div.benefit-box > div.benefit-image-container > img.bounded-image |
div.benefit-box-container > div.benefit-box > a.benefit-link > img.bounded-image div.benefit-box-container > div.benefit-box > a.benefit-link > img.bounded-image |
div.benefit-box-container > div.benefit-box > div.benefit-image-container > img.bounded-image div.benefit-box-container > div.benefit-box > div.benefit-image-container > img.bounded-image |
div.benefit-box-container > div.benefit-box > a.benefit-link > img.bounded-image div.benefit-box-container > div.benefit-box > a.benefit-link > img.bounded-image |
div.benefit-box-container > div.benefit-box > div.benefit-image-container > img.bounded-image div.benefit-box-container > div.benefit-box > div.benefit-image-container > img.bounded-image |
div.benefit-box-container > div.benefit-box > a.benefit-link > img.bounded-image div.benefit-box-container > div.benefit-box > a.benefit-link > img.bounded-image |
div.row > div.featured-tool-row > div.featured-tool-graphic-col > img.bounded-image div.row > div.featured-tool-row > div.featured-tool-graphic-col > img.bounded-image |
div.row > div.featured-tool-row > div.featured-tool-graphic-col > img.bounded-image div.row > div.featured-tool-row > div.featured-tool-graphic-col > img.bounded-image |
div.testimonial-column > div.testimonial-card > div.testimonial-top > img.testimonial-portrait div.testimonial-column > div.testimonial-card > div.testimonial-top > img.testimonial-portrait |
div.testimonial-column-container > div.testimonial-column > div.testimonial-card > img.testimonial-divider div.testimonial-column-container > div.testimonial-column > div.testimonial-card > img.testimonial-divider |
div.testimonial-column > div.testimonial-card > div.testimonial-top > img.testimonial-portrait div.testimonial-column > div.testimonial-card > div.testimonial-top > img.testimonial-portrait |
div.testimonial-column-container > div.testimonial-column > div.testimonial-card > img.testimonial-divider div.testimonial-column-container > div.testimonial-column > div.testimonial-card > img.testimonial-divider |
div.testimonial-column > div.testimonial-card > div.testimonial-top > img.testimonial-portrait div.testimonial-column > div.testimonial-card > div.testimonial-top > img.testimonial-portrait |
div.testimonial-column-container > div.testimonial-column > div.testimonial-card > img.testimonial-divider div.testimonial-column-container > div.testimonial-column > div.testimonial-card > img.testimonial-divider |
div.testimonial-column > div.testimonial-card > div.testimonial-top > img.testimonial-portrait div.testimonial-column > div.testimonial-card > div.testimonial-top > img.testimonial-portrait |
div.testimonial-column-container > div.testimonial-column > div.testimonial-card > img.testimonial-divider div.testimonial-column-container > div.testimonial-column > div.testimonial-card > img.testimonial-divider |
div.testimonial-column > div.testimonial-card > div.testimonial-top > img.testimonial-portrait div.testimonial-column > div.testimonial-card > div.testimonial-top > img.testimonial-portrait |
div.testimonial-column-container > div.testimonial-column > div.testimonial-card > img.testimonial-divider div.testimonial-column-container > div.testimonial-column > div.testimonial-card > img.testimonial-divider |
div.testimonial-section > div.university-container > div.uni-logo-row > img.uni-logo div.testimonial-section > div.university-container > div.uni-logo-row > img.uni-logo |
div.testimonial-section > div.university-container > div.uni-logo-row > img.uni-logo div.testimonial-section > div.university-container > div.uni-logo-row > img.uni-logo |
div.testimonial-section > div.university-container > div.uni-logo-row > img.uni-logo div.testimonial-section > div.university-container > div.uni-logo-row > img.uni-logo |
div.DesignSystem > div.closing-hero > div.closing-hero-image > img div.DesignSystem > div.closing-hero > div.closing-hero-image > img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a div.primary-interest-container > div.primary-interest-profile-list > div.primary-interest-profile > a |
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.
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.ms-loaded html.ms-loaded |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
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 |
|---|---|
a.academia-assets.com/webpack_bundles/js/4543-4257cdf9b7a0c936.js line 1, col 5558 | [GSI_LOGGER]: FedCM get() rejects with AbortError: signal is aborted without reason |
Not signed in with the identity provider. | |
Not signed in with the identity provider. |
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.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.stat-col > div.stat-box > div.stat-row > img div.stat-col > div.stat-box > div.stat-row > img |
div.stat-col > div.stat-box > div.stat-row > img div.stat-col > div.stat-box > div.stat-row > img |
div.stat-col > div.stat-box > div.stat-row > img div.stat-col > div.stat-box > div.stat-row > img |
div.benefit-box-container > div.benefit-box > div.benefit-image-container > img.bounded-image div.benefit-box-container > div.benefit-box > div.benefit-image-container > img.bounded-image |
div.benefit-box-container > div.benefit-box > a.benefit-link > img.bounded-image div.benefit-box-container > div.benefit-box > a.benefit-link > img.bounded-image |
div.benefit-box-container > div.benefit-box > div.benefit-image-container > img.bounded-image div.benefit-box-container > div.benefit-box > div.benefit-image-container > img.bounded-image |
div.benefit-box-container > div.benefit-box > a.benefit-link > img.bounded-image div.benefit-box-container > div.benefit-box > a.benefit-link > img.bounded-image |
div.benefit-box-container > div.benefit-box > div.benefit-image-container > img.bounded-image div.benefit-box-container > div.benefit-box > div.benefit-image-container > img.bounded-image |
div.benefit-box-container > div.benefit-box > a.benefit-link > img.bounded-image div.benefit-box-container > div.benefit-box > a.benefit-link > img.bounded-image |
div.row > div.featured-tool-row > div.featured-tool-graphic-col > img.bounded-image div.row > div.featured-tool-row > div.featured-tool-graphic-col > img.bounded-image |
div.row > div.featured-tool-row > div.featured-tool-graphic-col > img.bounded-image div.row > div.featured-tool-row > div.featured-tool-graphic-col > img.bounded-image |
div.testimonial-column > div.testimonial-card > div.testimonial-top > img.testimonial-portrait div.testimonial-column > div.testimonial-card > div.testimonial-top > img.testimonial-portrait |
div.testimonial-column-container > div.testimonial-column > div.testimonial-card > img.testimonial-divider div.testimonial-column-container > div.testimonial-column > div.testimonial-card > img.testimonial-divider |
div.testimonial-column > div.testimonial-card > div.testimonial-top > img.testimonial-portrait div.testimonial-column > div.testimonial-card > div.testimonial-top > img.testimonial-portrait |
div.testimonial-column-container > div.testimonial-column > div.testimonial-card > img.testimonial-divider div.testimonial-column-container > div.testimonial-column > div.testimonial-card > img.testimonial-divider |
div.testimonial-column > div.testimonial-card > div.testimonial-top > img.testimonial-portrait div.testimonial-column > div.testimonial-card > div.testimonial-top > img.testimonial-portrait |
div.testimonial-column-container > div.testimonial-column > div.testimonial-card > img.testimonial-divider div.testimonial-column-container > div.testimonial-column > div.testimonial-card > img.testimonial-divider |
div.testimonial-column > div.testimonial-card > div.testimonial-top > img.testimonial-portrait div.testimonial-column > div.testimonial-card > div.testimonial-top > img.testimonial-portrait |
div.testimonial-column-container > div.testimonial-column > div.testimonial-card > img.testimonial-divider div.testimonial-column-container > div.testimonial-column > div.testimonial-card > img.testimonial-divider |
div.testimonial-column > div.testimonial-card > div.testimonial-top > img.testimonial-portrait div.testimonial-column > div.testimonial-card > div.testimonial-top > img.testimonial-portrait |
div.testimonial-column-container > div.testimonial-column > div.testimonial-card > img.testimonial-divider div.testimonial-column-container > div.testimonial-column > div.testimonial-card > img.testimonial-divider |
div.testimonial-section > div.university-container > div.uni-logo-row > img.uni-logo div.testimonial-section > div.university-container > div.uni-logo-row > img.uni-logo |
div.testimonial-section > div.university-container > div.uni-logo-row > img.uni-logo div.testimonial-section > div.university-container > div.uni-logo-row > img.uni-logo |
div.testimonial-section > div.university-container > div.uni-logo-row > img.uni-logo div.testimonial-section > div.university-container > div.uni-logo-row > img.uni-logo |
div.DesignSystem > div.closing-hero > div.closing-hero-image > img div.DesignSystem > div.closing-hero > div.closing-hero-image > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback