Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
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.
Good server performance with room for optimization.
Strong compliance posture across regulations.
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.
Page weighs 23.2 MB (19.3 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 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/ff2585f2-5e2f-4470-af6d-02ce847ea9a5)<a href="https://beavercheck.com/results/ff2585f2-5e2f-4470-af6d-02ce847ea9a5"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fdartmouth.edu" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fdartmouth.eduThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 10.3s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Addressing the critical issues below would have the most immediate impact on your user trust.
7 barrier(s) likely increasing bounce by ~30%.
Page takes 10.3s to load
+12% bounceUsers abandon at ~3s — you're 7.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 693ms
+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
1 form field(s) without a label
+2% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
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, …)
96 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.
$500 investment → $5,222/month returns + USD 157,500 risk avoided
$500
5h · 5 findings
$5,222 /mo
~$62,668 / year
USD 157,500
if kept compliant
$150 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,130 / month at risk
~$157,558 / year if left unfixed
$157,500
+4 more
$4.85 /mo
60595.1 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
5.04 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
10.26 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
693 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.
11.11 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.
26.94 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.
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| cdn.bc0a.com/autopilot/f00000000283318/autopilot_sdk.js | 24.3 KiB | 1.2 s |
| home.dartmouth.edu/modules/contrib/google_tag/js/gtag.js?tduwey | 1.2 KiB | 513 ms |
| home.dartmouth.edu/modules/contrib/google_tag/js/gtm.js?tduwey | 1.1 KiB | 513 ms |
| /sites/home/files/js/js_Ed8iMdh7Z8LyUrusvVNded6YTT5rneJSW... | 851 B | 513 ms |
| /sites/home/files/css/css_y_100t49BBZk-fo9Qccymx5GB8ti54p... | 47.7 KiB | 1.2 s |
| /sites/home/files/css/css_woyE5Qoqoczq6ava0GANAGykvADIgb3... | 4.5 KiB | 181 ms |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Nona Hendryx in Dartmouth's DREAM Studio div.blazy > div.field__item > div.media > img.media__element | /sites/home/files/styles/3_2_lg/public/2026-04/20260217-N... | 93.9 KiB | 68.6 KiB |
Dartmouth Green with Green color swatch div.blazy > div.field__item > div.media > img.media__element | /video/2137207115-3e222c8fccd93dd4103b350731ec7e594aa1389... | 263.5 KiB | 57.5 KiB |
Ezra Klein and Heather Gerken div.blazy > div.field__item > div.media > img.media__element | /sites/home/files/styles/3_2_lg/public/2026-04/Abundance_... | 77.5 KiB | 56.6 KiB |
Daniel Liu div.blazy > div.field__item > div.media > img.media__element | /sites/home/files/styles/3_2_lg/public/2026-04/20260219-L... | 47.9 KiB | 35.0 KiB |
Students at Rauner div.blazy > div.field__item > div.media > img.media__element | /sites/home/files/styles/cta_2x_820x520/public/2024-09/20... | 54.3 KiB | 20.1 KiB |
Micah Green div.blazy > div.field__item > div.media > img.media__element | /sites/home/files/styles/cta_2x_820x520/public/2024-09/20... | 45.9 KiB | 17.0 KiB |
Geisel students walking on campus div.blazy > div.field__item > div.media > img.media__element | /sites/home/files/styles/cta_2x_820x520/public/2023-09/Ge... | 43.2 KiB | 16.0 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 |
|---|---|
| dartmouth.edu/ | 1.1 s |
| www.dartmouth.edu/ | 630 ms |
| www.dartmouth.edu/ | 762 ms |
| home.dartmouth.edu/ | 330 ms |
| home.dartmouth.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/home/files/css/css_y_100t49BBZk-fo9Qccymx5GB8ti54p... | 47.1 KiB | 39.3 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtm.js?id=GTM-WHRVJHV | 139.0 KiB | 67.5 KiB |
| www.googletagmanager.com/gtag/js?id=G-NMTFNS313S&cx=c>m=4e64k0h2 | 156.3 KiB | 66.8 KiB |
| /sites/home/files/js/js_orPJ7eQR1DqYGkonn0F0w1KPVPTS4YxcP... | 112.2 KiB | 63.2 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-PDSXF64 | 116.9 KiB | 63.1 KiB |
| www.googletagmanager.com/gtag/js?id=G-FDKJ4M25RS&cx=c>m=4e64h1 | 152.1 KiB | 62.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-MRK4RQQ | 142.0 KiB | 59.7 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 30.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 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.6 s |
| Other | 1.6 s |
| Style & Layout | 822 ms |
| Script Parsing & Compilation | 364 ms |
| Rendering | 304 ms |
| Parse HTML & CSS | 86 ms |
| Garbage Collection | 32 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in a sub frame. | Actionable |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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.views-row > article.video > div.news--image > button.button--pause div.views-row > article.video > div.news--image > button.button--pause |
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 |
|---|
Giving div.footer-right > div#block-footercallout > div.clearfix > h6 |
These are opportunities to improve keyboard navigation in your application.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.dartmouth.edu/ | Allowed |
| home.dartmouth.edu/ | Allowed |
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 |
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.googletagmanager.com/gtm.js?id=GTM-MRK4RQQ line 254, col 482 | Loading the script 'https://capi-automation.s3.us-east-2.amazonaws.com/public/client_js/capiParamBuilder/clientParamBuilder.bundle.js' violates the following Content Security Policy directive: "script-src-elem 'self' 'unsafe-inline' *.zoomph.com *.dartmouth.edu *.bc0a.com *.googletagmanager.com www.googletagmanager.com *.youtube.com youtube.com *.google-analytics.com stats.g.doubleclick.net marvel-b1-cdn.bc0a.com home.dartmouth.edu cse.google.com *.google.com *.withgoogle.com *.googleadservices.com www.google.com *.vimeo.com vimeo.com siteimproveanalytics.com *.googleapis.com *.gstatic.com js.hs-scripts.com js.hs-analytics.net js.hs-banner.com *.hubspot.com js.hsadspixel.net js.usemessages.com connect.facebook.net js-agent.newrelic.com bam.nr-data.net *.linkedin.com snap.licdn.com https://cdn.bc0a.com https://cdnjs.cloudflare.com https://player.vimeo.com https://www.youtube.com platform.instagram.com platform.twitter.com". The action has been blocked. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
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 |
|---|---|
| /news/2026/04/roth-scholar-nona-hendryx-innovates-across-... | READ MORE |
| dialogues.dartmouth.edu/ | LEARN MORE |
Format your HTML in a way that enables crawlers to better understand your app’s content.
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 17 | Same filename and directory in other branches | Syntax not understood |
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.91 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.67 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
11 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.
3.55 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.
5.94 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.
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| home.dartmouth.edu/modules/contrib/google_tag/js/gtag.js?tduwey | 1.2 KiB | 182 ms |
| cdn.bc0a.com/autopilot/f00000000283318/autopilot_sdk.js | 24.3 KiB | 308 ms |
| /sites/home/files/js/js_Ed8iMdh7Z8LyUrusvVNded6YTT5rneJSW... | 851 B | 182 ms |
| home.dartmouth.edu/modules/contrib/google_tag/js/gtm.js?tduwey | 1.1 KiB | 182 ms |
| /sites/home/files/css/css_y_100t49BBZk-fo9Qccymx5GB8ti54p... | 47.7 KiB | 295 ms |
| /sites/home/files/css/css_woyE5Qoqoczq6ava0GANAGykvADIgb3... | 4.5 KiB | 69 ms |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Dialogue Project banner div.layout-bg-container > div.layout-bg-bg-wrapper > picture > img.layout-bg-img | /sites/home/files/2026-02/26-Dialouge-Banner-Refresh-fina... | 1003.7 KiB | 938.5 KiB |
Nona Hendryx in Dartmouth's DREAM Studio div.blazy > div.field__item > div.media > img.media__element | /sites/home/files/styles/3_2_xl/public/2026-04/20260217-N... | 236.6 KiB | 216.7 KiB |
Ezra Klein and Heather Gerken div.blazy > div.field__item > div.media > img.media__element | /sites/home/files/styles/3_2_xl/public/2026-04/Abundance_... | 177.3 KiB | 174.4 KiB |
Dartmouth Green with Green color swatch div.blazy > div.field__item > div.media > img.media__element | /video/2137207115-3e222c8fccd93dd4103b350731ec7e594aa1389... | 319.3 KiB | 54.8 KiB |
Daniel Liu div.blazy > div.field__item > div.media > img.media__element | /sites/home/files/styles/3_2_lg/public/2026-04/20260219-L... | 47.9 KiB | 44.7 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| dartmouth.edu/ | 512 ms |
| www.dartmouth.edu/ | 190 ms |
| www.dartmouth.edu/ | 443 ms |
| home.dartmouth.edu/ | 110 ms |
| home.dartmouth.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/home/files/css/css_y_100t49BBZk-fo9Qccymx5GB8ti54p... | 47.1 KiB | 35.5 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/gtag/js?id=G-NMTFNS313S&cx=c>m=4e64h1 | 156.4 KiB | 67.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-WHRVJHV | 139.0 KiB | 67.5 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-PDSXF64 | 117.1 KiB | 64.0 KiB |
| /sites/home/files/js/js_orPJ7eQR1DqYGkonn0F0w1KPVPTS4YxcP... | 112.2 KiB | 63.0 KiB |
| www.googletagmanager.com/gtag/js?id=G-FDKJ4M25RS&cx=c>m=4e64h1 | 152.2 KiB | 61.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-MRK4RQQ | 142.0 KiB | 58.8 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 31.2 KiB |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in a sub frame. | Actionable |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|
Image div#tns1-mw > div#tns1-iw > div#tns1 > article.instagram-post |
Image div#tns1-mw > div#tns1-iw > div#tns1 > article.instagram-post |
Image div#tns1-mw > div#tns1-iw > div#tns1 > article.instagram-post |
Image div#tns1-mw > div#tns1-iw > div#tns1 > article.instagram-post |
Image div#tns1-mw > div#tns1-iw > div#tns1 > article.instagram-post |
Image div#tns1-mw > div#tns1-iw > div#tns1 > article.instagram-post |
Image div#tns1-mw > div#tns1-iw > div#tns1 > article.instagram-post |
Image div#tns1-mw > div#tns1-iw > div#tns1 > article.instagram-post |
Image div#tns1-mw > div#tns1-iw > div#tns1 > article.instagram-post |
Image div#tns1-mw > div#tns1-iw > div#tns1 > article.instagram-post |
Image div#tns1-mw > div#tns1-iw > div#tns1 > article.instagram-post |
Image div#tns1-mw > div#tns1-iw > div#tns1 > article.instagram-post |
Image div#tns1-mw > div#tns1-iw > div#tns1 > article#tns1-item3 |
Image div#tns1-mw > div#tns1-iw > div#tns1 > article#tns1-item4 |
Image div#tns1-mw > div#tns1-iw > div#tns1 > article#tns1-item5 |
Image div#tns1-mw > div#tns1-iw > div#tns1 > article#tns1-item6 |
Image div#tns1-mw > div#tns1-iw > div#tns1 > article#tns1-item7 |
Image div#tns1-mw > div#tns1-iw > div#tns1 > article#tns1-item8 |
Image div#tns1-mw > div#tns1-iw > div#tns1 > article#tns1-item9 |
Image div#tns1-mw > div#tns1-iw > div#tns1 > article.instagram-post |
Image div#tns1-mw > div#tns1-iw > div#tns1 > article.instagram-post |
Image div#tns1-mw > div#tns1-iw > div#tns1 > article.instagram-post |
Image div#tns1-mw > div#tns1-iw > div#tns1 > article.instagram-post |
Image div#tns1-mw > div#tns1-iw > div#tns1 > article.instagram-post |
Image div#tns1-mw > div#tns1-iw > div#tns1 > article.instagram-post |
Image div#tns1-mw > div#tns1-iw > div#tns1 > article.instagram-post |
Image div#tns1-mw > div#tns1-iw > div#tns1 > article.instagram-post |
Image div#tns1-mw > div#tns1-iw > div#tns1 > article.instagram-post |
Image div#tns1-mw > div#tns1-iw > div#tns1 > article.instagram-post |
Image div#tns1-mw > div#tns1-iw > div#tns1 > article.instagram-post |
Image div#tns1-mw > div#tns1-iw > div#tns1 > article.instagram-post |
Image div#tns1-mw > div#tns1-iw > div#tns1 > article.instagram-post |
Image div#tns1-mw > div#tns1-iw > div#tns1 > article.instagram-post |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.views-row > article.video > div.news--image > button.button--pause div.views-row > article.video > div.news--image > button.button--pause |
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 |
|---|
Giving div.footer-right > div#block-footercallout > div.clearfix > h6 |
These are opportunities to improve keyboard navigation in your application.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.dartmouth.edu/ | Allowed |
| home.dartmouth.edu/ | Allowed |
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 |
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.googletagmanager.com/gtm.js?id=GTM-MRK4RQQ line 254, col 482 | Loading the script 'https://capi-automation.s3.us-east-2.amazonaws.com/public/client_js/capiParamBuilder/clientParamBuilder.bundle.js' violates the following Content Security Policy directive: "script-src-elem 'self' 'unsafe-inline' *.zoomph.com *.dartmouth.edu *.bc0a.com *.googletagmanager.com www.googletagmanager.com *.youtube.com youtube.com *.google-analytics.com stats.g.doubleclick.net marvel-b1-cdn.bc0a.com home.dartmouth.edu cse.google.com *.google.com *.withgoogle.com *.googleadservices.com www.google.com *.vimeo.com vimeo.com siteimproveanalytics.com *.googleapis.com *.gstatic.com js.hs-scripts.com js.hs-analytics.net js.hs-banner.com *.hubspot.com js.hsadspixel.net js.usemessages.com connect.facebook.net js-agent.newrelic.com bam.nr-data.net *.linkedin.com snap.licdn.com https://cdn.bc0a.com https://cdnjs.cloudflare.com https://player.vimeo.com https://www.youtube.com platform.instagram.com platform.twitter.com". The action has been blocked. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
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 |
|---|---|
| /news/2026/04/roth-scholar-nona-hendryx-innovates-across-... | READ MORE |
| dialogues.dartmouth.edu/ | LEARN MORE |
Format your HTML in a way that enables crawlers to better understand your app’s content.
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 17 | Same filename and directory in other branches | Syntax not understood |
To appear in search results, crawlers need access to your app.
Send Feedback