Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 100
Based on 8 categories, 0 sections
Room to improve — your 9.0s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Reasonable footprint with room for optimization.
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.
1 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
1 image-in-link without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
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/d12e57c9-562a-49c9-ab97-c28b5170a93f)<a href="https://beavercheck.com/results/d12e57c9-562a-49c9-ab97-c28b5170a93f"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fthecrimson.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fthecrimson.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
10 barrier(s) likely increasing bounce by ~35%.
Page takes 9.0s to load
+12% bounceUsers abandon at ~3s — you're 6.5s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 2.5s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
4 form field(s) without a label
+6% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
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, …)
48 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
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
3 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.
€383 investment → €5,460/month returns + EUR 120,500,000 risk avoided
€383
4h · 5 findings
€5,460 /mo
~€65,515 / year
EUR 120,500,000
if kept compliant
€128 — 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.5 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,667 / month at risk
~€120,500,010 / year if left unfixed
€120,500,000
+11 more
€0.81 /mo
10886.1 MB/mo × 0.074 EUR/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.15 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.97 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.52 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.88 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.
23.05 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.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.css-1g1cw8n > div.opinion-box-style > div.logo-holder > img.opinions-logo div.css-1g1cw8n > div.opinion-box-style > div.logo-holder > img.opinions-logo | /photos/2025/07/22/122056_1379783.jpg.533x356_q95_crop-sm... | 69.4 KiB | 67.7 KiB |
div.css-1g1cw8n > div.opinion-box-style > div.logo-holder > img.opinions-logo div.css-1g1cw8n > div.opinion-box-style > div.logo-holder > img.opinions-logo | /photos/2025/05/26/151032_1379212.jpg.534x356_q95_crop-sm... | 56.0 KiB | 54.3 KiB |
div.img-top > div.image-container > a > div.preview-image div.img-top > div.image-container > a > div.preview-image | /photos/2026/04/08/160721_1385422.png.600x400_q95_crop-sm... | 91.8 KiB | 52.7 KiB |
div.img-top > div.image-container > a > div.preview-image div.img-top > div.image-container > a > div.preview-image | /photos/2026/04/22/211731_1385889.jpg.534x356_q95_crop-sm... | 74.7 KiB | 43.7 KiB |
div.img-top > div.image-container > a > div.preview-image div.img-top > div.image-container > a > div.preview-image | /photos/2026/04/13/005947_1385559.jpg.534x356_q95_crop-sm... | 57.9 KiB | 27.0 KiB |
div.css-1g1cw8n > div.opinion-box-style > div.logo-holder > img.opinions-logo div.css-1g1cw8n > div.opinion-box-style > div.logo-holder > img.opinions-logo | /photos/2026/02/02/012053_1383530.jpg.537x356_q95_crop-sm... | 22.3 KiB | 21.0 KiB |
div.img-undefined > div.image-container > a > div.preview-image div.img-undefined > div.image-container > a > div.preview-image | /photos/2026/04/17/151516_1385739.png.533x356_q95_crop-sm... | 44.8 KiB | 14.0 KiB |
Step up. Stand out. Proctor at Harvard Summer School div.card-container > a.css-1kovd02 > div.card-image-container > img | /photos/2026/01/21/061714_1383317.png.388x300_q95_crop-sm... | 19.6 KiB | 7.0 KiB |
Shop Socially Conscious Apparel with Illuminated Threads div.card-container > a.css-1kovd02 > div.card-image-container > img | /photos/2026/02/10/024715_1383709.png.380x300_q95_crop-sm... | 17.9 KiB | 5.6 KiB |
Opportunities to Enrich Your 2026 Summer div.card-container > a.css-1kovd02 > div.card-image-container > img | /photos/2026/01/28/042627_1383405.png.380x300_q95_crop-sm... | 15.4 KiB | 4.8 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.
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.
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 |
|---|---|
| thecrimson.com/ | 758 ms |
| www.thecrimson.com/ | 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.
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 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.thecrimson.com/static/js/bundle.5c8269f1.js | 358.2 KiB | 175.1 KiB |
| www.googletagmanager.com/gtag/js?id=G-VVW6YCM8M9&cx=c&_slc=1 | 163.8 KiB | 112.2 KiB |
| /pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... | 187.4 KiB | 104.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-VVW6YCM8M9 | 161.9 KiB | 65.6 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.5 KiB | 37.6 KiB |
| fundingchoicesmessages.google.com/i/1046082?ers=3 | 68.5 KiB | 36.3 KiB |
| digital.flytedesk.com/js/head.js | 91.4 KiB | 31.5 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.thecrimson.com/static/js/bundle.5c8269f1.js | 3.1 s | 2.7 s | 200 ms |
| Unattributable | 1.5 s | 837 ms | 0.0 ms |
| www.thecrimson.com/ | 1.2 s | 17 ms | 51 ms |
| /pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... | 1.1 s | 970 ms | 78 ms |
| digital.flytedesk.com/js/head.js | 774 ms | 529 ms | 12 ms |
| www.googletagmanager.com/gtag/js?id=G-VVW6YCM8M9 | 591 ms | 398 ms | 102 ms |
| fundingchoicesmessages.google.com/i/1046082?ers=3 | 535 ms | 495 ms | 27 ms |
| c.amazon-adsystem.com/aax2/apstag.js | 305 ms | 224 ms | 48 ms |
| www.google-analytics.com/analytics.js | 112 ms | 97 ms | 7.3 ms |
| www.googletagservices.com/tag/js/gpt.js | 107 ms | 92 ms | 14 ms |
| www.googletagmanager.com/gtag/js?id=G-VVW6YCM8M9&cx=c&_slc=1 | 102 ms | 38 ms | 64 ms |
| cdn.parsely.com/keys/thecrimson.com/p.js | 93 ms | 80 ms | 7.0 ms |
| config.aps.amazon-adsystem.com/configs/22da47be-b298-4b8c-ac96-477a660987f6 | 77 ms | 75 ms | 0.5 ms |
| ep2.adtrafficquality.google/sodar/sodar2.js | 51 ms | 45 ms | 2.9 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 | 6.7 s |
| Style & Layout | 1.0 s |
| Other | 977 ms |
| Script Parsing & Compilation | 620 ms |
| Garbage Collection | 175 ms |
| Rendering | 174 ms |
| Parse HTML & CSS | 121 ms |
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 |
|---|---|---|
| .flytead .vjs-control-bar { max-width: 100%; overflow: hidden; } … | 3.1 KiB | 2.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 | |
|---|---|
The Harvard Crimson Logo div.css-aaaab9 > div.sticky-navbar > div.navbar-bg-image-container > img.navbar-bg-image | www.thecrimson.com/static/media/header-logo.3685c571.png |
div.css-1g1cw8n > div.opinion-box-style > div.logo-holder > img.opinions-logo div.css-1g1cw8n > div.opinion-box-style > div.logo-holder > img.opinions-logo | /photos/2026/02/02/012053_1383530.jpg.537x356_q95_crop-sm... |
div.css-1g1cw8n > div.opinion-box-style > div.logo-holder > img.opinions-logo div.css-1g1cw8n > div.opinion-box-style > div.logo-holder > img.opinions-logo | /photos/2025/05/26/151032_1379212.jpg.534x356_q95_crop-sm... |
div.css-1g1cw8n > div.opinion-box-style > div.logo-holder > img.opinions-logo div.css-1g1cw8n > div.opinion-box-style > div.logo-holder > img.opinions-logo | /photos/2025/07/22/122056_1379783.jpg.533x356_q95_crop-sm... |
div.wide-column > div.css-1n4xxv5 > a > img.title-chevron div.wide-column > div.css-1n4xxv5 > a > img.title-chevron | www.thecrimson.com/static/media/chevron_right.e49f71b6.svg |
div.mobile-only > div.css-1n4xxv5 > a > img.title-chevron div.mobile-only > div.css-1n4xxv5 > a > img.title-chevron | www.thecrimson.com/static/media/chevron_right.e49f71b6.svg |
div.wide-column > div.css-1n4xxv5 > a > img.title-chevron div.wide-column > div.css-1n4xxv5 > a > img.title-chevron | www.thecrimson.com/static/media/chevron_right.e49f71b6.svg |
div.wide-column > div.css-1n4xxv5 > a > img.title-chevron div.wide-column > div.css-1n4xxv5 > a > img.title-chevron | www.thecrimson.com/static/media/chevron_right.e49f71b6.svg |
div.wide-column > div.mobile-only > div.css-1djp1kl > img.title-chevron div.wide-column > div.mobile-only > div.css-1djp1kl > img.title-chevron | www.thecrimson.com/static/media/chevron_right.e49f71b6.svg |
div#primary-third > div.css-1rm4qbj > a > img.title-chevron div#primary-third > div.css-1rm4qbj > a > img.title-chevron | www.thecrimson.com/static/media/chevron_right.e49f71b6.svg |
section#bottom-section-mobile > div.css-1n4xxv5 > a > img.title-chevron section#bottom-section-mobile > div.css-1n4xxv5 > a > img.title-chevron | www.thecrimson.com/static/media/chevron_right.e49f71b6.svg |
div.css-vf1ruh > div.css-1n4xxv5 > a > img.title-chevron div.css-vf1ruh > div.css-1n4xxv5 > a > img.title-chevron | www.thecrimson.com/static/media/chevron_right.e49f71b6.svg |
section#bottom-section-mobile > div.css-1n4xxv5 > a > img.title-chevron section#bottom-section-mobile > div.css-1n4xxv5 > a > img.title-chevron | www.thecrimson.com/static/media/chevron_right.e49f71b6.svg |
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.
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 |
|---|
FROM OUR ADVERTISERS section#primary > div.wide-column > div.css-1b9vs98 > h3 |
These are opportunities to improve keyboard navigation in your application.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#primary-third > a > div#tipbox-div > img#tipbox div#primary-third > a > div#tipbox-div > img#tipbox |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.css-aaaab9 > div.sidebar-menu > form#cse-search-box > input.sidebar-search-box div.css-aaaab9 > div.sidebar-menu > form#cse-search-box > input.sidebar-search-box |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.css-qbkajn > div.css-aaaab9 > div.sticky-navbar > a.thc-link div.css-qbkajn > div.css-aaaab9 > div.sticky-navbar > a.thc-link |
div.css-1w04wz2 > div.img-top > div.image-container > a div.css-1w04wz2 > div.img-top > div.image-container > a |
div.css-1w04wz2 > div.img-undefined > div.image-container > a div.css-1w04wz2 > div.img-undefined > div.image-container > a |
div.css-1w04wz2 > div.img-undefined > div.image-container > a div.css-1w04wz2 > div.img-undefined > div.image-container > a |
div.css-1w04wz2 > div.img-undefined > div.image-container > a div.css-1w04wz2 > div.img-undefined > div.image-container > a |
div.css-1w04wz2 > div.img-undefined > div.image-container > a div.css-1w04wz2 > div.img-undefined > div.image-container > a |
div.css-1w04wz2 > div.img-undefined > div.image-container > a div.css-1w04wz2 > div.img-undefined > div.image-container > a |
div.css-1w04wz2 > div.img-undefined > div.image-container > a div.css-1w04wz2 > div.img-undefined > div.image-container > a |
div.css-1w04wz2 > div.img-undefined > div.image-container > a div.css-1w04wz2 > div.img-undefined > div.image-container > a |
div.css-1w04wz2 > div.img-top > div.image-container > a div.css-1w04wz2 > div.img-top > div.image-container > a |
div.css-1w04wz2 > div.img-top > div.image-container > a div.css-1w04wz2 > div.img-top > div.image-container > a |
div.css-1w04wz2 > div.img-top > div.image-container > a div.css-1w04wz2 > div.img-top > div.image-container > a |
div.css-1w04wz2 > div.img-top > div.image-container > a div.css-1w04wz2 > div.img-top > div.image-container > a |
div.css-1w04wz2 > div.img-top > div.image-container > a div.css-1w04wz2 > div.img-top > div.image-container > a |
div.css-1w04wz2 > div.img-top > div.image-container > a div.css-1w04wz2 > div.img-top > div.image-container > a |
div.css-1w04wz2 > div.img-top > div.image-container > a div.css-1w04wz2 > div.img-top > div.image-container > a |
div.css-1w04wz2 > div.img-top > div.image-container > a div.css-1w04wz2 > div.img-top > div.image-container > a |
div.css-1w04wz2 > div.img-top > div.image-container > a div.css-1w04wz2 > div.img-top > div.image-container > a |
div.css-1w04wz2 > div.img-top > div.image-container > a div.css-1w04wz2 > div.img-top > div.image-container > a |
footer.css-138id2w > div.social-icons > div.icon-container > a footer.css-138id2w > div.social-icons > div.icon-container > a |
footer.css-138id2w > div.social-icons > div.icon-container > a footer.css-138id2w > div.social-icons > div.icon-container > a |
footer.css-138id2w > div.social-icons > div.icon-container > a footer.css-138id2w > div.social-icons > div.icon-container > a |
footer.css-138id2w > div.social-icons > div.icon-container > a footer.css-138id2w > div.social-icons > div.icon-container > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
The Harvard Crimson footer.css-138id2w > div.top-bar > div.container > li |
The University Daily, Est. 1873 footer.css-138id2w > div.top-bar > div.container > li.established |
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 |
|---|
EDITORIALS div.img-top > div.preview-content > div.subsection > a |
COLUMNS div.img-top > div.preview-content > div.subsection > a |
COLUMNS div.img-top > div.preview-content > div.subsection > a |
OP EDS div.img-top > div.preview-content > div.subsection > a |
OP EDS div.img-top > div.preview-content > div.subsection > a |
SCRUTINY div.img-undefined > div.preview-content > div.subsection > a |
AROUND TOWN div.img-undefined > div.preview-content > div.subsection > a |
INQUIRY div.img-undefined > div.preview-content > div.subsection > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
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 load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: the server responded with a status of 400 () |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#primary-third > a > div#tipbox-div > img#tipbox div#primary-third > a > div#tipbox-div > img#tipbox |
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.07 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.00 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
203 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.113
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.03 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.
4.51 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.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.css-1g1cw8n > div.opinion-box-style > div.logo-holder > img.opinions-logo div.css-1g1cw8n > div.opinion-box-style > div.logo-holder > img.opinions-logo | /photos/2025/07/22/122056_1379783.jpg.533x356_q95_crop-sm... | 69.4 KiB | 68.9 KiB |
div.css-1g1cw8n > div.opinion-box-style > div.logo-holder > img.opinions-logo div.css-1g1cw8n > div.opinion-box-style > div.logo-holder > img.opinions-logo | /photos/2025/05/26/151032_1379212.jpg.534x356_q95_crop-sm... | 56.0 KiB | 55.4 KiB |
div.img-top > div.image-container > a > div.preview-image div.img-top > div.image-container > a > div.preview-image | /photos/2026/04/08/160721_1385422.png.600x400_q95_crop-sm... | 91.8 KiB | 52.7 KiB |
The Harvard Crimson Logo div.css-1pkz6kq > div.sticky-navbar > div.navbar-div > img.navbar-bg-image | www.thecrimson.com/static/media/header-logo.3685c571.png | 75.0 KiB | 43.8 KiB |
div.img-top > div.image-container > a > div.preview-image div.img-top > div.image-container > a > div.preview-image | /photos/2026/04/22/211731_1385889.jpg.534x356_q95_crop-sm... | 74.7 KiB | 43.7 KiB |
div.img-right > div.image-container > a > div.preview-image div.img-right > div.image-container > a > div.preview-image | /photos/2022/04/21/005812_1356005.jpg.533x356_q95_crop-sm... | 61.5 KiB | 30.6 KiB |
div.img-top > div.image-container > a > div.preview-image div.img-top > div.image-container > a > div.preview-image | /photos/2026/04/13/005947_1385559.jpg.534x356_q95_crop-sm... | 57.9 KiB | 27.0 KiB |
div.css-1g1cw8n > div.opinion-box-style > div.logo-holder > img.opinions-logo div.css-1g1cw8n > div.opinion-box-style > div.logo-holder > img.opinions-logo | /photos/2026/02/02/012053_1383530.jpg.537x356_q95_crop-sm... | 22.3 KiB | 21.9 KiB |
div.img-undefined > div.image-container > a > div.preview-image div.img-undefined > div.image-container > a > div.preview-image | /photos/2026/04/17/151516_1385739.png.533x356_q95_crop-sm... | 44.8 KiB | 14.0 KiB |
Step up. Stand out. Proctor at Harvard Summer School div.card-container > a.css-1kovd02 > div.card-image-container > img | /photos/2026/01/21/061714_1383317.png.388x300_q95_crop-sm... | 19.6 KiB | 11.2 KiB |
Shop Socially Conscious Apparel with Illuminated Threads div.card-container > a.css-1kovd02 > div.card-image-container > img | /photos/2026/02/10/024715_1383709.png.380x300_q95_crop-sm... | 17.9 KiB | 9.7 KiB |
div.img-top > div.image-container > a > div.preview-image div.img-top > div.image-container > a > div.preview-image | /photos/2026/03/30/235142_1385085.jpg.534x356_q95_crop-sm... | 39.7 KiB | 8.8 KiB |
Opportunities to Enrich Your 2026 Summer div.card-container > a.css-1kovd02 > div.card-image-container > img | /photos/2026/01/28/042627_1383405.png.380x300_q95_crop-sm... | 15.4 KiB | 8.3 KiB |
div.img-right > div.image-container > a > div.preview-image div.img-right > div.image-container > a > div.preview-image | /photos/2026/04/20/214210_1385788.jpg.534x356_q95_crop-sm... | 37.8 KiB | 6.9 KiB |
14 Best Sites to Buy YouTube Views in 2026 div.card-container > a.css-1kovd02 > div.card-image-container > img | /photos/2026/01/27/055622_1383393.png.380x300_q95_crop-sm... | 12.5 KiB | 6.7 KiB |
div.img-right > div.image-container > a > div.preview-image div.img-right > div.image-container > a > div.preview-image | /photos/2026/02/10/005011_1383696.jpg.534x356_q95_crop-sm... | 37.4 KiB | 6.4 KiB |
Ramp: The Lab That’s Rewriting The Rules Of Finance div.card-container > a.css-1kovd02 > div.card-image-container > img | /photos/2026/03/10/192554_1384528.jpg.380x300_q95_crop-sm... | 9.3 KiB | 5.0 KiB |
div#primary-third > a > div#tipbox-div > img#tipbox div#primary-third > a > div#tipbox-div > img#tipbox | www.thecrimson.com/static/media/tipbox.0d8beacc.jpg | 5.0 KiB | 4.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.
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.
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 |
|---|---|
| thecrimson.com/ | 206 ms |
| www.thecrimson.com/ | 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 |
|---|---|
The Harvard Crimson
Wednesday, April 22
The University Daily Est. 1873
VOLUME C… body > div#root > div.css-63airw | 0.083 |
OP EDS
The Academic Case for Intellectual Diversity
BY TYLER J. VANDERWEELE • Y… div#primary-third > div.mobile-hide > div.css-1g1cw8n > div.opinion-box-style | 0.030 |
ADVERTISEMENT
News
Opinion
Arts
Blog
Magazine
Metro
Multimedia
Sports
Newslette… body > div#root | 0.000 |
| 0.000 | |
div.css-1g1cw8n > div.opinion-box-style > div.logo-holder > img.opinions-logo div.css-1g1cw8n > div.opinion-box-style > div.logo-holder > img.opinions-logo | 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.
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 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.thecrimson.com/static/js/bundle.5c8269f1.js | 357.8 KiB | 174.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-VVW6YCM8M9&cx=c&_slc=1 | 163.8 KiB | 112.2 KiB |
| /pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31... | 187.5 KiB | 103.2 KiB |
| www.googletagmanager.com/gtag/js?id=G-VVW6YCM8M9 | 162.0 KiB | 66.2 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.4 KiB | 38.7 KiB |
| pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?fcd=true | 54.1 KiB | 36.6 KiB |
| fundingchoicesmessages.google.com/i/1046082?ers=3 | 68.5 KiB | 36.3 KiB |
| digital.flytedesk.com/js/head.js | 91.4 KiB | 31.5 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.thecrimson.com/static/js/bundle.5c8269f1.js | 628 ms | 529 ms | 57 ms |
| Unattributable | 359 ms | 149 ms | 0.0 ms |
| www.thecrimson.com/ | 345 ms | 4.8 ms | 9.5 ms |
| /pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31... | 276 ms | 243 ms | 22 ms |
| digital.flytedesk.com/js/head.js | 203 ms | 133 ms | 7.6 ms |
| fundingchoicesmessages.google.com/i/1046082?ers=3 | 194 ms | 186 ms | 7.0 ms |
| www.googletagmanager.com/gtag/js?id=G-VVW6YCM8M9 | 114 ms | 98 ms | 15 ms |
| c.amazon-adsystem.com/aax2/apstag.js | 83 ms | 58 ms | 12 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.5 s |
| Style & Layout | 299 ms |
| Other | 276 ms |
| Script Parsing & Compilation | 164 ms |
| Rendering | 55 ms |
| Garbage Collection | 42 ms |
| Parse HTML & CSS | 29 ms |
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 |
|---|---|---|
| .flytead .vjs-control-bar { max-width: 100%; overflow: hidden; } … | 3.1 KiB | 2.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 | |
|---|---|
The Harvard Crimson Logo div.css-aaaab9 > div.sticky-navbar > div.navbar-bg-image-container > img.navbar-bg-image | www.thecrimson.com/static/media/header-logo.3685c571.png |
div.css-1g1cw8n > div.opinion-box-style > div.logo-holder > img.opinions-logo div.css-1g1cw8n > div.opinion-box-style > div.logo-holder > img.opinions-logo | /photos/2026/02/02/012053_1383530.jpg.537x356_q95_crop-sm... |
div.css-1g1cw8n > div.opinion-box-style > div.logo-holder > img.opinions-logo div.css-1g1cw8n > div.opinion-box-style > div.logo-holder > img.opinions-logo | /photos/2025/05/26/151032_1379212.jpg.534x356_q95_crop-sm... |
div.css-1g1cw8n > div.opinion-box-style > div.logo-holder > img.opinions-logo div.css-1g1cw8n > div.opinion-box-style > div.logo-holder > img.opinions-logo | /photos/2025/07/22/122056_1379783.jpg.533x356_q95_crop-sm... |
div.wide-column > div.css-1n4xxv5 > a > img.title-chevron div.wide-column > div.css-1n4xxv5 > a > img.title-chevron | www.thecrimson.com/static/media/chevron_right.e49f71b6.svg |
div.wide-column > div.css-1n4xxv5 > a > img.title-chevron div.wide-column > div.css-1n4xxv5 > a > img.title-chevron | www.thecrimson.com/static/media/chevron_right.e49f71b6.svg |
div.wide-column > div.css-1n4xxv5 > a > img.title-chevron div.wide-column > div.css-1n4xxv5 > a > img.title-chevron | www.thecrimson.com/static/media/chevron_right.e49f71b6.svg |
div.mobile-hide > div.css-1n4xxv5 > a > img.title-chevron div.mobile-hide > div.css-1n4xxv5 > a > img.title-chevron | www.thecrimson.com/static/media/chevron_right.e49f71b6.svg |
div#primary-third > div.css-1rm4qbj > a > img.title-chevron div#primary-third > div.css-1rm4qbj > a > img.title-chevron | www.thecrimson.com/static/media/chevron_right.e49f71b6.svg |
div#primary-third > div.mobile-hide > div.css-1djp1kl > img.title-chevron div#primary-third > div.mobile-hide > div.css-1djp1kl > img.title-chevron | www.thecrimson.com/static/media/chevron_right.e49f71b6.svg |
div.css-vf1ruh > div.css-1n4xxv5 > a > img.title-chevron div.css-vf1ruh > div.css-1n4xxv5 > a > img.title-chevron | www.thecrimson.com/static/media/chevron_right.e49f71b6.svg |
section#bottom-section-non-mobile > div.css-1n4xxv5 > a > img.title-chevron section#bottom-section-non-mobile > div.css-1n4xxv5 > a > img.title-chevron | www.thecrimson.com/static/media/chevron_right.e49f71b6.svg |
section#bottom-section-non-mobile > div.css-1n4xxv5 > a > img.title-chevron section#bottom-section-non-mobile > div.css-1n4xxv5 > a > img.title-chevron | www.thecrimson.com/static/media/chevron_right.e49f71b6.svg |
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.
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 |
|---|
FROM OUR ADVERTISERS section#primary > div.wide-column > div.css-1b9vs98 > h3 |
These are opportunities to improve keyboard navigation in your application.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#primary-third > a > div#tipbox-div > img#tipbox div#primary-third > a > div#tipbox-div > img#tipbox |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.css-1pkz6kq > div.sidebar-menu > form#cse-search-box > input.sidebar-search-box div.css-1pkz6kq > div.sidebar-menu > form#cse-search-box > input.sidebar-search-box |
div.css-aaaab9 > div.sidebar-menu > form#cse-search-box > input.sidebar-search-box div.css-aaaab9 > div.sidebar-menu > form#cse-search-box > input.sidebar-search-box |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.css-1pkz6kq > div.sticky-navbar > div.search-external > a.test div.css-1pkz6kq > div.sticky-navbar > div.search-external > a.test |
div.css-qbkajn > div.css-aaaab9 > div.sticky-navbar > a.thc-link div.css-qbkajn > div.css-aaaab9 > div.sticky-navbar > a.thc-link |
div.css-1w04wz2 > div.img-top > div.image-container > a div.css-1w04wz2 > div.img-top > div.image-container > a |
div.css-1w04wz2 > div.img-top > div.image-container > a div.css-1w04wz2 > div.img-top > div.image-container > a |
div.css-1w04wz2 > div.img-undefined > div.image-container > a div.css-1w04wz2 > div.img-undefined > div.image-container > a |
div.css-1w04wz2 > div.img-right > div.image-container > a div.css-1w04wz2 > div.img-right > div.image-container > a |
div.css-1w04wz2 > div.img-right > div.image-container > a div.css-1w04wz2 > div.img-right > div.image-container > a |
div.css-1w04wz2 > div.img-right > div.image-container > a div.css-1w04wz2 > div.img-right > div.image-container > a |
div.css-1w04wz2 > div.img-undefined > div.image-container > a div.css-1w04wz2 > div.img-undefined > div.image-container > a |
div.css-1w04wz2 > div.img-undefined > div.image-container > a div.css-1w04wz2 > div.img-undefined > div.image-container > a |
div.css-1w04wz2 > div.img-undefined > div.image-container > a div.css-1w04wz2 > div.img-undefined > div.image-container > a |
div.css-1w04wz2 > div.img-undefined > div.image-container > a div.css-1w04wz2 > div.img-undefined > div.image-container > a |
div.css-1w04wz2 > div.img-undefined > div.image-container > a div.css-1w04wz2 > div.img-undefined > div.image-container > a |
div.css-1w04wz2 > div.img-undefined > div.image-container > a div.css-1w04wz2 > div.img-undefined > div.image-container > a |
div.css-1w04wz2 > div.img-top > div.image-container > a div.css-1w04wz2 > div.img-top > div.image-container > a |
div.css-1w04wz2 > div.img-top > div.image-container > a div.css-1w04wz2 > div.img-top > div.image-container > a |
div.css-1w04wz2 > div.img-undefined > div.image-container > a div.css-1w04wz2 > div.img-undefined > div.image-container > a |
div.css-1w04wz2 > div.img-top > div.image-container > a div.css-1w04wz2 > div.img-top > div.image-container > a |
div.css-1w04wz2 > div.img-top > div.image-container > a div.css-1w04wz2 > div.img-top > div.image-container > a |
div.css-1w04wz2 > div.img-left > div.image-container > a div.css-1w04wz2 > div.img-left > div.image-container > a |
div.css-1w04wz2 > div.img-undefined > div.image-container > a div.css-1w04wz2 > div.img-undefined > div.image-container > a |
div.css-1w04wz2 > div.img-top > div.image-container > a div.css-1w04wz2 > div.img-top > div.image-container > a |
div.css-1w04wz2 > div.img-top > div.image-container > a div.css-1w04wz2 > div.img-top > div.image-container > a |
div.css-1w04wz2 > div.img-left > div.image-container > a div.css-1w04wz2 > div.img-left > div.image-container > a |
footer.css-138id2w > div.social-icons > div.icon-container > a footer.css-138id2w > div.social-icons > div.icon-container > a |
footer.css-138id2w > div.social-icons > div.icon-container > a footer.css-138id2w > div.social-icons > div.icon-container > a |
footer.css-138id2w > div.social-icons > div.icon-container > a footer.css-138id2w > div.social-icons > div.icon-container > a |
footer.css-138id2w > div.social-icons > div.icon-container > a footer.css-138id2w > div.social-icons > div.icon-container > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
The Harvard Crimson footer.css-138id2w > div.top-bar > div.container > li |
The University Daily, Est. 1873 footer.css-138id2w > div.top-bar > div.container > li.established |
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 |
|---|
SCRUTINY div.img-undefined > div.preview-content > div.subsection > a |
AROUND TOWN div.img-undefined > div.preview-content > div.subsection > a |
INQUIRY div.img-undefined > div.preview-content > div.subsection > a |
Go to FM page 2 div.wide-column > div > div.css-ynpspn > button.css-h8a99e |
› div.wide-column > div > div.css-ynpspn > button.css-rd20ab |
EDITORIALS div.img-top > div.preview-content > div.subsection > a |
COLUMNS div.img-top > div.preview-content > div.subsection > a |
COLUMNS div.img-top > div.preview-content > div.subsection > a |
OP EDS div.img-top > div.preview-content > div.subsection > a |
OP EDS div.img-top > div.preview-content > div.subsection > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
The Harvard Crimson Logo div.css-1pkz6kq > div.sticky-navbar > div.navbar-div > img.navbar-bg-image | www.thecrimson.com/static/media/header-logo.3685c571.png | 650 x 650 (1.00) | 1000 x 1015 (0.99) |
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 load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: the server responded with a status of 400 () |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#primary-third > a > div#tipbox-div > img#tipbox div#primary-third > a > div#tipbox-div > img#tipbox |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback