Mobile 375 × 812

Desktop 1440 × 900

Score: 74 / 100
Based on 8 categories, 0 sections
Room to improve — your 20.1s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Strong compliance posture across regulations.
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.
2 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
3 image-only link(s) without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/dbeac7ab-c2c4-4628-85f8-45085e0b4cc8)<a href="https://beavercheck.com/results/dbeac7ab-c2c4-4628-85f8-45085e0b4cc8"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fmerriam-webster.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fmerriam-webster.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~32%.
Page takes 20.1s to load
+12% bounceUsers abandon at ~3s — you're 17.6s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 3.8s
+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
2 form field(s) without a label
+4% 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
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
1 broken link(s) on the page
+2% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€383 investment → €0.79/month returns + EUR 20,500,000 risk avoided
€383
4h · 5 findings
€0.79 /mo
~€9.46 / year
EUR 20,500,000
if kept compliant
€128 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
4.5 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€1,708,334 / month at risk
~€20,500,009 / year if left unfixed
€20,500,000
+4 more
€0.79 /mo
10641.5 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
4.74 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
20.11 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.85 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.134
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
10.46 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.
22.50 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.
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.
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.
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 | |
|---|---|---|---|
Merriam-Webster Dictionary App div.home-general-promo-item-card > div.card-img-with-border-wht > div.lazyload-container > img.views-card-static--card-img | /assets/mw/static/app-css-images/home/app_mw_image_2x_upd... | 416.2 KiB | 406.5 KiB |
reunion div.home-general-games-and-quizzes-list > a.home-games-and-quizzes-item-featured > span.lazyload-container > img.lazyloaded | /assets/mw/images/article/art-home-edpick-lg/reunion-1270... | 58.6 KiB | 56.5 KiB |
the-loop div.home-general-games-and-quizzes-list > a.home-games-and-quizzes-item-featured > span.lazyload-container > img.lazyloaded | /assets/mw/images/article/art-home-edpick-lg/the-loop-132... | 53.8 KiB | 51.9 KiB |
blossom game flower image a.d-flex > div.home-games-and-quizzes-item-icon > span.lazyload-container > img.lazyloaded | /assets/mw/images/omni/omni-1x1-540x540/blossom game flow... | 45.8 KiB | 45.8 KiB |
Merriam-Webster Podcast div.home-general-promo-item-card > div.card-img-with-border-wht > div.lazyload-container > img.views-card-static--card-img | /assets/mw/static/app-css-images/podcasts/poadcast_word_i... | 39.7 KiB | 38.1 KiB |
octordle icon 8 dots a.d-flex > div.home-games-and-quizzes-item-icon > span.lazyload-container > img.lazyloaded | /assets/mw/images/omni/omni-1x1-540x540/octordle icon 8 d... | 34.5 KiB | 34.5 KiB |
missing-letter a.d-flex > div.home-games-and-quizzes-item-icon > span.lazyload-container > img.lazyloaded | /assets/mw/images/omni/omni-1x1-540x540/missing-letter-11... | 33.6 KiB | 33.6 KiB |
tightrope a.d-flex > div.home-games-and-quizzes-item-icon > span.lazyload-container > img.lazyloaded | /assets/mw/images/omni/omni-1x1-540x540/tightrope-11710-8... | 29.4 KiB | 29.4 KiB |
revealed a.d-flex > div.home-games-and-quizzes-item-icon > span.lazyload-container > img.lazyloaded | /assets/mw/images/omni/omni-1x1-540x540/revealed-12705-bc... | 27.1 KiB | 27.0 KiB |
quordle-icon a.d-flex > div.home-games-and-quizzes-item-icon > span.lazyload-container > img.lazyloaded | /assets/mw/images/omni/omni-1x1-540x540/quordle-icon-1235... | 12.8 KiB | 12.8 KiB |
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 |
|---|---|---|
| /dist-cross-dungarees/2026-04-07--19-04-21-yjnin/compiled... | 56.9 KiB | 302 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| merriam-webster.com/ | 765 ms |
| www.merriam-webster.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 |
|---|---|
Manage Your Privacy
To provide the best experiences, we and our 156 partners us… div#cmpbox | 0.013 |
Manage Your Privacy
To provide the best experiences, we and our 156 partners us… div#cmpbox | 0.011 |
Manage Your Privacy
To provide the best experiences, we and our 156 partners us… div#cmpbox | 0.011 |
Manage Your Privacy
To provide the best experiences, we and our 156 partners us… div#cmpbox | 0.011 |
Manage Your Privacy
To provide the best experiences, we and our 156 partners us… div#cmpbox | 0.011 |
Manage Your Privacy
To provide the best experiences, we and our 156 partners us… div#cmpbox | 0.010 |
Manage Your Privacy
To provide the best experiences, we and our 156 partners us… div#cmpbox | 0.010 |
Manage Your Privacy
To provide the best experiences, we and our 156 partners us… div#cmpbox | 0.009 |
Manage Your Privacy
To provide the best experiences, we and our 156 partners us… div#cmpbox | 0.008 |
Manage Your Privacy
To provide the best experiences, we and our 156 partners us… div#cmpbox | 0.007 |
Manage Your Privacy
To provide the best experiences, we and our 156 partners us… div#cmpbox | 0.007 |
Manage Your Privacy
To provide the best experiences, we and our 156 partners us… div#cmpbox | 0.006 |
Manage Your Privacy
To provide the best experiences, we and our 156 partners us… div#cmpbox | 0.005 |
Manage Your Privacy
To provide the best experiences, we and our 156 partners us… div#cmpbox | 0.005 |
Manage Your Privacy
To provide the best experiences, we and our 156 partners us… div#cmpbox | 0.004 |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused 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 |
|---|---|---|
| /dist-cross-dungarees/2026-04-07--19-04-21-yjnin/compiled... | 21.2 KiB | 21.2 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /builds/core/b3b9c29/es2018/js/adthrive.min.js?deployment... | 369.9 KiB | 157.7 KiB |
| /pagead/managed/js/gpt/m202604150101/pubads_impl.js?cb=31... | 189.2 KiB | 130.0 KiB |
| ads.adthrive.com/builds/core/b3b9c29/gdpr/vendor/prebid/es2018/prebid.min.js | 158.8 KiB | 124.8 KiB |
| cdn.confiant-integrations.net/gptprebidnativevideo/202603180909/wrap.js | 166.9 KiB | 93.1 KiB |
| www.googletagmanager.com/gtag/js?id=G-M7RZHNRRPK&cx=c>m=4e64f0 | 168.9 KiB | 67.1 KiB |
| c.aps.amazon-adsystem.com/apstag.js | 77.8 KiB | 50.3 KiB |
| /dist-cross-dungarees/2026-04-07--19-04-21-yjnin/compiled... | 72.5 KiB | 41.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-PQ9SK33N | 74.6 KiB | 39.6 KiB |
| cdn.consentmanager.net/delivery/js/cmp_final.min.js | 100.3 KiB | 35.0 KiB |
| /dist-cross-dungarees/2026-04-07--19-04-21-yjnin/compiled... | 58.2 KiB | 34.5 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-WW4KHXF | 93.3 KiB | 33.1 KiB |
| /dist-cross-dungarees/2026-04-07--19-04-21-yjnin/compiled... | 33.2 KiB | 25.4 KiB |
| /dist-cross-dungarees/2026-04-07--19-04-21-yjnin/compiled... | 30.4 KiB | 23.6 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
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 | 7.2 s |
| Other | 2.0 s |
| Script Parsing & Compilation | 1.3 s |
| Style & Layout | 1.1 s |
| Rendering | 259 ms |
| Garbage Collection | 252 ms |
| Parse HTML & CSS | 216 ms |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Time Traveler div.time-traveler__header-wrapper > div.time-traveler__logo > a > img.time-traveler__logo__image | merriam-webster.com/assets/mw/static/time-traveler/timetraveler-logo.svg |
the-loop div.home-general-games-and-quizzes-list > a.home-games-and-quizzes-item-featured > span.lazyload-container > img.lazyloaded | /assets/mw/images/article/art-home-edpick-lg/the-loop-132... |
reunion div.home-general-games-and-quizzes-list > a.home-games-and-quizzes-item-featured > span.lazyload-container > img.lazyloaded | /assets/mw/images/article/art-home-edpick-lg/reunion-1270... |
quordle-icon a.d-flex > div.home-games-and-quizzes-item-icon > span.lazyload-container > img.lazyloaded | /assets/mw/images/omni/omni-1x1-540x540/quordle-icon-1235... |
octordle icon 8 dots a.d-flex > div.home-games-and-quizzes-item-icon > span.lazyload-container > img.lazyloaded | /assets/mw/images/omni/omni-1x1-540x540/octordle icon 8 d... |
tightrope a.d-flex > div.home-games-and-quizzes-item-icon > span.lazyload-container > img.lazyloaded | /assets/mw/images/omni/omni-1x1-540x540/tightrope-11710-8... |
blossom game flower image a.d-flex > div.home-games-and-quizzes-item-icon > span.lazyload-container > img.lazyloaded | /assets/mw/images/omni/omni-1x1-540x540/blossom game flow... |
revealed a.d-flex > div.home-games-and-quizzes-item-icon > span.lazyload-container > img.lazyloaded | /assets/mw/images/omni/omni-1x1-540x540/revealed-12705-bc... |
missing-letter a.d-flex > div.home-games-and-quizzes-item-icon > span.lazyload-container > img.lazyloaded | /assets/mw/images/omni/omni-1x1-540x540/missing-letter-11... |
App Store div.row > div.col-6 > a.more-from-mw-app-links-list-item > img.app-links__img | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Play Store div.row > div.col-6 > a.more-from-mw-app-links-list-item > img.app-links__img | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
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.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.fixed > button.absolute div.fixed > button.absolute |
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.
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 |
|---|
brazen div.lazyload-container > div.wotd-home-promo-image-content-overlay > div.wotd-home-promo-header > div.d-inline-block |
Definition, examples, & podcast div.wotd-home-promo-image-content-overlay > div.d-flex > div.wotd-home-promo-sub-header > span |
Sign up for Merriam-Webster's Word of the Day newsletter div.footer-mast-content > div.footer-subscribe-block > form.footer-subscribe > input.footer-subscribe-field |
Update Privacy Preferences body.main-body > div.adthrive-comscore > div.adthrive-privacy-preferences > a |
These are opportunities to improve the legibility of your content.
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 |
|---|
Slang & Trending Words div.header-card-img-overlay > a.d-flex > div.hero-item-promo-info-block > h3.teaser-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 |
|---|
nav.home-navbar > div.home-navigation-container > div.home-navigation > ul.home-navigation-links nav.home-navbar > div.home-navigation-container > div.home-navigation > ul.home-navigation-links |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Merriam-Webster Dictionary App div.home-general-promo-item-card > div.card-img-with-border-wht > div.lazyload-container > img.views-card-static--card-img | /assets/mw/static/app-css-images/home/app_mw_image_2x_upd... | 298 x 200 (1.49) | 1400 x 700 (2.00) |
Merriam-Webster Podcast div.home-general-promo-item-card > div.card-img-with-border-wht > div.lazyload-container > img.views-card-static--card-img | /assets/mw/static/app-css-images/podcasts/poadcast_word_i... | 206 x 200 (1.03) | 1400 x 700 (2.00) |
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 | |
|---|---|---|---|---|
Language: en div#cmpbox > div#cmplanguage > img.cmplangicon | eu-us-cdn.consentmanager.net/delivery/flags/en.gif | 16 x 11 | 16 x 11 | 24 x 17 |
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 |
|---|---|
| Topics | ads.adthrive.com/builds/core/b3b9c29/gdpr/vendor/prebid/es2018/prebid.min.js line 62, col 181510 |
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.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
div#home-header-container > header#base-header > nav.navbar > a#navbar-close-icon-link |
div.flex > a#gtm-gamesnav-link-allgames div.flex > a#gtm-gamesnav-link-allgames |
To appear in search results, crawlers need access to your app.
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.
775 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.61 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
443 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.077
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.33 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
4.35 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.
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.
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.
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.
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 | |
|---|---|---|---|
Merriam-Webster Dictionary App div.home-general-promo-item-card > div.card-img-with-border-wht > div.lazyload-container > img.views-card-static--card-img | /assets/mw/static/app-css-images/home/app_mw_image_2x_upd... | 416.2 KiB | 404.5 KiB |
Merriam-Webster Podcast div.home-general-promo-item-card > div.card-img-with-border-wht > div.lazyload-container > img.views-card-static--card-img | /assets/mw/static/app-css-images/podcasts/poadcast_word_i... | 39.7 KiB | 37.4 KiB |
the-loop div.home-general-games-and-quizzes-list > a.home-games-and-quizzes-item-featured > span.lazyload-container > img.lazyloaded | /assets/mw/images/article/art-home-edpick-lg/the-loop-132... | 23.2 KiB | 19.1 KiB |
blossom game flower image a.d-flex > div.home-games-and-quizzes-item-icon > span.lazyload-container > img.lazyloaded | /assets/mw/images/omni/omni-1x1-540x540/blossom game flow... | 19.0 KiB | 18.9 KiB |
reunion div.home-general-games-and-quizzes-list > a.home-games-and-quizzes-item-featured > span.lazyload-container > img.lazyloaded | /assets/mw/images/article/art-home-edpick-lg/reunion-1270... | 22.5 KiB | 18.4 KiB |
octordle icon 8 dots a.d-flex > div.home-games-and-quizzes-item-icon > span.lazyload-container > img.lazyloaded | /assets/mw/images/omni/omni-1x1-540x540/octordle icon 8 d... | 13.9 KiB | 13.8 KiB |
missing-letter a.d-flex > div.home-games-and-quizzes-item-icon > span.lazyload-container > img.lazyloaded | /assets/mw/images/omni/omni-1x1-540x540/missing-letter-11... | 13.0 KiB | 13.0 KiB |
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 |
|---|---|---|
| /dist-cross-dungarees/2026-04-07--19-04-21-yjnin/compiled... | 56.9 KiB | 82 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| merriam-webster.com/ | 222 ms |
| www.merriam-webster.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused 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 |
|---|---|---|
| /dist-cross-dungarees/2026-04-07--19-04-21-yjnin/compiled... | 56.5 KiB | 56.5 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /builds/core/d9c3cca/es2018/js/adthrive.min.js?deployment... | 369.9 KiB | 156.8 KiB |
| /pagead/managed/js/gpt/m202604130101/pubads_impl.js | 187.5 KiB | 129.4 KiB |
| ads.adthrive.com/builds/core/d9c3cca/gdpr/vendor/prebid/es2018/prebid.min.js | 158.8 KiB | 125.7 KiB |
| cdn.confiant-integrations.net/gptprebidnativevideo/202603180909/wrap.js | 166.9 KiB | 92.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-M7RZHNRRPK&cx=c>m=4e64f0h1 | 168.9 KiB | 67.1 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-WW4KHXF | 146.1 KiB | 54.2 KiB |
| c.aps.amazon-adsystem.com/apstag.js | 77.8 KiB | 50.3 KiB |
| /dist-cross-dungarees/2026-04-07--19-04-21-yjnin/compiled... | 72.5 KiB | 40.6 KiB |
| cdn.consentmanager.net/delivery/js/cmp_final.min.js | 100.3 KiB | 35.0 KiB |
| /dist-cross-dungarees/2026-04-07--19-04-21-yjnin/compiled... | 58.2 KiB | 34.5 KiB |
| merriam-webster.com/assets/mw/jwplayer-8.10.3/jwplayer.js | 35.3 KiB | 26.4 KiB |
| /dist-cross-dungarees/2026-04-07--19-04-21-yjnin/compiled... | 33.2 KiB | 25.4 KiB |
| /dist-cross-dungarees/2026-04-07--19-04-21-yjnin/compiled... | 30.4 KiB | 23.6 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.9 s |
| Other | 511 ms |
| Script Parsing & Compilation | 353 ms |
| Style & Layout | 335 ms |
| Garbage Collection | 69 ms |
| Rendering | 67 ms |
| Parse HTML & CSS | 40 ms |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Time Traveler div.time-traveler__header-wrapper > div.time-traveler__logo > a > img.time-traveler__logo__image | merriam-webster.com/assets/mw/static/time-traveler/timetraveler-logo.svg |
the-loop div.home-general-games-and-quizzes-list > a.home-games-and-quizzes-item-featured > span.lazyload-container > img.lazyloaded | /assets/mw/images/article/art-home-edpick-lg/the-loop-132... |
reunion div.home-general-games-and-quizzes-list > a.home-games-and-quizzes-item-featured > span.lazyload-container > img.lazyloaded | /assets/mw/images/article/art-home-edpick-lg/reunion-1270... |
quordle-icon a.d-flex > div.home-games-and-quizzes-item-icon > span.lazyload-container > img.lazyloaded | /assets/mw/images/omni/omni-1x1-540x540/quordle-icon-1235... |
octordle icon 8 dots a.d-flex > div.home-games-and-quizzes-item-icon > span.lazyload-container > img.lazyloaded | /assets/mw/images/omni/omni-1x1-540x540/octordle icon 8 d... |
tightrope a.d-flex > div.home-games-and-quizzes-item-icon > span.lazyload-container > img.lazyloaded | /assets/mw/images/omni/omni-1x1-540x540/tightrope-11710-8... |
blossom game flower image a.d-flex > div.home-games-and-quizzes-item-icon > span.lazyload-container > img.lazyloaded | /assets/mw/images/omni/omni-1x1-540x540/blossom game flow... |
revealed a.d-flex > div.home-games-and-quizzes-item-icon > span.lazyload-container > img.lazyloaded | /assets/mw/images/omni/omni-1x1-540x540/revealed-12705-bc... |
missing-letter a.d-flex > div.home-games-and-quizzes-item-icon > span.lazyload-container > img.lazyloaded | /assets/mw/images/omni/omni-1x1-540x540/missing-letter-11... |
App Store div.row > div.col-6 > a.more-from-mw-app-links-list-item > img.app-links__img | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Play Store div.row > div.col-6 > a.more-from-mw-app-links-list-item > img.app-links__img | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
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 |
|---|
Sign up for Merriam-Webster's Word of the Day newsletter div.footer-mast-content > div.footer-subscribe-block > form.footer-subscribe > input.footer-subscribe-field |
Update Privacy Preferences body.main-body > div.adthrive-comscore > div.adthrive-privacy-preferences > a |
These are opportunities to improve the legibility of your content.
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 |
|---|
Slang & Trending Words div.header-card-img-overlay > a.d-flex > div.hero-item-promo-info-block > h3.teaser-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 |
|---|
Games & Quizzes
Word of the Day
Grammar
Slang
Word Finder
NEW
Newsletters
More nav.home-navbar > div.home-navigation-container > div.home-navigation > ul.home-navigation-links |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Merriam-Webster Dictionary App div.home-general-promo-item-card > div.card-img-with-border-wht > div.lazyload-container > img.views-card-static--card-img | /assets/mw/static/app-css-images/home/app_mw_image_2x_upd... | 320 x 225 (1.42) | 1400 x 700 (2.00) |
Merriam-Webster Podcast div.home-general-promo-item-card > div.card-img-with-border-wht > div.lazyload-container > img.views-card-static--card-img | /assets/mw/static/app-css-images/podcasts/poadcast_word_i... | 260 x 225 (1.16) | 1400 x 700 (2.00) |
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 |
|---|---|
| Topics | ads.adthrive.com/builds/core/d9c3cca/gdpr/vendor/prebid/es2018/prebid.min.js line 62, col 181510 |
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.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
div#home-header-container > header#base-header > nav.navbar > a#navbar-close-icon-link |
… div.flex > a#gtm-gamesnav-link-allgames |
To appear in search results, crawlers need access to your app.
Send Feedback