Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Room to improve — your 18.4s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
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 20.0 MB (7.9 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 image(s) missing alt attribute
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/38cbc7bc-8d1d-4f53-ab8c-aec0bdf3677e)<a href="https://beavercheck.com/results/38cbc7bc-8d1d-4f53-ab8c-aec0bdf3677e"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fbostonglobe.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fbostonglobe.comThis 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 18.4s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. 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.
6 barrier(s) likely increasing bounce by ~30%.
Page takes 18.4s to load
+12% bounceUsers abandon at ~3s — you're 15.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 11.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
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
15 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
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$500 investment → $1.98/month returns + USD 157,500 risk avoided
$500
5h · 5 findings
$1.98 /mo
~$24 / 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.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,127 / month at risk
~$157,524 / year if left unfixed
$157,500
+31 more
$1.98 /mo
24696.3 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
6.85 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
18.40 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
11.50 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.229
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
17.70 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.
46.28 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| apps.bostonglobe.com/common/font/bentonsanscond-bold.woff2 | 150 ms |
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 | |
|---|---|---|---|
The pop-up Found Mega Market (Boston's largest vintage clothing market) sponsor… div > div.image > figure#img-f0fg315pZlPI12U > img#img-f0fg315pZlPI12U-image | /resizer/v2/G5O5N4V62N7YONP44VRK7FOCHI.jpg?auth=0781c9f28... | 134.3 KiB | 86.4 KiB |
A rendering of the newly constructed waterfront mansion at 63 West St., in Beve… h2.headline > div.image > figure#img-f0fSnGeptdYzkM > img#img-f0fSnGeptdYzkM-image | /resizer/v2/4UC2KVONGVH5FAYK5BR5H4QZAE.jpeg?auth=8be451c4... | 130.8 KiB | 83.1 KiB |
Protesters face off against state and federal police outside of a home in South… h2.headline > div.image > figure#img-f0fm05Adkc9h2S2 > img#img-f0fm05Adkc9h2S2-image | /resizer/v2/5OKTFGFYSS4QPFERIPSGECBEA4.jpg?auth=c2f430931... | 129.1 KiB | 81.4 KiB |
The house at 5 Weyanoke St. in Dorchester was heavily damaged in a 2024 fire. I… h2.headline > div.image > figure#img-f0fgsGrWCh4T17b-undefined-2 > img#img-f0fgsGrWCh4T17b-undefined-2-image | /resizer/v2/IKYWM5MXM5FQRH4CRJO3PD4ANI.jpg?auth=695f1d4e7... | 112.7 KiB | 72.2 KiB |
A collection of Globe recipes div > div.image > figure#img-f0fEmbr3vkJD5HX-MGICCFYG5ZDM5J5WOVS3N4PXRQ-0 > img#img-f0fEmbr3vkJD5HX-MGICCFYG5ZDM5J5WOVS3N4PXRQ-0-image | /resizer/v2/FYWGERZFDNDDXDOOAXV4SDAH64.jpg?auth=dc801a06e... | 108.9 KiB | 68.4 KiB |
Eric Wasileski, 53, of Pittsfield took a walk through Daughters of the American… div > div.image > figure#img-f0f0AccasHD95Ap > img#img-f0f0AccasHD95Ap-image | /resizer/v2/FVECDS3OJROSON6SSYLU56TYIQ.jpg?auth=cd2c8856f... | 113.7 KiB | 65.8 KiB |
This waterfront mansion at 34 Paine Ave. in Beverly was the site of a brazen ho… div > div.image > figure#img-f0fy1JMCivRdYd > img#img-f0fy1JMCivRdYd-image | /resizer/v2/VPN3FRU2KBK5QAM76EWEXL3BYA.jpg?auth=66bc22b71... | 90.8 KiB | 50.3 KiB |
A young Marathon watcher offers up an orange slice to the pro men's field. No o… div > div.image > figure#img-f0fQSd7ByHiEQL > img#img-f0fQSd7ByHiEQL-image | /resizer/v2/E3QUHHUYTCHQAKJHMAHOSJAEXY.jpg?auth=af3195bab... | 88.1 KiB | 40.4 KiB |
Align game tile div.owlpicturecontainer > a > div.image-wrapper > img | /resizer/C4YM6cA70Fhx9xW8INg9Kn2ueJM=/arc-anglerfish-arc2... | 33.5 KiB | 33.0 KiB |
A system will bring scattered showers and a few wet snowflakes through New Engl… div > div.image > figure#img-f0fY4ZafmB6l1Bx > img#img-f0fY4ZafmB6l1Bx-image | /resizer/v2/QKGDSCUY4VAV7LIV3R6TTRT7BI.png?auth=07b3c6865... | 80.4 KiB | 32.5 KiB |
Word Flower game tile div.owlpicturecontainer > a > div.image-wrapper > img | /resizer/IpA12TQ4PlMapnzL_Au8GgQXS9k=/arc-anglerfish-arc2... | 25.4 KiB | 24.2 KiB |
John Korir set a course record in winning his second straight Boston. div > div.image > figure#img-f0fWgtc4a0t6Ad > img#img-f0fWgtc4a0t6Ad-image | /resizer/v2/6RQRPFXAWM5EYSGUOUAVYB4Q34.JPG?auth=0b30428fd... | 58.4 KiB | 20.2 KiB |
Company Logo div.ot-sdk-container > div.ot-sdk-row > div#onetrust-group-container > img.ot-bnr-logo | /logos/61311332-bd98-4073-afcb-9fbfdba2478b/9b7b9f03-e1f2... | 16.7 KiB | 16.4 KiB |
Matt Damon, left, and Ben Affleck attend the world premiere of "The Rip" at Ali… div > div.image > figure#img-f0fEmbr3vkJD5HX-VOTK4CINFZGYVLUDVYZ6JFILHU-1 > img#img-f0fEmbr3vkJD5HX-VOTK4CINFZGYVLUDVYZ6JFILHU-1-image | /resizer/v2/XB7M4VP42V6WGOKUZS4BWZJD6E.jpg?auth=6d8f18259... | 46.6 KiB | 15.9 KiB |
The Five College area will be one fewer with the closure of Hampshire College. h2.headline > div.image > figure#img-f0fgsGrWCh4T17b-undefined-0 > img#img-f0fgsGrWCh4T17b-undefined-0-image | /resizer/v2/NVMD5VTMTXDADDVXGHHKO2EK2E.JPG?auth=fe00dbfae... | 45.0 KiB | 15.4 KiB |
Jaafar Jackson as Michael Jackson in "Michael." div > div.image > figure#img-f0fcUVCpFPbl1eL > img#img-f0fcUVCpFPbl1eL-image | /resizer/v2/KFCLCNSROSYP6D5S7PON6KQKOU.jpg?auth=2bae81bf7... | 41.1 KiB | 14.1 KiB |
Noah Kahan at Fenway Park in the documentary "Noah Kahan: Out of Body." div > div.image > figure#img-f0fEmbr3vkJD5HX-IUWSBWZYHVBRXPPUPMWSZS7ZVI-2 > img#img-f0fEmbr3vkJD5HX-IUWSBWZYHVBRXPPUPMWSZS7ZVI-2-image | /resizer/v2/UKPIX5YEOJAANH6RAIBSNSUB3U.jpg?auth=ed4ab7402... | 35.4 KiB | 12.1 KiB |
Sudoku game tile div.owlpicturecontainer > a > div.image-wrapper > img | /resizer/l8PY1o7BhtNGymmjwf6XqQC0QiQ=/arc-anglerfish-arc2... | 10.9 KiB | 10.4 KiB |
Crossword game tile div.owlpicturecontainer > a > div.image-wrapper > img | /resizer/ZPoXJNw5qRD_deKI4N4emYwybJU=/arc-anglerfish-arc2... | 10.4 KiB | 9.9 KiB |
Mini Crossword game tile div.owlpicturecontainer > a > div.image-wrapper > img | /resizer/JT0C0vbEtI2a5lfyMdvBMdAlT88=/arc-anglerfish-arc2... | 8.5 KiB | 8.1 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| d1zokzhal29fpg.cloudfront.net/prod/powaBoot.js | 6.2 KiB | 1.3 s |
| cdn.tinypass.com/api/tinypass.min.js | 132.6 KiB | 2.7 s |
| meter.bostonglobe.com/js/piano-meter.js?d=650 | 112.2 KiB | 1.8 s |
| cdn.blueconic.net/bostonglobemedia.js | 45.0 KiB | 1.7 s |
| meter.bostonglobe.com/css/style.css?d=650 | 3.6 KiB | 793 ms |
| cdn.cookielaw.org/consent/cmp.stub.js | 846 B | 770 ms |
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 9.1 KiB | 455 ms |
| cdn.jsdelivr.net/npm/blueimp-md5@2.19.0/js/md5.min.js | 2.3 KiB | 768 ms |
| www.bostonglobe.com/pf/resources/focus-visible.js?d=650 | 1.4 KiB | |
| /pf/dist/components/combinations/default.css?d=650&mxId=0... | 3.5 KiB |
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.
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.
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 |
|---|---|
| bostonglobe.com/ | 1.1 s |
| www.bostonglobe.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 |
|---|---|
We Care About Your Privacy
We and our 999 partners store and access personal da… body.overflow_x_hidden > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.169 |
We Care About Your Privacy
We and our 999 partners store and access personal da… body.overflow_x_hidden > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.014 |
We Care About Your Privacy
We and our 999 partners store and access personal da… body.overflow_x_hidden > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.013 |
We Care About Your Privacy
We and our 999 partners store and access personal da… body.overflow_x_hidden > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.009 |
We Care About Your Privacy
We and our 999 partners store and access personal da… body.overflow_x_hidden > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.007 |
We Care About Your Privacy
We and our 999 partners store and access personal da… body.overflow_x_hidden > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.007 |
We Care About Your Privacy
We and our 999 partners store and access personal da… body.overflow_x_hidden > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.005 |
We Care About Your Privacy
We and our 999 partners store and access personal da… body.overflow_x_hidden > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.004 |
← → body > div.owlcontainerhp > div.hpslider_containerhpversion > div.owlcustomnavigation4 | 0.000 |
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
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.
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 | 21.2 s |
| Other | 2.8 s |
| Script Parsing & Compilation | 1.9 s |
| Style & Layout | 1.4 s |
| Parse HTML & CSS | 598 ms |
| Garbage Collection | 501 ms |
| Rendering | 285 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in a sub frame. | Actionable |
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 |
|---|---|---|
| .orca-button, .orca-link-as-button { width: 100%; … } … | 49.5 KiB | 7.9 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| b.bostonglobemedia.com/plugin/plugin/0c504dc4b6cf24796901e03d3465318a | 67.7 KiB | 14.3 KiB |
| launchpad.privacymanager.io/latest/launchpad.bundle.js | 45.0 KiB | 14.2 KiB |
| www.queryly.com/js/queryly.v4.js | 10.1 KiB | 4.1 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 |
|---|---|---|
| auth-vx.bostonglobe.com/widget/dist/checkout/css/checkout.bundle.1.1.css | 101.4 KiB | 101.4 KiB |
| .orca-button, .orca-link-as-button { width: 100%; … } … | 49.2 KiB | 46.8 KiB |
| 23.0 KiB | 20.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 | |
|---|---|
A system will bring scattered showers and a few wet snowflakes through New Engl… div > div.image > figure#img-f0fY4ZafmB6l1Bx > img#img-f0fY4ZafmB6l1Bx-image | /resizer/v2/QKGDSCUY4VAV7LIV3R6TTRT7BI.png?auth=07b3c6865... |
Jaafar Jackson as Michael Jackson in "Michael." div > div.image > figure#img-f0fcUVCpFPbl1eL > img#img-f0fcUVCpFPbl1eL-image | /resizer/v2/KFCLCNSROSYP6D5S7PON6KQKOU.jpg?auth=2bae81bf7... |
The pop-up Found Mega Market (Boston's largest vintage clothing market) sponsor… div > div.image > figure#img-f0fg315pZlPI12U > img#img-f0fg315pZlPI12U-image | /resizer/v2/G5O5N4V62N7YONP44VRK7FOCHI.jpg?auth=0781c9f28... |
Bullet holes were seen in the door of a Shreveport, La., home where a mass shoo… div > div.image > figure#img-f0fmCWOQDSi03AI-4-0-1 > img#img-f0fmCWOQDSi03AI-4-0-1-image | /resizer/v2/T7D7IZ5SYJD3HCSMZV4WLGHUXU.jpg?auth=ebbc5dac2... |
3:2 Power Play Logo div > div.image > figure#img-f0f3BV1Q8Le62Al > img#img-f0f3BV1Q8Le62Al-image | /resizer/v2/QKBEOFPWUBFN5C3RBPVI2G2PNU.gif?auth=49a9933da... |
Eric Wasileski, 53, of Pittsfield took a walk through Daughters of the American… div > div.image > figure#img-f0f0AccasHD95Ap > img#img-f0f0AccasHD95Ap-image | /resizer/v2/FVECDS3OJROSON6SSYLU56TYIQ.jpg?auth=cd2c8856f... |
Spotlight share 3:2 div > div.image > figure#img-f0fkMDFEJ4uZ2lG-11-1-2 > img#img-f0fkMDFEJ4uZ2lG-11-1-2-image | /resizer/v2/YFQTBNV2JVH4DCTYUOBHRINDVA.jpg?auth=5f5f9b5d9... |
Harvard library. Photo illustration div > div.image > figure#img-f0fjMkdUJ4uZ29O-11-1-3 > img#img-f0fjMkdUJ4uZ29O-11-1-3-image | /resizer/v2/ABS45L4PYJA4RKBDV67TUIEMUA.jpg?auth=76a5261ab... |
Squeezed share image div > div.image > figure#img-f0f0v0XJJ4uZ216-11-1-4 > img#img-f0f0v0XJJ4uZ216-11-1-4-image | /resizer/v2/7GE5YXHSZVGRXPH7G4NBNO37HA.jpg?auth=77fa0d8f4... |
Over the past two decades, a sea of asphalt on the South Boston Waterfront has … div > div.image > figure#img-f0fiUZ5PJ4uZ2fJ-11-1-5 > img#img-f0fiUZ5PJ4uZ2fJ-11-1-5-image | /resizer/v2/6TLZCHYIHQOKYDDFKFNVYTQN7A.jpg?auth=95aaa2348... |
Insurance is designed to protect against unpredictable, high-cost events — the … div > div.image > figure#img-f0fCeSJZN7A72fq-11-6-1 > img#img-f0fCeSJZN7A72fq-11-6-1-image | /resizer/v2/U5A3JU7CXRFJ7OG6CKHEDDWJUI.jpg?auth=644f145da... |
President Trump spoke with reporters at Joint Base Andrews in Maryland on April… div > div.image > figure#img-f0fY9v9BLCu93DA-11-6-2 > img#img-f0fY9v9BLCu93DA-11-6-2-image | /resizer/v2/I3INL2SBQW4YZTLTQEJFXJOGUQ.jpg?auth=f721033fc... |
Do mopeds belong in bike lanes and if not … where do they belong? div > div.image > figure#img-f0fj2cqNrzo720y-11-6-3 > img#img-f0fj2cqNrzo720y-11-6-3-image | /resizer/v2/WX3ZFTQ7NQXZYJLMAGWAJTFBEA.jpg?auth=388655711... |
div > div.image > figure#img-f0fLLhmGZGOM1PU-11-6-4 > img#img-f0fLLhmGZGOM1PU-11-6-4-image div > div.image > figure#img-f0fLLhmGZGOM1PU-11-6-4 > img#img-f0fLLhmGZGOM1PU-11-6-4-image | /resizer/v2/CTEBDAOSABFDLM5EDVQJHAV6G4.gif?auth=fbae6d331... |
Massachusetts has gone from having some of the highest statewide school graduat… div > div.image > figure#img-f0fHCBMs8LIM1kc-11-6-5 > img#img-f0fHCBMs8LIM1kc-11-6-5-image | /resizer/v2/SNRP7PTN7FGLXKXGFAAOD5CACA.jpg?auth=82f48d4b3... |
BOSTON, MA - 10/27/2015: JUST IN TIME FOR HALLOWEEN......Steve Davis, a brick l… div > div.image > figure#img-f0fugqiGw9A72X4-11-6-6 > img#img-f0fugqiGw9A72X4-11-6-6-image | /resizer/v2/ZCFXY4T42EI6LNH3HQZGQ5DO6M.jpg?auth=cc90e9b44... |
div > div.image > figure#img-0fW7qN79pr1-c-c-c-14-9-2 > img#img-0fW7qN79pr1-c-c-c-14-9-2-image div > div.image > figure#img-0fW7qN79pr1-c-c-c-14-9-2 > img#img-0fW7qN79pr1-c-c-c-14-9-2-image | /resizer/v2/ERNKWX57GRCDVCUM7OHCSUHMWY.jpg?auth=17461ea02... |
div > div.image > figure#img-0fPuuH89prP-c-c-c-14-9-3 > img#img-0fPuuH89prP-c-c-c-14-9-3-image div > div.image > figure#img-0fPuuH89prP-c-c-c-14-9-3 > img#img-0fPuuH89prP-c-c-c-14-9-3-image | /resizer/v2/TXHVSA5O3JCOLD3DBXXINWWUVY.jpg?auth=1b3717e3e... |
This week's daters: Danielle and Jonathan div > div.image > figure#img-f0fJ4MSw1Xxf2k4-14-9-4 > img#img-f0fJ4MSw1Xxf2k4-14-9-4-image | /resizer/v2/ZC7NOGG7CVH5PKID4OBJ4KJWO4.jpg?auth=53658041b... |
Matthew Rose (left) and Mark LeBeau married at Belmont Memorial Chapel in Newpo… div > div.image > figure#img-0f2IyA89prE-c-c-c-14-9-5 > img#img-0f2IyA89prE-c-c-c-14-9-5-image | /resizer/v2/5WL22T6KQ5AQZE44RLV3YWKLKU.jpg?auth=361f18758... |
Protesters face off against state and federal police outside of a home in South… h2.headline > div.image > figure#img-f0fm05Adkc9h2S2 > img#img-f0fm05Adkc9h2S2-image | /resizer/v2/5OKTFGFYSS4QPFERIPSGECBEA4.jpg?auth=c2f430931... |
A rendering of the newly constructed waterfront mansion at 63 West St., in Beve… h2.headline > div.image > figure#img-f0fSnGeptdYzkM > img#img-f0fSnGeptdYzkM-image | /resizer/v2/4UC2KVONGVH5FAYK5BR5H4QZAE.jpeg?auth=8be451c4... |
John Korir set a course record in winning his second straight Boston. div > div.image > figure#img-f0fWgtc4a0t6Ad > img#img-f0fWgtc4a0t6Ad-image | /resizer/v2/6RQRPFXAWM5EYSGUOUAVYB4Q34.JPG?auth=0b30428fd... |
A young Marathon watcher offers up an orange slice to the pro men's field. No o… div > div.image > figure#img-f0fQSd7ByHiEQL > img#img-f0fQSd7ByHiEQL-image | /resizer/v2/E3QUHHUYTCHQAKJHMAHOSJAEXY.jpg?auth=af3195bab... |
This waterfront mansion at 34 Paine Ave. in Beverly was the site of a brazen ho… div > div.image > figure#img-f0fy1JMCivRdYd > img#img-f0fy1JMCivRdYd-image | /resizer/v2/VPN3FRU2KBK5QAM76EWEXL3BYA.jpg?auth=66bc22b71... |
The Five College area will be one fewer with the closure of Hampshire College. h2.headline > div.image > figure#img-f0fgsGrWCh4T17b-undefined-0 > img#img-f0fgsGrWCh4T17b-undefined-0-image | /resizer/v2/NVMD5VTMTXDADDVXGHHKO2EK2E.JPG?auth=fe00dbfae... |
Kevin the cat (Jason Schwartzman) in "Kevin," the animated sitcom. h2.headline > div.image > figure#img-f0fgsGrWCh4T17b-undefined-1 > img#img-f0fgsGrWCh4T17b-undefined-1-image | /resizer/v2/XEDEFM65XRCO7LIJTNKPIZN2OU.jpg?auth=4878b5599... |
The house at 5 Weyanoke St. in Dorchester was heavily damaged in a 2024 fire. I… h2.headline > div.image > figure#img-f0fgsGrWCh4T17b-undefined-2 > img#img-f0fgsGrWCh4T17b-undefined-2-image | /resizer/v2/IKYWM5MXM5FQRH4CRJO3PD4ANI.jpg?auth=695f1d4e7... |
A collection of Globe recipes div > div.image > figure#img-f0fEmbr3vkJD5HX-MGICCFYG5ZDM5J5WOVS3N4PXRQ-0 > img#img-f0fEmbr3vkJD5HX-MGICCFYG5ZDM5J5WOVS3N4PXRQ-0-image | /resizer/v2/FYWGERZFDNDDXDOOAXV4SDAH64.jpg?auth=dc801a06e... |
Matt Damon, left, and Ben Affleck attend the world premiere of "The Rip" at Ali… div > div.image > figure#img-f0fEmbr3vkJD5HX-VOTK4CINFZGYVLUDVYZ6JFILHU-1 > img#img-f0fEmbr3vkJD5HX-VOTK4CINFZGYVLUDVYZ6JFILHU-1-image | /resizer/v2/XB7M4VP42V6WGOKUZS4BWZJD6E.jpg?auth=6d8f18259... |
Noah Kahan at Fenway Park in the documentary "Noah Kahan: Out of Body." div > div.image > figure#img-f0fEmbr3vkJD5HX-IUWSBWZYHVBRXPPUPMWSZS7ZVI-2 > img#img-f0fEmbr3vkJD5HX-IUWSBWZYHVBRXPPUPMWSZS7ZVI-2-image | /resizer/v2/UKPIX5YEOJAANH6RAIBSNSUB3U.jpg?auth=ed4ab7402... |
Karol G performs at Gillette Stadium in 2023. She returns to Foxborough this Se… div > div.image > figure#img-f0fEmbr3vkJD5HX-ICZVQSFLOJFXDBAFFSMDJRBADA-3 > img#img-f0fEmbr3vkJD5HX-ICZVQSFLOJFXDBAFFSMDJRBADA-3-image | /resizer/v2/HZXT2SX7KZR2LVILF3PICEYZZM.jpg?auth=b7a973aef... |
Connelly Early has not allowed more than two runs in any of his four starts thi… div > div.image > figure#img-f0fKvKh4vt7VanJ-OC4RETEEJ5AQFET4ZUF4O3L5XY-0 > img#img-f0fKvKh4vt7VanJ-OC4RETEEJ5AQFET4ZUF4O3L5XY-0-image | /resizer/v2/FFYI5I27B5DJJKM2AF25AAXU3A.jpg?auth=bbea98262... |
A young Marathon watcher offers up an orange slice to the pro men's field. No o… div > div.image > figure#img-f0fKvKh4vt7VanJ-3L7C3HRW25AVNCANHVEQIBG2DI-1 > img#img-f0fKvKh4vt7VanJ-3L7C3HRW25AVNCANHVEQIBG2DI-1-image | /resizer/v2/E3QUHHUYTCHQAKJHMAHOSJAEXY.jpg?auth=af3195bab... |
John Korir set a course record in winning his second straight Boston. div > div.image > figure#img-f0fKvKh4vt7VanJ-J2UYUYDLERBWBGY5XV6PTBVDMY-2 > img#img-f0fKvKh4vt7VanJ-J2UYUYDLERBWBGY5XV6PTBVDMY-2-image | /resizer/v2/6RQRPFXAWM5EYSGUOUAVYB4Q34.JPG?auth=0b30428fd... |
This waterfront mansion at 34 Paine Ave. in Beverly was the site of a brazen ho… div > div.image > figure#img-f0fFMa2lzrv41k0-BUZMFRHULJE77IT6ASGZFS6I5Y-0 > img#img-f0fFMa2lzrv41k0-BUZMFRHULJE77IT6ASGZFS6I5Y-0-image | /resizer/v2/VPN3FRU2KBK5QAM76EWEXL3BYA.jpg?auth=66bc22b71... |
William Alvarez lost his legs in the Vietnam War. He has finished 30 marathons … div > div.image > figure#img-f0fNLMrjzrv41th-E73J6GAJ25E23JMWI463GJ4KQ4-0 > img#img-f0fNLMrjzrv41th-E73J6GAJ25E23JMWI463GJ4KQ4-0-image | /resizer/v2/WC6IM5TKPJACNAMNLG2ON7LGZM.jpeg?auth=2706725d... |
Alex Cooper, host of Call Her Daddy and founder of the Unwell Network, speaks d… div > div.image > figure#img-f0fFp5iqzrv41dC-7N32VOBP5BAVXGIS36EMKVQ7S4-0 > img#img-f0fFp5iqzrv41dC-7N32VOBP5BAVXGIS36EMKVQ7S4-0-image | /resizer/v2/NQ5F6ZCKZL76GVMESDW6MCBY7Q.jpg?auth=d6d926d71... |
Vice President JD Vance arrives to speak at a news conference earlier this mont… div > div.image > figure#img-f0fXPEYozrv41GA-AW2CQITLP5HHVFFWSD23B562RI-0 > img#img-f0fXPEYozrv41GA-AW2CQITLP5HHVFFWSD23B562RI-0-image | /resizer/v2/QXNOALVYJMUPA6RNVM6XSMLE2I.jpg?auth=1a937d0a3... |
Dr. Mehmet Oz (17th Administrator of the Centers for Medicare & Medicaid Servic… div > div.image > figure#img-f0f22Rjmzrv41nk-2ME7EE5MEVDBNMIMFOXQLPUWAM-0 > img#img-f0f22Rjmzrv41nk-2ME7EE5MEVDBNMIMFOXQLPUWAM-0-image | /resizer/v2/4WIZ3FXWXZFJRDEDLGYJZRFZ6A.jpg?auth=5aab46ba1... |
Emergency responders transported a body off the Pyramid of the Moon at the Teot… div > div.image > figure#img-f0fPqZFnzrv41Qc-MYJYKMC7VBA2PAPIIAA4NWKKEU-0 > img#img-f0fPqZFnzrv41Qc-MYJYKMC7VBA2PAPIIAA4NWKKEU-0-image | /resizer/v2/QWWJWHAVUJEPLDGTJF7HDJYM4Q.jpg?auth=1d5df47db... |
A rendering of "1975: A Vietnamese Diaspora Memorial." div > div.image > figure#img-f0fQFiguzrv41BH-QVGYENYRMNHCHMHPY6VJBCHB54-0 > img#img-f0fQFiguzrv41BH-QVGYENYRMNHCHMHPY6VJBCHB54-0-image | /resizer/v2/LXG27B2DUBDJNFLPD4QKATXNVQ.jpg?auth=f8c0ae768... |
Matt Damon, left, and Ben Affleck attend the world premiere of "The Rip" at Ali… div > div.image > figure#img-f0frWsBrzrv41EQ-VOTK4CINFZGYVLUDVYZ6JFILHU-0 > img#img-f0frWsBrzrv41EQ-VOTK4CINFZGYVLUDVYZ6JFILHU-0-image | /resizer/v2/XB7M4VP42V6WGOKUZS4BWZJD6E.jpg?auth=6d8f18259... |
Pastéis de nata, the classic Portuguese egg tart, seen here in 2024 at Baleia i… div > div.image > figure#img-f0f7z8xvzrv41jB-XXBRTIZRUBGFNKK5QIQPULWXC4-0 > img#img-f0f7z8xvzrv41jB-XXBRTIZRUBGFNKK5QIQPULWXC4-0-image | /resizer/v2/OKQJREDRDSNBTRF4OYWY6Z6B2Q.jpg?auth=a47fff8e3... |
Union Station is seen on March 27, 2026, in Washington. div > div.image > figure#img-f0ft5xRwzrv41YB-5BKWGEMGRZDZTM6FYJPQA3A66A-0 > img#img-f0ft5xRwzrv41YB-5BKWGEMGRZDZTM6FYJPQA3A66A-0-image | /resizer/v2/GK4GT3DAXBTND4WTCPUY2XVAOI.jpg?auth=005a04edc... |
Marcel Duchamp, "Fountain," 1950 (replica, after the 1917 original was lost). I… div > div.image > figure#img-f0feN4Xszrv41pP-CKZA6E5DTZC5RCGJMX5BBEOZK4-0 > img#img-f0feN4Xszrv41pP-CKZA6E5DTZC5RCGJMX5BBEOZK4-0-image | /resizer/v2/XY4J7TZ2ZFYRDYRVCXKO2H4YPU.jpeg?auth=d5241e04... |
“Ghost Town” by Tom Perrotta. div > div.image > figure#img-f0fEif9yzrv41hM-K5JNZ5OTHRFJTKTVRP7N4ZWPQ4-0 > img#img-f0fEif9yzrv41hM-K5JNZ5OTHRFJTKTVRP7N4ZWPQ4-0-image | /resizer/v2/OHIUW3ZQKDCE3KLPSPKBVV735Y.jpg?auth=d58297167... |
Jaafar Jackson as Michael Jackson in "Michael." div > div.image > figure#img-f0fd2SBzzrv41tT-RTDPAHQOIJF63P34A4X7GIAV2A-0 > img#img-f0fd2SBzzrv41tT-RTDPAHQOIJF63P34A4X7GIAV2A-0-image | /resizer/v2/KFCLCNSROSYP6D5S7PON6KQKOU.jpg?auth=2bae81bf7... |
Patrick Muldoon, at the premiere for "The Expendables 2" at Grauman's Chinese T… div > div.image > figure#img-f0fWaMSAzrv41yP-S6BCTVO7HBEANORTMS4TCXC2FA-0 > img#img-f0fWaMSAzrv41yP-S6BCTVO7HBEANORTMS4TCXC2FA-0-image | /resizer/v2/VWGLYVPUYRDPBMIUTU5HJR42QA.jpg?auth=86f4714b5... |
Karol G performs at Gillette Stadium in 2023. She returns to Foxborough this Se… div > div.image > figure#img-f0f2D7hCzrv41nM-ICZVQSFLOJFXDBAFFSMDJRBADA-0 > img#img-f0f2D7hCzrv41nM-ICZVQSFLOJFXDBAFFSMDJRBADA-0-image | /resizer/v2/HZXT2SX7KZR2LVILF3PICEYZZM.jpg?auth=b7a973aef... |
Joshua Lee Robinson and Regine Vital in Actors’ Shakespeare Project’s productio… div > div.image > figure#img-f0ffIQzDzrv41VA-N2DOSV3J3RETHA54UYDWB4G2Q4-0 > img#img-f0ffIQzDzrv41VA-N2DOSV3J3RETHA54UYDWB4G2Q4-0-image | /resizer/v2/RLIP3FL52NFPVC3RCWDZCPTOI4.jpg?auth=18043a21d... |
Eric Wasileski, 53, of Pittsfield took a walk through Daughters of the American… div > div.image > figure#img-f0fsmPXEzrv41hO-L46MYIFU3BHBRC5WEZRUSYSHCI-0 > img#img-f0fsmPXEzrv41hO-L46MYIFU3BHBRC5WEZRUSYSHCI-0-image | /resizer/v2/FVECDS3OJROSON6SSYLU56TYIQ.jpg?auth=cd2c8856f... |
Alan Osmond performed during a taping of the Osmonds 50th anniversary show in L… div > div.image > figure#img-f0fYk8kGzrv41RV-YSZFMRNM2RECLJTEA74V7LGVIA-0 > img#img-f0fYk8kGzrv41RV-YSZFMRNM2RECLJTEA74V7LGVIA-0-image | /resizer/v2/UJHXFOFIKAK3ALLSNCZWDDR2IU.jpg?auth=b62f8221d... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
CHRISTOPHER L. GASPER ul.a_f > li.author > span.width_full > a.author-overline |
DAN SHAUGHNESSY ul.a_f > li.author > span.width_full > a.author-overline |
TARA SULLIVAN ul.a_f > li.author > span.width_full > a.author-overline |
GARY WASHBURN ul.a_f > li.author > span.width_full > a.author-overline |
SHIRLEY LEUNG ul.a_f > li.author > span.width_full > a.author-overline |
LARRY EDELMAN ul.a_f > li.author > span.width_full > a.author-overline |
JON CHESTO ul.a_f > li.author > span.width_full > a.author-overline |
These are opportunities to improve the legibility of your content.
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.fancybox-outer > div.fancybox-inner > div#HPSubscribe__Modal > img div.fancybox-outer > div.fancybox-inner > div#HPSubscribe__Modal > img |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.html_flex_feature_content > div > div.iframe-container4 > iframe#responsive-iframe4 div.html_flex_feature_content > div > div.iframe-container4 > iframe#responsive-iframe4 |
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.
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 |
|---|
MOST READ ON BOSTONGLOBE.COM div#c0femQ6mp4HU56f > div.feature_feed > div.width_full > h4.title |
RECOMMENDED READS section#hp-lower-main > div#c0fLUNo5DYa06wW > div.title_bar > h4.title |
CULTURE & LIFESTYLE section#hp-basement-1-fw > div#c0fQBkavNRZd6Bf > div.title_bar > h4.title |
SPECIAL PROJECTS section#hp-basement-1-fw > div#c0fuGrP9EtDS7FM > div.title_bar > h4.title |
FROM OUR PARTNERS div.sponsored_content_ads > div.title_bar > div.absolute > h4.title |
METRO section#hp-basement-1-fw > div#c0fDXiIvRxjTamV > div.title_bar > h4.title |
SPORTS section#hp-basement-1-main > div#c0fP6BOOkMRH7ob > div.title_bar > h4.title |
COLUMNISTS div#c0fP6BOOkMRH7ob > ul.a_f > div.title_bar > h4.title |
BUSINESS COLUMNISTS div#c0f4zcDeGV2XuM > ul.a_f > div.title_bar > h4.title |
METRO div#0fEFhoe9prc > div.s_c_f > div.title_bar > h4.title |
SPORTS div#0fEFhoe9prc > div.s_c_f > div.title_bar > h4.title |
BUSINESS div#0fEFhoe9prc > div.s_c_f > div.title_bar > h4.title |
POLITICS div#0fEFhoe9prc > div.s_c_f > div.title_bar > h4.title |
NATION div#0fEFhoe9prc > div.s_c_f > div.title_bar > h4.title |
WORLD div#0fEFhoe9prc > div.s_c_f > div.title_bar > h4.title |
OPINION div#0fEFhoe9prc > div.s_c_f > div.title_bar > h4.title |
LIFESTYLE div#0fEFhoe9prc > div.s_c_f > div.title_bar > h4.title |
FOOD & DINING div#0fEFhoe9prc > div.s_c_f > div.title_bar > h4.title |
TRAVEL div#0fEFhoe9prc > div.s_c_f > div.title_bar > h4.title |
ARTS div#0fEFhoe9prc > div.s_c_f > div.title_bar > h4.title |
BOOKS div#0fEFhoe9prc > div.s_c_f > div.title_bar > h4.title |
MOVIES div#0fEFhoe9prc > div.s_c_f > div.title_bar > h4.title |
TELEVISION div#0fEFhoe9prc > div.s_c_f > div.title_bar > h4.title |
MUSIC div#0fEFhoe9prc > div.s_c_f > div.title_bar > h4.title |
THEATER/DANCE div#0fEFhoe9prc > div.s_c_f > div.title_bar > h4.title |
HEALTH div#0fEFhoe9prc > div.s_c_f > div.title_bar > h4.title |
OBITUARIES div#0fEFhoe9prc > div.s_c_f > div.title_bar > h4.title |
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 |
|---|
COLUMNISTS
CHRISTOPHER L. GASPER
Christopher L. Gasper is a Globe columnist. He… main#main > section#hp-basement-1-main > div#c0fP6BOOkMRH7ob > ul.a_f |
BUSINESS COLUMNISTS
SHIRLEY LEUNG
Shirley Leung is a Business columnist. She ca… main#main > section#hp-basement-2-fw > div#c0f4zcDeGV2XuM > ul.a_f |
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 |
|---|
Your Privacy Choices div.footer_item > div.footer_link_wrap > p.footer_link > button.ot-open-dialog |
Career Opportunities div.footer_item > div.footer_link_wrap > p.footer_link > a.focus_ring |
Boston Globe Media div.footer_item > div.footer_link_wrap > p.footer_link > a.focus_ring |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Here’s the estimated value of what was stolen in the Beverly mansion heist div#c0f3xjQty1W73gr > div.s_c > div.card > a.card |
POWER PLAY
Michelle Wu does listen. Here’s who has the mayor’s ear. div#c0f3xjQty1W73gr > div.s_c > div.card > a.card |
SPOTLIGHT FOLLOW-UP
Dr. Derrick Todd indicted on 81 sexual assault charges in S… div#c0f3qjhh3Ldj2Kf > div.s_c > div.card > a.card |
‘We’re going to [expletive] take those dudes’: Vermont police told ICE to stand… div#c0f3qjhh3Ldj2Kf > div.s_c > div.card > a.card |
After decades of legal battles, an $18m home rises on disputed lot in Beverly div#c0f3qjhh3Ldj2Kf > div.s_c > div.card > a.card |
JOHN POWERS | ON MARATHONING
Speed kills? Record run in Boston breathes life in… div#c0f3qjhh3Ldj2Kf > div.s_c > div.card > a.card |
A barefoot runner, a borrowed Garmin, and so much more: Here are nine Boston Ma… div#c0f3qjhh3Ldj2Kf > div.s_c > div.card > a.card |
FORECAST | KEN MAHAN
Raw day on tap Wednesday with showers. Some early-morning … div#c0f6p7kpmKQl1fG > div.s_c > div.card > a.card |
ODIE HENDERSON REVIEW | ★
Who’s Bad? Everyone involved with ‘Michael’ div#c0f6p7kpmKQl1fG > div.s_c > div.card > a.card |
Cambridge consignment store’s vintage vision reshapes Boston’s thrift scene div#c0f6p7kpmKQl1fG > div.s_c > div.card > a.card |
RENÉE GRAHAM
The most deadly place for women and children: a family home
Recent… div#c0flFYKKc2OG3x > div.s_c > div.card > a.card |
EDITORIAL
E-bikes and mopeds and scooters, oh my div#c0flFYKKc2OG3x > div.s_c > div.card > a.card |
LAWRENCE K. ALTMAN
Why the 25th Amendment won’t remove Trump div#c0flFYKKc2OG3x > div.s_c > div.card > a.card |
JOAN VENNOCHI
Mayor Wu says she texts and talks to developers all the time. Is … div#c0flFYKKc2OG3x > div.s_c > div.card > a.card |
IDEAS | TOM KASPERS
AI was ruining my college philosophy classes. So I assigned… div#c0flFYKKc2OG3x > div.s_c > div.card > a.card |
Warning: Scoops ahead! Sign up for Power Play, the Globe’s newsletter focused o… section#hp-top-rail > div.s_c > div.card > a.card |
DOGE broke something at the VA. Massachusetts veterans are paying the price.
Ma… div#c0fLUNo5DYa06wW > div.s_c > div.card > a.card |
‘It’s going to be different’: Preparing for life without Hampshire in Western M… div.container > div.s_c > div.card > a.card |
YOUR TV GPS
This week’s TV: An animated sitcom about a cat, Richard Gadd’s foll… div.container > div.s_c > div.card > a.card |
Inside the burned Dorchester house that sold for $776,000
A 2024 fire rendered … div.container > div.s_c > div.card > a.card |
It’s now easier than ever to search the Globe recipe archive div.container > div.s_c > div.card > a.card |
Glenn Close’s nonprofit to honor Ben Affleck and Matt Damon with Robin Williams… div.container > div.s_c > div.card > a.card |
Noah Kahan makes Tiny Desk debut with songs from new album div.container > div.s_c > div.card > a.card |
Latin pop star Karol G will return to Gillette Stadium div.container > div.s_c > div.card > a.card |
BOSTON GLOBE SPOTLIGHT TEAM
Nearly 250 patients at top Mass. hospitals say they… div#c0fuGrP9EtDS7FM > div.s_c > div.card > a.card |
Why Trump and the MAGA movement turned against Harvard
Over a decade of politic… div#c0fuGrP9EtDS7FM > div.s_c > div.card > a.card |
Why the middle class is disappearing in Massachusetts
The middle class in Massa… div#c0fuGrP9EtDS7FM > div.s_c > div.card > a.card |
Water is coming for the Seaport; the whole city will be poorer for it.
Building… div#c0fuGrP9EtDS7FM > div.s_c > div.card > a.card |
ASHISH K. JHA
Health insurance isn’t containing costs. It’s fueling them. div#0fpe0Y4FqrD > div.s_c > div.card > a.card |
LAWRENCE K. ALTMAN
Why the 25th Amendment won’t remove Trump div#0fpe0Y4FqrD > div.s_c > div.card > a.card |
EDITORIAL
E-bikes and mopeds and scooters, oh my div#0fpe0Y4FqrD > div.s_c > div.card > a.card |
IDEAS | VANESSA WILLIAMSON
Everything you know about the Boston Tea Party is wr… div#0fpe0Y4FqrD > div.s_c > div.card > a.card |
JAMES A. PEYSER
Massachusetts promised high standards without MCAS. The results… div#0fpe0Y4FqrD > div.s_c > div.card > a.card |
LOST AND/OR FOUND
Ten weird but totally true Boston stories div#0fpe0Y4FqrD > div.s_c > div.card > a.card |
Patient charged with assault at Tewksbury State Hospital, latest in string of a… div.container > div.s_c > div.card > a.card |
Sixth Mass. hiker rescued from White Mountains in four days
On Monday, the hike… div.container > div.s_c > div.card > a.card |
FORECAST | KEN MAHAN
Raw day on tap Wednesday with showers. Some early-morning … div.container > div.s_c > div.card > a.card |
A significant Green Line shutdown starts Wednesday
The MBTA will suspend the Gr… div.container > div.s_c > div.card > a.card |
YANKEES AT RED SOX | 6:45 P.M. (NESN+, TBS)
Game 23: Lineups and notes as Red S… div.container > div.s_c > div.card > a.card |
BOSTON MARATHON
A barefoot runner, a borrowed Garmin, and so much more: Here ar… div.container > div.s_c > div.card > a.card |
JOHN POWERS | ON MARATHONING
Speed kills? Record run in Boston breathes life in… div.container > div.s_c > div.card > a.card |
NBA
Amid front office changes in Chicago, Billy Donovan resigns as coach of the… div.container > div.s_c > div.card > a.card |
PATRIOTS
Patriots coach Mike Vrabel speaks for first time since photos with NFL… div.container > div.s_c > div.card > a.card |
NFL DRAFT
Guide to the 2026 NFL Draft: Selection order, Patriots picks, how to … div.container > div.s_c > div.card > a.card |
Judge postpones OxyContin-maker Purdue Pharma’s sentencing to let opioid victim… div.container > div.s_c > div.card > a.card |
Senator Warren spars with Fed chair nominee in hearing over undisclosed investm… div.container > div.s_c > div.card > a.card |
POWER PLAY
Michelle Wu does listen. Here’s who has the mayor’s ear. div.container > div.s_c > div.card > a.card |
GLOBE MAGAZINE
The 47 Top Spots to Live in Greater Boston in 2026 div#0f6HlD79prW > div.s_c > div.card > a.card |
PERSPECTIVE
Think Earth feels darker? You’re right – and NASA data proves it. div#0f6HlD79prW > div.s_c > div.card > a.card |
THE COLLEGE ISSUE
Blind date: ‘We’re both in accounting, which made it easy to … div#0f6HlD79prW > div.s_c > div.card > a.card |
THE BIG DAY
Their goal: The nicest, lowest-cost wedding possible in Newport div#0f6HlD79prW > div.s_c > div.card > a.card |
Here’s the estimated value of what was stolen in the Beverly mansion heist div.container > div.s_c > div.card > a.card |
Even though ‘everything hurts,’ 80-year-old Vietnam veteran William Alvarez fin… div.container > div.s_c > div.card > a.card |
Inside Alex Cooper’s Unwell: Tears, screaming, and employees looking for the ex… div.container > div.s_c > div.card > a.card |
Vance’s trip to Pakistan for peace talks is on hold, US official says. Follow l… div.container > div.s_c > div.card > a.card |
Dr. Oz announces a 50-state audit of Medicaid program oversight div.container > div.s_c > div.card > a.card |
Gunman who fired on tourists at Mexican pyramid carried materials related to 19… div.container > div.s_c > div.card > a.card |
Why hasn’t Boston built a Vietnamese memorial yet? div.container > div.s_c > div.card > a.card |
Glenn Close’s nonprofit to honor Ben Affleck and Matt Damon with Robin Williams… div.container > div.s_c > div.card > a.card |
Which Mass. bakery makes the best Portuguese egg tart? div.container > div.s_c > div.card > a.card |
I spent 21 hours traveling by train to avoid flights. Was it worth it? div.container > div.s_c > div.card > a.card |
Marcel Duchamp and the urinal that broke the art world div.container > div.s_c > div.card > a.card |
Tom Perrotta’s latest returns to a New Jersey adolescence he’s visited before div.container > div.s_c > div.card > a.card |
Who’s Bad? Everyone involved with ‘Michael’ div.container > div.s_c > div.card > a.card |
Patrick Muldoon, actor on ‘Days of Our Lives’ and ‘Melrose Place,’ dies at 57 div.container > div.s_c > div.card > a.card |
Latin pop star Karol G will return to Gillette Stadium div.container > div.s_c > div.card > a.card |
In ‘Gem of the Ocean,’ a second chapter in the fight for freedom div.container > div.s_c > div.card > a.card |
DOGE broke something at the VA. Massachusetts veterans are paying the price. div.container > div.s_c > div.card > a.card |
Alan Osmond, the eldest member of the Osmonds, has died div.container > div.s_c > div.card > a.card |
Privacy Policy div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. Learn more about responsibly getting permission for notifications.
Performance issues directly impact user engagement and conversion rates.
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
div.fancybox-outer > div.fancybox-inner > div#HPSubscribe__Modal > img div.fancybox-outer > div.fancybox-inner > div#HPSubscribe__Modal > img | /rest/v2/dialogues/files/e779b7f0-d51b-40d2-a74c-30dc0667... | 180 x 23 | 180 x 23 | 270 x 35 |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. | cdnjs.cloudflare.com/ajax/libs/jquery/2.2.2/jquery.min.js line 1, col 8448 |
| SharedStorage | cdn.blueconic.net/bostonglobemedia.js line 66, col 205 |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
| Topics |
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 |
|---|---|
www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000 line 1, col 100179 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at ci (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:100180)
at xu (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:173294)
at vs (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:160768)
at ys (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:160696)
at gs (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:160559)
at os (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:155691)
at k (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:188782)
at A (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:189314)
at o (https://meter.bostonglobe.com/js/piano-meter.js?d=650:1:353070)
at a (https://meter.bostonglobe.com/js/piano-meter.js?d=650:1:353248) |
www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000 line 1, col 100179 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at ci (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:100180)
at xu (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:173294)
at vs (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:160768)
at ys (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:160696)
at gs (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:160559)
at os (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:155691)
at k (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:188782)
at A (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:189314)
at o (https://meter.bostonglobe.com/js/piano-meter.js?d=650:1:353070)
at a (https://meter.bostonglobe.com/js/piano-meter.js?d=650:1:353248) |
www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000 line 1, col 100639 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at pi (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:100640)
at Ql (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:136084)
at ws (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:160947)
at vs (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:160829)
at ys (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:160696)
at gs (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:160559)
at os (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:155691)
at k (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:188782)
at A (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:189314)
at o (https://meter.bostonglobe.com/js/piano-meter.js?d=650:1:353070) |
www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000 line 1, col 100639 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at pi (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:100640)
at Ql (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:136084)
at ws (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:160947)
at vs (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:160829)
at ys (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:160696)
at gs (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:160559)
at os (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:155691)
at k (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:188782)
at A (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:189314)
at o (https://meter.bostonglobe.com/js/piano-meter.js?d=650:1:353070) |
www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000 line 1, col 172979 | Error: Minified React error #423; visit https://reactjs.org/docs/error-decoder.html?invariant=423 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at xu (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:172980)
at vs (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:160768)
at ys (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:160696)
at gs (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:160559)
at is (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:157366)
at os (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:155918)
at k (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:188782)
at A (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:189314)
at o (https://meter.bostonglobe.com/js/piano-meter.js?d=650:1:353070)
at a (https://meter.bostonglobe.com/js/piano-meter.js?d=650:1:353248) |
Failed to load resource: the server responded with a status of 451 () | |
/pf/dist/components/combinations/default.js?d=650&mxId=00... line 1, col 525713 | Orca icon width and height props require a number or use CSS for styling. |
/pf/dist/components/combinations/default.js?d=650&mxId=00... line 1, col 525713 | Orca icon width and height props require a number or use CSS for styling. |
/pf/dist/components/combinations/default.js?d=650&mxId=00... line 1, col 525713 | Orca icon width and height props require a number or use CSS for styling. |
/pf/dist/components/combinations/default.js?d=650&mxId=00... line 1, col 525713 | Orca icon width and height props require a number or use CSS for styling. |
/pf/dist/components/combinations/default.js?d=650&mxId=00... line 1, col 525713 | Orca icon width and height props require a number or use CSS for styling. |
/pf/dist/components/combinations/default.js?d=650&mxId=00... line 1, col 525713 | Orca icon width and height props require a number or use CSS for styling. |
/pf/dist/components/combinations/default.js?d=650&mxId=00... line 1, col 525713 | Orca icon width and height props require a number or use CSS for styling. |
/pf/dist/components/combinations/default.js?d=650&mxId=00... line 1, col 525713 | Orca icon width and height props require a number or use CSS for styling. |
/pf/dist/components/combinations/default.js?d=650&mxId=00... line 1, col 525713 | Orca icon width and height props require a number or use CSS for styling. |
/pf/dist/components/combinations/default.js?d=650&mxId=00... line 1, col 525713 | Orca icon width and height props require a number or use CSS for styling. |
/pf/dist/components/combinations/default.js?d=650&mxId=00... line 1, col 525713 | Orca icon width and height props require a number or use CSS for styling. |
/pf/dist/components/combinations/default.js?d=650&mxId=00... line 1, col 525713 | Orca icon width and height props require a number or use CSS for styling. |
/pf/dist/components/combinations/default.js?d=650&mxId=00... line 1, col 525713 | Orca icon width and height props require a number or use CSS for styling. |
/pf/dist/components/combinations/default.js?d=650&mxId=00... line 1, col 525713 | Orca icon width and height props require a number or use CSS for styling. |
/pf/dist/components/combinations/default.js?d=650&mxId=00... line 1, col 525713 | Orca icon width and height props require a number or use CSS for styling. |
/pf/dist/components/combinations/default.js?d=650&mxId=00... line 1, col 525713 | Orca icon width and height props require a number or use CSS for styling. |
/pf/dist/components/combinations/default.js?d=650&mxId=00... line 1, col 525713 | Orca icon width and height props require a number or use CSS for styling. |
/pf/dist/components/combinations/default.js?d=650&mxId=00... line 1, col 525713 | Orca icon width and height props require a number or use CSS for styling. |
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.
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.fancybox-outer > div.fancybox-inner > div#HPSubscribe__Modal > img div.fancybox-outer > div.fancybox-inner > div#HPSubscribe__Modal > img |
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.
2.38 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
10.72 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.94 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.291
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.01 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.
11.44 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| apps.bostonglobe.com/common/font/bentonsanscond-bold.woff2 | 165 ms |
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 > div.image > figure#img-f0fLLhmGZGOM1PU-11-6-4 > img#img-f0fLLhmGZGOM1PU-11-6-4-image div > div.image > figure#img-f0fLLhmGZGOM1PU-11-6-4 > img#img-f0fLLhmGZGOM1PU-11-6-4-image | /resizer/v2/CTEBDAOSABFDLM5EDVQJHAV6G4.gif?auth=fbae6d331... | 913.7 KiB | 909.7 KiB |
Do mopeds belong in bike lanes and if not … where do they belong? div > div.image > figure#img-f0fj2cqNrzo720y-11-6-3 > img#img-f0fj2cqNrzo720y-11-6-3-image | /resizer/v2/WX3ZFTQ7NQXZYJLMAGWAJTFBEA.jpg?auth=388655711... | 299.3 KiB | 295.3 KiB |
The pop-up Found Mega Market (Boston's largest vintage clothing market) sponsor… div > div.image > figure#img-f0fg315pZlPI12U > img#img-f0fg315pZlPI12U-image | /resizer/v2/G5O5N4V62N7YONP44VRK7FOCHI.jpg?auth=0781c9f28... | 293.7 KiB | 283.6 KiB |
A rendering of the newly constructed waterfront mansion at 63 West St., in Beve… h2.headline > div.image > figure#img-f0fSnGeptdYzkM > img#img-f0fSnGeptdYzkM-image | /resizer/v2/4UC2KVONGVH5FAYK5BR5H4QZAE.jpeg?auth=8be451c4... | 288.1 KiB | 277.0 KiB |
Protesters face off against state and federal police outside of a home in South… h2.headline > div.image > figure#img-f0fm05Adkc9h2S2 > img#img-f0fm05Adkc9h2S2-image | /resizer/v2/5OKTFGFYSS4QPFERIPSGECBEA4.jpg?auth=c2f430931... | 256.3 KiB | 245.2 KiB |
Over the past two decades, a sea of asphalt on the South Boston Waterfront has … div > div.image > figure#img-f0fiUZ5PJ4uZ2fJ-11-1-5 > img#img-f0fiUZ5PJ4uZ2fJ-11-1-5-image | /resizer/v2/6TLZCHYIHQOKYDDFKFNVYTQN7A.jpg?auth=95aaa2348... | 238.6 KiB | 228.5 KiB |
This waterfront mansion at 34 Paine Ave. in Beverly was the site of a brazen ho… div > div.image > figure#img-f0fy1JMCivRdYd > img#img-f0fy1JMCivRdYd-image | /resizer/v2/VPN3FRU2KBK5QAM76EWEXL3BYA.jpg?auth=66bc22b71... | 222.9 KiB | 220.8 KiB |
Harvard library. Photo illustration div > div.image > figure#img-f0fjMkdUJ4uZ29O-11-1-3 > img#img-f0fjMkdUJ4uZ29O-11-1-3-image | /resizer/v2/ABS45L4PYJA4RKBDV67TUIEMUA.jpg?auth=76a5261ab... | 226.6 KiB | 216.5 KiB |
A collection of Globe recipes div > div.image > figure#img-f0fEmbr3vkJD5HX-MGICCFYG5ZDM5J5WOVS3N4PXRQ-0 > img#img-f0fEmbr3vkJD5HX-MGICCFYG5ZDM5J5WOVS3N4PXRQ-0-image | /resizer/v2/FYWGERZFDNDDXDOOAXV4SDAH64.jpg?auth=dc801a06e... | 206.9 KiB | 198.3 KiB |
The house at 5 Weyanoke St. in Dorchester was heavily damaged in a 2024 fire. I… h2.headline > div.image > figure#img-f0fgsGrWCh4T17b-undefined-2 > img#img-f0fgsGrWCh4T17b-undefined-2-image | /resizer/v2/IKYWM5MXM5FQRH4CRJO3PD4ANI.jpg?auth=695f1d4e7... | 173.4 KiB | 171.5 KiB |
Eric Wasileski, 53, of Pittsfield took a walk through Daughters of the American… div > div.image > figure#img-f0f0AccasHD95Ap > img#img-f0f0AccasHD95Ap-image | /resizer/v2/FVECDS3OJROSON6SSYLU56TYIQ.jpg?auth=cd2c8856f... | 203.5 KiB | 163.0 KiB |
A young Marathon watcher offers up an orange slice to the pro men's field. No o… div > div.image > figure#img-f0fQSd7ByHiEQL > img#img-f0fQSd7ByHiEQL-image | /resizer/v2/E3QUHHUYTCHQAKJHMAHOSJAEXY.jpg?auth=af3195bab... | 159.7 KiB | 158.4 KiB |
A young Marathon watcher offers up an orange slice to the pro men's field. No o… div > div.image > figure#img-f0fKvKh4vt7VanJ-3L7C3HRW25AVNCANHVEQIBG2DI-1 > img#img-f0fKvKh4vt7VanJ-3L7C3HRW25AVNCANHVEQIBG2DI-1-image | /resizer/v2/E3QUHHUYTCHQAKJHMAHOSJAEXY.jpg?auth=af3195bab... | 136.5 KiB | 130.4 KiB |
A system will bring scattered showers and a few wet snowflakes through New Engl… div > div.image > figure#img-f0fY4ZafmB6l1Bx > img#img-f0fY4ZafmB6l1Bx-image | /resizer/v2/QKGDSCUY4VAV7LIV3R6TTRT7BI.png?auth=07b3c6865... | 136.4 KiB | 130.3 KiB |
BOSTON, MA - 10/27/2015: JUST IN TIME FOR HALLOWEEN......Steve Davis, a brick l… div > div.image > figure#img-f0fugqiGw9A72X4-11-6-6 > img#img-f0fugqiGw9A72X4-11-6-6-image | /resizer/v2/ZCFXY4T42EI6LNH3HQZGQ5DO6M.jpg?auth=cc90e9b44... | 120.8 KiB | 118.7 KiB |
Insurance is designed to protect against unpredictable, high-cost events — the … div > div.image > figure#img-f0fCeSJZN7A72fq-11-6-1 > img#img-f0fCeSJZN7A72fq-11-6-1-image | /resizer/v2/U5A3JU7CXRFJ7OG6CKHEDDWJUI.jpg?auth=644f145da... | 110.6 KiB | 108.7 KiB |
John Korir set a course record in winning his second straight Boston. div > div.image > figure#img-f0fWgtc4a0t6Ad > img#img-f0fWgtc4a0t6Ad-image | /resizer/v2/6RQRPFXAWM5EYSGUOUAVYB4Q34.JPG?auth=0b30428fd... | 84.3 KiB | 83.7 KiB |
John Korir set a course record in winning his second straight Boston. div > div.image > figure#img-f0fKvKh4vt7VanJ-J2UYUYDLERBWBGY5XV6PTBVDMY-2 > img#img-f0fKvKh4vt7VanJ-J2UYUYDLERBWBGY5XV6PTBVDMY-2-image | /resizer/v2/6RQRPFXAWM5EYSGUOUAVYB4Q34.JPG?auth=0b30428fd... | 75.3 KiB | 71.9 KiB |
Spotlight share 3:2 div > div.image > figure#img-f0fkMDFEJ4uZ2lG-11-1-2 > img#img-f0fkMDFEJ4uZ2lG-11-1-2-image | /resizer/v2/YFQTBNV2JVH4DCTYUOBHRINDVA.jpg?auth=5f5f9b5d9... | 67.8 KiB | 64.8 KiB |
Matt Damon, left, and Ben Affleck attend the world premiere of "The Rip" at Ali… div > div.image > figure#img-f0fEmbr3vkJD5HX-VOTK4CINFZGYVLUDVYZ6JFILHU-1 > img#img-f0fEmbr3vkJD5HX-VOTK4CINFZGYVLUDVYZ6JFILHU-1-image | /resizer/v2/XB7M4VP42V6WGOKUZS4BWZJD6E.jpg?auth=6d8f18259... | 64.7 KiB | 61.7 KiB |
Jaafar Jackson as Michael Jackson in "Michael." div > div.image > figure#img-f0fcUVCpFPbl1eL > img#img-f0fcUVCpFPbl1eL-image | /resizer/v2/KFCLCNSROSYP6D5S7PON6KQKOU.jpg?auth=2bae81bf7... | 63.0 KiB | 60.2 KiB |
Karol G performs at Gillette Stadium in 2023. She returns to Foxborough this Se… div > div.image > figure#img-f0fEmbr3vkJD5HX-ICZVQSFLOJFXDBAFFSMDJRBADA-3 > img#img-f0fEmbr3vkJD5HX-ICZVQSFLOJFXDBAFFSMDJRBADA-3-image | /resizer/v2/HZXT2SX7KZR2LVILF3PICEYZZM.jpg?auth=b7a973aef... | 59.7 KiB | 57.1 KiB |
The Five College area will be one fewer with the closure of Hampshire College. h2.headline > div.image > figure#img-f0fgsGrWCh4T17b-undefined-0 > img#img-f0fgsGrWCh4T17b-undefined-0-image | /resizer/v2/NVMD5VTMTXDADDVXGHHKO2EK2E.JPG?auth=fe00dbfae... | 55.3 KiB | 54.7 KiB |
Connelly Early has not allowed more than two runs in any of his four starts thi… div > div.image > figure#img-f0fKvKh4vt7VanJ-OC4RETEEJ5AQFET4ZUF4O3L5XY-0 > img#img-f0fKvKh4vt7VanJ-OC4RETEEJ5AQFET4ZUF4O3L5XY-0-image | /resizer/v2/FFYI5I27B5DJJKM2AF25AAXU3A.jpg?auth=bbea98262... | 56.7 KiB | 54.2 KiB |
Kevin the cat (Jason Schwartzman) in "Kevin," the animated sitcom. h2.headline > div.image > figure#img-f0fgsGrWCh4T17b-undefined-1 > img#img-f0fgsGrWCh4T17b-undefined-1-image | /resizer/v2/XEDEFM65XRCO7LIJTNKPIZN2OU.jpg?auth=4878b5599... | 41.4 KiB | 40.9 KiB |
Noah Kahan at Fenway Park in the documentary "Noah Kahan: Out of Body." div > div.image > figure#img-f0fEmbr3vkJD5HX-IUWSBWZYHVBRXPPUPMWSZS7ZVI-2 > img#img-f0fEmbr3vkJD5HX-IUWSBWZYHVBRXPPUPMWSZS7ZVI-2-image | /resizer/v2/UKPIX5YEOJAANH6RAIBSNSUB3U.jpg?auth=ed4ab7402... | 42.2 KiB | 40.3 KiB |
Bullet holes were seen in the door of a Shreveport, La., home where a mass shoo… div > div.image > figure#img-f0fmCWOQDSi03AI-4-0-1 > img#img-f0fmCWOQDSi03AI-4-0-1-image | /resizer/v2/T7D7IZ5SYJD3HCSMZV4WLGHUXU.jpg?auth=ebbc5dac2... | 27.3 KiB | 26.1 KiB |
Squeezed share image div > div.image > figure#img-f0f0v0XJJ4uZ216-11-1-4 > img#img-f0f0v0XJJ4uZ216-11-1-4-image | /resizer/v2/7GE5YXHSZVGRXPH7G4NBNO37HA.jpg?auth=77fa0d8f4... | 23.4 KiB | 22.3 KiB |
3:2 Power Play Logo div > div.image > figure#img-f0f3BV1Q8Le62Al > img#img-f0f3BV1Q8Le62Al-image | /resizer/v2/QKBEOFPWUBFN5C3RBPVI2G2PNU.gif?auth=49a9933da... | 19.7 KiB | 18.8 KiB |
Word Flower game tile div.owlpicturecontainer > a > div.image-wrapper > img | /resizer/IpA12TQ4PlMapnzL_Au8GgQXS9k=/arc-anglerfish-arc2... | 19.6 KiB | 18.5 KiB |
Company Logo div.ot-sdk-container > div.ot-sdk-row > div#onetrust-group-container > img.ot-bnr-logo | /logos/61311332-bd98-4073-afcb-9fbfdba2478b/9b7b9f03-e1f2... | 16.7 KiB | 16.6 KiB |
Align game tile div.owlpicturecontainer > a > div.image-wrapper > img | /resizer/C4YM6cA70Fhx9xW8INg9Kn2ueJM=/arc-anglerfish-arc2... | 15.3 KiB | 14.7 KiB |
Sudoku game tile div.owlpicturecontainer > a > div.image-wrapper > img | /resizer/l8PY1o7BhtNGymmjwf6XqQC0QiQ=/arc-anglerfish-arc2... | 4.9 KiB | 4.6 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| cdn.tinypass.com/api/tinypass.min.js | 132.6 KiB | 524 ms |
| meter.bostonglobe.com/js/piano-meter.js?d=650 | 112.2 KiB | 298 ms |
| cdn.blueconic.net/bostonglobemedia.js | 45.0 KiB | 357 ms |
| d1zokzhal29fpg.cloudfront.net/prod/powaBoot.js | 6.2 KiB | 206 ms |
| cdn.cookielaw.org/consent/cmp.stub.js | 855 B | 218 ms |
| cdn.jsdelivr.net/npm/blueimp-md5@2.19.0/js/md5.min.js | 2.0 KiB | 236 ms |
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 9.1 KiB | |
| meter.bostonglobe.com/css/style.css?d=650 | 3.6 KiB | 225 ms |
| /pf/dist/components/combinations/default.css?d=650&mxId=0... | 3.5 KiB | |
| www.bostonglobe.com/pf/resources/focus-visible.js?d=650 | 1.4 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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 |
|---|---|
| bostonglobe.com/ | 553 ms |
| www.bostonglobe.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 |
|---|---|
Senator Warren spars with Fed chair nominee in hearing over undisclosed investm… body.overflow_x_hidden > div#fusion-app > section.home_page > main#main | 0.281 |
METROWEATHERPOLITICSSPORTSBUSINESSPUZZLESRHODE ISLANDGLOBE MAGAZINEOPINIONHEALT… header#nav-bar > div.height_added > div.masthead_scroll > div.navigation_masthead_container | 0.010 |
We Care About Your Privacy
We and our 999 partners store and access personal da… body.overflow_x_hidden > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.003 |
We Care About Your Privacy
We and our 999 partners store and access personal da… body.overflow_x_hidden > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.003 |
We Care About Your Privacy
We and our 999 partners store and access personal da… body.overflow_x_hidden > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.001 |
We Care About Your Privacy
We and our 999 partners store and access personal da… body.overflow_x_hidden > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.001 |
We Care About Your Privacy
We and our 999 partners store and access personal da… body.overflow_x_hidden > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.001 |
We Care About Your Privacy
We and our 999 partners store and access personal da… body.overflow_x_hidden > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.001 |
We Care About Your Privacy
We and our 999 partners store and access personal da… body.overflow_x_hidden > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.001 |
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.
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| b.bostonglobemedia.com/plugin/plugin/0c504dc4b6cf24796901e03d3465318a | 67.8 KiB | 14.3 KiB |
| launchpad.privacymanager.io/latest/launchpad.bundle.js | 45.0 KiB | 14.2 KiB |
| www.queryly.com/js/queryly.v4.js | 10.1 KiB | 4.1 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 |
|---|---|---|
| auth-vx.bostonglobe.com/widget/dist/checkout/css/checkout.bundle.1.1.css | 101.5 KiB | 101.5 KiB |
| .orca-button, .orca-link-as-button { width: 100%; … } … | 49.2 KiB | 46.0 KiB |
| 23.0 KiB | 19.7 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
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.
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 | 5.1 s |
| Other | 743 ms |
| Script Parsing & Compilation | 472 ms |
| Style & Layout | 312 ms |
| Parse HTML & CSS | 153 ms |
| Garbage Collection | 142 ms |
| Rendering | 81 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in a sub frame. | Actionable |
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 |
|---|---|---|
| .orca-button, .orca-link-as-button { width: 100%; … } … | 49.5 KiB | 7.9 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 | |
|---|---|
Eric Wasileski, 53, of Pittsfield took a walk through Daughters of the American… div > div.image > figure#img-f0f0AccasHD95Ap > img#img-f0f0AccasHD95Ap-image | /resizer/v2/FVECDS3OJROSON6SSYLU56TYIQ.jpg?auth=cd2c8856f... |
Protesters face off against state and federal police outside of a home in South… h2.headline > div.image > figure#img-f0fm05Adkc9h2S2 > img#img-f0fm05Adkc9h2S2-image | /resizer/v2/5OKTFGFYSS4QPFERIPSGECBEA4.jpg?auth=c2f430931... |
A rendering of the newly constructed waterfront mansion at 63 West St., in Beve… h2.headline > div.image > figure#img-f0fSnGeptdYzkM > img#img-f0fSnGeptdYzkM-image | /resizer/v2/4UC2KVONGVH5FAYK5BR5H4QZAE.jpeg?auth=8be451c4... |
Bullet holes were seen in the door of a Shreveport, La., home where a mass shoo… div > div.image > figure#img-f0fmCWOQDSi03AI-4-0-1 > img#img-f0fmCWOQDSi03AI-4-0-1-image | /resizer/v2/T7D7IZ5SYJD3HCSMZV4WLGHUXU.jpg?auth=ebbc5dac2... |
3:2 Power Play Logo div > div.image > figure#img-f0f3BV1Q8Le62Al > img#img-f0f3BV1Q8Le62Al-image | /resizer/v2/QKBEOFPWUBFN5C3RBPVI2G2PNU.gif?auth=49a9933da... |
Spotlight share 3:2 div > div.image > figure#img-f0fkMDFEJ4uZ2lG-11-1-2 > img#img-f0fkMDFEJ4uZ2lG-11-1-2-image | /resizer/v2/YFQTBNV2JVH4DCTYUOBHRINDVA.jpg?auth=5f5f9b5d9... |
Harvard library. Photo illustration div > div.image > figure#img-f0fjMkdUJ4uZ29O-11-1-3 > img#img-f0fjMkdUJ4uZ29O-11-1-3-image | /resizer/v2/ABS45L4PYJA4RKBDV67TUIEMUA.jpg?auth=76a5261ab... |
Squeezed share image div > div.image > figure#img-f0f0v0XJJ4uZ216-11-1-4 > img#img-f0f0v0XJJ4uZ216-11-1-4-image | /resizer/v2/7GE5YXHSZVGRXPH7G4NBNO37HA.jpg?auth=77fa0d8f4... |
Over the past two decades, a sea of asphalt on the South Boston Waterfront has … div > div.image > figure#img-f0fiUZ5PJ4uZ2fJ-11-1-5 > img#img-f0fiUZ5PJ4uZ2fJ-11-1-5-image | /resizer/v2/6TLZCHYIHQOKYDDFKFNVYTQN7A.jpg?auth=95aaa2348... |
div > div.image > figure#img-0fW7qN79pr1-c-c-c-14-9-2 > img#img-0fW7qN79pr1-c-c-c-14-9-2-image div > div.image > figure#img-0fW7qN79pr1-c-c-c-14-9-2 > img#img-0fW7qN79pr1-c-c-c-14-9-2-image | /resizer/v2/ERNKWX57GRCDVCUM7OHCSUHMWY.jpg?auth=17461ea02... |
div > div.image > figure#img-0fPuuH89prP-c-c-c-14-9-3 > img#img-0fPuuH89prP-c-c-c-14-9-3-image div > div.image > figure#img-0fPuuH89prP-c-c-c-14-9-3 > img#img-0fPuuH89prP-c-c-c-14-9-3-image | /resizer/v2/TXHVSA5O3JCOLD3DBXXINWWUVY.jpg?auth=1b3717e3e... |
This week's daters: Danielle and Jonathan div > div.image > figure#img-f0fJ4MSw1Xxf2k4-14-9-4 > img#img-f0fJ4MSw1Xxf2k4-14-9-4-image | /resizer/v2/ZC7NOGG7CVH5PKID4OBJ4KJWO4.jpg?auth=53658041b... |
Matthew Rose (left) and Mark LeBeau married at Belmont Memorial Chapel in Newpo… div > div.image > figure#img-0f2IyA89prE-c-c-c-14-9-5 > img#img-0f2IyA89prE-c-c-c-14-9-5-image | /resizer/v2/5WL22T6KQ5AQZE44RLV3YWKLKU.jpg?auth=361f18758... |
A system will bring scattered showers and a few wet snowflakes through New Engl… div > div.image > figure#img-f0fY4ZafmB6l1Bx > img#img-f0fY4ZafmB6l1Bx-image | /resizer/v2/QKGDSCUY4VAV7LIV3R6TTRT7BI.png?auth=07b3c6865... |
Jaafar Jackson as Michael Jackson in "Michael." div > div.image > figure#img-f0fcUVCpFPbl1eL > img#img-f0fcUVCpFPbl1eL-image | /resizer/v2/KFCLCNSROSYP6D5S7PON6KQKOU.jpg?auth=2bae81bf7... |
The pop-up Found Mega Market (Boston's largest vintage clothing market) sponsor… div > div.image > figure#img-f0fg315pZlPI12U > img#img-f0fg315pZlPI12U-image | /resizer/v2/G5O5N4V62N7YONP44VRK7FOCHI.jpg?auth=0781c9f28... |
A collection of Globe recipes div > div.image > figure#img-f0fEmbr3vkJD5HX-MGICCFYG5ZDM5J5WOVS3N4PXRQ-0 > img#img-f0fEmbr3vkJD5HX-MGICCFYG5ZDM5J5WOVS3N4PXRQ-0-image | /resizer/v2/FYWGERZFDNDDXDOOAXV4SDAH64.jpg?auth=dc801a06e... |
Matt Damon, left, and Ben Affleck attend the world premiere of "The Rip" at Ali… div > div.image > figure#img-f0fEmbr3vkJD5HX-VOTK4CINFZGYVLUDVYZ6JFILHU-1 > img#img-f0fEmbr3vkJD5HX-VOTK4CINFZGYVLUDVYZ6JFILHU-1-image | /resizer/v2/XB7M4VP42V6WGOKUZS4BWZJD6E.jpg?auth=6d8f18259... |
Noah Kahan at Fenway Park in the documentary "Noah Kahan: Out of Body." div > div.image > figure#img-f0fEmbr3vkJD5HX-IUWSBWZYHVBRXPPUPMWSZS7ZVI-2 > img#img-f0fEmbr3vkJD5HX-IUWSBWZYHVBRXPPUPMWSZS7ZVI-2-image | /resizer/v2/UKPIX5YEOJAANH6RAIBSNSUB3U.jpg?auth=ed4ab7402... |
Karol G performs at Gillette Stadium in 2023. She returns to Foxborough this Se… div > div.image > figure#img-f0fEmbr3vkJD5HX-ICZVQSFLOJFXDBAFFSMDJRBADA-3 > img#img-f0fEmbr3vkJD5HX-ICZVQSFLOJFXDBAFFSMDJRBADA-3-image | /resizer/v2/HZXT2SX7KZR2LVILF3PICEYZZM.jpg?auth=b7a973aef... |
Connelly Early has not allowed more than two runs in any of his four starts thi… div > div.image > figure#img-f0fKvKh4vt7VanJ-OC4RETEEJ5AQFET4ZUF4O3L5XY-0 > img#img-f0fKvKh4vt7VanJ-OC4RETEEJ5AQFET4ZUF4O3L5XY-0-image | /resizer/v2/FFYI5I27B5DJJKM2AF25AAXU3A.jpg?auth=bbea98262... |
A young Marathon watcher offers up an orange slice to the pro men's field. No o… div > div.image > figure#img-f0fKvKh4vt7VanJ-3L7C3HRW25AVNCANHVEQIBG2DI-1 > img#img-f0fKvKh4vt7VanJ-3L7C3HRW25AVNCANHVEQIBG2DI-1-image | /resizer/v2/E3QUHHUYTCHQAKJHMAHOSJAEXY.jpg?auth=af3195bab... |
John Korir set a course record in winning his second straight Boston. div > div.image > figure#img-f0fKvKh4vt7VanJ-J2UYUYDLERBWBGY5XV6PTBVDMY-2 > img#img-f0fKvKh4vt7VanJ-J2UYUYDLERBWBGY5XV6PTBVDMY-2-image | /resizer/v2/6RQRPFXAWM5EYSGUOUAVYB4Q34.JPG?auth=0b30428fd... |
Insurance is designed to protect against unpredictable, high-cost events — the … div > div.image > figure#img-f0fCeSJZN7A72fq-11-6-1 > img#img-f0fCeSJZN7A72fq-11-6-1-image | /resizer/v2/U5A3JU7CXRFJ7OG6CKHEDDWJUI.jpg?auth=644f145da... |
President Trump spoke with reporters at Joint Base Andrews in Maryland on April… div > div.image > figure#img-f0fY9v9BLCu93DA-11-6-2 > img#img-f0fY9v9BLCu93DA-11-6-2-image | /resizer/v2/I3INL2SBQW4YZTLTQEJFXJOGUQ.jpg?auth=f721033fc... |
Do mopeds belong in bike lanes and if not … where do they belong? div > div.image > figure#img-f0fj2cqNrzo720y-11-6-3 > img#img-f0fj2cqNrzo720y-11-6-3-image | /resizer/v2/WX3ZFTQ7NQXZYJLMAGWAJTFBEA.jpg?auth=388655711... |
div > div.image > figure#img-f0fLLhmGZGOM1PU-11-6-4 > img#img-f0fLLhmGZGOM1PU-11-6-4-image div > div.image > figure#img-f0fLLhmGZGOM1PU-11-6-4 > img#img-f0fLLhmGZGOM1PU-11-6-4-image | /resizer/v2/CTEBDAOSABFDLM5EDVQJHAV6G4.gif?auth=fbae6d331... |
Massachusetts has gone from having some of the highest statewide school graduat… div > div.image > figure#img-f0fHCBMs8LIM1kc-11-6-5 > img#img-f0fHCBMs8LIM1kc-11-6-5-image | /resizer/v2/SNRP7PTN7FGLXKXGFAAOD5CACA.jpg?auth=82f48d4b3... |
BOSTON, MA - 10/27/2015: JUST IN TIME FOR HALLOWEEN......Steve Davis, a brick l… div > div.image > figure#img-f0fugqiGw9A72X4-11-6-6 > img#img-f0fugqiGw9A72X4-11-6-6-image | /resizer/v2/ZCFXY4T42EI6LNH3HQZGQ5DO6M.jpg?auth=cc90e9b44... |
This waterfront mansion at 34 Paine Ave. in Beverly was the site of a brazen ho… div > div.image > figure#img-f0fFMa2lzrv41k0-BUZMFRHULJE77IT6ASGZFS6I5Y-0 > img#img-f0fFMa2lzrv41k0-BUZMFRHULJE77IT6ASGZFS6I5Y-0-image | /resizer/v2/VPN3FRU2KBK5QAM76EWEXL3BYA.jpg?auth=66bc22b71... |
William Alvarez lost his legs in the Vietnam War. He has finished 30 marathons … div > div.image > figure#img-f0fNLMrjzrv41th-E73J6GAJ25E23JMWI463GJ4KQ4-0 > img#img-f0fNLMrjzrv41th-E73J6GAJ25E23JMWI463GJ4KQ4-0-image | /resizer/v2/WC6IM5TKPJACNAMNLG2ON7LGZM.jpeg?auth=2706725d... |
Alex Cooper, host of Call Her Daddy and founder of the Unwell Network, speaks d… div > div.image > figure#img-f0fFp5iqzrv41dC-7N32VOBP5BAVXGIS36EMKVQ7S4-0 > img#img-f0fFp5iqzrv41dC-7N32VOBP5BAVXGIS36EMKVQ7S4-0-image | /resizer/v2/NQ5F6ZCKZL76GVMESDW6MCBY7Q.jpg?auth=d6d926d71... |
Vice President JD Vance arrives to speak at a news conference earlier this mont… div > div.image > figure#img-f0fXPEYozrv41GA-AW2CQITLP5HHVFFWSD23B562RI-0 > img#img-f0fXPEYozrv41GA-AW2CQITLP5HHVFFWSD23B562RI-0-image | /resizer/v2/QXNOALVYJMUPA6RNVM6XSMLE2I.jpg?auth=1a937d0a3... |
Dr. Mehmet Oz (17th Administrator of the Centers for Medicare & Medicaid Servic… div > div.image > figure#img-f0f22Rjmzrv41nk-2ME7EE5MEVDBNMIMFOXQLPUWAM-0 > img#img-f0f22Rjmzrv41nk-2ME7EE5MEVDBNMIMFOXQLPUWAM-0-image | /resizer/v2/4WIZ3FXWXZFJRDEDLGYJZRFZ6A.jpg?auth=5aab46ba1... |
Emergency responders transported a body off the Pyramid of the Moon at the Teot… div > div.image > figure#img-f0fPqZFnzrv41Qc-MYJYKMC7VBA2PAPIIAA4NWKKEU-0 > img#img-f0fPqZFnzrv41Qc-MYJYKMC7VBA2PAPIIAA4NWKKEU-0-image | /resizer/v2/QWWJWHAVUJEPLDGTJF7HDJYM4Q.jpg?auth=1d5df47db... |
A rendering of "1975: A Vietnamese Diaspora Memorial." div > div.image > figure#img-f0fQFiguzrv41BH-QVGYENYRMNHCHMHPY6VJBCHB54-0 > img#img-f0fQFiguzrv41BH-QVGYENYRMNHCHMHPY6VJBCHB54-0-image | /resizer/v2/LXG27B2DUBDJNFLPD4QKATXNVQ.jpg?auth=f8c0ae768... |
Matt Damon, left, and Ben Affleck attend the world premiere of "The Rip" at Ali… div > div.image > figure#img-f0frWsBrzrv41EQ-VOTK4CINFZGYVLUDVYZ6JFILHU-0 > img#img-f0frWsBrzrv41EQ-VOTK4CINFZGYVLUDVYZ6JFILHU-0-image | /resizer/v2/XB7M4VP42V6WGOKUZS4BWZJD6E.jpg?auth=6d8f18259... |
Pastéis de nata, the classic Portuguese egg tart, seen here in 2024 at Baleia i… div > div.image > figure#img-f0f7z8xvzrv41jB-XXBRTIZRUBGFNKK5QIQPULWXC4-0 > img#img-f0f7z8xvzrv41jB-XXBRTIZRUBGFNKK5QIQPULWXC4-0-image | /resizer/v2/OKQJREDRDSNBTRF4OYWY6Z6B2Q.jpg?auth=a47fff8e3... |
Union Station is seen on March 27, 2026, in Washington. div > div.image > figure#img-f0ft5xRwzrv41YB-5BKWGEMGRZDZTM6FYJPQA3A66A-0 > img#img-f0ft5xRwzrv41YB-5BKWGEMGRZDZTM6FYJPQA3A66A-0-image | /resizer/v2/GK4GT3DAXBTND4WTCPUY2XVAOI.jpg?auth=005a04edc... |
Marcel Duchamp, "Fountain," 1950 (replica, after the 1917 original was lost). I… div > div.image > figure#img-f0feN4Xszrv41pP-CKZA6E5DTZC5RCGJMX5BBEOZK4-0 > img#img-f0feN4Xszrv41pP-CKZA6E5DTZC5RCGJMX5BBEOZK4-0-image | /resizer/v2/XY4J7TZ2ZFYRDYRVCXKO2H4YPU.jpeg?auth=d5241e04... |
“Ghost Town” by Tom Perrotta. div > div.image > figure#img-f0fEif9yzrv41hM-K5JNZ5OTHRFJTKTVRP7N4ZWPQ4-0 > img#img-f0fEif9yzrv41hM-K5JNZ5OTHRFJTKTVRP7N4ZWPQ4-0-image | /resizer/v2/OHIUW3ZQKDCE3KLPSPKBVV735Y.jpg?auth=d58297167... |
Jaafar Jackson as Michael Jackson in "Michael." div > div.image > figure#img-f0fd2SBzzrv41tT-RTDPAHQOIJF63P34A4X7GIAV2A-0 > img#img-f0fd2SBzzrv41tT-RTDPAHQOIJF63P34A4X7GIAV2A-0-image | /resizer/v2/KFCLCNSROSYP6D5S7PON6KQKOU.jpg?auth=2bae81bf7... |
Patrick Muldoon, at the premiere for "The Expendables 2" at Grauman's Chinese T… div > div.image > figure#img-f0fWaMSAzrv41yP-S6BCTVO7HBEANORTMS4TCXC2FA-0 > img#img-f0fWaMSAzrv41yP-S6BCTVO7HBEANORTMS4TCXC2FA-0-image | /resizer/v2/VWGLYVPUYRDPBMIUTU5HJR42QA.jpg?auth=86f4714b5... |
Karol G performs at Gillette Stadium in 2023. She returns to Foxborough this Se… div > div.image > figure#img-f0f2D7hCzrv41nM-ICZVQSFLOJFXDBAFFSMDJRBADA-0 > img#img-f0f2D7hCzrv41nM-ICZVQSFLOJFXDBAFFSMDJRBADA-0-image | /resizer/v2/HZXT2SX7KZR2LVILF3PICEYZZM.jpg?auth=b7a973aef... |
Joshua Lee Robinson and Regine Vital in Actors’ Shakespeare Project’s productio… div > div.image > figure#img-f0ffIQzDzrv41VA-N2DOSV3J3RETHA54UYDWB4G2Q4-0 > img#img-f0ffIQzDzrv41VA-N2DOSV3J3RETHA54UYDWB4G2Q4-0-image | /resizer/v2/RLIP3FL52NFPVC3RCWDZCPTOI4.jpg?auth=18043a21d... |
Eric Wasileski, 53, of Pittsfield took a walk through Daughters of the American… div > div.image > figure#img-f0fsmPXEzrv41hO-L46MYIFU3BHBRC5WEZRUSYSHCI-0 > img#img-f0fsmPXEzrv41hO-L46MYIFU3BHBRC5WEZRUSYSHCI-0-image | /resizer/v2/FVECDS3OJROSON6SSYLU56TYIQ.jpg?auth=cd2c8856f... |
Alan Osmond performed during a taping of the Osmonds 50th anniversary show in L… div > div.image > figure#img-f0fYk8kGzrv41RV-YSZFMRNM2RECLJTEA74V7LGVIA-0 > img#img-f0fYk8kGzrv41RV-YSZFMRNM2RECLJTEA74V7LGVIA-0-image | /resizer/v2/UJHXFOFIKAK3ALLSNCZWDDR2IU.jpg?auth=b62f8221d... |
This waterfront mansion at 34 Paine Ave. in Beverly was the site of a brazen ho… div > div.image > figure#img-f0fy1JMCivRdYd > img#img-f0fy1JMCivRdYd-image | /resizer/v2/VPN3FRU2KBK5QAM76EWEXL3BYA.jpg?auth=66bc22b71... |
The Five College area will be one fewer with the closure of Hampshire College. h2.headline > div.image > figure#img-f0fgsGrWCh4T17b-undefined-0 > img#img-f0fgsGrWCh4T17b-undefined-0-image | /resizer/v2/NVMD5VTMTXDADDVXGHHKO2EK2E.JPG?auth=fe00dbfae... |
Kevin the cat (Jason Schwartzman) in "Kevin," the animated sitcom. h2.headline > div.image > figure#img-f0fgsGrWCh4T17b-undefined-1 > img#img-f0fgsGrWCh4T17b-undefined-1-image | /resizer/v2/XEDEFM65XRCO7LIJTNKPIZN2OU.jpg?auth=4878b5599... |
The house at 5 Weyanoke St. in Dorchester was heavily damaged in a 2024 fire. I… h2.headline > div.image > figure#img-f0fgsGrWCh4T17b-undefined-2 > img#img-f0fgsGrWCh4T17b-undefined-2-image | /resizer/v2/IKYWM5MXM5FQRH4CRJO3PD4ANI.jpg?auth=695f1d4e7... |
John Korir set a course record in winning his second straight Boston. div > div.image > figure#img-f0fWgtc4a0t6Ad > img#img-f0fWgtc4a0t6Ad-image | /resizer/v2/6RQRPFXAWM5EYSGUOUAVYB4Q34.JPG?auth=0b30428fd... |
A young Marathon watcher offers up an orange slice to the pro men's field. No o… div > div.image > figure#img-f0fQSd7ByHiEQL > img#img-f0fQSd7ByHiEQL-image | /resizer/v2/E3QUHHUYTCHQAKJHMAHOSJAEXY.jpg?auth=af3195bab... |
Search The Boston Globe div.navigation_masthead_container > div.sign_in_settings_container > button.queryly_search_button > img | www.queryly.com/images/globe_searchicon.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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
CHRISTOPHER L. GASPER ul.a_f > li.author > span.width_full > a.author-overline |
DAN SHAUGHNESSY ul.a_f > li.author > span.width_full > a.author-overline |
TARA SULLIVAN ul.a_f > li.author > span.width_full > a.author-overline |
GARY WASHBURN ul.a_f > li.author > span.width_full > a.author-overline |
SHIRLEY LEUNG ul.a_f > li.author > span.width_full > a.author-overline |
LARRY EDELMAN ul.a_f > li.author > span.width_full > a.author-overline |
JON CHESTO ul.a_f > li.author > span.width_full > a.author-overline |
These are opportunities to improve the legibility of your content.
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.fancybox-outer > div.fancybox-inner > div#HPSubscribe__Modal > img div.fancybox-outer > div.fancybox-inner > div#HPSubscribe__Modal > img |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.html_flex_feature_content > div > div.iframe-container4 > iframe#responsive-iframe4 div.html_flex_feature_content > div > div.iframe-container4 > iframe#responsive-iframe4 |
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.
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 |
|---|
MOST READ ON BOSTONGLOBE.COM div#c0femQ6mp4HU56f > div.feature_feed > div.width_full > h4.title |
RECOMMENDED READS section#hp-lower-main > div#c0fLUNo5DYa06wW > div.title_bar > h4.title |
CULTURE & LIFESTYLE section#hp-basement-1-fw > div#c0fQBkavNRZd6Bf > div.title_bar > h4.title |
SPECIAL PROJECTS section#hp-basement-1-fw > div#c0fuGrP9EtDS7FM > div.title_bar > h4.title |
FROM OUR PARTNERS div.sponsored_content_ads > div.title_bar > div.absolute > h4.title |
METRO section#hp-basement-1-fw > div#c0fDXiIvRxjTamV > div.title_bar > h4.title |
SPORTS section#hp-basement-1-main > div#c0fP6BOOkMRH7ob > div.title_bar > h4.title |
COLUMNISTS div#c0fP6BOOkMRH7ob > ul.a_f > div.title_bar > h4.title |
BUSINESS COLUMNISTS div#c0f4zcDeGV2XuM > ul.a_f > div.title_bar > h4.title |
METRO div#0fEFhoe9prc > div.s_c_f > div.title_bar > h4.title |
SPORTS div#0fEFhoe9prc > div.s_c_f > div.title_bar > h4.title |
BUSINESS div#0fEFhoe9prc > div.s_c_f > div.title_bar > h4.title |
POLITICS div#0fEFhoe9prc > div.s_c_f > div.title_bar > h4.title |
NATION div#0fEFhoe9prc > div.s_c_f > div.title_bar > h4.title |
WORLD div#0fEFhoe9prc > div.s_c_f > div.title_bar > h4.title |
OPINION div#0fEFhoe9prc > div.s_c_f > div.title_bar > h4.title |
LIFESTYLE div#0fEFhoe9prc > div.s_c_f > div.title_bar > h4.title |
FOOD & DINING div#0fEFhoe9prc > div.s_c_f > div.title_bar > h4.title |
TRAVEL div#0fEFhoe9prc > div.s_c_f > div.title_bar > h4.title |
ARTS div#0fEFhoe9prc > div.s_c_f > div.title_bar > h4.title |
BOOKS div#0fEFhoe9prc > div.s_c_f > div.title_bar > h4.title |
MOVIES div#0fEFhoe9prc > div.s_c_f > div.title_bar > h4.title |
TELEVISION div#0fEFhoe9prc > div.s_c_f > div.title_bar > h4.title |
MUSIC div#0fEFhoe9prc > div.s_c_f > div.title_bar > h4.title |
THEATER/DANCE div#0fEFhoe9prc > div.s_c_f > div.title_bar > h4.title |
HEALTH div#0fEFhoe9prc > div.s_c_f > div.title_bar > h4.title |
OBITUARIES div#0fEFhoe9prc > div.s_c_f > div.title_bar > h4.title |
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 |
|---|
COLUMNISTS
CHRISTOPHER L. GASPER
Christopher L. Gasper is a Globe columnist. He… main#main > section#hp-basement-1-main > div#c0fP6BOOkMRH7ob > ul.a_f |
BUSINESS COLUMNISTS
SHIRLEY LEUNG
Shirley Leung is a Business columnist. She ca… main#main > section#hp-basement-2-fw > div#c0f4zcDeGV2XuM > ul.a_f |
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 |
|---|
Digital Access div.footer_item > div.footer_link_wrap > p.footer_link > a.focus_ring |
Home Delivery div.footer_item > div.footer_link_wrap > p.footer_link > a.focus_ring |
Privacy Policy div.footer_item > div.footer_link_wrap > p.footer_link > a.focus_ring |
Terms Of Purchase div.footer_item > div.footer_link_wrap > p.footer_link > a.focus_ring |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Here’s the estimated value of what was stolen in the Beverly mansion heist div#c0f3xjQty1W73gr > div.s_c > div.card > a.card |
POWER PLAY
Michelle Wu does listen. Here’s who has the mayor’s ear. div#c0f3xjQty1W73gr > div.s_c > div.card > a.card |
SPOTLIGHT FOLLOW-UP
Dr. Derrick Todd indicted on 81 sexual assault charges in S… div#c0f3qjhh3Ldj2Kf > div.s_c > div.card > a.card |
‘We’re going to [expletive] take those dudes’: Vermont police told ICE to stand… div#c0f3qjhh3Ldj2Kf > div.s_c > div.card > a.card |
After decades of legal battles, an $18m home rises on disputed lot in Beverly div#c0f3qjhh3Ldj2Kf > div.s_c > div.card > a.card |
JOHN POWERS | ON MARATHONING
Speed kills? Record run in Boston breathes life in… div#c0f3qjhh3Ldj2Kf > div.s_c > div.card > a.card |
A barefoot runner, a borrowed Garmin, and so much more: Here are nine Boston Ma… div#c0f3qjhh3Ldj2Kf > div.s_c > div.card > a.card |
FORECAST | KEN MAHAN
Raw day on tap Wednesday with showers. Some early-morning … div#c0f6p7kpmKQl1fG > div.s_c > div.card > a.card |
ODIE HENDERSON REVIEW | ★
Who’s Bad? Everyone involved with ‘Michael’ div#c0f6p7kpmKQl1fG > div.s_c > div.card > a.card |
Cambridge consignment store’s vintage vision reshapes Boston’s thrift scene div#c0f6p7kpmKQl1fG > div.s_c > div.card > a.card |
RENÉE GRAHAM
The most deadly place for women and children: a family home
Recent… div#c0flFYKKc2OG3x > div.s_c > div.card > a.card |
EDITORIAL
E-bikes and mopeds and scooters, oh my div#c0flFYKKc2OG3x > div.s_c > div.card > a.card |
LAWRENCE K. ALTMAN
Why the 25th Amendment won’t remove Trump div#c0flFYKKc2OG3x > div.s_c > div.card > a.card |
JOAN VENNOCHI
Mayor Wu says she texts and talks to developers all the time. Is … div#c0flFYKKc2OG3x > div.s_c > div.card > a.card |
IDEAS | TOM KASPERS
AI was ruining my college philosophy classes. So I assigned… div#c0flFYKKc2OG3x > div.s_c > div.card > a.card |
Warning: Scoops ahead! Sign up for Power Play, the Globe’s newsletter focused o… section#hp-top-rail > div.s_c > div.card > a.card |
DOGE broke something at the VA. Massachusetts veterans are paying the price.
Ma… div#c0fLUNo5DYa06wW > div.s_c > div.card > a.card |
‘It’s going to be different’: Preparing for life without Hampshire in Western M… div.container > div.s_c > div.card > a.card |
YOUR TV GPS
This week’s TV: An animated sitcom about a cat, Richard Gadd’s foll… div.container > div.s_c > div.card > a.card |
Inside the burned Dorchester house that sold for $776,000
A 2024 fire rendered … div.container > div.s_c > div.card > a.card |
It’s now easier than ever to search the Globe recipe archive div.container > div.s_c > div.card > a.card |
Glenn Close’s nonprofit to honor Ben Affleck and Matt Damon with Robin Williams… div.container > div.s_c > div.card > a.card |
Noah Kahan makes Tiny Desk debut with songs from new album div.container > div.s_c > div.card > a.card |
Latin pop star Karol G will return to Gillette Stadium div.container > div.s_c > div.card > a.card |
BOSTON GLOBE SPOTLIGHT TEAM
Nearly 250 patients at top Mass. hospitals say they… div#c0fuGrP9EtDS7FM > div.s_c > div.card > a.card |
Why Trump and the MAGA movement turned against Harvard
Over a decade of politic… div#c0fuGrP9EtDS7FM > div.s_c > div.card > a.card |
Why the middle class is disappearing in Massachusetts
The middle class in Massa… div#c0fuGrP9EtDS7FM > div.s_c > div.card > a.card |
Water is coming for the Seaport; the whole city will be poorer for it.
Building… div#c0fuGrP9EtDS7FM > div.s_c > div.card > a.card |
ASHISH K. JHA
Health insurance isn’t containing costs. It’s fueling them. div#0fpe0Y4FqrD > div.s_c > div.card > a.card |
LAWRENCE K. ALTMAN
Why the 25th Amendment won’t remove Trump div#0fpe0Y4FqrD > div.s_c > div.card > a.card |
EDITORIAL
E-bikes and mopeds and scooters, oh my div#0fpe0Y4FqrD > div.s_c > div.card > a.card |
IDEAS | VANESSA WILLIAMSON
Everything you know about the Boston Tea Party is wr… div#0fpe0Y4FqrD > div.s_c > div.card > a.card |
JAMES A. PEYSER
Massachusetts promised high standards without MCAS. The results… div#0fpe0Y4FqrD > div.s_c > div.card > a.card |
LOST AND/OR FOUND
Ten weird but totally true Boston stories div#0fpe0Y4FqrD > div.s_c > div.card > a.card |
Patient charged with assault at Tewksbury State Hospital, latest in string of a… div.container > div.s_c > div.card > a.card |
Sixth Mass. hiker rescued from White Mountains in four days
On Monday, the hike… div.container > div.s_c > div.card > a.card |
FORECAST | KEN MAHAN
Raw day on tap Wednesday with showers. Some early-morning … div.container > div.s_c > div.card > a.card |
A significant Green Line shutdown starts Wednesday
The MBTA will suspend the Gr… div.container > div.s_c > div.card > a.card |
YANKEES AT RED SOX | 6:45 P.M. (NESN+, TBS)
Game 23: Lineups and notes as Red S… div.container > div.s_c > div.card > a.card |
BOSTON MARATHON
A barefoot runner, a borrowed Garmin, and so much more: Here ar… div.container > div.s_c > div.card > a.card |
JOHN POWERS | ON MARATHONING
Speed kills? Record run in Boston breathes life in… div.container > div.s_c > div.card > a.card |
NBA
Amid front office changes in Chicago, Billy Donovan resigns as coach of the… div.container > div.s_c > div.card > a.card |
PATRIOTS
Patriots coach Mike Vrabel speaks for first time since photos with NFL… div.container > div.s_c > div.card > a.card |
NFL DRAFT
Guide to the 2026 NFL Draft: Selection order, Patriots picks, how to … div.container > div.s_c > div.card > a.card |
Judge postpones OxyContin-maker Purdue Pharma’s sentencing to let opioid victim… div.container > div.s_c > div.card > a.card |
Senator Warren spars with Fed chair nominee in hearing over undisclosed investm… div.container > div.s_c > div.card > a.card |
POWER PLAY
Michelle Wu does listen. Here’s who has the mayor’s ear. div.container > div.s_c > div.card > a.card |
GLOBE MAGAZINE
The 47 Top Spots to Live in Greater Boston in 2026 div#0f6HlD79prW > div.s_c > div.card > a.card |
PERSPECTIVE
Think Earth feels darker? You’re right – and NASA data proves it. div#0f6HlD79prW > div.s_c > div.card > a.card |
THE COLLEGE ISSUE
Blind date: ‘We’re both in accounting, which made it easy to … div#0f6HlD79prW > div.s_c > div.card > a.card |
THE BIG DAY
Their goal: The nicest, lowest-cost wedding possible in Newport div#0f6HlD79prW > div.s_c > div.card > a.card |
Here’s the estimated value of what was stolen in the Beverly mansion heist div.container > div.s_c > div.card > a.card |
Even though ‘everything hurts,’ 80-year-old Vietnam veteran William Alvarez fin… div.container > div.s_c > div.card > a.card |
Inside Alex Cooper’s Unwell: Tears, screaming, and employees looking for the ex… div.container > div.s_c > div.card > a.card |
Vance’s trip to Pakistan for peace talks is on hold, US official says. Follow l… div.container > div.s_c > div.card > a.card |
Dr. Oz announces a 50-state audit of Medicaid program oversight div.container > div.s_c > div.card > a.card |
Gunman who fired on tourists at Mexican pyramid carried materials related to 19… div.container > div.s_c > div.card > a.card |
Why hasn’t Boston built a Vietnamese memorial yet? div.container > div.s_c > div.card > a.card |
Glenn Close’s nonprofit to honor Ben Affleck and Matt Damon with Robin Williams… div.container > div.s_c > div.card > a.card |
Which Mass. bakery makes the best Portuguese egg tart? div.container > div.s_c > div.card > a.card |
I spent 21 hours traveling by train to avoid flights. Was it worth it? div.container > div.s_c > div.card > a.card |
Marcel Duchamp and the urinal that broke the art world div.container > div.s_c > div.card > a.card |
Tom Perrotta’s latest returns to a New Jersey adolescence he’s visited before div.container > div.s_c > div.card > a.card |
Who’s Bad? Everyone involved with ‘Michael’ div.container > div.s_c > div.card > a.card |
Patrick Muldoon, actor on ‘Days of Our Lives’ and ‘Melrose Place,’ dies at 57 div.container > div.s_c > div.card > a.card |
Latin pop star Karol G will return to Gillette Stadium div.container > div.s_c > div.card > a.card |
In ‘Gem of the Ocean,’ a second chapter in the fight for freedom div.container > div.s_c > div.card > a.card |
DOGE broke something at the VA. Massachusetts veterans are paying the price. div.container > div.s_c > div.card > a.card |
Alan Osmond, the eldest member of the Osmonds, has died div.container > div.s_c > div.card > a.card |
Privacy Policy div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. Learn more about responsibly getting permission for notifications.
Performance issues directly impact user engagement and conversion rates.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. | cdnjs.cloudflare.com/ajax/libs/jquery/2.2.2/jquery.min.js line 1, col 8448 |
| SharedStorage | cdn.blueconic.net/bostonglobemedia.js line 66, col 205 |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
| Topics |
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 |
|---|---|
www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000 line 1, col 100179 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at ci (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:100180)
at xu (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:173294)
at vs (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:160768)
at ys (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:160696)
at gs (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:160559)
at os (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:155691)
at k (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:188782)
at A (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:189314)
at o (https://meter.bostonglobe.com/js/piano-meter.js?d=650:1:353070)
at a (https://meter.bostonglobe.com/js/piano-meter.js?d=650:1:353248) |
www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000 line 1, col 100179 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at ci (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:100180)
at xu (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:173294)
at vs (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:160768)
at ys (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:160696)
at gs (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:160559)
at os (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:155691)
at k (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:188782)
at A (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:189314)
at o (https://meter.bostonglobe.com/js/piano-meter.js?d=650:1:353070)
at a (https://meter.bostonglobe.com/js/piano-meter.js?d=650:1:353248) |
www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000 line 1, col 100639 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at pi (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:100640)
at Ql (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:136084)
at ws (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:160947)
at vs (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:160829)
at ys (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:160696)
at gs (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:160559)
at os (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:155691)
at k (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:188782)
at A (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:189314)
at o (https://meter.bostonglobe.com/js/piano-meter.js?d=650:1:353070) |
www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000 line 1, col 100639 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at pi (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:100640)
at Ql (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:136084)
at ws (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:160947)
at vs (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:160829)
at ys (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:160696)
at gs (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:160559)
at os (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:155691)
at k (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:188782)
at A (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:189314)
at o (https://meter.bostonglobe.com/js/piano-meter.js?d=650:1:353070) |
www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000 line 1, col 172979 | Error: Minified React error #423; visit https://reactjs.org/docs/error-decoder.html?invariant=423 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at xu (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:172980)
at vs (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:160768)
at ys (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:160696)
at gs (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:160559)
at is (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:157366)
at os (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:155918)
at k (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:188782)
at A (https://www.bostonglobe.com/pf/dist/engine/react.js?d=650&mxId=00000000:2:189314)
at o (https://meter.bostonglobe.com/js/piano-meter.js?d=650:1:353070)
at a (https://meter.bostonglobe.com/js/piano-meter.js?d=650:1:353248) |
Failed to load resource: the server responded with a status of 451 () | |
/pf/dist/components/combinations/default.js?d=650&mxId=00... line 1, col 525713 | Orca icon width and height props require a number or use CSS for styling. |
/pf/dist/components/combinations/default.js?d=650&mxId=00... line 1, col 525713 | Orca icon width and height props require a number or use CSS for styling. |
/pf/dist/components/combinations/default.js?d=650&mxId=00... line 1, col 525713 | Orca icon width and height props require a number or use CSS for styling. |
/pf/dist/components/combinations/default.js?d=650&mxId=00... line 1, col 525713 | Orca icon width and height props require a number or use CSS for styling. |
/pf/dist/components/combinations/default.js?d=650&mxId=00... line 1, col 525713 | Orca icon width and height props require a number or use CSS for styling. |
/pf/dist/components/combinations/default.js?d=650&mxId=00... line 1, col 525713 | Orca icon width and height props require a number or use CSS for styling. |
/pf/dist/components/combinations/default.js?d=650&mxId=00... line 1, col 525713 | Orca icon width and height props require a number or use CSS for styling. |
/pf/dist/components/combinations/default.js?d=650&mxId=00... line 1, col 525713 | Orca icon width and height props require a number or use CSS for styling. |
/pf/dist/components/combinations/default.js?d=650&mxId=00... line 1, col 525713 | Orca icon width and height props require a number or use CSS for styling. |
/pf/dist/components/combinations/default.js?d=650&mxId=00... line 1, col 525713 | Orca icon width and height props require a number or use CSS for styling. |
/pf/dist/components/combinations/default.js?d=650&mxId=00... line 1, col 525713 | Orca icon width and height props require a number or use CSS for styling. |
/pf/dist/components/combinations/default.js?d=650&mxId=00... line 1, col 525713 | Orca icon width and height props require a number or use CSS for styling. |
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.
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.fancybox-outer > div.fancybox-inner > div#HPSubscribe__Modal > img div.fancybox-outer > div.fancybox-inner > div#HPSubscribe__Modal > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback