Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 100
Based on 8 categories, 0 sections
Room to improve — your 41.4s 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.
Cookie 'incap_ses_179_2067418' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
Cookie 'visid_incap_2067418' is missing the Secure flag
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 14.2 MB (8.8 MB transferred)
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/9a9e11d8-fd31-41bf-a94a-e0fb49d828b0)<a href="https://beavercheck.com/results/9a9e11d8-fd31-41bf-a94a-e0fb49d828b0"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fmsu.edu" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fmsu.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 41.4s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. The 4 security gaps leave your users exposed — modern browsers increasingly warn visitors about insecure sites. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~31%.
Page takes 41.4s to load
+12% bounceUsers abandon at ~3s — you're 38.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 2.1s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No 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, …)
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
22 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
4 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.
$400 investment → $2.22/month returns + USD 157,500 risk avoided
$400
4h · 5 findings
$2.22 /mo
~$27 / year
USD 157,500
if kept compliant
$200 — 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.
4.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,127 / month at risk
~$157,527 / year if left unfixed
$157,500
+7 more
$2.22 /mo
27724.4 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.
9.00 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
41.40 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.13 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.
14.82 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.
42.71 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.
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.col-12 > div.image > a > div.background-image div.col-12 > div.image > a > div.background-image | /api/public/content/ab409307efcf4ad597b3e829d7e254c3?v=f5... | 394.6 KiB | 355.5 KiB |
div.col-12 > div.image > a > div.background-image div.col-12 > div.image > a > div.background-image | /api/public/content/7acbc140c67e4586af7d864c72442bc3?v=0c... | 353.2 KiB | 314.1 KiB |
div.col-12 > div.image > a > div.background-image div.col-12 > div.image > a > div.background-image | /api/public/content/d1a7bbfa6d45449484483b8dc3238f14?v=fc... | 229.4 KiB | 190.3 KiB |
div.col-12 > div.image > a > div.background-image div.col-12 > div.image > a > div.background-image | /michiganstab57e-msustrategi129d-prod9868-7e5e/media/proj... | 968.4 KiB | 145.2 KiB |
div#__next > div#wrapper > section#hero-banner > div.background-image div#__next > div#wrapper > section#hero-banner > div.background-image | /api/public/content/1b28a643fd374ae1ae50d62cb5d44724?v=88... | 432.7 KiB | 107.1 KiB |
20190218DTRN0301.jpg div.row > div.col-12 > section.coming-soon > div.background-image | /api/public/content/0ccd7735dabf4b78b36cd4dfd70698c3?v=1f... | 119.6 KiB | 70.8 KiB |
A group of smiling students lean in toward the camera outdoors on campus, joine… div.col-12 > div.image > a > img | /api/public/content/42c22a5b94b94d289f4bb79f0b98d9a4?v=e9... | 107.0 KiB | 68.1 KiB |
11162023.NSCH-5873.jpg div.row > div.col-12 > section.coming-soon > div.background-image | /api/public/content/5853f9674b4846d79e38b7612883b6cf?v=bc... | 128.2 KiB | 54.9 KiB |
div.row > div.col-12 > section.photo-video > div.background-image div.row > div.col-12 > section.photo-video > div.background-image | /michiganstab57e-msustrategi129d-prod9868-7e5e/media/proj... | 48.0 KiB | 7.2 KiB |
20240714.NSCH-07201.jpg div.row > div.col-12 > section.coming-soon > div.background-image | /api/public/content/500-600-9c35c134dff84170b5077f57e8895... | 54.1 KiB | 5.2 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.
| URL | Transfer Size | Duration |
|---|---|---|
| /v1/files/pages/styles/content-styles.css?sitecoreContext... | 2.7 KiB | 844 ms |
| fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap | 1.8 KiB | 782 ms |
| /css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i... | 2.8 KiB | 153 ms |
| www.youtube.com/iframe_api | 3.1 KiB | 774 ms |
| cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick-theme.min.css | 1.2 KiB | 782 ms |
| cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css | 19.0 KiB | 1.6 s |
| cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.css | 1.0 KiB | 782 ms |
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.
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 |
|---|---|---|
| msu.edu/_next/static/css/1bc55fe53877a431.css | 147.1 KiB | 139.1 KiB |
| cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css | 18.4 KiB | 18.2 KiB |
| @keyframes app_fade-in__HTeDv{0%{opacity:0} … | 13.1 KiB | 13.1 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 |
|---|---|---|
| msu.edu/_next/static/chunks/27-8f8d979b1b2c7080.js | 426.5 KiB | 307.3 KiB |
| msu.edu/_next/static/chunks/287-8fc672f61b4cc1ac.js | 158.4 KiB | 130.0 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KRVG49X | 167.4 KiB | 108.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KRVG49X | 167.4 KiB | 108.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KRVG49X | 167.4 KiB | 108.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KRVG49X | 167.4 KiB | 67.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-D7271B6VVJ&cx=c>m=4e64h1 | 159.4 KiB | 66.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-EFLDCHXNHH&cx=c>m=4e64h1 | 157.2 KiB | 63.3 KiB |
| i647.msu.edu/plugin/library/c63b462f5ed45398d661982cba0583fa | 53.7 KiB | 48.2 KiB |
| /signals/config/1706078429670727?v=2.9.303&r=stable&domai... | 127.4 KiB | 36.5 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 32.9 KiB |
| i647.msu.edu/plugin/plugin/179a51548c6da83f0f3a784ee8650dbc | 64.5 KiB | 31.9 KiB |
| msu.edu/_next/static/chunks/330-b5c6bd0448efb6f3.js | 29.8 KiB | 24.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 | 4.0 s |
| Script Parsing & Compilation | 1.1 s |
| Other | 980 ms |
| Style & Layout | 419 ms |
| Parse HTML & CSS | 174 ms |
| Garbage Collection | 134 ms |
| Rendering | 20 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 | |
|---|---|
Transparency Reporting: Budget & Salary/Compensation div.col-12 > div.detailed-links > a.detailed-link > img | /michiganstab57e-msustrategi129d-prod9868-7e5e/media/proj... |
Michigan State University div.row > div.col-12 > a > img | /michiganstab57e-msustrategi129d-prod9868-7e5e/media/proj... |
Michigan State University div.row > div.col-12 > a > img | /michiganstab57e-msustrategi129d-prod9868-7e5e/media/proj... |
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.
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
20240714.NSCH-07201.jpg div.row > div.col-12 > section.coming-soon > div.background-image |
20190218DTRN0301.jpg div.row > div.col-12 > section.coming-soon > div.background-image |
11162023.NSCH-5873.jpg div.row > div.col-12 > section.coming-soon > div.background-image |
20260325.DLT_6346.jpg div.row > div.col-12 > section.coming-soon > div.background-image |
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.
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 |
|---|
MSU earns top recognition in the 2026–27 Best Graduate Schools rankings div.col-12 > div.bottom-text > div.container > h4 |
Contact us div.container > div.row > div.col-12 > h4 |
These are opportunities to improve keyboard navigation in your application.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.row > div.col-12 > div.image > a div.row > div.col-12 > div.image > a |
div.row > div.col-12 > div.image > a div.row > div.col-12 > div.image > a |
div.row > div.col-12 > div.image > a div.row > div.col-12 > div.image > a |
div.row > div.col-12 > div.image > a div.row > div.col-12 > div.image > a |
div.row > div.col-12 > div.image > a div.row > div.col-12 > div.image > a |
div.row > div.col-12 > div.image > a div.row > div.col-12 > div.image > a |
div.row > div.col-12 > div.image > a div.row > div.col-12 > div.image > a |
div.row > div.col-12 > div.image > a div.row > div.col-12 > div.image > a |
div.row > div.col-12 > div.image > a div.row > div.col-12 > div.image > 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.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
How a Spartan found his path and now shapes the Pistons brand
div.container > div.row > div.col-12 > a.medium |
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 | |
| SharedStorage | i647.msu.edu/script.js line 62, col 205 |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| msu.edu/strongermichigan | Learn more |
| inclusion.msu.edu/ | Read More |
| msu.edu/strongermichigan | Learn more |
| inclusion.msu.edu/ | Read More |
| msutoday.msu.edu/news/2026/04/spartan-shapes-detroit-pistons-brand | Read more |
| /story/news/local/2026/03/17/5-million-to-bring-infrastru... | Read more |
| /us/blog/close-encounters/202604/why-the-narcissistic-rel... | Read more |
| /video/2026/04/07/rep-barrett-talks-funding-msu-agricultu... | Read more |
| strategicplan.msu.edu/ | Learn more |
| /?utm_campaign=standard-promo&utm_source=msuhome&utm_medi... | Learn more |
| /https://edge.sitecorecloud.io/michigansta4a14-msu70a4-pr... | Read more |
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.58 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.83 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
123 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.
2.12 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.
7.09 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.
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.
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.col-12 > div.image > a > div.background-image div.col-12 > div.image > a > div.background-image | /api/public/content/ab409307efcf4ad597b3e829d7e254c3?v=f5... | 394.6 KiB | 355.5 KiB |
div.col-12 > div.image > a > div.background-image div.col-12 > div.image > a > div.background-image | /api/public/content/7acbc140c67e4586af7d864c72442bc3?v=0c... | 353.2 KiB | 314.1 KiB |
div.col-12 > div.image > a > div.background-image div.col-12 > div.image > a > div.background-image | /api/public/content/d1a7bbfa6d45449484483b8dc3238f14?v=fc... | 229.4 KiB | 190.3 KiB |
div.col-12 > div.image > a > div.background-image div.col-12 > div.image > a > div.background-image | /michiganstab57e-msustrategi129d-prod9868-7e5e/media/proj... | 968.4 KiB | 145.2 KiB |
div#__next > div#wrapper > section#hero-banner > div.background-image div#__next > div#wrapper > section#hero-banner > div.background-image | /api/public/content/1b28a643fd374ae1ae50d62cb5d44724?v=88... | 432.7 KiB | 107.1 KiB |
A group of smiling students lean in toward the camera outdoors on campus, joine… div.col-12 > div.image > a > img | /api/public/content/42c22a5b94b94d289f4bb79f0b98d9a4?v=e9... | 107.0 KiB | 72.8 KiB |
20190218DTRN0301.jpg div.row > div.col-12 > section.coming-soon > div.background-image | /api/public/content/0ccd7735dabf4b78b36cd4dfd70698c3?v=1f... | 119.6 KiB | 70.8 KiB |
div.row > div.col-12 > section.photo-video > div.background-image div.row > div.col-12 > section.photo-video > div.background-image | /michiganstab57e-msustrategi129d-prod9868-7e5e/media/proj... | 48.0 KiB | 7.2 KiB |
20240714.NSCH-07201.jpg div.row > div.col-12 > section.coming-soon > div.background-image | /api/public/content/500-600-9c35c134dff84170b5077f57e8895... | 54.1 KiB | 5.2 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.
| URL | Transfer Size | Duration |
|---|---|---|
| /v1/files/pages/styles/content-styles.css?sitecoreContext... | 2.7 KiB | 281 ms |
| fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap | 1.8 KiB | 217 ms |
| /css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i... | 2.8 KiB | |
| www.youtube.com/iframe_api | 3.5 KiB | 224 ms |
| cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css | 19.0 KiB | 350 ms |
| cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.css | 1002 B | 246 ms |
| cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick-theme.min.css | 1.3 KiB | 246 ms |
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.
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 |
|---|---|---|
| msu.edu/_next/static/css/1bc55fe53877a431.css | 147.1 KiB | 138.7 KiB |
| cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css | 18.4 KiB | 18.2 KiB |
| @keyframes app_fade-in__HTeDv{0%{opacity:0} … | 13.1 KiB | 13.1 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 |
|---|---|---|
| msu.edu/_next/static/chunks/27-8f8d979b1b2c7080.js | 426.5 KiB | 307.2 KiB |
| msu.edu/_next/static/chunks/287-8fc672f61b4cc1ac.js | 158.4 KiB | 130.0 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KRVG49X | 167.4 KiB | 108.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KRVG49X | 167.4 KiB | 108.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KRVG49X | 167.4 KiB | 108.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KRVG49X | 167.4 KiB | 67.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-D7271B6VVJ&cx=c>m=4e64h1 | 159.4 KiB | 66.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-EFLDCHXNHH&cx=c>m=4e64h1 | 157.2 KiB | 63.6 KiB |
| i647.msu.edu/plugin/library/c63b462f5ed45398d661982cba0583fa | 53.7 KiB | 48.2 KiB |
| /signals/config/1706078429670727?v=2.9.303&r=stable&domai... | 127.3 KiB | 36.7 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 33.3 KiB |
| i647.msu.edu/plugin/plugin/179a51548c6da83f0f3a784ee8650dbc | 64.5 KiB | 31.9 KiB |
| msu.edu/_next/static/chunks/330-b5c6bd0448efb6f3.js | 29.8 KiB | 24.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 minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.0 s |
| Other | 466 ms |
| Script Parsing & Compilation | 273 ms |
| Style & Layout | 200 ms |
| Parse HTML & CSS | 46 ms |
| Garbage Collection | 39 ms |
| Rendering | 15 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 | |
|---|---|
Transparency Reporting: Budget & Salary/Compensation div.col-12 > div.detailed-links > a.detailed-link > img | /michiganstab57e-msustrategi129d-prod9868-7e5e/media/proj... |
Michigan State University div.row > div.col-12 > a > img | /michiganstab57e-msustrategi129d-prod9868-7e5e/media/proj... |
Michigan State University div.row > div.col-12 > a > img | /michiganstab57e-msustrategi129d-prod9868-7e5e/media/proj... |
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.
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
MSUToday div.row > div.col-12 > div.highlighted-link > a.activator |
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
20240714.NSCH-07201.jpg div.row > div.col-12 > section.coming-soon > div.background-image |
20190218DTRN0301.jpg div.row > div.col-12 > section.coming-soon > div.background-image |
11162023.NSCH-5873.jpg div.row > div.col-12 > section.coming-soon > div.background-image |
20260325.DLT_6346.jpg div.row > div.col-12 > section.coming-soon > div.background-image |
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.
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 |
|---|
MSU earns top recognition in the 2026–27 Best Graduate Schools rankings div.col-12 > div.bottom-text > div.container > h4 |
Contact us div.container > div.row > div.col-12 > h4 |
These are opportunities to improve keyboard navigation in your application.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.row > div.col-12 > div.image > a div.row > div.col-12 > div.image > a |
div.row > div.col-12 > div.image > a div.row > div.col-12 > div.image > a |
div.row > div.col-12 > div.image > a div.row > div.col-12 > div.image > a |
div.row > div.col-12 > div.image > a div.row > div.col-12 > div.image > a |
div.row > div.col-12 > div.image > a div.row > div.col-12 > div.image > a |
div.row > div.col-12 > div.image > a div.row > div.col-12 > div.image > a |
div.row > div.col-12 > div.image > a div.row > div.col-12 > div.image > a |
div.row > div.col-12 > div.image > a div.row > div.col-12 > div.image > a |
div.row > div.col-12 > div.image > a div.row > div.col-12 > div.image > 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.
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
A to Z Index div.row > div.col-12 > ul#footer-panel-0 > li |
Find People div.row > div.col-12 > ul#footer-panel-0 > li |
Maps div.row > div.col-12 > ul#footer-panel-0 > li |
Email div.row > div.col-12 > ul#footer-panel-0 > li |
Student Information System (SIS) div.row > div.col-12 > ul#footer-panel-0 > li |
D2L div.row > div.col-12 > ul#footer-panel-0 > li |
Libraries div.row > div.col-12 > ul#footer-panel-0 > li |
Tech Support div.row > div.col-12 > ul#footer-panel-0 > li |
MSU Misconduct Hotline div.row > div.col-12 > ul#footer-panel-0 > li |
Social Media Directory div.row > div.col-12 > ul#footer-panel-0 > li |
Events Calendar div.row > div.col-12 > ul#footer-panel-0 > li |
For Media div.row > div.col-12 > ul#footer-panel-0 > li |
MSU Police and Public Safety div.row > div.col-12 > ul#footer-panel-0 > li |
Olin Health Center div.row > div.col-12 > ul#footer-panel-0 > li |
Counseling & Psychiatric Services (CAPS) div.row > div.col-12 > ul#footer-panel-0 > li |
University Health and Wellbeing div.row > div.col-12 > ul#footer-panel-0 > li |
MSU Health Care div.row > div.col-12 > ul#footer-panel-0 > li |
Civil Rights and Title IX div.row > div.col-12 > ul#footer-panel-0 > li |
Our Commitment div.row > div.col-12 > ul#footer-panel-0 > li |
Center for Survivors div.row > div.col-12 > ul#footer-panel-0 > li |
Security & Fire Safety Report div.row > div.col-12 > ul#footer-panel-0 > li |
University Policy on Relationship Violence and Sexual Misconduct div.row > div.col-12 > ul#footer-panel-0 > li |
Notice of Non-Discrimination, Anti-Harassment and Non-Retaliation div.row > div.col-12 > ul#footer-panel-0 > li |
Health Care Non-Discrimination Notice div.row > div.col-12 > ul#footer-panel-0 > li |
Disability Resources div.row > div.col-12 > ul#footer-panel-0 > li |
Spartan One-Stop div.row > div.col-12 > ul#footer-panel-0 > li |
Learning Resources div.row > div.col-12 > ul#footer-panel-0 > li |
University Health & Wellbeing div.row > div.col-12 > ul#footer-panel-0 > li |
Human Resources div.row > div.col-12 > ul#footer-panel-1 > li |
EBS Login div.row > div.col-12 > ul#footer-panel-1 > li |
Job Postings div.row > div.col-12 > ul#footer-panel-1 > li |
Employee Assistance Program div.row > div.col-12 > ul#footer-panel-1 > li |
CARES Act Funding div.row > div.col-12 > ul#footer-panel-2 > li |
Student Achievement and Outcomes div.row > div.col-12 > ul#footer-panel-2 > li |
These are opportunities to improve the experience of reading tabular or list data using 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 html |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
How a Spartan found his path and now shapes the Pistons brand
div.container > div.row > div.col-12 > a.medium |
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 | |
| SharedStorage | i647.msu.edu/script.js line 62, col 205 |
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 |
|---|---|
Error: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:78113
at ub (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:78387)
at i (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:121352)
at oO (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:99116)
at https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:98983
at oF (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:98990)
at oS (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:94029)
at x (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:137527)
at MessagePort.T (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:138057) | |
Error: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:78113
at ub (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:78387)
at i (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:121352)
at oO (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:99116)
at https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:98983
at oF (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:98990)
at oS (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:94029)
at x (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:137527)
at MessagePort.T (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:138057) | |
Error: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:78113
at ub (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:78387)
at i (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:121352)
at oO (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:99116)
at https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:98983
at oF (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:98990)
at oS (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:94029)
at x (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:137527)
at MessagePort.T (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:138057) | |
Error: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:78113
at ub (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:78387)
at i (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:121352)
at oO (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:99116)
at https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:98983
at oF (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:98990)
at oS (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:94029)
at x (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:137527)
at MessagePort.T (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:138057) | |
Error: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:78113
at ub (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:78387)
at i (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:121352)
at oO (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:99116)
at https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:98983
at oF (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:98990)
at oS (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:94029)
at x (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:137527)
at MessagePort.T (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:138057) | |
Error: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:78113
at ub (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:78387)
at i (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:121352)
at oO (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:99116)
at https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:98983
at oF (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:98990)
at oS (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:94029)
at x (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:137527)
at MessagePort.T (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:138057) | |
Error: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:78113
at ub (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:78387)
at i (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:121352)
at oO (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:99116)
at https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:98983
at oF (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:98990)
at oS (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:94029)
at x (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:137527)
at MessagePort.T (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:138057) | |
Error: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:78113
at ub (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:78387)
at i (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:121352)
at oO (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:99116)
at https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:98983
at oF (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:98990)
at oS (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:94029)
at x (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:137527)
at MessagePort.T (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:138057) | |
Error: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:78113
at ub (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:78387)
at i (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:121352)
at oO (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:99116)
at https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:98983
at oF (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:98990)
at oS (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:94029)
at x (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:137527)
at MessagePort.T (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:138057) | |
Error: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:78113
at ub (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:78387)
at i (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:121352)
at oO (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:99116)
at https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:98983
at oF (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:98990)
at oS (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:94029)
at x (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:137527)
at MessagePort.T (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:138057) | |
Error: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:78113
at ub (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:78387)
at i (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:121352)
at oO (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:99116)
at https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:98983
at oF (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:98990)
at oS (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:94029)
at x (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:137527)
at MessagePort.T (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:138057) | |
Error: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:78113
at ub (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:78387)
at i (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:121352)
at oO (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:99116)
at https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:98983
at oF (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:98990)
at oS (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:94029)
at x (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:137527)
at MessagePort.T (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:138057) | |
Error: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:78113
at ub (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:78387)
at i (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:121352)
at oO (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:99116)
at https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:98983
at oF (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:98990)
at oS (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:94029)
at x (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:137527)
at MessagePort.T (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:138057) | |
Error: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:78113
at ub (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:78387)
at i (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:121352)
at oO (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:99116)
at https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:98983
at oF (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:98990)
at oS (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:94029)
at x (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:137527)
at MessagePort.T (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:138057) | |
Error: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:78113
at ub (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:78387)
at i (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:121352)
at oO (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:99116)
at https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:98983
at oF (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:98990)
at oS (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:94029)
at x (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:137527)
at MessagePort.T (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:138057) | |
Error: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:78113
at ub (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:78387)
at i (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:121352)
at oO (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:99116)
at https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:98983
at oF (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:98990)
at oS (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:94029)
at x (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:137527)
at MessagePort.T (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:138057) | |
Error: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:78113
at ub (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:78387)
at i (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:121352)
at oO (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:99116)
at https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:98983
at oF (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:98990)
at oS (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:94029)
at x (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:137527)
at MessagePort.T (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:138057) | |
Error: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:78113
at ub (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:78387)
at i (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:121352)
at oO (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:99116)
at https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:98983
at oF (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:98990)
at oS (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:94029)
at x (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:137527)
at MessagePort.T (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:138057) | |
Error: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:78113
at ub (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:78387)
at i (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:121352)
at oO (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:99116)
at https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:98983
at oF (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:98990)
at oS (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:94029)
at x (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:137527)
at MessagePort.T (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:138057) | |
Error: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:78113
at ub (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:78387)
at i (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:121352)
at oO (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:99116)
at https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:98983
at oF (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:98990)
at oS (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:94029)
at x (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:137527)
at MessagePort.T (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:138057) | |
Error: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:78113
at ub (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:78387)
at i (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:121352)
at oO (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:99116)
at https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:98983
at oF (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:98990)
at oS (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:94029)
at x (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:137527)
at MessagePort.T (https://msu.edu/_next/static/chunks/framework-e952fed463eb8e34.js:1:138057) |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| msu.edu/strongermichigan | Learn more |
| inclusion.msu.edu/ | Read More |
| msutoday.msu.edu/news/2026/04/spartan-shapes-detroit-pistons-brand | Read more |
| /story/news/local/2026/03/17/5-million-to-bring-infrastru... | Read more |
| /us/blog/close-encounters/202604/why-the-narcissistic-rel... | Read more |
| /video/2026/04/07/rep-barrett-talks-funding-msu-agricultu... | Read more |
| strategicplan.msu.edu/ | Learn more |
| /?utm_campaign=standard-promo&utm_source=msuhome&utm_medi... | Learn more |
| /https://edge.sitecorecloud.io/michigansta4a14-msu70a4-pr... | Read more |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback