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.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
Interior of the Capitol hill dome, Washington DC div.p-card__image > figure > picture > img | /sites/default/files/styles/hero/public/hero/2025-04/Capi... | 325.6 KiB | 279.3 KiB |
A close-up view of MITRE's FUSE antenna article.node > div.card__image > figure > img.image-style-pod | /sites/default/files/styles/pod/public/hero/2022-07/Tiny-... | 149.9 KiB | 139.4 KiB |
Businessman using computer in server room div.p-card__image > figure > picture > img | /sites/default/files/styles/hero/public/hero/2025-04/busi... | 172.8 KiB | 126.5 KiB |
engineer with a tablet in computer room article.node > div.card__image > figure > img.image-style-pod | /sites/default/files/styles/pod/public/hero/2025-12/cyber... | 124.0 KiB | 113.5 KiB |
Composite illustration showing a globe with abstract data lines and endpoints article.node > div.card__image > figure > img.image-style-pod | /sites/default/files/styles/pod/public/hero/2026-02/MITRE... | 99.3 KiB | 88.9 KiB |
U.S. Rep. Chris Pappas visiting Bedford article.node > div.card__image > figure > img.image-style-pod | /sites/default/files/styles/pod/public/hero/2025-11/Chris... | 96.1 KiB | 85.7 KiB |
Air Force Airman 1st Class Rashin Ortiz aligns a satellite during Bamboo Eagle div.p-card__image > figure > picture > img | /sites/default/files/styles/hero/public/hero/2025-04/sate... | 125.7 KiB | 79.4 KiB |
Inside cabin of a large passenger plane div.p-card__image > figure > picture > img | /sites/default/files/styles/hero/public/hero/2025-04/plan... | 108.4 KiB | 62.0 KiB |
Danielle Lohan article.node > div.card__image > figure > img.image-style-pod | /sites/default/files/styles/pod/public/hero/2026-02/Danie... | 71.2 KiB | 60.7 KiB |
Asha Clark article.node > div.card__image > figure > img.image-style-pod | /sites/default/files/styles/pod/public/hero/2026-03/Asha-... | 64.0 KiB | 53.5 KiB |
Employee holding a laptop in the BlueTech lab div#vertical-tab__panel-31376 > div.image > figure > img.image-style-pod | /sites/default/files/styles/pod/public/hero/2025-01/BlueT... | 78.9 KiB | 49.7 KiB |
drone cloudy skies article.node > div.card__image > figure > img.image-style-pod | /sites/default/files/styles/pod/public/hero/2026-04/Getty... | 45.4 KiB | 34.9 KiB |
Woman speaking with a doctor div.p-card__image > figure > picture > img | /sites/default/files/styles/hero/public/hero/2025-04/woma... | 55.4 KiB | 9.0 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| fonts.googleapis.com/css2?family=Roboto+Mono&display=swap | 1.1 KiB | 259 ms |
| /sites/default/files/css/css_SFiXTIMhGxZuzcOQV1HGSf4eOAQx... | 3.0 KiB | |
| /sites/default/files/css/css_TVxUnvsfKdSFrwrPEES13rbCzAu3... | 31.7 KiB | 81 ms |
| /lt/1.css?apiType=da&c=ca0e9577-b3c7-4964-b025-98f0d83161... | 669 B | 235 ms |
| cmp.osano.com/AzyhULTdPkqmy4aDN/f0e8e901-3feb-47c4-bd04-96df98c75dab/osano.js | 76.9 KiB | 405 ms |
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 |
|---|---|
| mitre.org/ | 567 ms |
| www.mitre.org/ | 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 rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /sites/default/files/css/css_TVxUnvsfKdSFrwrPEES13rbCzAu3... | 31.3 KiB | 24.8 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-PYD2Z0G3XY&cx=c>m=4e64h1 | 155.5 KiB | 72.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-V82LD37W12&cx=c>m=4e64h1 | 157.1 KiB | 72.1 KiB |
| www.googletagmanager.com/gtag/js?id=G-FCNJHL96VJ&cx=c>m=4e64h1 | 150.9 KiB | 69.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-548FP3T | 117.1 KiB | 65.5 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-MV8S3KQ | 132.0 KiB | 61.2 KiB |
| /sites/default/files/js/js_uB79mDFOfjdr-tBD-HAzCeLDl9GtNp... | 83.1 KiB | 42.3 KiB |
| cmp.osano.com/AzyhULTdPkqmy4aDN/f0e8e901-3feb-47c4-bd04-96df98c75dab/osano.js | 76.4 KiB | 24.1 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Privacy Policy div.osano-cm-window > div#33409a74-3b4e-44bf-a284-c6dbb91bba1b > div.osano-cm-dialog__content > a.osano-cm-storage-policy |
These are opportunities to improve the legibility of your content.
Best Practices
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.
Format your HTML in a way that enables crawlers to better understand your app’s content.