Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 100
Based on 8 categories, 0 sections
Room to improve — your 18.6s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 15.6 MB (5.0 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No H1 heading found
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/608746a6-975f-451b-b519-43599bbdc6f8)<a href="https://beavercheck.com/results/608746a6-975f-451b-b519-43599bbdc6f8"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fcountryliving.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fcountryliving.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.6s 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 ~27%.
Page takes 18.6s to load
+12% bounceUsers abandon at ~3s — you're 16.1s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 7.1s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
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.
$600 investment → $1.26/month returns + USD 157,500 risk avoided
$600
6h · 5 findings
$1.26 /mo
~$15 / year
USD 157,500
if kept compliant
$100 — 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.
6.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,126 / month at risk
~$157,515 / year if left unfixed
$157,500
+7 more
$1.26 /mo
15692.0 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.91 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
18.65 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
7.11 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.15 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.
40.20 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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
Here’s Proof That Now is the Best Time to Go Antiquing!
5 Antique Styles Making… body > div#__next > main#main-content > section.css-hn014m | /_assets/design-tokens/countryliving/static/images/countr... | 81.8 KiB | 71.6 KiB |
Garden dining area featuring a table under a parasol surrounded by flowers. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img.css-0 | /hmg-prod/images/0340081e-1f23-42f8-9884-b81bf07becea.jpg... | 14.3 KiB | 9.0 KiB |
outdoor dining room a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img.css-0 | /hmg-prod/images/california-dining-space-67c9af5577841.jp... | 14.2 KiB | 8.9 KiB |
Kale a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img.css-0 | /hmg-prod/images/fe03edfb-f09f-478d-8402-976dcb2bd969.jpe... | 11.7 KiB | 6.5 KiB |
elegant living room with floral arrangement and decorative elements a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img.css-0 | /hmg-prod/images/bcc23eb7-163f-4d93-84e1-b20a1c250247.jpe... | 11.6 KiB | 6.4 KiB |
dining room with colorful floral wallpaper and a rug in the dining table a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img.css-0 | /hmg-prod/images/mcbride-connecticut-cottage-dining-room-... | 10.2 KiB | 4.9 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.
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 |
|---|---|
| countryliving.com/ | 862 ms |
| www.countryliving.com/ | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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 | 15.5 s |
| Other | 3.1 s |
| Script Parsing & Compilation | 1.2 s |
| Style & Layout | 991 ms |
| Garbage Collection | 287 ms |
| Parse HTML & CSS | 261 ms |
| Rendering | 219 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 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 |
|---|---|---|
| launchpad-beta.privacymanager.io/latest/launchpad.bundle.js | 44.9 KiB | 14.1 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 | |
|---|---|
farmer wants a wife l r farmer braden, host kimberly williams paisley, farmer s… a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/ba09d68d-e16e-4209-9144-6b4eb2feadf3.jpg... |
in low places cbs original series marshals, scheduled to air on sunday, april … a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/17c49f69-78ba-4abd-b717-bfbf73967a43.jpg... |
Lego hamster holding a flower alongside a vase of flower build. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/9cbdbe5c-befd-4141-aac2-8100a9e986b2.jpg... |
Transformer toy and Lego set displayed together. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/715cf710-3532-4401-afcd-7484a955b054.jpg... |
2026 iHeartRadio Music Awards - Arrivals a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/6f7e46ee-f662-4099-b2e8-af1efc2afc0a.jpe... |
Los Angeles Official FYC Screening Of Paramount+ Series "Landman" a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/32032452-b42a-403a-9f6b-8a1c06021f7e.jpe... |
Basset hound dog and kitten friends a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/538c0176-38a2-4e15-9c1f-01d4a39603de.jpe... |
gift ideas for a baby shower a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/35dc5014-0581-4cbc-87e4-45bc11f07e10.jpg... |
Collage of book covers featuring summer-themed novels. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/0a2ca4a7-44d3-42c6-a24a-0b98eebe4d03.jpg... |
The Kelly Clarkson Show - Season 7 a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/02c09012-7d19-4a67-adab-041d5fd81fa0.jpe... |
Variety Power Of Women: Nashville - Arrivals a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/0ca4f190-e295-4113-9e6d-c70c51706d72.jpe... |
white farmhouse kitchen a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/7783c7e7-eed0-45a2-ba47-375f1d9c4701.jpg... |
Close body > div.css-1djwo0m > button.css-ur1o30 > img.css-gcxncd | /_assets/design-tokens/fre/static/icons/close.38e3324.svg... |
Logo div.css-mt5vg7 > a.css-8aa961 > div.css-zcysxb > img.css-7flfmd | /_assets/design-tokens/countryliving/static/images/logos/... |
Logo div.css-nj2ujn > div > a.css-t3ribt > img.css-7flfmd | /_assets/design-tokens/countryliving/static/images/logos/... |
Opt-Out Icon li.css-0 > div.css-1j0ziex > a.do-not-sell-button > img.css-34k09d | |
Decorative wall featuring ornate mirrors and a floral arrangement. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
decorative table with books lamp and wall art featuring eagles a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
antique and vintage gas station signs a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
Vintage decorative bottles a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
Wheelbarrow with compost a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
garden trends 2026 a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
For a breath of fresh air delivered daily, get the Country Living newsletter. section > div.css-13jdokf > div.css-131rjty > h4.css-lpoxe3 |
Rachel Hardage Barrett div.e12m17u14 > div.css-1k7u9s2 > a.css-ytumd6 > h4.css-1y7xbt9 |
These are opportunities to improve keyboard navigation in your application.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.css-0 > div.css-1c1c7xx > div.css-gasy32 > a.css-4x9e3m div.css-0 > div.css-1c1c7xx > div.css-gasy32 > a.css-4x9e3m |
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.
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 |
|---|
YOUR PRIVACY CHOICES: OPT OUT OF SALE/TARGETED ADS footer.footer > div.css-1ss7lvu > div.css-5tjtfu > a.do-not-sell-button |
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 |
|---|---|
| Topics | |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
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 |
|---|---|
Access to XMLHttpRequest at 'https://api.permutive.com/standard-audiences/v1/affinity?url=https%3A%2F%2Fwww.countryliving.com&k=7d237500-e85c-4846-9eb8-5635df7b050c' from origin 'https://www.countryliving.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. |
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.
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.
897 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.81 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
656 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.230
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.12 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.
9.39 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.
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.
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.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
Here’s Proof That Now is the Best Time to Go Antiquing!
5 Antique Styles Making… body > div#__next > main#main-content > section.css-hn014m | /_assets/design-tokens/countryliving/static/images/countr... | 81.8 KiB | 71.6 KiB |
Garden dining area featuring a table under a parasol surrounded by flowers. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img.css-0 | /hmg-prod/images/0340081e-1f23-42f8-9884-b81bf07becea.jpg... | 54.1 KiB | 51.0 KiB |
outdoor dining room a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img.css-0 | /hmg-prod/images/california-dining-space-67c9af5577841.jp... | 51.7 KiB | 46.1 KiB |
refreshing beverages with lemon and thyme garnishes on a table div.css-79elbk > div.__resp-container > picture.css-0 > img | /hmg-prod/images/f6b5dcce-5af7-45b9-aeed-2facff3fc130.jpg... | 73.3 KiB | 37.1 KiB |
mississippi farmhouse makeover takeover blue kitchen div.css-79elbk > div.__resp-container > picture.css-0 > img | /hmg-prod/images/mississippi-farmhouse-makeover-takeover-... | 73.3 KiB | 35.9 KiB |
greek chicken a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img.css-0 | /hmg-prod/images/greek-chicken-with-tzaziki-68a4e7a24ebbb... | 34.5 KiB | 31.5 KiB |
elegant living room with floral arrangement and decorative elements a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img.css-0 | /hmg-prod/images/bcc23eb7-163f-4d93-84e1-b20a1c250247.jpe... | 36.7 KiB | 31.1 KiB |
Kale a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img.css-0 | /hmg-prod/images/fe03edfb-f09f-478d-8402-976dcb2bd969.jpe... | 32.3 KiB | 29.2 KiB |
dining room with colorful floral wallpaper and a rug in the dining table a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img.css-0 | /hmg-prod/images/mcbride-connecticut-cottage-dining-room-... | 32.3 KiB | 29.2 KiB |
Shrimp fettuccine with asparagus on a plate. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img.css-0 | /hmg-prod/images/e1858c02-ed80-4b6d-a137-9cd02dcbc761.jpg... | 32.3 KiB | 29.2 KiB |
farmers market companion a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img.css-0 | /hmg-prod/images/spring-farmers-market-companion-banners-... | 31.8 KiB | 28.7 KiB |
Decorative wall featuring ornate mirrors and a floral arrangement. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/e533a4cb-a06d-4df0-a7a9-dabaaf56e09a.jpg... | 37.8 KiB | 25.2 KiB |
antique and vintage gas station signs a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/clx070122huntcollecting-004-6810e7319a7a... | 36.6 KiB | 23.9 KiB |
Two glasses of cucumber-infused sparkling drink with coasters and plant. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img.css-0 | /hmg-prod/images/8dc7d78c-f87c-4293-af11-350f813e30b5.jpg... | 25.2 KiB | 22.1 KiB |
living room with large elk artwork on wall and a brown sofa between two chairs a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img.css-0 | /hmg-prod/images/hewlette-kruse-north-carolina-cabin-livi... | 27.6 KiB | 22.0 KiB |
dark green laundry room with large wooden table in the middle a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img.css-0 | /hmg-prod/images/mollysinger2024-00170-1-67bc9a88e616b.jp... | 26.4 KiB | 20.8 KiB |
Child holding egg shell with a plant growing in it div.css-79elbk > div.__resp-container > picture.css-0 > img | /hmg-prod/images/c96e7cd5-c04f-4f7c-a2ba-86de9b4863df.jpe... | 39.6 KiB | 20.0 KiB |
a1t, 81, 2603pooh, blank rug, dining room, that summer feeling, 2603tsf2, dnr a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img.css-0 | /hmg-prod/images/36ba0e78-3bb3-4f31-8191-c4802df7d5c8.jpg... | 19.0 KiB | 16.2 KiB |
decorative table with books lamp and wall art featuring eagles a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/eagle-needlepoint-social-695ebd9adcb23.j... | 27.8 KiB | 15.2 KiB |
Vintage decorative bottles a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/72b5dc31-ecb9-444d-a53f-826a971cefc9.jpg... | 18.5 KiB | 7.4 KiB |
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 |
|---|---|
| countryliving.com/ | 269 ms |
| www.countryliving.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 |
|---|---|
What We’re Loving Now
5 Retro Gardening Hacks That Still Work—From Eggshell Pla… body > div#__next > main#main-content | 0.143 |
What We’re Loving Now
5 Retro Gardening Hacks That Still Work—From Eggshell Pla… body > div#__next > main#main-content > section.css-1k3slc2 | 0.123 |
What We’re Loving Now
5 Retro Gardening Hacks That Still Work—From Eggshell Pla… body > div#__next > main#main-content > section.css-1k3slc2 | 0.050 |
What We’re Loving Now
5 Retro Gardening Hacks That Still Work—From Eggshell Pla… body > div#__next > main#main-content > section.css-1k3slc2 | 0.021 |
What We’re Loving Now
5 Retro Gardening Hacks That Still Work—From Eggshell Pla… body > div#__next > main#main-content > section.css-1k3slc2 | 0.017 |
Grow Lettuce for Fresh Greens All Season
BY CHARLYNE MATTOX
APR 20, 2026 div.css-1o1ws1x > div > div.css-hhmn3a > a.ee4ms354 | 0.011 |
What We’re Loving Now
5 Retro Gardening Hacks That Still Work—From Eggshell Pla… body > div#__next > main#main-content > section.css-1k3slc2 | 0.009 |
What We’re Loving Now
5 Retro Gardening Hacks That Still Work—From Eggshell Pla… body > div#__next > main#main-content > section.css-1k3slc2 | 0.008 |
What We’re Loving Now
5 Retro Gardening Hacks That Still Work—From Eggshell Pla… body > div#__next > main#main-content > section.css-1k3slc2 | 0.001 |
Includes the print magazine, plus digital access to countryliving.com. div.outer-wrapper > div.container > div.content > p.dek | 0.000 |
Newsletter nav.css-o8i4wh > div.css-18x1fpz > div.css-fcw4so > a.css-1h6amgr | 0.000 |
Newsletter nav.css-o8i4wh > div.css-18x1fpz > div.css-fcw4so > a.css-1h6amgr | 0.000 |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
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 | 4.1 s |
| Other | 919 ms |
| Style & Layout | 412 ms |
| Script Parsing & Compilation | 314 ms |
| Rendering | 242 ms |
| Garbage Collection | 79 ms |
| Parse HTML & CSS | 48 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 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 |
|---|---|---|
| launchpad-beta.privacymanager.io/latest/launchpad.bundle.js | 44.9 KiB | 14.1 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 | |
|---|---|
Decorative wall featuring ornate mirrors and a floral arrangement. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/e533a4cb-a06d-4df0-a7a9-dabaaf56e09a.jpg... |
antique and vintage gas station signs a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/clx070122huntcollecting-004-6810e7319a7a... |
Vintage decorative bottles a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/72b5dc31-ecb9-444d-a53f-826a971cefc9.jpg... |
farmer wants a wife l r farmer braden, host kimberly williams paisley, farmer s… a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/ba09d68d-e16e-4209-9144-6b4eb2feadf3.jpg... |
in low places cbs original series marshals, scheduled to air on sunday, april … a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/17c49f69-78ba-4abd-b717-bfbf73967a43.jpg... |
Lego hamster holding a flower alongside a vase of flower build. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/9cbdbe5c-befd-4141-aac2-8100a9e986b2.jpg... |
Transformer toy and Lego set displayed together. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/715cf710-3532-4401-afcd-7484a955b054.jpg... |
2026 iHeartRadio Music Awards - Arrivals a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/6f7e46ee-f662-4099-b2e8-af1efc2afc0a.jpe... |
Los Angeles Official FYC Screening Of Paramount+ Series "Landman" a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/32032452-b42a-403a-9f6b-8a1c06021f7e.jpe... |
Basset hound dog and kitten friends a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/538c0176-38a2-4e15-9c1f-01d4a39603de.jpe... |
gift ideas for a baby shower a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/35dc5014-0581-4cbc-87e4-45bc11f07e10.jpg... |
Collage of book covers featuring summer-themed novels. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/0a2ca4a7-44d3-42c6-a24a-0b98eebe4d03.jpg... |
The Kelly Clarkson Show - Season 7 a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/02c09012-7d19-4a67-adab-041d5fd81fa0.jpe... |
Variety Power Of Women: Nashville - Arrivals a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/0ca4f190-e295-4113-9e6d-c70c51706d72.jpe... |
white farmhouse kitchen a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/7783c7e7-eed0-45a2-ba47-375f1d9c4701.jpg... |
decorative table with books lamp and wall art featuring eagles a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | /hmg-prod/images/eagle-needlepoint-social-695ebd9adcb23.j... |
Close body > div.css-1djwo0m > button.css-ur1o30 > img.css-gcxncd | /_assets/design-tokens/fre/static/icons/close.38e3324.svg... |
Logo div.css-mt5vg7 > a.css-8aa961 > div.css-zcysxb > img.css-7flfmd | /_assets/design-tokens/countryliving/static/images/logos/... |
Wheelbarrow with compost a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
garden trends 2026 a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
are you planting tomatoes too early a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
boiling water for weeds a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
hummingbirds at the fulcher residence on south lee phillips... a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
close up of hummingbird flying by hummingbird,marlboro,new jersey,united states… a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
oriole perched on a tree branch a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
how to attract bluebirds to your yard a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
Vintage furniture on the Flea Market a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
Cozy interior space featuring vintage decor and furnishings. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
estate sale items a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
american girl dolls with antiques behind them a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
white brick exterior of the sinclair restaurant in madison georgia a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
the gibson inn in apalachicola, florida a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
a girl in a red dress dancing in front of rancho pillow motel a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
the store a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
living room with striped sofa and blue fireplace with a large fish above it a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
kitchen with green cabinetry and white countertops and a basket light above the… a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
living room with couch and chairs around an ottoman with curtains on the windows a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
a white kitchen with blue range and blue and white woven bar stools a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
kitchen with blue lower cabinets, large windows and a table with eight chairs a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
kitchen marble countertops and wooden island a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
Cozy living room with rustic decor and warm tones. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img | |
porch with a swing, seating, and plants. a.ee4ms354 > div.css-79elbk > div.css-ftsoqv > img |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
For a breath of fresh air delivered daily, get the Country Living newsletter. section > div.css-13jdokf > div.css-131rjty > h4.css-lpoxe3 |
Rachel Hardage Barrett div.e12m17u14 > div.css-1k7u9s2 > a.css-ytumd6 > h4.css-1y7xbt9 |
These are opportunities to improve keyboard navigation in your application.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.css-0 > div.css-1c1c7xx > div.css-gasy32 > a.css-4x9e3m div.css-0 > div.css-1c1c7xx > div.css-gasy32 > a.css-4x9e3m |
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.
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 |
|---|
Katie Bowlby div.css-1bevv7h > div.e12m17u14 > div.css-1k7u9s2 > a.css-ytumd6 |
Sarah Zlotnick div.css-1bevv7h > div.e12m17u14 > div.css-1k7u9s2 > a.css-ytumd6 |
Jennifer Kopf div.css-1bevv7h > div.e12m17u14 > div.css-1k7u9s2 > a.css-ytumd6 |
Anna Logan div.css-1bevv7h > div.e12m17u14 > div.css-1k7u9s2 > a.css-ytumd6 |
Charlyne Mattox div.css-1bevv7h > div.e12m17u14 > div.css-1k7u9s2 > a.css-ytumd6 |
Terri Robertson div.css-1bevv7h > div.e12m17u14 > div.css-1k7u9s2 > a.css-ytumd6 |
Beth Branch div.css-1bevv7h > div.e12m17u14 > div.css-1k7u9s2 > a.css-ytumd6 |
Amy Mitchell div.css-1bevv7h > div.e12m17u14 > div.css-1k7u9s2 > a.css-ytumd6 |
Maribeth B Jones div.css-1bevv7h > div.e12m17u14 > div.css-1k7u9s2 > a.css-ytumd6 |
Kate Phillips div.css-1bevv7h > div.e12m17u14 > div.css-1k7u9s2 > a.css-ytumd6 |
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 |
|---|
US nav.css-o8i4wh > div.css-18x1fpz > div.css-fcw4so > button.ebcwvhg3 |
YOUR PRIVACY CHOICES: OPT OUT OF SALE/TARGETED ADS footer.footer > div.css-1ss7lvu > div.css-5tjtfu > a.do-not-sell-button |
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 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) | |
|---|---|---|---|
Charlyne Mattox image div.css-l6soqk > div.css-jxnf09 > a.css-0 > img | /rover/profile_photos/5590f502-c653-436d-a14c-338b5619335... | 106 x 110 (0.96) | 1196 x 1196 (1.00) |
Maribeth B Jones image div.css-l6soqk > div.css-jxnf09 > a.css-0 > img | /rover/profile_photos/f9c04b34-ef11-4d44-ac45-61f72ca29f2... | 106 x 110 (0.96) | 1167 x 1167 (1.00) |
Katie Bowlby image div.css-l6soqk > div.css-jxnf09 > a.css-0 > img | /rover/profile_photos/9d218fd4-c200-4303-b6e9-0ca4e41f260... | 106 x 110 (0.96) | 800 x 800 (1.00) |
Madoline Markham Koonce image div.css-l6soqk > div.css-jxnf09 > a.css-0 > img | /rover/profile_photos/4e92c3fb-ca69-456e-a524-298ef85c89f... | 106 x 110 (0.96) | 800 x 800 (1.00) |
Terri Robertson image div.css-l6soqk > div.css-jxnf09 > a.css-0 > img | /rover/profile_photos/c65c3912-f3e3-4e52-8595-fedba572145... | 106 x 110 (0.96) | 799 x 799 (1.00) |
Beth Branch image div.css-l6soqk > div.css-jxnf09 > a.css-0 > img | /rover/profile_photos/794e6bcb-b5ae-489e-a757-f07ddc7076f... | 106 x 110 (0.96) | 791 x 791 (1.00) |
Sarah Zlotnick image div.css-l6soqk > div.css-jxnf09 > a.css-0 > img | /rover/profile_photos/23dc7872-6b1a-466f-a1fa-cbefae27232... | 106 x 110 (0.96) | 789 x 789 (1.00) |
Jennifer Kopf image div.css-l6soqk > div.css-jxnf09 > a.css-0 > img | /rover/profile_photos/d3d322f4-9fdd-459d-9084-d0ae6be8900... | 106 x 110 (0.96) | 786 x 786 (1.00) |
Kate Phillips image div.css-l6soqk > div.css-jxnf09 > a.css-0 > img | /rover/profile_photos/52dd5241-0e02-44c8-8a88-b4ee5d295de... | 106 x 110 (0.96) | 772 x 772 (1.00) |
Rachel Hardage Barrett image div.css-l6soqk > div.css-jxnf09 > a.css-0 > img | /rover/profile_photos/30b3d9f2-fd14-43ca-9464-40e8bd70406... | 106 x 110 (0.96) | 680 x 680 (1.00) |
Amy Mitchell image div.css-l6soqk > div.css-jxnf09 > a.css-0 > img | /rover/profile_photos/841d3194-e1b1-4177-9056-f86ecdf961f... | 106 x 110 (0.96) | 548 x 716 (0.77) |
Anna Logan image div.css-l6soqk > div.css-jxnf09 > a.css-0 > img | /rover/profile_photos/8e9b7cb0-2442-48a0-b975-a5456a1cc49... | 106 x 110 (0.96) | 400 x 400 (1.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 | |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
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 |
|---|---|
accounts.google.com/gsi/client line 85, col 88 | [GSI_LOGGER]: FedCM get() rejects with NetworkError: Error retrieving a token. |
Access to XMLHttpRequest at 'https://api.permutive.com/standard-audiences/v1/affinity?url=https%3A%2F%2Fwww.countryliving.com&k=7d237500-e85c-4846-9eb8-5635df7b050c' from origin 'https://www.countryliving.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Not signed in with the identity provider. |
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.
Send Feedback