Mobile 375 × 812

Desktop 1440 × 900

Score: 78 / 100
Based on 8 categories, 0 sections
Fast site — your users get a smooth experience.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Lean and efficient — low environmental impact 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.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
Cross-Origin-Embedder-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
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/48974a1c-2222-4a8e-b4cf-54a5a320f705)<a href="https://beavercheck.com/results/48974a1c-2222-4a8e-b4cf-54a5a320f705"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fcelmamagazine.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fcelmamagazine.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
7 barrier(s) likely increasing bounce by ~20%.
Page loads in 3.4s
+5% bounceEvery additional 100ms above 2.5s costs conversions — you're 874ms over
Fix: Target <2.5s LCP: defer non-critical scripts and optimize the hero image
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 Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
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
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$350 investment → $1,647/month returns + USD 157,500 risk avoided
$350
4h · 5 findings
$1,647 /mo
~$19,759 / year
USD 157,500
if kept compliant
$200 — 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.
3.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,125 / month at risk
~$157,501 / year if left unfixed
$157,500
+5 more
$0.10 /mo
1241.2 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 4 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.
1.80 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.37 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.80 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.
3.37 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.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| /css?family=Lato%3A100%2C100italic%2C400%2C300italic%2Cre... | 1.7 KiB | 824 ms |
| /wp-content/plugins/stackable-ultimate-gutenberg-blocks/d... | 12.2 KiB | 675 ms |
| /wp-content/themes/generatepress/assets/css/main.min.css?... | 4.8 KiB | 825 ms |
| celmamagazine.com/wp-content/uploads/generateblocks/style-170.css?ver=1773724580 | 3.2 KiB | 675 ms |
| /wp-content/plugins/stackable-ultimate-gutenberg-blocks/d... | 2.3 KiB | 675 ms |
| /wp-content/plugins/contact-form-7/includes/css/styles.cs... | 1.4 KiB | 675 ms |
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 | |
|---|---|---|---|
gabe spiegel wife div.gb-container > figure.gb-block-image > a > img.gb-image-991a2765 | celmamagazine.com/wp-content/uploads/2026/04/Gabe-Spiegel-Wife-768x512.webp | 62.8 KiB | 17.7 KiB |
Aaron Gilchrist Husband div.gb-container > figure.gb-block-image > a > img.gb-image-bc4f91ad | celmamagazine.com/wp-content/uploads/2026/04/Aaron-Gilchrist-H-768x512.webp | 53.7 KiB | 15.1 KiB |
Celma Magazine div.inside-header > div.site-logo > a > img.header-image | celmamagazine.com/wp-content/uploads/2025/10/Celma-magazine.png | 8.9 KiB | 5.3 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| /wp-content/plugins/stackable-ultimate-gutenberg-blocks/d... | 11.7 KiB | 10.6 KiB |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 |
|---|---|
| celmamagazine.com/ | 974 ms |
| /z0f76a1d14fd21a8fb5fd0d03e0fdc3d3cedae52f?wsidchk=730358... | 0.0 ms |
| celmamagazine.com/ | 450 ms |
| celmamagazine.com/ | 0.0 ms |
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Lindsey Slater Age and Career Notes That Feel Clear div.gb-grid-column > div.gb-container > h2.gb-headline > a |
Dana Griffin Husband and The Private Life Behind Her Career div.gb-grid-column > div.gb-container > h3.gb-headline > a |
Josh Landon Age Behind the Quiet Family Story div.gb-grid-column > div.gb-container > h3.gb-headline > a |
Ben Meiselas Age, Biography, Career, and Family Facts div.gb-grid-column > div.gb-container > h3.gb-headline > a |
Brittney Atwood Net Worth and Personal Life Details div.gb-grid-column > div.gb-container > h3.gb-headline > a |
Gabe Spiegel Wife Relationship Uncertainty Overview div.gb-grid-column > div.gb-container > h3.gb-headline > a |
Lindsey Slater Age and Career Notes That Feel Clear div.gb-grid-column > div.gb-container > h3.gb-headline > a |
Dana Griffin Husband and The Private Life Behind Her Career div.gb-grid-column > div.gb-container > h3.gb-headline > a |
Josh Landon Age Behind the Quiet Family Story div.gb-grid-column > div.gb-container > h3.gb-headline > a |
Ben Meiselas Age, Biography, Career, and Family Facts div.gb-grid-column > div.gb-container > h3.gb-headline > a |
Brittney Atwood Net Worth and Personal Life Details div.gb-grid-column > div.gb-container > h3.gb-headline > a |
Gabe Spiegel Wife Relationship Uncertainty Overview div.gb-grid-column > div.gb-container > h3.gb-headline > a |
View All div.gb-grid-wrapper > div.gb-grid-column > div.gb-container > a.gb-button |
How Wall Post Media Shapes Public Opinion div.gb-grid-column > div.gb-container > h3.gb-headline > a |
How Driver Logs and Maintenance Records Impact Truck Accident Claims div.gb-grid-column > div.gb-container > h3.gb-headline > a |
How Assumptions Can Affect Motorcycle Accident Claims div.gb-grid-column > div.gb-container > h3.gb-headline > a |
How Wall Post Media Shapes Public Opinion div.gb-grid-column > div.gb-container > h3.gb-headline > a |
How Driver Logs and Maintenance Records Impact Truck Accident Claims div.gb-grid-column > div.gb-container > h3.gb-headline > a |
How Assumptions Can Affect Motorcycle Accident Claims div.gb-grid-column > div.gb-container > h3.gb-headline > a |
Do Demolition And Hauling Services Include Cleanup? div.gb-grid-column > div.gb-container > h3.gb-headline > a |
How Tech Tools are Changing the Online Gaming Landscape div.gb-grid-column > div.gb-container > h3.gb-headline > a |
Stop Googling Your Symptoms: Smart Devices That Give You Real Answers div.gb-grid-column > div.gb-container > h3.gb-headline > a |
Digital Arenas: How Online Gaming Became a Global Lifestyle div.gb-grid-column > div.gb-container > h3.gb-headline > a |
What Makes A Flat Extension Cord Different From Round Cords? div.gb-grid-column > div.gb-container > h3.gb-headline > a |
View All div.gb-grid-wrapper > div.gb-grid-column > div.gb-container > a.gb-button |
High Quality Real Hair Wigs | African American Styles div.gb-grid-column > div.gb-container > h3.gb-headline > a |
Engagement Rings That Speak the Language of Fashion and Romance div.gb-grid-column > div.gb-container > h3.gb-headline > a |
Long Lasting Nails Secrets – Professional Techniques Explained div.gb-grid-column > div.gb-container > h3.gb-headline > a |
Random Posts div > h3.gb-text > strong > span.stk-highlight |
Useful Links div > h3.gb-text > strong > span.stk-highlight |
Social Links div > h3.gb-text > strong > span.stk-highlight |
2025 Celmamagazine, All Rights Reserved div.gb-element-d3ea1ec6 > div.gb-element-1f89a50a > div.wp-block-stackable-text > p.stk-block-text__text |
These are opportunities to improve the legibility of your content.
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.gb-grid-column > div.gb-container > figure.gb-block-image > a div.gb-grid-column > div.gb-container > figure.gb-block-image > a |
div.gb-grid-column > div.gb-container > figure.gb-block-image > a div.gb-grid-column > div.gb-container > figure.gb-block-image > a |
div.gb-grid-wrapper > div.gb-grid-column > div.gb-container > a.gb-button div.gb-grid-wrapper > div.gb-grid-column > div.gb-container > a.gb-button |
div.gb-grid-wrapper > div.gb-grid-column > div.gb-container > a.gb-button div.gb-grid-wrapper > div.gb-grid-column > div.gb-container > a.gb-button |
div.gb-grid-column > div.gb-container > figure.gb-block-image > a div.gb-grid-column > div.gb-container > figure.gb-block-image > a |
div.gb-element-01b906d5 > p.gb-text-b227063e > span.gb-text > a div.gb-element-01b906d5 > p.gb-text-b227063e > span.gb-text > a |
div.gb-element-01b906d5 > p.gb-text-9f43c1a1 > span.gb-text > a div.gb-element-01b906d5 > p.gb-text-9f43c1a1 > span.gb-text > a |
div.gb-element-01b906d5 > p.gb-text-f9d22021 > span.gb-text > a div.gb-element-01b906d5 > p.gb-text-f9d22021 > span.gb-text > a |
div.gb-element-01b906d5 > p.gb-text-b4e0e006 > span.gb-text > a div.gb-element-01b906d5 > p.gb-text-b4e0e006 > span.gb-text > a |
div.gb-element-01b906d5 > p.gb-text-644a2cc9 > span.gb-text > a div.gb-element-01b906d5 > p.gb-text-644a2cc9 > span.gb-text > a |
div.wp-block-stackable-button-group > div.stk-row > div.wp-block-stackable-icon-button > a.stk-link div.wp-block-stackable-button-group > div.stk-row > div.wp-block-stackable-icon-button > a.stk-link |
div.wp-block-stackable-button-group > div.stk-row > div.wp-block-stackable-icon-button > a.stk-link div.wp-block-stackable-button-group > div.stk-row > div.wp-block-stackable-icon-button > a.stk-link |
div.wp-block-stackable-button-group > div.stk-row > div.wp-block-stackable-icon-button > a.stk-link div.wp-block-stackable-button-group > div.stk-row > div.wp-block-stackable-icon-button > a.stk-link |
div.wp-block-stackable-button-group > div.stk-row > div.wp-block-stackable-icon-button > a.stk-link div.wp-block-stackable-button-group > div.stk-row > div.wp-block-stackable-icon-button > a.stk-link |
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.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| celmamagazine.com/ | Allowed |
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.
599 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
686 ms
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
696 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
686 ms
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.
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.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.gb-container > figure.gb-block-image > a > img.gb-image-c4baff79 div.gb-container > figure.gb-block-image > a > img.gb-image-c4baff79 | /wp-content/uploads/2026/03/How-Driver-Logs-and-Maintenan... | 607.5 KiB | 593.0 KiB |
div.gb-container > figure.gb-block-image > a > img.gb-image-c4baff79 div.gb-container > figure.gb-block-image > a > img.gb-image-c4baff79 | /wp-content/uploads/2026/03/How-Assumptions-Can-Affect-Mo... | 526.5 KiB | 513.1 KiB |
div.gb-grid-column > div.gb-container > figure.gb-block-image > img.gb-image-e19f0888 div.gb-grid-column > div.gb-container > figure.gb-block-image > img.gb-image-e19f0888 | /wp-content/uploads/2026/03/How-Driver-Logs-and-Maintenan... | 113.9 KiB | 109.6 KiB |
div.gb-grid-column > div.gb-container > figure.gb-block-image > img.gb-image-e19f0888 div.gb-grid-column > div.gb-container > figure.gb-block-image > img.gb-image-e19f0888 | /wp-content/uploads/2026/03/How-Assumptions-Can-Affect-Mo... | 99.6 KiB | 95.6 KiB |
gabe spiegel wife div.gb-container > figure.gb-block-image > a > img.gb-image-991a2765 | celmamagazine.com/wp-content/uploads/2026/04/Gabe-Spiegel-Wife-768x512.webp | 62.8 KiB | 48.5 KiB |
Aaron Gilchrist Husband div.gb-container > figure.gb-block-image > a > img.gb-image-bc4f91ad | celmamagazine.com/wp-content/uploads/2026/04/Aaron-Gilchrist-H-768x512.webp | 53.7 KiB | 43.6 KiB |
Dana Griffin Husband div.gb-container > figure.gb-block-image > a > img.gb-image-bc4f91ad | celmamagazine.com/wp-content/uploads/2026/04/Dana-Griffin-Husband.webp | 49.8 KiB | 42.9 KiB |
Wall Post Media div.gb-container > figure.gb-block-image > a > img.gb-image-c4baff79 | /wp-content/uploads/2026/04/How-Digital-Media-Platforms-L... | 53.7 KiB | 41.4 KiB |
Brittney Atwood Net Worth div.gb-container > figure.gb-block-image > a > img.gb-image-991a2765 | /wp-content/uploads/2026/04/Brittney-Atwood-Net-Worth-768... | 37.0 KiB | 28.6 KiB |
Dana Griffin Husband div.gb-container > figure.gb-block-image > a > img.gb-image-991a2765 | celmamagazine.com/wp-content/uploads/2026/04/Dana-Griffin-Husband-768x512.webp | 36.5 KiB | 28.2 KiB |
Ben Meiselas Age div.gb-container > figure.gb-block-image > a > img.gb-image-991a2765 | celmamagazine.com/wp-content/uploads/2026/04/Ben-Meiselas-Age-768x512.webp | 31.5 KiB | 24.3 KiB |
Lindsey Slater Age div.gb-container > figure.gb-block-image > a > img.gb-image-8b678e08 | celmamagazine.com/wp-content/uploads/2026/04/Lindsey-Slater-A.webp | 37.7 KiB | 16.2 KiB |
Josh Landon Age div.gb-container > figure.gb-block-image > a > img.gb-image-bc4f91ad | celmamagazine.com/wp-content/uploads/2026/04/Josh-Landon-Ag.webp | 15.3 KiB | 13.2 KiB |
div.gb-grid-column > div.gb-container > figure.gb-block-image > img.gb-image-554f60aa div.gb-grid-column > div.gb-container > figure.gb-block-image > img.gb-image-554f60aa | /wp-content/uploads/2026/04/Digital-Arenas-How-Online-Gam... | 14.3 KiB | 6.0 KiB |
Wall Post Media div.gb-grid-column > div.gb-container > figure.gb-block-image > img.gb-image-e19f0888 | /wp-content/uploads/2026/04/How-Digital-Media-Platforms-L... | 15.5 KiB | 5.7 KiB |
div.gb-grid-column > div.gb-container > figure.gb-block-image > img.gb-image-554f60aa div.gb-grid-column > div.gb-container > figure.gb-block-image > img.gb-image-554f60aa | /wp-content/uploads/2026/04/How-Tech-Tools-are-Changing-t... | 14.5 KiB | 5.4 KiB |
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| /css?family=Lato%3A100%2C100italic%2C400%2C300italic%2Cre... | 1.7 KiB | 271 ms |
| /wp-content/plugins/stackable-ultimate-gutenberg-blocks/d... | 2.3 KiB | 162 ms |
| /wp-content/plugins/stackable-ultimate-gutenberg-blocks/d... | 12.2 KiB | 118 ms |
| /wp-content/themes/generatepress/assets/css/main.min.css?... | 4.8 KiB | 162 ms |
| celmamagazine.com/wp-content/uploads/generateblocks/style-170.css?ver=1773724580 | 3.2 KiB | 162 ms |
| /wp-content/plugins/contact-form-7/includes/css/styles.cs... | 1.4 KiB | 162 ms |
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| /wp-content/plugins/stackable-ultimate-gutenberg-blocks/d... | 11.7 KiB | 10.6 KiB |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 |
|---|---|
| celmamagazine.com/ | 277 ms |
| /z0f76a1d14fd21a8fb5fd0d03e0fdc3d3cedae52f?wsidchk=981724... | 75 ms |
| celmamagazine.com/ | 122 ms |
| celmamagazine.com/ | 0.0 ms |
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Home div#primary-menu > ul#menu-v > li#menu-item-173 > a |
Lindsey Slater Age and Career Notes That Feel Clear div.gb-grid-column > div.gb-container > h2.gb-headline > a |
Dana Griffin Husband and The Private Life Behind Her Career div.gb-grid-column > div.gb-container > h3.gb-headline > a |
Josh Landon Age Behind the Quiet Family Story div.gb-grid-column > div.gb-container > h3.gb-headline > a |
Ben Meiselas Age, Biography, Career, and Family Facts div.gb-grid-column > div.gb-container > h3.gb-headline > a |
Brittney Atwood Net Worth and Personal Life Details div.gb-grid-column > div.gb-container > h3.gb-headline > a |
Gabe Spiegel Wife Relationship Uncertainty Overview div.gb-grid-column > div.gb-container > h3.gb-headline > a |
Lindsey Slater Age and Career Notes That Feel Clear div.gb-grid-column > div.gb-container > h3.gb-headline > a |
Dana Griffin Husband and The Private Life Behind Her Career div.gb-grid-column > div.gb-container > h3.gb-headline > a |
Josh Landon Age Behind the Quiet Family Story div.gb-grid-column > div.gb-container > h3.gb-headline > a |
Ben Meiselas Age, Biography, Career, and Family Facts div.gb-grid-column > div.gb-container > h3.gb-headline > a |
Brittney Atwood Net Worth and Personal Life Details div.gb-grid-column > div.gb-container > h3.gb-headline > a |
Gabe Spiegel Wife Relationship Uncertainty Overview div.gb-grid-column > div.gb-container > h3.gb-headline > a |
View All div.gb-grid-wrapper > div.gb-grid-column > div.gb-container > a.gb-button |
How Wall Post Media Shapes Public Opinion div.gb-grid-column > div.gb-container > h3.gb-headline > a |
How Driver Logs and Maintenance Records Impact Truck Accident Claims div.gb-grid-column > div.gb-container > h3.gb-headline > a |
How Assumptions Can Affect Motorcycle Accident Claims div.gb-grid-column > div.gb-container > h3.gb-headline > a |
How Wall Post Media Shapes Public Opinion div.gb-grid-column > div.gb-container > h3.gb-headline > a |
How Driver Logs and Maintenance Records Impact Truck Accident Claims div.gb-grid-column > div.gb-container > h3.gb-headline > a |
How Assumptions Can Affect Motorcycle Accident Claims div.gb-grid-column > div.gb-container > h3.gb-headline > a |
Do Demolition And Hauling Services Include Cleanup? div.gb-grid-column > div.gb-container > h3.gb-headline > a |
How Tech Tools are Changing the Online Gaming Landscape div.gb-grid-column > div.gb-container > h3.gb-headline > a |
Stop Googling Your Symptoms: Smart Devices That Give You Real Answers div.gb-grid-column > div.gb-container > h3.gb-headline > a |
Digital Arenas: How Online Gaming Became a Global Lifestyle div.gb-grid-column > div.gb-container > h3.gb-headline > a |
What Makes A Flat Extension Cord Different From Round Cords? div.gb-grid-column > div.gb-container > h3.gb-headline > a |
View All div.gb-grid-wrapper > div.gb-grid-column > div.gb-container > a.gb-button |
High Quality Real Hair Wigs | African American Styles div.gb-grid-column > div.gb-container > h3.gb-headline > a |
Engagement Rings That Speak the Language of Fashion and Romance div.gb-grid-column > div.gb-container > h3.gb-headline > a |
Long Lasting Nails Secrets – Professional Techniques Explained div.gb-grid-column > div.gb-container > h3.gb-headline > a |
Random Posts div > h3.gb-text > strong > span.stk-highlight |
Useful Links div > h3.gb-text > strong > span.stk-highlight |
Social Links div > h3.gb-text > strong > span.stk-highlight |
2025 Celmamagazine, All Rights Reserved div.gb-element-d3ea1ec6 > div.gb-element-1f89a50a > div.wp-block-stackable-text > p.stk-block-text__text |
These are opportunities to improve the legibility of your content.
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.gb-grid-column > div.gb-container > figure.gb-block-image > a div.gb-grid-column > div.gb-container > figure.gb-block-image > a |
div.gb-grid-column > div.gb-container > figure.gb-block-image > a div.gb-grid-column > div.gb-container > figure.gb-block-image > a |
div.gb-grid-wrapper > div.gb-grid-column > div.gb-container > a.gb-button div.gb-grid-wrapper > div.gb-grid-column > div.gb-container > a.gb-button |
div.gb-grid-wrapper > div.gb-grid-column > div.gb-container > a.gb-button div.gb-grid-wrapper > div.gb-grid-column > div.gb-container > a.gb-button |
div.gb-grid-column > div.gb-container > figure.gb-block-image > a div.gb-grid-column > div.gb-container > figure.gb-block-image > a |
div.gb-element-01b906d5 > p.gb-text-b227063e > span.gb-text > a div.gb-element-01b906d5 > p.gb-text-b227063e > span.gb-text > a |
div.gb-element-01b906d5 > p.gb-text-9f43c1a1 > span.gb-text > a div.gb-element-01b906d5 > p.gb-text-9f43c1a1 > span.gb-text > a |
div.gb-element-01b906d5 > p.gb-text-f9d22021 > span.gb-text > a div.gb-element-01b906d5 > p.gb-text-f9d22021 > span.gb-text > a |
div.gb-element-01b906d5 > p.gb-text-b4e0e006 > span.gb-text > a div.gb-element-01b906d5 > p.gb-text-b4e0e006 > span.gb-text > a |
div.gb-element-01b906d5 > p.gb-text-644a2cc9 > span.gb-text > a div.gb-element-01b906d5 > p.gb-text-644a2cc9 > span.gb-text > a |
div.wp-block-stackable-button-group > div.stk-row > div.wp-block-stackable-icon-button > a.stk-link div.wp-block-stackable-button-group > div.stk-row > div.wp-block-stackable-icon-button > a.stk-link |
div.wp-block-stackable-button-group > div.stk-row > div.wp-block-stackable-icon-button > a.stk-link div.wp-block-stackable-button-group > div.stk-row > div.wp-block-stackable-icon-button > a.stk-link |
div.wp-block-stackable-button-group > div.stk-row > div.wp-block-stackable-icon-button > a.stk-link div.wp-block-stackable-button-group > div.stk-row > div.wp-block-stackable-icon-button > a.stk-link |
div.wp-block-stackable-button-group > div.stk-row > div.wp-block-stackable-icon-button > a.stk-link div.wp-block-stackable-button-group > div.stk-row > div.wp-block-stackable-icon-button > a.stk-link |
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.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| celmamagazine.com/ | Allowed |
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