Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Room to improve — your 32.7s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
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.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 37.6 MB (31.0 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
3 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/bb794f49-087e-4fe0-8ec8-c964fff0a4b7)<a href="https://beavercheck.com/results/bb794f49-087e-4fe0-8ec8-c964fff0a4b7"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Ftufts.edu" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Ftufts.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 32.7s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~30%.
Page takes 32.7s to load
+12% bounceUsers abandon at ~3s — you're 30.2s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.9s
+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 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, …)
10 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
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
3 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€510 investment → €7.21/month returns + EUR 500,000 risk avoided
€510
6h · 5 findings
€7.21 /mo
~€87 / year
EUR 500,000
if kept compliant
€85 — 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.0 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€41,674 / month at risk
~€500,087 / year if left unfixed
€500,000
€7.21 /mo
97366.7 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
11.33 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
32.68 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.88 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.005
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
12.20 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.
33.27 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.
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 |
|---|---|---|
| use.typekit.net/xfa2ead.css | 1.1 KiB | 772 ms |
| use.typekit.net/qnx2aja.css | 1.2 KiB | 157 ms |
| fonts.googleapis.com/css?family=Roboto+Slab:300,400,700&display=swap | 1.2 KiB | 180 ms |
| /css?family=Roboto:300,300i,400,400i,500,700,700i&display... | 2.2 KiB | 846 ms |
| fonts.googleapis.com/css?family=Open+Sans:300i&display=swap | 1.7 KiB | |
| /p.css?s=1&k=qnx2aja&ht=tk&f=139.140.173.174.175.176.5474... | 172 B | 150 ms |
| /sites/default/files/css/css_eItqtlOTr74Ueu8lAQdiKOdQwOW1... | 68.2 KiB | 601 ms |
| /sites/default/files/css/css_HCfp-gYOwPUvp_waPAXa8_vPjvMp... | 15.3 KiB | |
| /p.css?s=1&k=xfa2ead&ht=tk&f=4750.5022.5035.5178.5310.541... | 172 B | 752 ms |
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.
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.paragraph > div.social-embed > div.social-embed-inner > div.social-embed__bg div.paragraph > div.social-embed > div.social-embed-inner > div.social-embed__bg | /themes/custom/tuftsedu_theme/src/images/texture_03__flit... | 797.4 KiB | 470.1 KiB |
Image posted by TuftsUniversity to twitter div.crt-post-c > div > div.crt-grid-post-content > div.crt-grid-post-image | pbs.twimg.com/media/HGYholxWIAANbYF.jpg:medium | 542.5 KiB | 410.7 KiB |
Students walk up and down a stone staircase flanked by blossoming trees toward … div.field > div.field__item > picture > img | /sites/default/files/styles/large_feature_1536x864/public... | 307.1 KiB | 293.4 KiB |
div.home-hero__standard > div.home-hero__standard--outer > div.video--container > video.ambient-video div.home-hero__standard > div.home-hero__standard--outer > div.video--container > video.ambient-video | /sites/default/files/styles/large_feature_1140x619/public... | 252.2 KiB | 237.2 KiB |
A professor and a student huddle over a Japanese textbook. div.field > div.field__item > picture > img | /sites/default/files/styles/overview_feature_1536x1712/pu... | 145.5 KiB | 135.0 KiB |
A professor and two students sit around a table with a laptop showing a distrib… div.field > div.field__item > picture > img | /sites/default/files/styles/multilink_1240x800/public/202... | 136.7 KiB | 134.4 KiB |
Three graduate students in business-casual attire walk through an elevated glas… div.field > div.field__item > picture > img | /sites/default/files/styles/multilink_1240x800/public/202... | 105.8 KiB | 104.0 KiB |
Two students wearing lab coats and blue gloves discuss the contents of a Petri … div.field > div.field__item > picture > img | /sites/default/files/styles/overview_feature_1536x1712/pu... | 90.4 KiB | 83.9 KiB |
A group of students talk and laugh in a lecture hall before class. div.field > div.field__item > picture > img | /sites/default/files/styles/multilink_1240x800/public/202... | 62.9 KiB | 61.9 KiB |
A man holds paint brushes in a painting studio. div.field > div.field__item > picture > img | /sites/default/files/styles/featured_media_1536x860/publi... | 49.6 KiB | 46.1 KiB |
Three students stand smiling next to each other outside article.media > div.field > picture > img | /sites/default/files/styles/featured_card_940x660/public/... | 39.2 KiB | 33.3 KiB |
Event image div.events__stage > div.events__image--container > div.event__image > img | /sites/default/files/styles/event_image_400x325/public/20... | 33.6 KiB | 26.1 KiB |
A man holds a basketball with both hands and looks up toward the hoop article.media > div.field > picture > img | /sites/default/files/styles/featured_card_940x660/public/... | 29.6 KiB | 25.2 KiB |
Adam Kinzinger speaks to a group of students while sitting at a table. article.media > div.field > picture > img | /sites/default/files/styles/featured_card_940x660/public/... | 18.0 KiB | 15.3 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| tufts.edu/ | 756 ms |
| www.tufts.edu/ | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| /sites/default/files/css/css_eItqtlOTr74Ueu8lAQdiKOdQwOW1... | 67.8 KiB | 58.2 KiB |
| /sites/default/files/css/css_HCfp-gYOwPUvp_waPAXa8_vPjvMp... | 15.1 KiB | 14.3 KiB |
| cdn.curator.io/5.0/curator.embed.css | 14.4 KiB | 13.8 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 |
|---|---|---|
| fast.wistia.net/assets/external/E-v1.js | 161.6 KiB | 132.1 KiB |
| fast.wistia.net/assets/external/E-v1.js | 161.6 KiB | 121.9 KiB |
| cdn.curator.io/5.0/curator.embed.js | 102.1 KiB | 64.8 KiB |
| www.googletagmanager.com/gtag/js?id=AW-666834536&cx=c>m=4e64h1 | 143.7 KiB | 64.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-3DDNK3T75D&cx=c>m=4e64h1 | 154.0 KiB | 64.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-7QHZNYE3J3&cx=c>m=4e64h1 | 155.9 KiB | 64.6 KiB |
| www.googletagmanager.com/gtag/js?id=AW-780980239 | 144.7 KiB | 63.4 KiB |
| www.googletagmanager.com/gtag/js?id=DC-14631269&cx=c>m=4e64h1 | 131.1 KiB | 57.9 KiB |
| connect.facebook.net/en_US/bundle/sdk.js/ | 77.6 KiB | 51.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-TLX9SWC | 196.5 KiB | 48.8 KiB |
| /signals/config/1232637663948177?v=2.9.303&r=stable&domai... | 126.5 KiB | 35.3 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 32.6 KiB |
| www.tufts.edu/core/assets/vendor/jquery/jquery.min.js?v=3.7.1 | 34.6 KiB | 22.1 KiB |
| browser.sentry-cdn.com/9.6.1/bundle.min.js | 24.6 KiB | 21.1 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 | 4.0 s |
| Other | 1.9 s |
| Style & Layout | 763 ms |
| Script Parsing & Compilation | 743 ms |
| Rendering | 322 ms |
| Parse HTML & CSS | 160 ms |
| Garbage Collection | 83 ms |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.tufts.edu/core/misc/ajax.js?v=10.6.7 | 20.2 KiB | 14.2 KiB |
| www.tufts.edu/core/misc/drupal.js?v=10.6.7 | 7.1 KiB | 5.6 KiB |
| www.tufts.edu/core/misc/position.js?v=10.6.7 | 6.6 KiB | 3.6 KiB |
| www.tufts.edu/core/misc/displace.js?v=10.6.7 | 2.9 KiB | 2.1 KiB |
| www.tufts.edu/core/misc/dialog/dialog.ajax.js?v=10.6.7 | 3.4 KiB | 2.0 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.
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Skip to main content body.path-frontpage > a.visually-hidden |
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 |
|---|---|
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
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 |
|---|---|
www.tufts.edu/core/misc/drupal.js?v=10.6.7 line 63, col 6 | TypeError: Failed to execute 'observe' on 'MutationObserver': parameter 1 is not of type 'Node'.
at Object.attach (https://www.tufts.edu/themes/custom/tuftsedu_theme/dist/js/forms.js?v=1.x:1:8884)
at https://www.tufts.edu/core/misc/drupal.js?v=10.6.7:166:24
at Array.forEach (<anonymous>)
at Drupal.attachBehaviors (https://www.tufts.edu/core/misc/drupal.js?v=10.6.7:162:34)
at https://www.tufts.edu/core/misc/drupal.init.js?v=10.6.7:32:12
at HTMLDocument.listener (https://www.tufts.edu/core/misc/drupal.init.js?v=10.6.7:20:7) |
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.
| Link destination | Link Text |
|---|---|
| www.tufts.edu/academics | Learn more |
| www.tufts.edu/research | Learn more |
| now.tufts.edu/2026/04/07/art-became-his-language | Read more |
| alumniandfriends.tufts.edu/giving-to-tufts | Learn More |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Menu div.mm-panels > div#mm-1 > div.mm-navbar > a.mm-navbar__title |
To appear in search results, crawlers need access to your app.
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.22 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.89 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
114 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.061
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.83 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
6.64 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.home-hero__standard > div.home-hero__standard--outer > div.video--container > video.ambient-video div.home-hero__standard > div.home-hero__standard--outer > div.video--container > video.ambient-video | /sites/default/files/styles/large_feature_1140x619/public... | 252.2 KiB | 144.3 KiB |
A professor and a student huddle over a Japanese textbook. div.field > div.field__item > picture > img | /sites/default/files/styles/overview_feature_842x922/publ... | 65.1 KiB | 23.9 KiB |
Two students wearing lab coats and blue gloves discuss the contents of a Petri … div.field > div.field__item > picture > img | /sites/default/files/styles/overview_feature_842x922/publ... | 52.3 KiB | 19.2 KiB |
Event image div.events__stage > div.events__image--container > div.event__image > img | /sites/default/files/styles/event_image_400x325/public/20... | 33.6 KiB | 12.4 KiB |
A sign reading “Tufts University Founded 1852” next to a tree with pink flowers div.field > div.field__item > picture > img | /sites/default/files/styles/menu_image_486x378_/public/20... | 41.2 KiB | 11.3 KiB |
A graduate student and faculty member in the sciences sit and talk, surrounded … div.field > div.field__item > picture > img | /sites/default/files/styles/menu_image_486x378_/public/20... | 38.3 KiB | 8.4 KiB |
Two students sit at separate desks, working on laptops while facing a window. O… div.field > div.field__item > picture > img | /sites/default/files/styles/menu_image_486x378_/public/20... | 36.4 KiB | 6.5 KiB |
An aerial view of the roof of Tisch Library and the Boston skyline under a clea… div.field > div.field__item > picture > img | /sites/default/files/styles/menu_image_486x378_/public/20... | 36.3 KiB | 6.4 KiB |
Students walk through the hallways between classes at the Cummings Center durin… div.field > div.field__item > picture > img | /sites/default/files/styles/menu_image_486x378_/public/20... | 36.2 KiB | 6.3 KiB |
Four students cluster around a laptop at a workbench. div.field > div.field__item > picture > img | /sites/default/files/styles/secondary_image_290x225/publi... | 15.2 KiB | 4.6 KiB |
Three students examine a brown and white horse in a barn. div.field > div.field__item > picture > img | /sites/default/files/styles/secondary_image_290x225/publi... | 15.0 KiB | 4.3 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.
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.
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 |
|---|---|
| tufts.edu/ | 212 ms |
| www.tufts.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.
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 |
|---|---|---|
| /sites/default/files/css/css_eItqtlOTr74Ueu8lAQdiKOdQwOW1... | 67.8 KiB | 52.3 KiB |
| /sites/default/files/css/css_HCfp-gYOwPUvp_waPAXa8_vPjvMp... | 15.1 KiB | 14.5 KiB |
| cdn.curator.io/5.0/curator.embed.css | 14.4 KiB | 13.8 KiB |
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.0 s |
| Other | 592 ms |
| Style & Layout | 293 ms |
| Script Parsing & Compilation | 165 ms |
| Rendering | 115 ms |
| Parse HTML & CSS | 39 ms |
| Garbage Collection | 27 ms |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.tufts.edu/core/misc/ajax.js?v=10.6.7 | 20.2 KiB | 14.2 KiB |
| www.tufts.edu/core/misc/drupal.js?v=10.6.7 | 7.1 KiB | 5.6 KiB |
| www.tufts.edu/core/misc/position.js?v=10.6.7 | 6.6 KiB | 3.6 KiB |
| www.tufts.edu/core/misc/displace.js?v=10.6.7 | 2.9 KiB | 2.1 KiB |
| www.tufts.edu/core/misc/dialog/dialog.ajax.js?v=10.6.7 | 3.4 KiB | 2.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.
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 |
|---|---|---|
| fast.wistia.net/assets/external/E-v1.js | 122.1 KiB | 91.9 KiB |
| cdn.curator.io/5.0/curator.embed.js | 102.1 KiB | 64.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-3DDNK3T75D&cx=c>m=4e64h1 | 154.0 KiB | 64.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-7QHZNYE3J3&cx=c>m=4e64h1 | 155.9 KiB | 64.7 KiB |
| www.googletagmanager.com/gtag/js?id=AW-666834536&cx=c>m=4e64h1 | 143.7 KiB | 64.6 KiB |
| www.googletagmanager.com/gtag/js?id=AW-780980239 | 144.5 KiB | 63.7 KiB |
| www.googletagmanager.com/gtag/js?id=DC-14631269&cx=c>m=4e64h1 | 131.1 KiB | 57.9 KiB |
| connect.facebook.net/en_US/bundle/sdk.js/ | 77.6 KiB | 51.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-TLX9SWC | 196.5 KiB | 48.9 KiB |
| /signals/config/1232637663948177?v=2.9.303&r=stable&domai... | 126.4 KiB | 35.5 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 33.4 KiB |
| www.tufts.edu/core/assets/vendor/jquery/jquery.min.js?v=3.7.1 | 34.6 KiB | 22.1 KiB |
| browser.sentry-cdn.com/9.6.1/bundle.min.js | 24.6 KiB | 21.1 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.
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Resources For nav#block-resourcesfor > ul.menu > li.menu-item > button#btn-resources-for |
Current Students
Faculty & Staff
Parents
Neighbors
Alumni & Friends nav#block-resourcesfor > ul.menu > li.menu-item > ul.menu |
Schools and Colleges
School of Arts and Sciences
Graduate School of Arts and Sc… div.container > ul.menu > li.menu-item > div#dm_5792.186232699563 |
Undergraduate Admissions
Graduate Admissions
Pre-College Admissions
Financial A… div.container > ul.menu > li.menu-item > div#dm_5645.290876240323 |
Tufts Solutions
Centers and Institutes
Libraries and Collections
Opportunities … div.container > ul.menu > li.menu-item > div#dm_3041.191296736316 |
Athletics
Civic Engagement
Creativity and the Arts
Undergraduate Student Life
I… div.container > ul.menu > li.menu-item > div#dm_22.05956243474531 |
Mission and Vision
University Leadership
Office of the President
Commitment to … div.container > ul.menu > li.menu-item > div#dm_7078.86709656205 |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Skip to main content body.path-frontpage > a.visually-hidden |
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 |
|---|---|
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
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 |
|---|---|
www.tufts.edu/core/misc/drupal.js?v=10.6.7 line 63, col 6 | TypeError: Failed to execute 'observe' on 'MutationObserver': parameter 1 is not of type 'Node'.
at Object.attach (https://www.tufts.edu/themes/custom/tuftsedu_theme/dist/js/forms.js?v=1.x:1:8884)
at https://www.tufts.edu/core/misc/drupal.js?v=10.6.7:166:24
at Array.forEach (<anonymous>)
at Drupal.attachBehaviors (https://www.tufts.edu/core/misc/drupal.js?v=10.6.7:162:34)
at https://www.tufts.edu/core/misc/drupal.init.js?v=10.6.7:32:12
at HTMLDocument.listener (https://www.tufts.edu/core/misc/drupal.init.js?v=10.6.7:20:7) |
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.
| Link destination | Link Text |
|---|---|
| www.tufts.edu/academics | Learn more |
| www.tufts.edu/research | Learn more |
| now.tufts.edu/2026/04/07/art-became-his-language | Read more |
| alumniandfriends.tufts.edu/giving-to-tufts | Learn More |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Menu div.mm-panels > div#mm-1 > div.mm-navbar > a.mm-navbar__title |
To appear in search results, crawlers need access to your app.
Send Feedback