Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 100
Based on 8 categories, 0 sections
Room to improve — your 8.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.
High page weight means excess energy use and carbon emissions per visit.
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 32.5 MB (9.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.
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/98ea79f5-640b-4230-b8c7-5e007ff3aa27)<a href="https://beavercheck.com/results/98ea79f5-640b-4230-b8c7-5e007ff3aa27"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fbonappetit.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fbonappetit.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 8.6s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. 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 8.6s to load
+12% bounceUsers abandon at ~3s — you're 6.1s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 12.6s
+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
6 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$500 investment → $6,509/month returns + USD 157,500 risk avoided
$500
5h · 5 findings
$6,509 /mo
~$78,106 / 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,527 / year if left unfixed
$157,500
+3 more
$2.26 /mo
28270.1 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.
2.61 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.64 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
12.56 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.150
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
14.93 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.
66.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.
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 | |
|---|---|---|---|
Creamy Asparagus Soup div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69cc60f38be0a2e81c726890/4:3/w_960,c_limit/aspara... | 127.4 KiB | 87.2 KiB |
Pork Carnitas div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/57acc07d1b33404414975163/4:3/w_960,c_limit/double... | 125.8 KiB | 85.7 KiB |
Shrimp Scampi div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/58a4e12a9fda6d7fbc740e91/4:3/w_960,c_limit/shrimp... | 119.8 KiB | 79.6 KiB |
23 Radish Recipes We’re Loving Right Now div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/5e90a1c3060210000953a658/4:3/w_640,c_limit/OJAI-R... | 100.9 KiB | 60.8 KiB |
Smashed Asparagus Salad div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69d6773dbabdb57cb777aa6e/4:3/w_960,c_limit/202603... | 90.4 KiB | 58.2 KiB |
Pasta With Fresh Tomato Sauce div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/5b919cb37995142c3c3abc54/4:3/w_960,c_limit/basica... | 87.2 KiB | 56.1 KiB |
Cottage Cheese Caramelized Onion Dip div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e6936adaca795510e92f02/4:3/w_960,c_limit/202603... | 86.7 KiB | 55.8 KiB |
31 Spring Side Dishes to Brighten Any Meal div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/626c555eaa9e027d3e29d54d/4:3/w_640,c_limit/0429-a... | 85.1 KiB | 45.0 KiB |
23 Rhubarb Recipes to Make This Spring div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/64651520669e7c83891e6d48/4:3/w_640,c_limit/202303... | 78.4 KiB | 38.3 KiB |
23 Fresh Pea Recipes to Put a Pep in Your Step div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69d9657844c91b48dc418e35/4:3/w_640,c_limit/Smoky-... | 77.4 KiB | 37.3 KiB |
43 Spring Dinner Ideas That Will Bring You Back to Life div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/6228f16ba220b39affeee405/4:3/w_640,c_limit/Charre... | 77.3 KiB | 37.1 KiB |
41 Spring Desserts to Lure You Out of Hibernation div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/64c27ee60bcd58b2b9f88373/4:3/w_640,c_limit/202307... | 58.6 KiB | 8.6 KiB |
The Best Bars and Cafés in Phoenix Right Now div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/6908d8165db183d5cea2dd53/16:9/w_320,c_limit/Carry... | 15.5 KiB | 6.2 KiB |
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
| URL | Protocol |
|---|---|
| /dvtp_src.js | http/1.1 |
| cdn.doubleverify.com/dv-measurements9761.js | http/1.1 |
| /dvtp_src.js | http/1.1 |
| /dvtp_src.js | http/1.1 |
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 |
|---|---|
| bonappetit.com/ | 867 ms |
| www.bonappetit.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 |
|---|---|
Chiffon Is the Secret to a Roll Cake That Doesn’t Crack
Master this style of sp… div > div.BasePageWrapper-bRZGVW > main#main-content > div.MultiPackageContainer-cgfviT | 0.150 |
Chiffon Is the Secret to a Roll Cake That Doesn’t Crack div.SummaryItemWrapper-bFycXm > div.SummaryItemContent-gZTTmz > a.SummaryItemHedLink-chBZvf > h3.SummaryItemHedBase-eapJVq | 0.009 |
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 | 33.3 s |
| Other | 9.3 s |
| Script Parsing & Compilation | 4.1 s |
| Style & Layout | 1.7 s |
| Garbage Collection | 1.3 s |
| Rendering | 614 ms |
| Parse HTML & CSS | 453 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 the main 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 |
|---|---|---|
| .dZoWtJ { margin: 0px; } … | 48.1 KiB | 5.1 KiB |
| /* Show Continue without Accepting a.k.a. dismiss */ .pri_1cbe431f-25a8-4af9-8ee7-61e8645c2b94 .fid… | 32.7 KiB | 3.2 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 |
|---|---|---|
| martech.condenastdigital.com/lib/martech.js | 117.1 KiB | 34.2 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| .dZoWtJ { margin: 0px; } … | 48.1 KiB | 36.0 KiB |
| /* Show Continue without Accepting a.k.a. dismiss */ .pri_1cbe431f-25a8-4af9-8ee7-61e8645c2b94 .fid… | 32.7 KiB | 32.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
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 | |
|---|---|
Chiffon Is the Secret to a Roll Cake That Doesn’t Crack div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69a71a2c63f63432c09a94bb/1:1/w_640,c_limit/202601... |
Trump DoorDashed McDonald’s to the White House div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e24ea7f52e9830f44c5bd4/1:1/w_640,c_limit/417Ope... |
Cottage Cheese Caramelized Onion Dip div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e6936adaca795510e92f02/4:3/w_960,c_limit/202603... |
Shrimp Scampi div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/58a4e12a9fda6d7fbc740e91/4:3/w_960,c_limit/shrimp... |
Pork Carnitas div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/57acc07d1b33404414975163/4:3/w_960,c_limit/double... |
Pasta With Fresh Tomato Sauce div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/5b919cb37995142c3c3abc54/4:3/w_960,c_limit/basica... |
Smashed Asparagus Salad div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69d6773dbabdb57cb777aa6e/4:3/w_960,c_limit/202603... |
Creamy Asparagus Soup div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69cc60f38be0a2e81c726890/4:3/w_960,c_limit/aspara... |
43 Spring Dinner Ideas That Will Bring You Back to Life div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/6228f16ba220b39affeee405/4:3/w_640,c_limit/Charre... |
31 Spring Side Dishes to Brighten Any Meal div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/626c555eaa9e027d3e29d54d/4:3/w_640,c_limit/0429-a... |
41 Spring Desserts to Lure You Out of Hibernation div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/64c27ee60bcd58b2b9f88373/4:3/w_640,c_limit/202307... |
23 Radish Recipes We’re Loving Right Now div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/5e90a1c3060210000953a658/4:3/w_640,c_limit/OJAI-R... |
23 Rhubarb Recipes to Make This Spring div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/64651520669e7c83891e6d48/4:3/w_640,c_limit/202303... |
23 Fresh Pea Recipes to Put a Pep in Your Step div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69d9657844c91b48dc418e35/4:3/w_640,c_limit/Smoky-... |
Move Over Croissant, The Concha Is America's New Favorite Pastry div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69cea18a81f1bead5a7a38f5/16:9/w_320,c_limit/IMG_1... |
Lab-Grown Meat Had a Rocky Start. Chefs Are Still Trying to Make It Work. div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69c6ad351bf08be45979005b/16:9/w_320,c_limit/2024-... |
The Cost of Chicken Is Too Damn High div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69dd57164494dddbab6b1199/16:9/w_320,c_limit/BA_Ro... |
The Best Bars and Cafés in Phoenix Right Now div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/6908d8165db183d5cea2dd53/16:9/w_320,c_limit/Carry... |
div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69c598da7c03369a4e13da3d/master/w_120,c_limit/ba ... |
Bon Appétit a > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | www.bonappetit.com/verso/static/bonappetit-us/assets/logo-reverse.svg |
BA’s Best Strawberry Rhubarb Pie div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Kimchi Tuna Melts div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Salmon and Spring Veg in Parchment div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Earl Grey–Chocolate Cupcakes With Blackberry Frosting div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Broken Lasagna Noodle Soup With Spinach div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Gingery Pork and Sugar Snap Pea Stir-Fry div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
28 Spring Pastas to Make the Most of the Season div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
37 Asparagus Recipes That’ll Put a Spring in Your Step div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
33 Fresh, Springy Salads with Seasonal Produce div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
31 Party-Ready Recipes for the Kentucky Derby div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Ham El-Waylly Thinks Bugles Deserve More Respect div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Pasta Alla Vodka and More Recipes We Made This Week div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The Best Sweetened Condensed Milk for Your Pantry div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
How to Create the Perfect Stovetop Burger div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
I Drank 20 Mushroom Coffees To Find The 4 Best Tasting Brews div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The Best Rice Cookers for Effortless, Fluffy Rice Every Time div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The Best Nontoxic Utensils Start With the Right Materials div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The Best Wine Fridges for Tiny Spaces, Major Collections, and Everything in Bet… div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
How to Master French Steak Frites At Home div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
How Brooklyn’s Best Pancakes are Made div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
8 Kitchen Hacks Pro Chefs Swear By div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
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.
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Navigation Area header.OneNavContainer-kolMaZ > div.OneNavRowGrid-dOvkpA > div.OneNavRowContent-iBmA-dB > div.OneNavAreaContainer-bbElNi |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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.BaseWrap-sc-SkJtP > div#64d34eae6f59ff6a365f3db6 > section.TickerWrapper-ejmRwZ > a.BaseLink-haTOKm div.BaseWrap-sc-SkJtP > div#64d34eae6f59ff6a365f3db6 > section.TickerWrapper-ejmRwZ > a.BaseLink-haTOKm |
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 |
|---|
FUNDAMENTAL FRENCH COOKING div > div.SummaryItemRubricWrapper-iBcwqE > div.RubricWrapper-cQVtQV > a.RubricLink-BwroS |
MADE TO ORDER div > div.SummaryItemRubricWrapper-iBcwqE > div.RubricWrapper-cQVtQV > a.RubricLink-BwroS |
RESTAURANT TALKS div > div.SummaryItemRubricWrapper-iBcwqE > div.RubricWrapper-cQVtQV > a.RubricLink-BwroS |
USER AGREEMENT nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.external-link |
PRIVACY POLICY nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.external-link |
YOUR CALIFORNIA PRIVACY RIGHTS nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.external-link |
RSS FEEDS nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.external-link |
SITE MAP nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
ACCESSIBILITY HELP nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
CONDÉ NAST STORE nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.external-link |
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 |
|---|
SUBSCRIBE div.CTAWrapper-bmUbTy > div.journey-unit__container > div.NavCTALinkContainer-ZsoAz > a.NavCTALink-brNKFz |
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. | www.bonappetit.com/verso/static/1113.e5d6201548a2ec9583d0.js line 32689, col 7551 |
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge | |
| AttributionReporting | |
| Topics | ads-static.conde.digital/production/cns/builds/bon-appetit/prebid.min.js line 11, col 99229 |
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 fetch at 'https://id-mapper-service.gp-prod.conde.digital/associations' from origin 'https://www.bonappetit.com' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED |
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.
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.
895 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.93 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.01 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.068
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.09 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.
17.49 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.
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 | |
|---|---|---|---|
31 Spring Side Dishes to Brighten Any Meal div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/626c555eaa9e027d3e29d54d/4:3/w_1600,c_limit/0429-... | 648.0 KiB | 631.6 KiB |
37 Asparagus Recipes That’ll Put a Spring in Your Step div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/6256f971e26f838955ab563e/4:3/w_1600,c_limit/BA052... | 426.3 KiB | 409.9 KiB |
43 Spring Dinner Ideas That Will Bring You Back to Life div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/6228f16ba220b39affeee405/4:3/w_1600,c_limit/Charr... | 415.3 KiB | 398.9 KiB |
Ham El-Waylly Thinks Bugles Deserve More Respect div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69ce993af38396776a5176d9/4:3/w_1600,c_limit/BA Ha... | 425.2 KiB | 389.2 KiB |
23 Fresh Pea Recipes to Put a Pep in Your Step div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69d9657844c91b48dc418e35/4:3/w_1600,c_limit/Smoky... | 400.8 KiB | 384.3 KiB |
Creamy Asparagus Soup div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69cc60f38be0a2e81c726890/4:3/w_1600,c_limit/aspar... | 388.9 KiB | 372.5 KiB |
Kimchi Tuna Melts div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/698a6d3ad7106258c5de4252/4:3/w_1600,c_limit/kimch... | 388.7 KiB | 372.3 KiB |
23 Rhubarb Recipes to Make This Spring div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/64651520669e7c83891e6d48/4:3/w_1600,c_limit/20230... | 349.3 KiB | 332.9 KiB |
Pork Carnitas div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/57acc07d1b33404414975163/4:3/w_1600,c_limit/doubl... | 290.8 KiB | 275.5 KiB |
41 Spring Desserts to Lure You Out of Hibernation div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/64c27ee60bcd58b2b9f88373/4:3/w_1600,c_limit/20230... | 290.5 KiB | 275.3 KiB |
Shrimp Scampi div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/58a4e12a9fda6d7fbc740e91/4:3/w_1600,c_limit/shrim... | 285.6 KiB | 270.6 KiB |
BA’s Best Strawberry Rhubarb Pie div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/59148e84f2e50612b49accf0/4:3/w_1600,c_limit/bas-b... | 260.7 KiB | 247.0 KiB |
23 Radish Recipes We’re Loving Right Now div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/5e90a1c3060210000953a658/4:3/w_1600,c_limit/OJAI-... | 261.0 KiB | 244.6 KiB |
Cottage Cheese Caramelized Onion Dip div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e6936adaca795510e92f02/4:3/w_1600,c_limit/20260... | 206.2 KiB | 195.4 KiB |
Chiffon Is the Secret to a Roll Cake That Doesn’t Crack div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69a71a2c63f63432c09a94bb/1:1/w_1600,c_limit/20260... | 225.9 KiB | 194.7 KiB |
Pasta With Fresh Tomato Sauce div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/5b919cb37995142c3c3abc54/4:3/w_1600,c_limit/basic... | 201.5 KiB | 190.9 KiB |
Smashed Asparagus Salad div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69d6773dbabdb57cb777aa6e/4:3/w_1600,c_limit/20260... | 189.0 KiB | 179.1 KiB |
| s0.2mdn.net/sadbundle/4973411683441390716/images/img-02_970x250.jpg | 266.9 KiB | 172.1 KiB | |
Pasta Alla Vodka and More Recipes We Made This Week div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/5a8da4996497380283798c16/4:3/w_1600,c_limit/rigat... | 158.9 KiB | 140.6 KiB |
28 Spring Pastas to Make the Most of the Season div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/5b1557b18adf21470dda6775/4:3/w_1600,c_limit/cream... | 145.2 KiB | 137.6 KiB |
Trump DoorDashed McDonald’s to the White House div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e24ea7f52e9830f44c5bd4/1:1/w_960,c_limit/417Ope... | 123.1 KiB | 76.1 KiB |
The Best Bars and Cafés in Phoenix Right Now div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/6908d8165db183d5cea2dd53/16:9/w_640,c_limit/Carry... | 49.0 KiB | 41.8 KiB |
<iframe title="Google Tag Manager" src="https://www.googletagmanager.com/ns.htm… body.bonappetit-us > noscript | s0.2mdn.net/sadbundle/4973411683441390716/images/img-01_970x250.jpg | 99.6 KiB | 38.4 KiB |
Move Over Croissant, The Concha Is America's New Favorite Pastry div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69cea18a81f1bead5a7a38f5/16:9/w_640,c_limit/IMG_1... | 41.0 KiB | 33.8 KiB |
The Cost of Chicken Is Too Damn High div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69dd57164494dddbab6b1199/16:9/w_640,c_limit/BA_Ro... | 37.9 KiB | 30.6 KiB |
Lab-Grown Meat Had a Rocky Start. Chefs Are Still Trying to Make It Work. div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69c6ad351bf08be45979005b/16:9/w_640,c_limit/2024-... | 15.3 KiB | 12.3 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.
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 |
|---|---|
| bonappetit.com/ | 317 ms |
| www.bonappetit.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.
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 | 6.2 s |
| Other | 1.3 s |
| Script Parsing & Compilation | 792 ms |
| Style & Layout | 569 ms |
| Garbage Collection | 224 ms |
| Rendering | 118 ms |
| Parse HTML & CSS | 82 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 the main frame. | Actionable |
| The page did not finish loading before navigating away. | Not actionable |
| An iframe on the page started a navigation that did not complete. | Not 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 |
|---|---|---|
| .dZoWtJ { margin: 0px; } … | 48.3 KiB | 5.1 KiB |
| /* Show Continue without Accepting a.k.a. dismiss */ .pri_1cbe431f-25a8-4af9-8ee7-61e8645c2b94 .fid… | 32.7 KiB | 3.2 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 |
|---|---|---|
| martech.condenastdigital.com/lib/martech.js | 117.1 KiB | 34.2 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /* Show Continue without Accepting a.k.a. dismiss */ .pri_1cbe431f-25a8-4af9-8ee7-61e8645c2b94 .fid… | 32.7 KiB | 32.7 KiB |
| .dZoWtJ { margin: 0px; } … | 48.3 KiB | 30.6 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
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 | |
|---|---|
Chiffon Is the Secret to a Roll Cake That Doesn’t Crack div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69a71a2c63f63432c09a94bb/1:1/w_1600,c_limit/20260... |
Trump DoorDashed McDonald’s to the White House div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e24ea7f52e9830f44c5bd4/1:1/w_960,c_limit/417Ope... |
Ham El-Waylly Thinks Bugles Deserve More Respect div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69ce993af38396776a5176d9/4:3/w_1600,c_limit/BA Ha... |
Pasta Alla Vodka and More Recipes We Made This Week div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/5a8da4996497380283798c16/4:3/w_1600,c_limit/rigat... |
Cottage Cheese Caramelized Onion Dip div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e6936adaca795510e92f02/4:3/w_1600,c_limit/20260... |
Shrimp Scampi div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/58a4e12a9fda6d7fbc740e91/4:3/w_1600,c_limit/shrim... |
Pork Carnitas div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/57acc07d1b33404414975163/4:3/w_1600,c_limit/doubl... |
Pasta With Fresh Tomato Sauce div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/5b919cb37995142c3c3abc54/4:3/w_1600,c_limit/basic... |
Smashed Asparagus Salad div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69d6773dbabdb57cb777aa6e/4:3/w_1600,c_limit/20260... |
Creamy Asparagus Soup div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69cc60f38be0a2e81c726890/4:3/w_1600,c_limit/aspar... |
BA’s Best Strawberry Rhubarb Pie div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/59148e84f2e50612b49accf0/4:3/w_1600,c_limit/bas-b... |
Kimchi Tuna Melts div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/698a6d3ad7106258c5de4252/4:3/w_1600,c_limit/kimch... |
43 Spring Dinner Ideas That Will Bring You Back to Life div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/6228f16ba220b39affeee405/4:3/w_1600,c_limit/Charr... |
31 Spring Side Dishes to Brighten Any Meal div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/626c555eaa9e027d3e29d54d/4:3/w_1600,c_limit/0429-... |
41 Spring Desserts to Lure You Out of Hibernation div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/64c27ee60bcd58b2b9f88373/4:3/w_1600,c_limit/20230... |
23 Radish Recipes We’re Loving Right Now div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/5e90a1c3060210000953a658/4:3/w_1600,c_limit/OJAI-... |
23 Rhubarb Recipes to Make This Spring div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/64651520669e7c83891e6d48/4:3/w_1600,c_limit/20230... |
23 Fresh Pea Recipes to Put a Pep in Your Step div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69d9657844c91b48dc418e35/4:3/w_1600,c_limit/Smoky... |
28 Spring Pastas to Make the Most of the Season div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/5b1557b18adf21470dda6775/4:3/w_1600,c_limit/cream... |
37 Asparagus Recipes That’ll Put a Spring in Your Step div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/6256f971e26f838955ab563e/4:3/w_1600,c_limit/BA052... |
Move Over Croissant, The Concha Is America's New Favorite Pastry div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69cea18a81f1bead5a7a38f5/16:9/w_640,c_limit/IMG_1... |
Lab-Grown Meat Had a Rocky Start. Chefs Are Still Trying to Make It Work. div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69c6ad351bf08be45979005b/16:9/w_640,c_limit/2024-... |
The Cost of Chicken Is Too Damn High div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69dd57164494dddbab6b1199/16:9/w_640,c_limit/BA_Ro... |
The Best Bars and Cafés in Phoenix Right Now div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/6908d8165db183d5cea2dd53/16:9/w_640,c_limit/Carry... |
div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69c598da7c03369a4e13da3d/master/w_120,c_limit/ba ... |
Bon Appétit a > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | www.bonappetit.com/verso/static/bonappetit-us/assets/logo-reverse.svg |
Salmon and Spring Veg in Parchment div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Earl Grey–Chocolate Cupcakes With Blackberry Frosting div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Broken Lasagna Noodle Soup With Spinach div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Gingery Pork and Sugar Snap Pea Stir-Fry div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
33 Fresh, Springy Salads with Seasonal Produce div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
31 Party-Ready Recipes for the Kentucky Derby div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The Best Sweetened Condensed Milk for Your Pantry div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
How to Create the Perfect Stovetop Burger div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
I Drank 20 Mushroom Coffees To Find The 4 Best Tasting Brews div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The Best Rice Cookers for Effortless, Fluffy Rice Every Time div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The Best Nontoxic Utensils Start With the Right Materials div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The Best Wine Fridges for Tiny Spaces, Major Collections, and Everything in Bet… div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
How to Master French Steak Frites At Home div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
How Brooklyn’s Best Pancakes are Made div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
8 Kitchen Hacks Pro Chefs Swear By div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
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.
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Navigation Area header.OneNavContainer-kolMaZ > div.OneNavRowGrid-dOvkpA > div.OneNavRowContent-iBmA-dB > div.OneNavAreaContainer-bbElNi |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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.BaseWrap-sc-SkJtP > div#64d34eae6f59ff6a365f3db6 > section.TickerWrapper-ejmRwZ > a.BaseLink-haTOKm div.BaseWrap-sc-SkJtP > div#64d34eae6f59ff6a365f3db6 > section.TickerWrapper-ejmRwZ > a.BaseLink-haTOKm |
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 |
|---|
FUNDAMENTAL FRENCH COOKING div > div.SummaryItemRubricWrapper-iBcwqE > div.RubricWrapper-cQVtQV > a.RubricLink-BwroS |
MADE TO ORDER div > div.SummaryItemRubricWrapper-iBcwqE > div.RubricWrapper-cQVtQV > a.RubricLink-BwroS |
RESTAURANT TALKS div > div.SummaryItemRubricWrapper-iBcwqE > div.RubricWrapper-cQVtQV > a.RubricLink-BwroS |
ABOUT US nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
MASTHEAD nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
NEWSLETTER SIGNUP nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
BON APPÉTIT MEDIA KIT nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.external-link |
EPICURIOUS nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
ARCHIVE nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.external-link |
SUBSCRIBE nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
SUBSCRIPTION FAQS nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.external-link |
MANAGE ACCOUNT nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.external-link |
CAREERS nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.external-link |
CONTACT US nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.external-link |
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 |
|---|
START FREE TRIAL div.CTAWrapper-bmUbTy > div.journey-unit__container > div.NavCTALinkContainer-ZsoAz > a.NavCTALink-brNKFz |
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. | www.bonappetit.com/verso/static/1113.e5d6201548a2ec9583d0.js line 32689, col 7551 |
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge | |
| AttributionReporting | |
| Topics | ads-static.conde.digital/production/cns/builds/bon-appetit/prebid.min.js line 11, col 99229 |
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 fetch at 'https://id-mapper-service.gp-prod.conde.digital/associations' from origin 'https://www.bonappetit.com' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED |
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.
Send Feedback