Mobile 375 × 812

Desktop 1440 × 900

Score: 73 / 100
Based on 8 categories, 0 sections
Room to improve — your 25.5s 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.
Rich content metadata — your pages look great everywhere.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 15.3 MB (12.6 MB transferred)
Performance issues directly impact user engagement and conversion rates.
99 third-party resources (100% of weight)
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/c88c9c33-5cf9-4057-9467-eb9f85043da6)<a href="https://beavercheck.com/results/c88c9c33-5cf9-4057-9467-eb9f85043da6"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fgeorgetown.edu" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fgeorgetown.eduThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 25.5s exceeds Google's 2.5s 'Good' threshold and the 2 performance issues below directly contribute to it. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~34%.
Page takes 25.5s to load
+12% bounceUsers abandon at ~3s — you're 23.0s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 870ms
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
Mixed content on HTTPS page
+8% bounceBrowsers block insecure subresources — broken images, missing scripts, warning badge
Fix: Change http:// URLs inside the page to https:// (or protocol-relative)
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
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
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
2 broken link(s) on the page
+3% 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.
$550 investment → $3.17/month returns + USD 157,500 risk avoided
$550
6h · 5 findings
$3.17 /mo
~$38 / year
USD 157,500
if kept compliant
$150 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,128 / month at risk
~$157,538 / year if left unfixed
$157,500
+2 more
$3.17 /mo
39586.5 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 4 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.
6.34 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
25.49 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
870 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.42 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.25 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 | |
|---|---|---|---|
Photo from Georgetown on Twitter at 4/16/26 at 2:00PM li.feed-item > div.j-text > a.j-image > img.j-content-image | www.juicer.io/api/media/28082764?s=7db95d9c4ca2972f00c391055be051eec5f3dd93 | 687.4 KiB | 678.1 KiB |
Photo from Georgetown on Twitter at 4/7/26 at 8:04PM li.feed-item > div.j-text > a.j-image > img.j-content-image | www.juicer.io/api/media/27309542?s=1e315d2c6332d4d3bfafaed6846ea273c5e0ca64 | 655.6 KiB | 646.2 KiB |
Skyline of Georgetown's campus and Healy Hall towers behind Key Bridge at … div.single-image > div.f--field > div.image-field-wrapper > img | /wp-content/uploads/2022/10/20180920_GeorgetownSunsetStoc... | 524.8 KiB | 483.4 KiB |
div.c--component > div.f--field > div.image-field-wrapper > img div.c--component > div.f--field > div.image-field-wrapper > img | www.georgetown.edu/wp-content/uploads/2025/06/6K1A9080-resized-1920x1080.jpg | 164.2 KiB | 158.9 KiB |
div.swiper-slide > div.f--field > div.image-field-wrapper > img div.swiper-slide > div.f--field > div.image-field-wrapper > img | /wp-content/uploads/2025/06/IS9A9061-select-scaled-2000x1... | 125.9 KiB | 120.6 KiB |
div.swiper-slide > div.f--field > div.image-field-wrapper > img div.swiper-slide > div.f--field > div.image-field-wrapper > img | /wp-content/uploads/2023/08/Community-scholars-program-ch... | 70.2 KiB | 67.2 KiB |
div.swiper-slide > div.f--field > div.image-field-wrapper > img div.swiper-slide > div.f--field > div.image-field-wrapper > img | /wp-content/uploads/2025/06/IS9A6932-scaled-2000x1500-c-d... | 65.7 KiB | 62.9 KiB |
USILA National Team of the Week - Rory Connor - 041526 li.feed-item > div.j-text > a.j-image > img.j-content-image | www.juicer.io/api/media/28220707?s=34f843d106790e302b3788f7a234890b5f3d8f83 | 46.3 KiB | 38.9 KiB |
Young man holds cross while processing out of a chapel div.c--component > div.f--field > div.image-field-wrapper > img | www.georgetown.edu/wp-content/uploads/2026/04/20250419-Ministry_1127-420x280.jpg | 27.3 KiB | 14.5 KiB |
Next div.j-text > a.j-image > span.j-gallery-nav > span.j-gallery-arrow | assets.juicer.io/standalone-sprites/gallery-right.png | 9.6 KiB | 9.5 KiB |
Previous div.j-text > a.j-image > span.j-gallery-nav > span.j-gallery-arrow | assets.juicer.io/standalone-sprites/gallery-left.png | 9.6 KiB | 9.5 KiB |
li.feed-item > div.j-text > a.j-image > ::after li.feed-item > div.j-text > a.j-image > ::after | assets.juicer.io/standalone-sprites/gallery.png | 9.1 KiB | 9.0 KiB |
Profile image for Georgetown li.feed-item > div.j-poster > a > img | /api/posts/507328212/poster_images.jpg?external_id=204519... | 7.0 KiB | 6.9 KiB |
Profile image for Georgetown li.feed-item > div.j-poster > a > img | /api/posts/507273991/poster_images.jpg?external_id=204477... | 7.0 KiB | 6.9 KiB |
Profile image for Georgetown li.feed-item > div.j-poster > a > img | /api/posts/506949691/poster_images.jpg?external_id=204160... | 7.0 KiB | 6.9 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.
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.
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 |
|---|---|
| georgetown.edu/ | 754 ms |
| www.georgetown.edu/ | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /wp-content/themes/georgetown/pattern_lab/source/css/styl... | 77.3 KiB | 13.2 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 |
|---|---|---|
| /wp-content/themes/georgetown/pattern_lab/source/css/styl... | 77.1 KiB | 70.7 KiB |
| www.juicer.io/embed.css | 15.7 KiB | 14.5 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.juicer.io/embed-no-jquery.js | 118.4 KiB | 85.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KKWWGWJ | 156.4 KiB | 81.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-PPMJ3YSP8F&cx=c>m=4e64h1h1 | 172.0 KiB | 71.0 KiB |
| www.googletagmanager.com/gtag/js?id=G-1KPF5R3XZ2&cx=c>m=4e64h1h1 | 176.9 KiB | 69.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-45PFR194TR&cx=c>m=4e64h1h1 | 157.0 KiB | 66.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-BSC82Y20RS&cx=c>m=4e64h1h1 | 156.4 KiB | 66.7 KiB |
| /wp-content/themes/georgetown/pattern_lab/source/js/dist/... | 85.7 KiB | 65.0 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 |
|---|---|---|---|
| Unattributable | 619 ms | 13 ms | 0.0 ms |
| www.juicer.io/embed-no-jquery.js | 514 ms | 273 ms | 51 ms |
| /wp-content/themes/georgetown/pattern_lab/source/js/dist/... | 470 ms | 182 ms | 23 ms |
| www.georgetown.edu/ | 442 ms | 43 ms | 14 ms |
| www.googletagmanager.com/gtag/js?id=G-1KPF5R3XZ2&cx=c>m=4e64h1h1 | 417 ms | 296 ms | 56 ms |
| www.googletagmanager.com/gtag/js?id=G-45PFR194TR&cx=c>m=4e64h1h1 | 279 ms | 234 ms | 42 ms |
| www.googletagmanager.com/gtm.js?id=GTM-KKWWGWJ | 276 ms | 229 ms | 43 ms |
| www.googletagmanager.com/gtag/js?id=G-PPMJ3YSP8F&cx=c>m=4e64h1h1 | 270 ms | 220 ms | 48 ms |
| www.googletagmanager.com/gtag/js?id=G-BSC82Y20RS&cx=c>m=4e64h1h1 | 242 ms | 196 ms | 43 ms |
| www.georgetown.edu/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 149 ms | 132 ms | 7.5 ms |
| js-agent.newrelic.com/nr-rum-1.313.1.min.js | 97 ms | 81 ms | 4.3 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 | 2.0 s |
| Other | 904 ms |
| Style & Layout | 445 ms |
| Script Parsing & Compilation | 350 ms |
| Parse HTML & CSS | 94 ms |
| Rendering | 68 ms |
| Garbage Collection | 50 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 | |
|---|---|
Photo from Georgetown on Twitter at 3/12/26 at 2:30PM li.feed-item > div.j-text > a.j-image > img.j-content-image | www.juicer.io/api/media/25160445?s=6ea37aaba67f66f333855e134aac39e097c9c91d |
Photo from Georgetown on Twitter at 4/6/26 at 3:08PM li.feed-item > div.j-text > a.j-image > img.j-content-image | www.juicer.io/api/media/27229307?s=60ad2558c3e6c978c3100726de4cc792f7017b96 |
div.swiper-slide > div.f--field > div.image-field-wrapper > img div.swiper-slide > div.f--field > div.image-field-wrapper > img | /wp-content/uploads/2025/06/IS9A9061-select-scaled-2000x1... |
div.swiper-slide > div.f--field > div.image-field-wrapper > img div.swiper-slide > div.f--field > div.image-field-wrapper > img | /wp-content/uploads/2023/08/Community-scholars-program-ch... |
div.swiper-slide > div.f--field > div.image-field-wrapper > img div.swiper-slide > div.f--field > div.image-field-wrapper > img | /wp-content/uploads/2025/06/IS9A6932-scaled-2000x1500-c-d... |
Photo from Georgetown on Twitter at 3/27/26 at 11:05PM li.feed-item > div.j-text > a.j-image > img.j-content-image | www.juicer.io/api/media/26486368?s=2a82ac2ac11c8e0387f780bf570fb9edd5b63d42 |
Photo from Georgetown on Twitter at 3/13/26 at 1:55PM li.feed-item > div.j-text > a.j-image > img.j-content-image | www.juicer.io/api/media/25240287?s=f9039b19ea09b4d89ba2b3da122e0b1c6e34447f |
Photo from Georgetown on Twitter at 3/29/26 at 4:11PM li.feed-item > div.j-text > a.j-image > img.j-content-image | www.juicer.io/api/media/26553288?s=be2636776a95b2204cd4e07c643a6cd036f9dc19 |
Photo from Georgetown on Twitter at 3/20/26 at 2:46PM li.feed-item > div.j-text > a.j-image > img.j-content-image | www.juicer.io/api/media/25754192?s=b9b41a92f6a69b3a9a8b4ca11f77c0badfad30c0 |
Photo from Georgetown on Twitter at 4/2/26 at 12:00AM li.feed-item > div.j-text > a.j-image > img.j-content-image | www.juicer.io/api/media/26937023?s=7ba84b699a2d0ce83da1f089ccba360d9c267475 |
Photo from Georgetown on Twitter at 4/7/26 at 8:04PM li.feed-item > div.j-text > a.j-image > img.j-content-image | www.juicer.io/api/media/27309542?s=1e315d2c6332d4d3bfafaed6846ea273c5e0ca64 |
Photo from Georgetown on Twitter at 4/16/26 at 2:00PM li.feed-item > div.j-text > a.j-image > img.j-content-image | www.juicer.io/api/media/28082764?s=7db95d9c4ca2972f00c391055be051eec5f3dd93 |
USILA National Team of the Week - Rory Connor - 041526 li.feed-item > div.j-text > a.j-image > img.j-content-image | www.juicer.io/api/media/28220707?s=34f843d106790e302b3788f7a234890b5f3d8f83 |
2025-26 Women's Team li.feed-item > div.j-text > a.j-image > img.j-content-image | www.juicer.io/api/media/26829777?s=4ec657815a18740960828f5f199595617c8c2a13 |
Photo from Georgetown on Twitter at 3/4/26 at 3:00PM li.feed-item > div.j-text > a.j-image > img.j-content-image | www.juicer.io/api/media/24559784?s=b2bf2661e438fbb76038eb52a7bad121e7c1f86e |
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.
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Close the Search Dialog
body.home > div.lc--layout-container > div.l--layout > div#search-form |
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 |
|---|
An Education That Matters div.c--component > div.text-container > div.f--field > h3 |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
Georgetown University
@Georgetown
X (Twitter) Logo
USILA National Team of the W… section.cc--component-container > div.c--component > div.currator-feed > 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 |
|---|
Georgetown University
@Georgetown
X (Twitter) Logo
USILA National Team of the W… div.j-stacker-wrapper > div.j-stacker > div#j-column-0 > li.feed-item |
Georgetown University
@Georgetown
X (Twitter) Logo
Photo from Georgetown on Twi… div.j-stacker-wrapper > div.j-stacker > div#j-column-0 > li.feed-item |
Georgetown University
@Georgetown
X (Twitter) Logo
Photo from Georgetown on Twi… div.j-stacker-wrapper > div.j-stacker > div#j-column-0 > li.feed-item |
Georgetown University
@Georgetown
X (Twitter) Logo
Photo from Georgetown on Twi… div.j-stacker-wrapper > div.j-stacker > div#j-column-0 > li.feed-item |
Georgetown University
@Georgetown
X (Twitter) Logo
Photo from Georgetown on Twi… div.j-stacker-wrapper > div.j-stacker > div#j-column-0 > li.feed-item |
Georgetown University
@Georgetown
X (Twitter) Logo
2025-26 Women's Team
The Ge… div.j-stacker-wrapper > div.j-stacker > div#j-column-0 > li.feed-item |
Georgetown University
@Georgetown
X (Twitter) Logo
Photo from Georgetown on Twi… div.j-stacker-wrapper > div.j-stacker > div#j-column-0 > li.feed-item |
Georgetown University
@Georgetown
X (Twitter) Logo
Photo from Georgetown on Twi… div.j-stacker-wrapper > div.j-stacker > div#j-column-0 > li.feed-item |
Georgetown University
@Georgetown
X (Twitter) Logo
Photo from Georgetown on Twi… div.j-stacker-wrapper > div.j-stacker > div#j-column-0 > li.feed-item |
Georgetown University
@Georgetown
X (Twitter) Logo
Photo from Georgetown on Twi… div.j-stacker-wrapper > div.j-stacker > div#j-column-0 > li.feed-item |
Georgetown University
@Georgetown
X (Twitter) Logo
Photo from Georgetown on Twi… div.j-stacker-wrapper > div.j-stacker > div#j-column-0 > li.feed-item |
Georgetown University
@Georgetown
X (Twitter) Logo
Photo from Georgetown on Twi… 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.
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 |
|---|---|
Failed to find a valid digest in the 'integrity' attribute for resource 'https://static.addtoany.com/menu/page.js?ver=1.0.338' with computed SHA-512 integrity 'cTTpgjNtPcn/54j5hJuiINRWiX7yMWXQQNpf6EOYRk6UrhXyQJCkkWSvZ5ZPOWmQKHSmS0dQ3iuY0PIYB6V+lg=='. The resource has been blocked. |
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.
1.10 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.67 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
46 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.003
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.43 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.
3.75 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.
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 | |
|---|---|---|---|
Skyline of Georgetown's campus and Healy Hall towers behind Key Bridge at … div.single-image > div.f--field > div.image-field-wrapper > img | /wp-content/uploads/2022/10/20180920_GeorgetownSunsetStoc... | 524.8 KiB | 413.6 KiB |
div.swiper-slide > div.f--field > div.image-field-wrapper > img div.swiper-slide > div.f--field > div.image-field-wrapper > img | /wp-content/uploads/2025/06/IS9A9061-select-scaled-2000x1... | 125.9 KiB | 100.4 KiB |
div.c--component > div.f--field > div.image-field-wrapper > img div.c--component > div.f--field > div.image-field-wrapper > img | www.georgetown.edu/wp-content/uploads/2025/06/6K1A9080-resized-1920x1080.jpg | 164.2 KiB | 83.0 KiB |
div.swiper-slide > div.f--field > div.image-field-wrapper > img div.swiper-slide > div.f--field > div.image-field-wrapper > img | /wp-content/uploads/2023/08/Community-scholars-program-ch... | 70.2 KiB | 56.0 KiB |
div.swiper-slide > div.f--field > div.image-field-wrapper > img div.swiper-slide > div.f--field > div.image-field-wrapper > img | /wp-content/uploads/2025/06/IS9A6932-scaled-2000x1500-c-d... | 65.7 KiB | 52.4 KiB |
Young man holds cross while processing out of a chapel div.c--component > div.f--field > div.image-field-wrapper > img | www.georgetown.edu/wp-content/uploads/2026/04/20250419-Ministry_1127-420x280.jpg | 27.3 KiB | 23.1 KiB |
A doctor in a white lab coat smiles in front of a desk div.c--component > div.f--field > div.image-field-wrapper > img | /wp-content/uploads/2026/04/Dr.-Marc-Lippman-Portrait-1-4... | 15.1 KiB | 11.2 KiB |
A woman with red hair and a maroon top smiles in front of a bookshelf div.c--component > div.f--field > div.image-field-wrapper > img | /wp-content/uploads/2026/04/McNamer-GU-headshot-copy-scal... | 10.1 KiB | 7.5 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.
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.
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 |
|---|---|
| georgetown.edu/ | 241 ms |
| www.georgetown.edu/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /wp-content/themes/georgetown/pattern_lab/source/css/styl... | 77.0 KiB | 67.0 KiB |
| www.juicer.io/embed.css | 15.7 KiB | 14.5 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.juicer.io/embed-no-jquery.js | 118.4 KiB | 85.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KKWWGWJ | 156.4 KiB | 81.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-PPMJ3YSP8F&cx=c>m=4e64h1 | 172.0 KiB | 71.0 KiB |
| www.googletagmanager.com/gtag/js?id=G-1KPF5R3XZ2&cx=c>m=4e64h1 | 176.9 KiB | 69.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-BSC82Y20RS&cx=c>m=4e64h1 | 156.4 KiB | 66.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-45PFR194TR&cx=c>m=4e64h1 | 157.0 KiB | 66.2 KiB |
| /wp-content/themes/georgetown/pattern_lab/source/js/dist/... | 85.7 KiB | 65.0 KiB |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /wp-content/themes/georgetown/pattern_lab/source/css/styl... | 77.4 KiB | 13.2 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 | |
|---|---|
Photo from Georgetown on Twitter at 3/12/26 at 2:30PM li.feed-item > div.j-text > a.j-image > img.j-content-image | www.juicer.io/api/media/25160445?s=6ea37aaba67f66f333855e134aac39e097c9c91d |
Photo from Georgetown on Twitter at 4/6/26 at 3:08PM li.feed-item > div.j-text > a.j-image > img.j-content-image | www.juicer.io/api/media/27229307?s=60ad2558c3e6c978c3100726de4cc792f7017b96 |
div.swiper-slide > div.f--field > div.image-field-wrapper > img div.swiper-slide > div.f--field > div.image-field-wrapper > img | /wp-content/uploads/2025/06/IS9A9061-select-scaled-2000x1... |
div.swiper-slide > div.f--field > div.image-field-wrapper > img div.swiper-slide > div.f--field > div.image-field-wrapper > img | /wp-content/uploads/2023/08/Community-scholars-program-ch... |
div.swiper-slide > div.f--field > div.image-field-wrapper > img div.swiper-slide > div.f--field > div.image-field-wrapper > img | /wp-content/uploads/2025/06/IS9A6932-scaled-2000x1500-c-d... |
Photo from Georgetown on Twitter at 3/27/26 at 11:05PM li.feed-item > div.j-text > a.j-image > img.j-content-image | www.juicer.io/api/media/26486368?s=2a82ac2ac11c8e0387f780bf570fb9edd5b63d42 |
Photo from Georgetown on Twitter at 3/13/26 at 1:55PM li.feed-item > div.j-text > a.j-image > img.j-content-image | www.juicer.io/api/media/25240287?s=f9039b19ea09b4d89ba2b3da122e0b1c6e34447f |
Photo from Georgetown on Twitter at 3/29/26 at 4:11PM li.feed-item > div.j-text > a.j-image > img.j-content-image | www.juicer.io/api/media/26553288?s=be2636776a95b2204cd4e07c643a6cd036f9dc19 |
Photo from Georgetown on Twitter at 3/20/26 at 2:46PM li.feed-item > div.j-text > a.j-image > img.j-content-image | www.juicer.io/api/media/25754192?s=b9b41a92f6a69b3a9a8b4ca11f77c0badfad30c0 |
Photo from Georgetown on Twitter at 4/2/26 at 12:00AM li.feed-item > div.j-text > a.j-image > img.j-content-image | www.juicer.io/api/media/26937023?s=7ba84b699a2d0ce83da1f089ccba360d9c267475 |
Photo from Georgetown on Twitter at 4/7/26 at 8:04PM li.feed-item > div.j-text > a.j-image > img.j-content-image | www.juicer.io/api/media/27309542?s=1e315d2c6332d4d3bfafaed6846ea273c5e0ca64 |
Photo from Georgetown on Twitter at 4/16/26 at 2:00PM li.feed-item > div.j-text > a.j-image > img.j-content-image | www.juicer.io/api/media/28082764?s=7db95d9c4ca2972f00c391055be051eec5f3dd93 |
USILA National Team of the Week - Rory Connor - 041526 li.feed-item > div.j-text > a.j-image > img.j-content-image | www.juicer.io/api/media/28220707?s=34f843d106790e302b3788f7a234890b5f3d8f83 |
2025-26 Women's Team li.feed-item > div.j-text > a.j-image > img.j-content-image | www.juicer.io/api/media/26829777?s=4ec657815a18740960828f5f199595617c8c2a13 |
Photo from Georgetown on Twitter at 3/4/26 at 3:00PM li.feed-item > div.j-text > a.j-image > img.j-content-image | www.juicer.io/api/media/24559784?s=b2bf2661e438fbb76038eb52a7bad121e7c1f86e |
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 |
|---|
Hilltop Campus div.c--component > div.pane-tabs > div.pane-tabs-inner > div#tab-1-k6894 |
Capitol Campus div.c--component > div.pane-tabs > div.pane-tabs-inner > div#tab-2-k6894 |
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Close the Search Dialog
body.home > div.lc--layout-container > div.l--layout > div#search-form |
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 |
|---|
An Education That Matters div.c--component > div.text-container > div.f--field > h3 |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
Georgetown University
@Georgetown
X (Twitter) Logo
USILA National Team of the W… section.cc--component-container > div.c--component > div.currator-feed > 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 |
|---|
Georgetown University
@Georgetown
X (Twitter) Logo
USILA National Team of the W… div.j-stacker-wrapper > div.j-stacker > div#j-column-0 > li.feed-item |
Georgetown University
@Georgetown
X (Twitter) Logo
Photo from Georgetown on Twi… div.j-stacker-wrapper > div.j-stacker > div#j-column-0 > li.feed-item |
Georgetown University
@Georgetown
X (Twitter) Logo
Photo from Georgetown on Twi… div.j-stacker-wrapper > div.j-stacker > div#j-column-0 > li.feed-item |
Georgetown University
@Georgetown
X (Twitter) Logo
Photo from Georgetown on Twi… div.j-stacker-wrapper > div.j-stacker > div#j-column-1 > li.feed-item |
Georgetown University
@Georgetown
X (Twitter) Logo
2025-26 Women's Team
The Ge… div.j-stacker-wrapper > div.j-stacker > div#j-column-1 > li.feed-item |
Georgetown University
@Georgetown
X (Twitter) Logo
Photo from Georgetown on Twi… div.j-stacker-wrapper > div.j-stacker > div#j-column-1 > li.feed-item |
Georgetown University
@Georgetown
X (Twitter) Logo
Photo from Georgetown on Twi… div.j-stacker-wrapper > div.j-stacker > div#j-column-2 > li.feed-item |
Georgetown University
@Georgetown
X (Twitter) Logo
Photo from Georgetown on Twi… div.j-stacker-wrapper > div.j-stacker > div#j-column-2 > li.feed-item |
Georgetown University
@Georgetown
X (Twitter) Logo
Photo from Georgetown on Twi… div.j-stacker-wrapper > div.j-stacker > div#j-column-2 > li.feed-item |
Georgetown University
@Georgetown
X (Twitter) Logo
Photo from Georgetown on Twi… div.j-stacker-wrapper > div.j-stacker > div#j-column-3 > li.feed-item |
Georgetown University
@Georgetown
X (Twitter) Logo
Photo from Georgetown on Twi… div.j-stacker-wrapper > div.j-stacker > div#j-column-3 > li.feed-item |
Georgetown University
@Georgetown
X (Twitter) Logo
Photo from Georgetown on Twi… 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.
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 |
|---|---|
Failed to find a valid digest in the 'integrity' attribute for resource 'https://static.addtoany.com/menu/page.js?ver=1.0.338' with computed SHA-512 integrity 'cTTpgjNtPcn/54j5hJuiINRWiX7yMWXQQNpf6EOYRk6UrhXyQJCkkWSvZ5ZPOWmQKHSmS0dQ3iuY0PIYB6V+lg=='. The resource has been blocked. |
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