Mobile 375 × 812

Desktop 1440 × 900

Score: 74 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Strong compliance posture across regulations.
Rich content metadata — your pages look great everywhere.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
is missing width/height — may cause layout shift
Performance issues directly impact user engagement and conversion rates.
68 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
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/81c12590-6273-4f5d-af1e-35a97d30d210)<a href="https://beavercheck.com/results/81c12590-6273-4f5d-af1e-35a97d30d210"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fself.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fself.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 6.9s exceeds Google's 2.5s 'Good' threshold and the 2 performance issues below directly contribute to it. Addressing the critical issues below would have the most immediate impact on your user trust.
6 barrier(s) likely increasing bounce by ~26%.
Page takes 6.9s to load
+12% bounceUsers abandon at ~3s — you're 4.4s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 4.9s
+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
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.
$550 investment → $4,971/month returns + USD 157,500 risk avoided
$550
6h · 5 findings
$4,971 /mo
~$59,649 / 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.5 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,509 / year if left unfixed
$157,500
+1 more
$0.73 /mo
9111.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 3 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.38 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.95 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.90 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.006
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.03 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
22.86 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Can You Actually ‘Boost’ Your Metabolism? div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69dffca80ac8438bb11a13c4/1:1/w_640,c_limit/AdobeS... | 31.9 KiB | 30.5 KiB |
7 Tips for Building a Healthy Diet With Canned, Frozen, and Packaged Goods div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e27daa07a20fa771d03c1d/1:1/w_640,c_limit/AdobeS... | 29.8 KiB | 28.5 KiB |
How to Find Relief From Allergy Headaches, Spring’s Under-the-Radar Offender div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e277d38cac587a71d26bd9/1:1/w_640,c_limit/GettyI... | 27.9 KiB | 26.7 KiB |
How Taking a GLP-1 Could Affect Your Bone Health div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e4f8745294d886f7657cf7/1:1/w_640,c_limit/GettyI... | 27.5 KiB | 26.3 KiB |
Your Marital Status May Raise Your Cancer Risk—Experts Explain Why div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69d68ed1becc36e3b66a4d4d/1:1/w_320,c_limit/AdobeS... | 22.7 KiB | 16.6 KiB |
For Some Women, Weight Loss Drugs Are a Secret They Keep From Their Partners div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | media.self.com/photos/69e65412ddde6a7c7e2efef3/1:1/w_640,c_limit/3.jpg | 16.2 KiB | 15.5 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| self.com/ | 791 ms |
| www.self.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.self.com/verso/static/1113.e5d6201548a2ec9583d0.js | 480.6 KiB | 235.4 KiB |
| www.self.com/verso/static/2880.865952f35702ddfb7152.js | 295.4 KiB | 146.3 KiB |
| /pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... | 187.4 KiB | 144.8 KiB |
| www.self.com/verso/static/2519.8a55e989ba5af70e92d1.js | 304.2 KiB | 142.1 KiB |
| www.self.com/verso/static/1292.40f59c87ae47d8b12033.js | 144.8 KiB | 108.5 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KSHC4S5&l=dataLayer | 177.4 KiB | 73.6 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-PVBXQMCR>m=4e64h1 | 119.9 KiB | 60.6 KiB |
| ads-static.conde.digital/production/cns/builds/self/v6.js?v=12572 | 40.5 KiB | 31.6 KiB |
| /2chApDZEcK4Avel2-nmA7weBzvLoyTn3WvZ7s1sIXYy4Gk5pYp2EIuMW... | 44.6 KiB | 23.6 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 5.9 s |
| Style & Layout | 1.3 s |
| Script Parsing & Compilation | 1.1 s |
| Other | 678 ms |
| Parse HTML & CSS | 193 ms |
| Garbage Collection | 163 ms |
| Rendering | 154 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 has an unload handler in a sub frame. | Actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| .dZoWtJ { margin: 0px; } … | 49.9 KiB | 4.7 KiB |
| /* Show Continue without Accepting a.k.a. dismiss */ .pri_1cbe431f-25a8-4af9-8ee7-61e8645c2b94 .fid… | 32.7 KiB | 3.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; } … | 49.9 KiB | 39.8 KiB |
| /* Show Continue without Accepting a.k.a. dismiss */ .pri_1cbe431f-25a8-4af9-8ee7-61e8645c2b94 .fid… | 32.7 KiB | 32.5 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 | |
|---|---|
It’s Nia Long’s Moment—Again div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69c6cb60ce5ed43bca42ef6d/1:1/w_640,h_768,c_limit/... |
5 Habits Cardiologists Avoid for Long-Term Heart Health div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69b2ea8817cff83dfa880764/1:1/w_640,h_768,c_limit/... |
34 Core Exercises Top Trainers Swear By div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/620d87c0b11eb4dbc7d41162/1:1/w_640,h_768,c_limit/... |
3 Surprising Factors That Could Be Fueling Your Migraines div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69dfc1e76fa63b2195f47b3d/1:1/w_320,c_limit/GettyI... |
Having ‘Boring’ Conversations Is Actually Really Good for You div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69dd51aad0672e7b0b31fd52/1:1/w_320,c_limit/AdobeS... |
Your Marital Status May Raise Your Cancer Risk—Experts Explain Why div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69d68ed1becc36e3b66a4d4d/1:1/w_320,c_limit/AdobeS... |
For Some Women, Weight Loss Drugs Are a Secret They Keep From Their Partners div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | media.self.com/photos/69e65412ddde6a7c7e2efef3/1:1/w_640,c_limit/3.jpg |
How Taking a GLP-1 Could Affect Your Bone Health div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e4f8745294d886f7657cf7/1:1/w_640,c_limit/GettyI... |
7 Tips for Building a Healthy Diet With Canned, Frozen, and Packaged Goods div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e27daa07a20fa771d03c1d/1:1/w_640,c_limit/AdobeS... |
Can You Actually ‘Boost’ Your Metabolism? div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69dffca80ac8438bb11a13c4/1:1/w_640,c_limit/AdobeS... |
How to Find Relief From Allergy Headaches, Spring’s Under-the-Radar Offender div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e277d38cac587a71d26bd9/1:1/w_640,c_limit/GettyI... |
Can Swapping Out Your Plasma Slow the Aging Process? div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | media.self.com/photos/69e2670ee1eb8028bd5e5110/1:1/w_640,c_limit/2.jpg |
SELF a.BaseLink-haTOKm > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | www.self.com/verso/static/self-us/assets/logo-header.svg |
SELF a > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | www.self.com/verso/static/self-us/assets/logo-reverse.svg |
Incline Walking vs. Running: What’s the Better Workout? div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
7 Foods That’ll Speed Up Muscle Recovery, According to Fitness Experts div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
A Beginner Strength Training Workout for People on GLP-1s div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
3 Strength Exercises for Better Knee Stability div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
On a GLP-1? This Is the Workout Plan That Helps You Keep Muscle div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Kim Kardashian Swears By These Exercises, According to Her Trainer div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
How GLP-1s Are Quietly Reshaping Gym Culture div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Why You Get Side Stitches—and Quick Fixes that Help div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
20 Low-Impact Cardio Moves That Are Gentle on Your Joints div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
14 Mobility Moves Anyone Over 35 Should Add to Their Day div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
What Is ‘Fiber Training’—And Why Should You Be Doing It? div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
6 Supplements Doctors Actually Take div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Fiber vs. Probiotics: What’s Best for Your Gut? div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
How Many Times Can You Safely Reheat Food? div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The Heart-Healthy Superfood Combo You Should Eat Every Day div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
You’re Probably Eating More Fat and Calories Than the Label Says—Here’s Why div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
7 Reasons Why You Might Feel Hungry After Eating div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Why Stress Can Cause Bloating—And 6 Tips for Overcoming It div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Why Perimenopause Can Make You Ravenous—And What to Do About It div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
If You Want to Lose Weight, Try a Boring Diet div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
How to Have Great Sex in Your 60s div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Meet the WNBA's Next Class of Rookies div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
5 Signs You’re in a One-Sided Friendship div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The Happiest Women in Their 70s Are Single div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Are GLP-1 Drugs Quietly Changing Our Sex Lives? div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Is ‘Parallel Life Syndrome’ Sabotaging Your Relationship? div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Sick of the Apps? Try Dating Your Friends div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The One Question to Ask If You Think You’re Being Excluded div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Paige Bueckers Says Losing ‘Makes You Hungry’ div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
At Women’s Sports Bars, Female All-Stars and ‘Safer Vibes’ div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
After Losing My Son, I Didn't Want to Be ‘Strong’ div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Everyone Wants This Unapproved Weight Loss Drug—And Some Have Found a Way to Ge… div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
CoQ10 Supplements for Longevity? Here’s What the Science Says div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Yes, Your Feet Age. Dermal Fillers Can Help div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
What Is ‘Nonnamaxxing’? The Italian Grandma Lifestyle Might Be the Secret to Lo… div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Can You Fix Your Baby Belly a Decade After Giving Birth? div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The Dry Vagina, Shrinking Labia, and Constant Peeing of Perimenopause Have a Na… div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The Common Sleep Habit That Could Harm Your Heart div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The Surprising Contributor to Frailty That Is More Common in Women div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
It’s Not Postpartum or Perimenopause—It’s Both div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
What Actually Happens When Women Spend Days in Complete Silence div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
ADHD Diagnoses Rise in Moms of Preschoolers, but Why? div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
What I Wish I Knew Before My Mommy Makeover div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
6 Signs It’s Time to Leave Your Toxic Mom Group, According to Therapists div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
‘Wicked’ Forced Me to Have a Conversation I Hoped My Daughters Could Avoid div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
3 Ways I Turned My Midlife Crisis Into a Second Chance div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Megan Roup Wants You to Be a Little More Selfish div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
How the MAHA Food Agenda Threatens to Set Women Back Decades div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
We Need to Talk About Maternal Mental Health—Before It’s Too Late div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Olivia Munn on Her Surrogacy: ‘I Needed to Go This Route’ div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
How Azzi Fudd Became Basketball's Princess div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Dispatch From Milano Cortina: How a SELF Editor Spent 7 Days at the Winter Olym… div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Olympians Are Allegedly Having Lots of Sex. Could It Affect Their Performance? 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.
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 |
|---|
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.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.NavigationInternalLink-dqrnq |
Site Map nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
These items highlight common accessibility best practices.
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.self.com/verso/static/1113.e5d6201548a2ec9583d0.js line 32689, col 7551 |
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.
879 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.37 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
462 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.50 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.
5.46 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Your Marital Status May Raise Your Cancer Risk—Experts Explain Why div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69d68ed1becc36e3b66a4d4d/1:1/w_1600,c_limit/Adobe... | 429.9 KiB | 428.1 KiB |
Pro Basketball Players Compete in an Arcade Battle (Paige Buekers, Alyssa Thoma… a.BaseLink-haTOKm > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /heru80fdn/image/upload/c_fill,d_placeholder_image.jpg,fl... | 292.2 KiB | 284.9 KiB |
WNBA #1 Overall Pick Azzi Fudd's 20-Minute Upper Body Workout a.BaseLink-haTOKm > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /heru80fdn/image/upload/c_fill,d_placeholder_image.jpg,fl... | 193.3 KiB | 187.3 KiB |
Having ‘Boring’ Conversations Is Actually Really Good for You div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69dd51aad0672e7b0b31fd52/1:1/w_1600,c_limit/Adobe... | 147.9 KiB | 147.2 KiB |
3 Surprising Factors That Could Be Fueling Your Migraines div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69dfc1e76fa63b2195f47b3d/1:1/w_1600,c_limit/Getty... | 59.0 KiB | 58.7 KiB |
7 Foods That’ll Speed Up Muscle Recovery, According to Fitness Experts div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69d7e4b47b649227e349ec62/1:1/w_640,c_limit/AdobeS... | 64.6 KiB | 53.2 KiB |
It’s Nia Long’s Moment—Again div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69c6cb60ce5ed43bca42ef6d/1:1/w_1280,h_1280,c_limi... | 76.1 KiB | 46.2 KiB |
Kim Kardashian Swears By These Exercises, According to Her Trainer div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69cc160fad83eed8181e4faf/1:1/w_640,c_limit/Senada... | 44.9 KiB | 37.0 KiB |
Incline Walking vs. Running: What’s the Better Workout? div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | media.self.com/photos/69dfaf586df9ad711fbceae2/1:1/w_640,c_limit/3%20(1).jpg | 41.3 KiB | 34.0 KiB |
On a GLP-1? This Is the Workout Plan That Helps You Keep Muscle div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69cd785ced1a7c56ede7d2ef/1:1/w_640,c_limit/AdobeS... | 37.2 KiB | 30.7 KiB |
Can You Actually ‘Boost’ Your Metabolism? div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69dffca80ac8438bb11a13c4/1:1/w_640,c_limit/AdobeS... | 31.9 KiB | 27.2 KiB |
7 Tips for Building a Healthy Diet With Canned, Frozen, and Packaged Goods div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e27daa07a20fa771d03c1d/1:1/w_640,c_limit/AdobeS... | 29.8 KiB | 25.4 KiB |
How to Find Relief From Allergy Headaches, Spring’s Under-the-Radar Offender div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e277d38cac587a71d26bd9/1:1/w_640,c_limit/GettyI... | 27.9 KiB | 23.8 KiB |
Why You Get Side Stitches—and Quick Fixes that Help div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69c548d8b928b39f8e395a1d/1:1/w_640,c_limit/AdobeS... | 28.6 KiB | 23.6 KiB |
How Taking a GLP-1 Could Affect Your Bone Health div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e4f8745294d886f7657cf7/1:1/w_640,c_limit/GettyI... | 27.5 KiB | 23.4 KiB |
How GLP-1s Are Quietly Reshaping Gym Culture div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69c447b38be1bff329974536/1:1/w_640,c_limit/women ... | 23.6 KiB | 19.4 KiB |
20 Low-Impact Cardio Moves That Are Gentle on Your Joints div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/65d7c1e0239c31905bb29758/1:1/w_640,c_limit/laura-... | 17.5 KiB | 14.4 KiB |
3 Strength Exercises for Better Knee Stability div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | media.self.com/photos/65d7c1e340607b9f89b69371/1:1/w_640,c_limit/Laura-lunge.jpg | 17.5 KiB | 14.4 KiB |
For Some Women, Weight Loss Drugs Are a Secret They Keep From Their Partners div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | media.self.com/photos/69e65412ddde6a7c7e2efef3/1:1/w_640,c_limit/3.jpg | 16.2 KiB | 13.8 KiB |
A Beginner Strength Training Workout for People on GLP-1s div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | media.self.com/photos/663ce9bfd3625ba64a304817/1:1/w_640,c_limit/Jamie-squat.jpg | 15.9 KiB | 13.1 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 |
|---|---|
| self.com/ | 448 ms |
| www.self.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.
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.
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.self.com/verso/static/2880.865952f35702ddfb7152.js | 671 ms | 541 ms | 32 ms |
| www.self.com/verso/static/presenter-bundles.d7384530fdc10d8b1f48.js | 465 ms | 448 ms | 3.9 ms |
| www.self.com/ | 316 ms | 14 ms | 49 ms |
| privacy.condenastdigital.com/fides.js?property_id=FDS-ZDLTOX | 194 ms | 116 ms | 46 ms |
| Unattributable | 154 ms | 5.4 ms | 0.0 ms |
| www.self.com/verso/static/1113.e5d6201548a2ec9583d0.js | 145 ms | 52 ms | 64 ms |
| www.googletagmanager.com/gtm.js?id=GTM-KSHC4S5&l=dataLayer | 88 ms | 74 ms | 13 ms |
| /8wAvYOAMygUxmNpb5iLmFwPIP5nwFM6ANF2vk8j1c5LCcXyUIgL7-zlw... | 72 ms | 59 ms | 3.0 ms |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 59 ms | 46 ms | 12 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.5 s |
| Script Parsing & Compilation | 301 ms |
| Style & Layout | 271 ms |
| Other | 190 ms |
| Garbage Collection | 55 ms |
| Parse HTML & CSS | 49 ms |
| Rendering | 30 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 has an unload handler in a sub frame. | Actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| .dZoWtJ { margin: 0px; } … | 52.0 KiB | 4.9 KiB |
| /* Show Continue without Accepting a.k.a. dismiss */ .pri_1cbe431f-25a8-4af9-8ee7-61e8645c2b94 .fid… | 32.7 KiB | 3.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; } … | 52.0 KiB | 38.7 KiB |
| /* Show Continue without Accepting a.k.a. dismiss */ .pri_1cbe431f-25a8-4af9-8ee7-61e8645c2b94 .fid… | 32.7 KiB | 32.5 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.self.com/verso/static/1113.e5d6201548a2ec9583d0.js | 480.6 KiB | 235.3 KiB |
| www.self.com/verso/static/2880.865952f35702ddfb7152.js | 295.4 KiB | 146.3 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 143.3 KiB |
| www.self.com/verso/static/2519.8a55e989ba5af70e92d1.js | 304.2 KiB | 141.9 KiB |
| www.self.com/verso/static/1292.40f59c87ae47d8b12033.js | 144.8 KiB | 108.5 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KSHC4S5&l=dataLayer | 177.4 KiB | 73.6 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-PVBXQMCR>m=4e64h1 | 119.9 KiB | 60.6 KiB |
| /8wAvYOAMygUxmNpb5iLmFwPIP5nwFM6ANF2vk8j1c5LCcXyUIgL7-zlw... | 44.6 KiB | 23.5 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 | |
|---|---|
It’s Nia Long’s Moment—Again div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69c6cb60ce5ed43bca42ef6d/1:1/w_1280,h_1280,c_limi... |
5 Habits Cardiologists Avoid for Long-Term Heart Health div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69b2ea8817cff83dfa880764/16:9/w_640,h_432,c_limit... |
34 Core Exercises Top Trainers Swear By div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/620d87c0b11eb4dbc7d41162/16:9/w_640,h_432,c_limit... |
Incline Walking vs. Running: What’s the Better Workout? div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | media.self.com/photos/69dfaf586df9ad711fbceae2/1:1/w_640,c_limit/3%20(1).jpg |
7 Foods That’ll Speed Up Muscle Recovery, According to Fitness Experts div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69d7e4b47b649227e349ec62/1:1/w_640,c_limit/AdobeS... |
A Beginner Strength Training Workout for People on GLP-1s div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | media.self.com/photos/663ce9bfd3625ba64a304817/1:1/w_640,c_limit/Jamie-squat.jpg |
3 Strength Exercises for Better Knee Stability div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | media.self.com/photos/65d7c1e340607b9f89b69371/1:1/w_640,c_limit/Laura-lunge.jpg |
On a GLP-1? This Is the Workout Plan That Helps You Keep Muscle div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69cd785ced1a7c56ede7d2ef/1:1/w_640,c_limit/AdobeS... |
Kim Kardashian Swears By These Exercises, According to Her Trainer div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69cc160fad83eed8181e4faf/1:1/w_640,c_limit/Senada... |
How GLP-1s Are Quietly Reshaping Gym Culture div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69c447b38be1bff329974536/1:1/w_640,c_limit/women ... |
Why You Get Side Stitches—and Quick Fixes that Help div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69c548d8b928b39f8e395a1d/1:1/w_640,c_limit/AdobeS... |
20 Low-Impact Cardio Moves That Are Gentle on Your Joints div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/65d7c1e0239c31905bb29758/1:1/w_640,c_limit/laura-... |
14 Mobility Moves Anyone Over 35 Should Add to Their Day div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/6813a71b10004ac0c9dd5dfb/1:1/w_640,c_limit/241107... |
For Some Women, Weight Loss Drugs Are a Secret They Keep From Their Partners div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | media.self.com/photos/69e65412ddde6a7c7e2efef3/1:1/w_640,c_limit/3.jpg |
How Taking a GLP-1 Could Affect Your Bone Health div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e4f8745294d886f7657cf7/1:1/w_640,c_limit/GettyI... |
7 Tips for Building a Healthy Diet With Canned, Frozen, and Packaged Goods div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e27daa07a20fa771d03c1d/1:1/w_640,c_limit/AdobeS... |
Can You Actually ‘Boost’ Your Metabolism? div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69dffca80ac8438bb11a13c4/1:1/w_640,c_limit/AdobeS... |
How to Find Relief From Allergy Headaches, Spring’s Under-the-Radar Offender div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e277d38cac587a71d26bd9/1:1/w_640,c_limit/GettyI... |
Can Swapping Out Your Plasma Slow the Aging Process? div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | media.self.com/photos/69e2670ee1eb8028bd5e5110/1:1/w_640,c_limit/2.jpg |
WNBA #1 Overall Pick Azzi Fudd's 20-Minute Upper Body Workout a.BaseLink-haTOKm > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /heru80fdn/image/upload/c_fill,d_placeholder_image.jpg,fl... |
Pro Basketball Players Compete in an Arcade Battle (Paige Buekers, Alyssa Thoma… a.BaseLink-haTOKm > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /heru80fdn/image/upload/c_fill,d_placeholder_image.jpg,fl... |
3 Surprising Factors That Could Be Fueling Your Migraines div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69dfc1e76fa63b2195f47b3d/1:1/w_1600,c_limit/Getty... |
Having ‘Boring’ Conversations Is Actually Really Good for You div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69dd51aad0672e7b0b31fd52/1:1/w_1600,c_limit/Adobe... |
Your Marital Status May Raise Your Cancer Risk—Experts Explain Why div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69d68ed1becc36e3b66a4d4d/1:1/w_1600,c_limit/Adobe... |
SELF a.BaseLink-haTOKm > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | www.self.com/verso/static/self-us/assets/logo-header.svg |
SELF a > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | www.self.com/verso/static/self-us/assets/logo-reverse.svg |
What Is ‘Fiber Training’—And Why Should You Be Doing It? div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
6 Supplements Doctors Actually Take div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Fiber vs. Probiotics: What’s Best for Your Gut? div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
How Many Times Can You Safely Reheat Food? div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The Heart-Healthy Superfood Combo You Should Eat Every Day div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
You’re Probably Eating More Fat and Calories Than the Label Says—Here’s Why div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
7 Reasons Why You Might Feel Hungry After Eating div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Why Stress Can Cause Bloating—And 6 Tips for Overcoming It div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Why Perimenopause Can Make You Ravenous—And What to Do About It div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
If You Want to Lose Weight, Try a Boring Diet div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
How to Have Great Sex in Your 60s div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Meet the WNBA's Next Class of Rookies div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
5 Signs You’re in a One-Sided Friendship div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The Happiest Women in Their 70s Are Single div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Are GLP-1 Drugs Quietly Changing Our Sex Lives? div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Is ‘Parallel Life Syndrome’ Sabotaging Your Relationship? div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Sick of the Apps? Try Dating Your Friends div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The One Question to Ask If You Think You’re Being Excluded div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Paige Bueckers Says Losing ‘Makes You Hungry’ div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
At Women’s Sports Bars, Female All-Stars and ‘Safer Vibes’ div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
After Losing My Son, I Didn't Want to Be ‘Strong’ div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Everyone Wants This Unapproved Weight Loss Drug—And Some Have Found a Way to Ge… div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
CoQ10 Supplements for Longevity? Here’s What the Science Says div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Yes, Your Feet Age. Dermal Fillers Can Help div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
What Is ‘Nonnamaxxing’? The Italian Grandma Lifestyle Might Be the Secret to Lo… div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Can You Fix Your Baby Belly a Decade After Giving Birth? div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The Dry Vagina, Shrinking Labia, and Constant Peeing of Perimenopause Have a Na… div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The Common Sleep Habit That Could Harm Your Heart div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The Surprising Contributor to Frailty That Is More Common in Women div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
It’s Not Postpartum or Perimenopause—It’s Both div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
What Actually Happens When Women Spend Days in Complete Silence div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
ADHD Diagnoses Rise in Moms of Preschoolers, but Why? div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
What I Wish I Knew Before My Mommy Makeover div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
6 Signs It’s Time to Leave Your Toxic Mom Group, According to Therapists div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
‘Wicked’ Forced Me to Have a Conversation I Hoped My Daughters Could Avoid div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
3 Ways I Turned My Midlife Crisis Into a Second Chance div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Megan Roup Wants You to Be a Little More Selfish div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
How the MAHA Food Agenda Threatens to Set Women Back Decades div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
We Need to Talk About Maternal Mental Health—Before It’s Too Late div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Olivia Munn on Her Surrogacy: ‘I Needed to Go This Route’ div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
How Azzi Fudd Became Basketball's Princess div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Dispatch From Milano Cortina: How a SELF Editor Spent 7 Days at the Winter Olym… div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Olympians Are Allegedly Having Lots of Sex. Could It Affect Their Performance? 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.
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 |
|---|
Contact nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
Careers nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
These items highlight common accessibility best practices.
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.self.com/verso/static/1113.e5d6201548a2ec9583d0.js line 32689, col 7551 |
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