Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 100
Based on 8 categories, 0 sections
Room to improve — your 24.0s 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.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
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.
Cookie 'TS01ee5802' is missing the Secure flag
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 8.1 MB (5.3 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/3f71c91a-9db5-40fb-a6ad-6bd1968a8ed7)<a href="https://beavercheck.com/results/3f71c91a-9db5-40fb-a6ad-6bd1968a8ed7"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Funm.edu" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Funm.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 24.0s 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 ~32%.
Page takes 24.0s to load
+12% bounceUsers abandon at ~3s — you're 21.5s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 570ms after first paint
Fix: Defer third-party scripts and split large bundles
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
Severe layout shift during page load
+6% bounceUsers mis-click when content jumps — converting intent into frustration
Fix: Reserve space for images, ads, and embeds with explicit width/height
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
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, …)
6 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 → $1.33/month returns + USD 157,500 risk avoided
$400
4h · 5 findings
$1.33 /mo
~$16 / 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,126 / month at risk
~$157,516 / year if left unfixed
$157,500
+2 more
$1.33 /mo
16635.3 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.
4.85 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
23.95 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
570 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.253
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
12.06 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.63 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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
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 | |
|---|---|---|---|
photo of graduation div.row > div.col-sm-4 > a > img | www.unm.edu/assets/img/promos/141373170_graduation.unm.edu.jpg | 751.4 KiB | 690.8 KiB |
UNM astronomers reveal always-changing multi-planet system div.item > div.newsitem > a.aspect > img | iprsoftwaremedia.com/175/files/20263/Rendering_1.png | 518.7 KiB | 471.1 KiB |
Statue of a wolf wearing a bright red graduation cap outdoors. div#j-column-0 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/26912205?s=0ef257f49ee83c68bac952e9d06f66a2421967dc | 330.3 KiB | 264.1 KiB |
UNM Regents announce presidential finalists div#homepage-carousel > div.carousel-inner > section.item > img | www.unm.edu/features/2026/2026-unm-presidential-search.jpg | 290.1 KiB | 242.5 KiB |
A group of four people sit on red chairs arranged in a semi-circle on a stage. … div#j-column-0 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/26146551?s=339f9549a1f362945e3409ab867dd6dfdfd700b2 | 280.6 KiB | 236.6 KiB |
A glass candle labeled "UNM Candle Co. 'Smells just like home' - Duck Pond Wate… div#j-column-0 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/26829134?s=d4bc19751ae53acf8e37a44452def17b5b2f5121 | 257.1 KiB | 190.9 KiB |
Mark Woodbury and Robert González stand in a modern office space beside an arch… div#j-column-0 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/26425783?s=1401340388701e56d4237938a5358ea37007190c | 234.5 KiB | 169.1 KiB |
Photo from UNM on Twitter at 4/1/26 at 9:29PM li.feed-item > div.j-text > a.j-image > img.j-content-image | www.juicer.io/api/media/26829164?s=dfe8170fc37db4e32d4b9e40bbd51b7f00e1017e | 212.1 KiB | 159.1 KiB |
Image for: Snack & Submit Scholarship & Application Support Event div.multi > div.item > div.eventitem > img.eventimg | /assets/cef19db5-f949-4260-96a1-164b57f2be98-thumb.png | 154.8 KiB | 143.7 KiB |
New student orientation button div.row > div.col-sm-4 > a > img | www.unm.edu/assets/img/promos/nso-button.jpg | 177.3 KiB | 128.5 KiB |
Individuals Together
That’s the way we see us. We’re a community of unique per… div#page > div#upper > div.container > div#individuals-together | www.unm.edu/assets/img/hodgin-hall.png | 130.2 KiB | 80.1 KiB |
Lobograd Website Link div.row > div.col-sm-4 > a > img | www.unm.edu/assets/img/promos/lobograd-callout-img.jpg | 94.4 KiB | 45.6 KiB |
div#j-column-0 > li.feed-item > a.j-image > ::after div#j-column-0 > li.feed-item > a.j-image > ::after | assets.juicer.io/standalone-sprites/gallery.png | 9.1 KiB | 9.0 KiB |
Profile image for uofnm li.feed-item > div.j-poster > a > img | /api/posts/506784372/poster_images.jpg?external_id=DWo0w8... | 6.0 KiB | 5.6 KiB |
Profile image for uofnm li.feed-item > div.j-poster > a > img | /api/posts/506749414/poster_images.jpg?external_id=DWmqtC... | 6.0 KiB | 5.6 KiB |
Profile image for uofnm li.feed-item > div.j-poster > a > img | /api/posts/506575378/poster_images.jpg?external_id=DWaH3-... | 6.0 KiB | 5.6 KiB |
Profile image for uofnm li.feed-item > div.j-poster > a > img | /api/posts/506450985/poster_images.jpg?external_id=DWSU6Y... | 6.0 KiB | 5.6 KiB |
The University of New Mexico div.col-md-8 > p > a > img | webcore.unm.edu/v2/images/unm-transparent-white.png | 7.0 KiB | 4.1 KiB |
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.
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 |
|---|---|---|
| webcore.unm.edu/v2/css/unm-styles.min.css | 38.8 KiB | 2.2 s |
| webcore.unm.edu/v2/js/unm-scripts.min.js | 43.3 KiB | 2.2 s |
| webcore.unm.edu/v2/fonts/unm-fonts.css | 1.1 KiB | 1.4 s |
| www.unm.edu/assets/js/velocity.min.js | 12.5 KiB | 1.6 s |
| www.unm.edu/assets/js/bythenumbers.js | 969 B | 1.2 s |
| www.unm.edu/assets/js/jquery.waypoints.min.js | 3.0 KiB | 1.2 s |
| www.unm.edu/assets/js/velocity.ui.min.js | 3.2 KiB | 1.2 s |
| www.unm.edu/assets/css/site-styles.css | 5.9 KiB | 406 ms |
| www.unm.edu/assets/js/site.js | 2.0 KiB | 1.2 s |
| cdn.fonts.net/t/1.css?apiType=css&projectid=9f5ec5c4-677a-43b8-8a36-5aa946e7d359 | 663 B | 825 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.
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 |
|---|---|
| unm.edu/ | 1.5 s |
| www.unm.edu/ | 630 ms |
| www.unm.edu/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
UNM Regents announce presidential finalists div.carousel-inner > section.item > a > div.carousel-caption | 0.247 |
Apply
to UNM
Everything you need to know to get you on your way. div#individuals-together > div.container > div.row > div.col-md-3 | 0.005 |
Toggle navigation body#home > div#offcanvas > div.navbar-header > button.menu-toggle | 0.001 |
Toggle navigation body#home > div#offcanvas > div.navbar-header > button.menu-toggle | 0.000 |
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 |
|---|---|---|
| webcore.unm.edu/v2/css/unm-styles.min.css | 38.4 KiB | 32.8 KiB |
| assets.juicer.io/embed.css | 15.7 KiB | 14.4 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 |
|---|---|---|
| assets.juicer.io/embed-no-jquery.js | 118.4 KiB | 85.4 KiB |
| www.googletagmanager.com/gtag/js?id=G-YE9XJVELVF&cx=c>m=4e64h1 | 173.2 KiB | 65.9 KiB |
| www.googletagmanager.com/gtag/js?id=AW-951269613&cx=c>m=4e64h1 | 146.5 KiB | 65.1 KiB |
| www.googletagmanager.com/gtag/js?id=AW-16942011988&cx=c>m=4e64h1 | 144.6 KiB | 64.7 KiB |
| www.googletagmanager.com/gtag/js?id=AW-771841062&cx=c>m=4e64h1 | 144.6 KiB | 64.5 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-WQT2MB | 166.3 KiB | 60.4 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 44.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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.unm.edu/ | 1.0 s | 11 ms | 1.0 ms |
| Unattributable | 548 ms | 19 ms | 0.0 ms |
| webcore.unm.edu/v2/js/unm-scripts.min.js | 475 ms | 328 ms | 11 ms |
| www.unm.edu/assets/js/velocity.min.js | 435 ms | 141 ms | 2.4 ms |
| cdn-cookieyes.com/client_data/58c1efd5b1dc56581badcfe5/banner.js | 389 ms | 339 ms | 2.0 ms |
| www.googletagmanager.com/gtm.js?id=GTM-WQT2MB | 296 ms | 245 ms | 46 ms |
| www.googletagmanager.com/gtag/js?id=G-YE9XJVELVF&cx=c>m=4e64h1 | 173 ms | 133 ms | 40 ms |
| www.googletagmanager.com/gtag/js?id=AW-16942011988&cx=c>m=4e64h1 | 172 ms | 137 ms | 34 ms |
| www.googletagmanager.com/gtag/js?id=AW-951269613&cx=c>m=4e64h1 | 152 ms | 113 ms | 38 ms |
| www.googletagmanager.com/gtag/js?id=AW-771841062&cx=c>m=4e64h1 | 141 ms | 106 ms | 34 ms |
| connect.facebook.net/en_US/fbevents.js | 111 ms | 84 ms | 26 ms |
| assets.juicer.io/embed-no-jquery.js | 94 ms | 49 ms | 45 ms |
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.8 s |
| Other | 900 ms |
| Style & Layout | 668 ms |
| Rendering | 387 ms |
| Script Parsing & Compilation | 288 ms |
| Parse HTML & CSS | 51 ms |
| Garbage Collection | 40 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 | |
|---|---|
A group of four people sit on red chairs arranged in a semi-circle on a stage. … div#j-column-0 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/26146551?s=339f9549a1f362945e3409ab867dd6dfdfd700b2 |
Statue of a wolf wearing a bright red graduation cap outdoors. div#j-column-0 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/26912205?s=0ef257f49ee83c68bac952e9d06f66a2421967dc |
Mark Woodbury and Robert González stand in a modern office space beside an arch… div#j-column-0 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/26425783?s=1401340388701e56d4237938a5358ea37007190c |
UNM Regents announce presidential finalists div#homepage-carousel > div.carousel-inner > section.item > img | www.unm.edu/features/2026/2026-unm-presidential-search.jpg |
A glass candle labeled "UNM Candle Co. 'Smells just like home' - Duck Pond Wate… div#j-column-0 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/26829134?s=d4bc19751ae53acf8e37a44452def17b5b2f5121 |
Photo from UNM on Twitter at 4/1/26 at 9:29PM li.feed-item > div.j-text > a.j-image > img.j-content-image | www.juicer.io/api/media/26829164?s=dfe8170fc37db4e32d4b9e40bbd51b7f00e1017e |
Route 66 in Albuquerque – 505 Central Food Hall div.row > div.col-md-6 > a > img.avatar-pic | /wp-content/uploads/2026/02/202601_UNM_505FoodHall_KylerK... |
Photo from TheUniversityofNewMexico on TikTok at 3/20/26 at 5:04PM div#j-column-0 > li.feed-item > a.j-image > img.j-content-image | /api/posts/506389406/images.jpg?external_id=7619384779649... |
Image for: Snack & Submit Scholarship & Application Support Event div.multi > div.item > div.eventitem > img.eventimg | /assets/cef19db5-f949-4260-96a1-164b57f2be98-thumb.png |
Profile image for uofnm li.feed-item > div.j-poster > a > img | /api/posts/506784372/poster_images.jpg?external_id=DWo0w8... |
Profile image for uofnm li.feed-item > div.j-poster > a > img | /api/posts/506749414/poster_images.jpg?external_id=DWmqtC... |
Profile image for uofnm li.feed-item > div.j-poster > a > img | /api/posts/506575378/poster_images.jpg?external_id=DWaH3-... |
Profile image for uofnm li.feed-item > div.j-poster > a > img | /api/posts/506450985/poster_images.jpg?external_id=DWSU6Y... |
The University of New Mexico div.col-md-8 > p > a > img | webcore.unm.edu/v2/images/unm-transparent-white.png |
Profile image for TheUniversityofNewMexico li.feed-item > div.j-poster > a > img | /api/posts/506389406/poster_images.jpg?external_id=761938... |
Profile image for UNM li.feed-item > div.j-poster > a > img | /api/posts/506749418/poster_images.jpg?external_id=203945... |
Profile image for UNM li.feed-item > div.j-poster > a > img | /api/posts/506396723/poster_images.jpg?external_id=203610... |
Profile image for UNM li.feed-item > div.j-poster > a > img | /api/posts/506389530/poster_images.jpg?external_id=203481... |
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.
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 |
|---|
411 div.j-link-container > ul > li > a.likes |
These are opportunities to improve the legibility of your content.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
uofnm
19d
Statue of a wolf wearing a bright red graduation cap outdoors.
The e… div#primary > div#social-wall > div.container > ul.juicer-feed |
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 |
|---|
UNM A-Z div#mobile-menu > div#mobile-toolbar > ul.list-unstyled > li.btn |
myUNM div#mobile-menu > div#mobile-toolbar > ul.list-unstyled > li.btn |
Directory div#mobile-menu > div#mobile-toolbar > ul.list-unstyled > li.btn |
div#mobile-menu > div#mobile-toolbar > ul.list-unstyled > li.btn div#mobile-menu > div#mobile-toolbar > ul.list-unstyled > li.btn |
uofnm
19d
Statue of a wolf wearing a bright red graduation cap outdoors.
The e… div.j-stacker-wrapper > div.j-stacker > div#j-column-0 > li.feed-item |
uofnm
20d
A glass candle labeled "UNM Candle Co. 'Smells just like home' - Duck… div.j-stacker-wrapper > div.j-stacker > div#j-column-0 > li.feed-item |
Univ. of New Mexico
@UNM
X (Twitter) Logo
Photo from UNM on Twitter at 4/1/26 a… div.j-stacker-wrapper > div.j-stacker > div#j-column-0 > li.feed-item |
uofnm
24d
Mark Woodbury and Robert González stand in a modern office space besi… div.j-stacker-wrapper > div.j-stacker > div#j-column-0 > li.feed-item |
uofnm
27d
A group of four people sit on red chairs arranged in a semi-circle on… div.j-stacker-wrapper > div.j-stacker > div#j-column-0 > li.feed-item |
Univ. of New Mexico
@UNM
X (Twitter) Logo
Photo from UNM on Twitter at 3/23/26 … div.j-stacker-wrapper > div.j-stacker > div#j-column-0 > li.feed-item |
TheUniversityofNewMexico
32d
Photo from TheUniversityofNewMexico on TikTok at 3… div.j-stacker-wrapper > div.j-stacker > div#j-column-0 > li.feed-item |
Univ. of New Mexico
@UNM
X (Twitter) Logo
Photo from UNM on Twitter at 3/20/26 … div.j-stacker-wrapper > div.j-stacker > div#j-column-0 > li.feed-item |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.container > form#unm_search_form > div.input-append > button#unm_search_for_submit div.container > form#unm_search_form > div.input-append > button#unm_search_for_submit |
Accessibility div.col-md-4 > ul#unm_footer_links > li > a |
Consumer Information div.col-md-4 > ul#unm_footer_links > li > a |
These items highlight common accessibility best practices.
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.unm.edu/ | Allowed |
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.
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.
3.58 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.09 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
10 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.433
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.57 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.
8.17 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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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 | |
|---|---|---|---|
UNM finalizes agreement for Lobo Crossing, advancing South Campus vision div.item > div.newsitem > a.aspect > img | iprsoftwaremedia.com/175/files/20263/Lobo%20Crossing%202.png | 1.7 MiB | 1.7 MiB |
photo of graduation div.row > div.col-sm-4 > a > img | www.unm.edu/assets/img/promos/141373170_graduation.unm.edu.jpg | 751.4 KiB | 733.9 KiB |
UNM astronomers reveal always-changing multi-planet system div.item > div.newsitem > a.aspect > img | iprsoftwaremedia.com/175/files/20263/Rendering_1.png | 518.7 KiB | 508.3 KiB |
UNM researchers tackle drought impacts through national conservation grant div.item > div.newsitem > a.aspect > img | /175/files/20263/Albuquerque during good run-off yuear 20... | 468.9 KiB | 458.5 KiB |
Statue of a wolf wearing a bright red graduation cap outdoors. div#j-column-0 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/26912205?s=0ef257f49ee83c68bac952e9d06f66a2421967dc | 330.3 KiB | 318.2 KiB |
UNM College of Pharmacy Dean Nationally Recognized for Outstanding Leadership div.item > div.newsitem > a.aspect > img | /417/files/202604/White Coats Across Montano 2025_013[95]... | 285.3 KiB | 277.6 KiB |
A group of four people sit on red chairs arranged in a semi-circle on a stage. … div#j-column-0 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/26146551?s=339f9549a1f362945e3409ab867dd6dfdfd700b2 | 280.6 KiB | 272.6 KiB |
A glass candle labeled "UNM Candle Co. 'Smells just like home' - Duck Pond Wate… div#j-column-1 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/26829134?s=d4bc19751ae53acf8e37a44452def17b5b2f5121 | 257.1 KiB | 245.0 KiB |
Mark Woodbury and Robert González stand in a modern office space beside an arch… div#j-column-3 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/26425783?s=1401340388701e56d4237938a5358ea37007190c | 234.5 KiB | 222.5 KiB |
Photo from UNM on Twitter at 4/1/26 at 9:29PM li.feed-item > div.j-text > a.j-image > img.j-content-image | www.juicer.io/api/media/26829164?s=dfe8170fc37db4e32d4b9e40bbd51b7f00e1017e | 212.1 KiB | 202.4 KiB |
New student orientation button div.row > div.col-sm-4 > a > img | www.unm.edu/assets/img/promos/nso-button.jpg | 177.3 KiB | 159.8 KiB |
Image for: Snack & Submit Scholarship & Application Support Event div.multi > div.item > div.eventitem > img.eventimg | /assets/cef19db5-f949-4260-96a1-164b57f2be98-thumb.png | 154.8 KiB | 151.2 KiB |
UNM Regents announce presidential finalists div#homepage-carousel > div.carousel-inner > section.item > img | www.unm.edu/features/2026/2026-unm-presidential-search.jpg | 290.1 KiB | 123.3 KiB |
Individuals Together
That’s the way we see us. We’re a community of unique per… div#page > div#upper > div.container > div#individuals-together | www.unm.edu/assets/img/hodgin-hall.png | 130.2 KiB | 80.1 KiB |
Lobograd Website Link div.row > div.col-sm-4 > a > img | www.unm.edu/assets/img/promos/lobograd-callout-img.jpg | 94.4 KiB | 76.9 KiB |
Image for: Voice-off Study Group for Intro to Sign Class div.multi > div.item > div.eventitem > img.eventimg | /assets/b5480bc8-1fa5-456b-bd1a-19b1031bbe24-thumb.jpg | 21.4 KiB | 17.8 KiB |
Photo from TheUniversityofNewMexico on TikTok at 3/20/26 at 5:04PM div#j-column-2 > li.feed-item > a.j-image > img.j-content-image | /api/posts/506389406/images.jpg?external_id=7619384779649... | 29.5 KiB | 16.6 KiB |
div#j-column-3 > li.feed-item > a.j-image > ::after div#j-column-3 > li.feed-item > a.j-image > ::after | assets.juicer.io/standalone-sprites/gallery.png | 9.1 KiB | 9.0 KiB |
Profile image for uofnm li.feed-item > div.j-poster > a > img | /api/posts/506784372/poster_images.jpg?external_id=DWo0w8... | 6.0 KiB | 5.9 KiB |
Profile image for uofnm li.feed-item > div.j-poster > a > img | /api/posts/506749414/poster_images.jpg?external_id=DWmqtC... | 6.0 KiB | 5.9 KiB |
Profile image for uofnm li.feed-item > div.j-poster > a > img | /api/posts/506575378/poster_images.jpg?external_id=DWaH3-... | 6.0 KiB | 5.9 KiB |
Profile image for uofnm li.feed-item > div.j-poster > a > img | /api/posts/506450985/poster_images.jpg?external_id=DWSU6Y... | 6.0 KiB | 5.9 KiB |
The University of New Mexico div.col-md-8 > p > a > img | webcore.unm.edu/v2/images/unm-transparent-white.png | 7.0 KiB | 4.1 KiB |
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.
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 |
|---|---|---|
| webcore.unm.edu/v2/js/unm-scripts.min.js | 43.3 KiB | 1.5 s |
| webcore.unm.edu/v2/css/unm-styles.min.css | 38.8 KiB | 1.2 s |
| www.unm.edu/assets/js/velocity.min.js | 12.5 KiB | 902 ms |
| webcore.unm.edu/v2/fonts/unm-fonts.css | 1.1 KiB | 948 ms |
| www.unm.edu/assets/js/bythenumbers.js | 969 B | 902 ms |
| www.unm.edu/assets/js/velocity.ui.min.js | 3.2 KiB | 902 ms |
| www.unm.edu/assets/js/jquery.waypoints.min.js | 3.0 KiB | 902 ms |
| www.unm.edu/assets/js/site.js | 2.0 KiB | 902 ms |
| www.unm.edu/assets/css/site-styles.css | 5.9 KiB | 305 ms |
| cdn.fonts.net/t/1.css?apiType=css&projectid=9f5ec5c4-677a-43b8-8a36-5aa946e7d359 | 661 B | 278 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 |
|---|---|
| unm.edu/ | 974 ms |
| www.unm.edu/ | 190 ms |
| www.unm.edu/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Individuals Together
That’s the way we see us. We’re a community of unique per… body#home > div#page > div#upper | 0.429 |
UNM A-Z
myUNM
Directory
Help
more div#page > div.navbar > div.container > ul#toolbar-nav | 0.003 |
UNM A-Z
myUNM
Directory
Help
more div#page > div.navbar > div.container > ul#toolbar-nav | 0.001 |
| 0.000 |
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 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 |
|---|---|---|
| assets.juicer.io/embed-no-jquery.js | 118.4 KiB | 85.4 KiB |
| www.googletagmanager.com/gtag/js?id=G-YE9XJVELVF&cx=c>m=4e64h1h1 | 173.2 KiB | 65.1 KiB |
| www.googletagmanager.com/gtag/js?id=AW-771841062&cx=c>m=4e64h1h1 | 144.6 KiB | 64.8 KiB |
| www.googletagmanager.com/gtag/js?id=AW-16942011988&cx=c>m=4e64h1h1 | 144.6 KiB | 64.7 KiB |
| www.googletagmanager.com/gtag/js?id=AW-951269613&cx=c>m=4e64h1h1 | 146.5 KiB | 64.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-WQT2MB | 166.3 KiB | 60.1 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 44.8 KiB |
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 |
|---|---|---|
| webcore.unm.edu/v2/css/unm-styles.min.css | 38.4 KiB | 32.4 KiB |
| assets.juicer.io/embed.css | 15.7 KiB | 14.4 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.
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 | |
|---|---|
A group of four people sit on red chairs arranged in a semi-circle on a stage. … div#j-column-0 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/26146551?s=339f9549a1f362945e3409ab867dd6dfdfd700b2 |
Statue of a wolf wearing a bright red graduation cap outdoors. div#j-column-0 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/26912205?s=0ef257f49ee83c68bac952e9d06f66a2421967dc |
Mark Woodbury and Robert González stand in a modern office space beside an arch… div#j-column-3 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/26425783?s=1401340388701e56d4237938a5358ea37007190c |
UNM Regents announce presidential finalists div#homepage-carousel > div.carousel-inner > section.item > img | www.unm.edu/features/2026/2026-unm-presidential-search.jpg |
A glass candle labeled "UNM Candle Co. 'Smells just like home' - Duck Pond Wate… div#j-column-1 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/26829134?s=d4bc19751ae53acf8e37a44452def17b5b2f5121 |
Photo from UNM on Twitter at 4/1/26 at 9:29PM li.feed-item > div.j-text > a.j-image > img.j-content-image | www.juicer.io/api/media/26829164?s=dfe8170fc37db4e32d4b9e40bbd51b7f00e1017e |
Route 66 in Albuquerque – 505 Central Food Hall div.row > div.col-md-6 > a > img.avatar-pic | /wp-content/uploads/2026/02/202601_UNM_505FoodHall_KylerK... |
Photo from TheUniversityofNewMexico on TikTok at 3/20/26 at 5:04PM div#j-column-2 > li.feed-item > a.j-image > img.j-content-image | /api/posts/506389406/images.jpg?external_id=7619384779649... |
Image for: Snack & Submit Scholarship & Application Support Event div.multi > div.item > div.eventitem > img.eventimg | /assets/cef19db5-f949-4260-96a1-164b57f2be98-thumb.png |
Image for: Advanced Cancer Journaling Support Group div.multi > div.item > div.eventitem > img.eventimg | www.unm.edu/assets/img/calendar-images/hsc-new-white-vertical.png |
Image for: Sound Bath & Deep Relaxation Experience div.multi > div.item > div.eventitem > img.eventimg | www.unm.edu/assets/img/calendar-images/hsc-new-white-vertical.png |
Image for: Voice-off Study Group for Intro to Sign Class div.multi > div.item > div.eventitem > img.eventimg | /assets/b5480bc8-1fa5-456b-bd1a-19b1031bbe24-thumb.jpg |
Profile image for uofnm li.feed-item > div.j-poster > a > img | /api/posts/506784372/poster_images.jpg?external_id=DWo0w8... |
Profile image for uofnm li.feed-item > div.j-poster > a > img | /api/posts/506450985/poster_images.jpg?external_id=DWSU6Y... |
Profile image for uofnm li.feed-item > div.j-poster > a > img | /api/posts/506749414/poster_images.jpg?external_id=DWmqtC... |
Profile image for uofnm li.feed-item > div.j-poster > a > img | /api/posts/506575378/poster_images.jpg?external_id=DWaH3-... |
The University of New Mexico div.col-md-8 > p > a > img | webcore.unm.edu/v2/images/unm-transparent-white.png |
Profile image for TheUniversityofNewMexico li.feed-item > div.j-poster > a > img | /api/posts/506389406/poster_images.jpg?external_id=761938... |
Profile image for UNM li.feed-item > div.j-poster > a > img | /api/posts/506396723/poster_images.jpg?external_id=203610... |
Profile image for UNM li.feed-item > div.j-poster > a > img | /api/posts/506749418/poster_images.jpg?external_id=203945... |
Profile image for UNM li.feed-item > div.j-poster > a > img | /api/posts/506389530/poster_images.jpg?external_id=203481... |
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.
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 |
|---|
411 div.j-link-container > ul > li > a.likes |
These are opportunities to improve the legibility of your content.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
uofnm
19d
Statue of a wolf wearing a bright red graduation cap outdoors.
The e… div#primary > div#social-wall > div.container > ul.juicer-feed |
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 |
|---|
uofnm
19d
Statue of a wolf wearing a bright red graduation cap outdoors.
The e… div.j-stacker-wrapper > div.j-stacker > div#j-column-0 > li.feed-item |
uofnm
27d
A group of four people sit on red chairs arranged in a semi-circle on… div.j-stacker-wrapper > div.j-stacker > div#j-column-0 > li.feed-item |
uofnm
20d
A glass candle labeled "UNM Candle Co. 'Smells just like home' - Duck… div.j-stacker-wrapper > div.j-stacker > div#j-column-1 > li.feed-item |
Univ. of New Mexico
@UNM
X (Twitter) Logo
Photo from UNM on Twitter at 3/23/26 … div.j-stacker-wrapper > div.j-stacker > div#j-column-1 > li.feed-item |
Univ. of New Mexico
@UNM
X (Twitter) Logo
Photo from UNM on Twitter at 4/1/26 a… div.j-stacker-wrapper > div.j-stacker > div#j-column-2 > li.feed-item |
TheUniversityofNewMexico
32d
Photo from TheUniversityofNewMexico on TikTok at 3… div.j-stacker-wrapper > div.j-stacker > div#j-column-2 > li.feed-item |
uofnm
24d
Mark Woodbury and Robert González stand in a modern office space besi… div.j-stacker-wrapper > div.j-stacker > div#j-column-3 > li.feed-item |
Univ. of New Mexico
@UNM
X (Twitter) Logo
Photo from UNM on Twitter at 3/20/26 … div.j-stacker-wrapper > div.j-stacker > div#j-column-3 > li.feed-item |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.container > form#unm_search_form > div.input-append > button#unm_search_for_submit div.container > form#unm_search_form > div.input-append > button#unm_search_for_submit |
Academic Calendars div.col-sm-3 > ul.list-unstyled > li > a |
Class Schedule div.col-sm-3 > ul.list-unstyled > li > a |
Colleges & Schools div.col-sm-3 > ul.list-unstyled > li > a |
Course Catalog div.col-sm-3 > ul.list-unstyled > li > a |
Degrees & Certificates div.col-sm-3 > ul.list-unstyled > li > a |
Graduate Studies div.col-sm-3 > ul.list-unstyled > li > a |
Athletics div.col-sm-3 > ul.list-unstyled > li > a |
Diversity div.col-sm-3 > ul.list-unstyled > li > a |
Recreational Services div.col-sm-3 > ul.list-unstyled > li > a |
Student Activities div.col-sm-3 > ul.list-unstyled > li > a |
Student Union div.col-sm-3 > ul.list-unstyled > li > a |
Bookstore div.col-sm-3 > ul.list-unstyled > li > a |
Computing div.col-sm-3 > ul.list-unstyled > li > a |
Continuing Education div.col-sm-3 > ul.list-unstyled > li > a |
Employment div.col-sm-3 > ul.list-unstyled > li > a |
Libraries div.col-sm-3 > ul.list-unstyled > li > a |
UNM News div.col-sm-3 > ul.list-unstyled > li > a |
Alumni div.col-sm-3 > ul.list-unstyled > li > a |
Faculty div.col-sm-3 > ul.list-unstyled > li > a |
Patients div.col-sm-3 > ul.list-unstyled > li > a |
Staff div.col-sm-3 > ul.list-unstyled > li > a |
Accessibility div.col-md-4 > ul#unm_footer_links > li > a |
Consumer Information div.col-md-4 > ul#unm_footer_links > li > a |
These items highlight common accessibility best practices.
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.unm.edu/ | Allowed |
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.
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback