Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
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.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| www.sei.cmu.edu/static/assets/main-B5gbO6no.css | 97.2 KiB | 88 ms |
| www.sei.cmu.edu/static/katex/katex.min.js | 64.4 KiB | |
| www.sei.cmu.edu/static/katex/katex_frontend_renderer.js | 794 B | |
| www.sei.cmu.edu/static/katex/katex.min.css | 3.5 KiB |
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| analytics.silktide.com/a7d70b917ed89a9539b8a77ac24e9c2d.js | 0.0 ms | 16.4 KiB |
| snap.licdn.com/li.lms-analytics/insight.min.js | 60713.0 s | 18.7 KiB |
| /collect?v=2&fmt=js&pid=13415&time=1776897622105&url=http... | 0.0 ms | 694 B |
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 | |
|---|---|---|---|
Headshot of Gregory J Touhill. div.max-container > div.grid > div.flex > img.w-full | www.sei.cmu.edu/media/images/Greg-Touhill.height-661.format-webp.webp | 105.7 KiB | 84.5 KiB |
body.sds-theme-plaid > div.page-content-wrapper > main.content-sections > section.hero-space body.sds-theme-plaid > div.page-content-wrapper > main.content-sections > section.hero-space | /media/images/fullbleed_full_About_Division.max-1920x1920... | 125.7 KiB | 11.8 KiB |
Headshot of Chris Inacio. div.max-container > div.grid > div.flex > img.w-full | www.sei.cmu.edu/media/images/inacio-chris-96_2622.height-661.format-webp.webp | 30.7 KiB | 9.5 KiB |
Headshot of Bill Wilson. div.max-container > div.grid > div.flex > img.w-full | /media/images/Wilson_William_324_200113.360x36.height-661... | 30.3 KiB | 9.2 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 |
|---|---|
| cert.org/ | 505 ms |
| www.sei.cmu.edu/certsite/ | 709 ms |
| www.sei.cmu.edu/divisions/cert/ | 147 ms |
| www.sei.cmu.edu/divisions/cert/ | 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.
Diagnostics
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.sei.cmu.edu/static/assets/main-8td4Fy72.js | 419.5 KiB | 194.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-87WECW6HCS&cx=c>m=4e64k1 | 175.2 KiB | 69.4 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-M62LG9 | 163.9 KiB | 66.5 KiB |
| www.sei.cmu.edu/static/katex/katex.min.js | 64.0 KiB | 23.7 KiB |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Greg Touhill div.grid > div.flex > a > h4.text-2xl |
Autonomy Security and Resilience div.max-container > div.grid > div.col-span-1 > h4 |
Associate Cybersecurity Operations Researcher div.carousel-item > div.bg-white > a > h4.text-xl |
VU#518910: Ollama GGUF Quantization Remote Memory Leak div.flex > div > div.pb-6 > h4 |
APRIL 22, 2026 div.flex > div > div.pb-6 > h6 |
APRIL 21, 2026 div.flex > div > div.pb-6 > h6 |
APRIL 21, 2026 div.flex > div > div.pb-6 > h6 |
Cyber Lightning Case Study div.max-container > div.grid > div.col-span-1 > h4 |
These are opportunities to improve keyboard navigation in your application.
Contrast
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Carnegie Mellon University div.flex > div.flex > p > a |
Richard Pethia div.grid > div.flex > p > a |
These are opportunities to improve the legibility of your content.
Best Practices
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
SEO
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Content Best Practices
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.sei.cmu.edu/projects/cyber-lightning-case-study/ | LEARN MORE |
| /projects/sei-hosts-crisis-simulation-exercise-for-cyber-... | LEARN MORE |
| www.sei.cmu.edu/projects/usps-case-study/ | LEARN MORE |
Format your HTML in a way that enables crawlers to better understand your app’s content.