Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 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.
Missing signals may be hurting your search visibility.
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.
Reasonable footprint with room for optimization.
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 favicon or icon links detected
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
29 third-party resources (84% 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/e6f66a8b-d297-476e-97d3-e931aec5fcf4)<a href="https://beavercheck.com/results/e6f66a8b-d297-476e-97d3-e931aec5fcf4"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fmagic.ly" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fmagic.lyThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 8.2s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. The 3 security gaps leave your users exposed — modern browsers increasingly warn visitors about insecure sites. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~28%.
Page takes 8.2s to load
+12% bounceUsers abandon at ~3s — you're 5.7s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 213ms after first paint
Fix: Defer third-party scripts and split large bundles
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.
$500 investment → $6,207/month returns + USD 150,000 risk avoided
$500
5h · 5 findings
$6,207 /mo
~$74,479 / year
USD 150,000
if kept compliant
$150 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$12,501 / month at risk
~$150,008 / year if left unfixed
$150,000
$0.71 /mo
8847.7 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.31 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.24 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
213 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.007
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.64 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
17.24 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.
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 > a.profile_card_wrapper > article.profile_card > div.profile_card_avatar div > a.profile_card_wrapper > article.profile_card > div.profile_card_avatar | img.magic.ly/avatar/5f584da39943e90017eb1805.jpg?1599622683702 | 305.3 KiB | 70.9 KiB |
MagicLy | Link in Bio section.section > div.home_splash_container > div.home_splash_right > img | img.magic.ly/static/home/splash_m.webp | 41.8 KiB | 12.9 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| magic.ly/_next/static/css/721f6b26e27ed98f.css | 26.5 KiB | 23.9 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.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 361.8 KiB | 177.0 KiB |
| magic.ly/_next/static/chunks/9736-5a164fcbdf275bd3.js | 183.4 KiB | 83.9 KiB |
| magic.ly/_next/static/chunks/5446-11c3de1fd3115411.js | 82.2 KiB | 66.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-3PQLF9V8VD | 156.8 KiB | 65.9 KiB |
| magic.ly/_next/static/chunks/pages/onboarding-9fdf55da6280d554.js | 53.8 KiB | 50.5 KiB |
| magic.ly/_next/static/chunks/9818-fc5663348ceae84d.js | 37.3 KiB | 33.0 KiB |
| magic.ly/_next/static/chunks/8808-b9bb39ffb2e307d7.js | 42.3 KiB | 29.2 KiB |
| magic.ly/_next/static/chunks/723-c2fc16982aa70732.js | 44.4 KiB | 25.9 KiB |
| magic.ly/_next/static/chunks/main-2563fcb1e98caac4.js | 44.8 KiB | 21.8 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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 653 ms | 560 ms | 70 ms |
| magic.ly/ | 554 ms | 39 ms | 2.1 ms |
| Unattributable | 436 ms | 6.3 ms | 0.0 ms |
| magic.ly/_next/static/chunks/framework-0e8d27528ba61906.js | 316 ms | 293 ms | 9.6 ms |
| www.googletagmanager.com/gtag/js?id=G-3PQLF9V8VD | 286 ms | 186 ms | 35 ms |
| magic.ly/cdn-cgi/challenge-platform/scripts/jsd/main.js | 260 ms | 234 ms | 2.5 ms |
| magic.ly/_next/static/chunks/main-2563fcb1e98caac4.js | 79 ms | 62 ms | 10 ms |
| magic.ly/_next/static/chunks/pages/onboarding-9fdf55da6280d554.js | 51 ms | 45 ms | 5.4 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.6 s |
| Other | 524 ms |
| Style & Layout | 339 ms |
| Script Parsing & Compilation | 228 ms |
| Rendering | 158 ms |
| Garbage Collection | 55 ms |
| Parse HTML & CSS | 33 ms |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| magic.ly/_next/static/chunks/20f9a18a-27f1373122bd2d45.js | 27.6 KiB | 9.6 KiB |
| magic.ly/_next/static/chunks/5099-e94ba46aa84cc592.js | 11.5 KiB | 2.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 | |
|---|---|
MagicLy | Link in Bio section.section > div.home_splash_container > div.home_splash_right > img | img.magic.ly/static/home/splash_m.webp |
Magic.ly | Link in Bio div > article.home_slider_stats > div.mobile-only > img | img.magic.ly/static/home/stats.webp |
Magic.ly | Link in Bio div > article.home_slider_stats > div.mobile-only > img | img.magic.ly/static/home/stats.webp |
Magic.ly | Link in Bio div > article.home_slider_stats > div.mobile-only > img | img.magic.ly/static/home/stats.webp |
div.home_app-banner_info > div.home_app-banner_info_app > a > img div.home_app-banner_info > div.home_app-banner_info_app > a > img | img.magic.ly/static/download-android-button.png |
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.
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Agustin Bugallo
@agusbugallo div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Caro Morán
@carolina_moran div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Pablo Molinari
@molinerd div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Matías Cáceres
@caceres_matias div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Fernanda Ferrá
@FernandaFerra div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Kate Johansson
@kate_johansson div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Kendall Frey
@kendallnichole_wombhealing div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.navbar_wrapper > div.navbar_burguer-menu > div.modal-menu > button.btn div.navbar_wrapper > div.navbar_burguer-menu > div.modal-menu > button.btn |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.home_app-banner_info > div.home_app-banner_info_app > a > img div.home_app-banner_info > div.home_app-banner_info_app > a > img |
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.home_app-banner_container > div.home_app-banner_info > div.home_app-banner_info_app > a div.home_app-banner_container > div.home_app-banner_info > div.home_app-banner_info_app > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Log in nav.navbar > div.navbar_wrapper > div.navbar_buttons > a.btn |
Sign up free nav.navbar > div.navbar_wrapper > div.navbar_buttons > a.btn |
Create your profile
for FREE div.home_splash_container > div.home_splash_left > div.home_splash_txt > h1 |
The Only Link You’ll Ever Need: Connect audiences to all of your content with j… div.home_splash_container > div.home_splash_left > div.home_splash_txt > p |
Create div.home_splash_left > div > form.home_form > button.btn |
Use magic.ly on your phone, and share your link at any time div.home_app-banner_container > div.home_app-banner_info > div.home_app-banner_info_text > p |
@guaschetti a.profile_card_wrapper > article.profile_card > div.profile_card_info > span.profile_card_username |
@sergeeva a.profile_card_wrapper > article.profile_card > div.profile_card_info > span.profile_card_username |
@SavanaShanti a.profile_card_wrapper > article.profile_card > div.profile_card_info > span.profile_card_username |
view all div#__next > main.home > section.home_categories > a.btn |
Top Agents div.footer_list-items > div.footer_list-items_container > div > a |
Top Apps div.footer_list-items > div.footer_list-items_container > div > a |
Top Artists div.footer_list-items > div.footer_list-items_container > div > a |
Top Athletes div.footer_list-items > div.footer_list-items_container > div > a |
Top Bloggers div.footer_list-items > div.footer_list-items_container > div > a |
Top Businesses div.footer_list-items > div.footer_list-items_container > div > a |
Top Cam Models div.footer_list-items > div.footer_list-items_container > div > a |
Top Chefs div.footer_list-items > div.footer_list-items_container > div > a |
Top Coaches div.footer_list-items > div.footer_list-items_container > div > a |
Top Designers div.footer_list-items > div.footer_list-items_container > div > a |
Top Developers div.footer_list-items > div.footer_list-items_container > div > a |
Top Educators div.footer_list-items > div.footer_list-items_container > div > a |
Top Entrepreneurs div.footer_list-items > div.footer_list-items_container > div > a |
Top Gamers div.footer_list-items > div.footer_list-items_container > div > a |
Top Influencers div.footer_list-items > div.footer_list-items_container > div > a |
Top Journalists div.footer_list-items > div.footer_list-items_container > div > a |
Top Models div.footer_list-items > div.footer_list-items_container > div > a |
Top Musicians div.footer_list-items > div.footer_list-items_container > div > a |
Top NGOS div.footer_list-items > div.footer_list-items_container > div > a |
Top NPOS div.footer_list-items > div.footer_list-items_container > div > a |
Top Others div.footer_list-items > div.footer_list-items_container > div > a |
Top Photographers div.footer_list-items > div.footer_list-items_container > div > a |
Top Politicians div.footer_list-items > div.footer_list-items_container > div > a |
Top Producers div.footer_list-items > div.footer_list-items_container > div > a |
Top Professionals div.footer_list-items > div.footer_list-items_container > div > a |
Top Public Figures div.footer_list-items > div.footer_list-items_container > div > a |
Top Scientists div.footer_list-items > div.footer_list-items_container > div > a |
Top Students div.footer_list-items > div.footer_list-items_container > div > a |
Top Travelers div.footer_list-items > div.footer_list-items_container > div > a |
Top Writers div.footer_list-items > div.footer_list-items_container > div > a |
Top YouTubers div.footer_list-items > div.footer_list-items_container > div > a |
Top Instagram users div.footer_list-items > div.footer_list-items_container > div > a |
Top Facebook users div.footer_list-items > div.footer_list-items_container > div > a |
Top Twitter users div.footer_list-items > div.footer_list-items_container > div > a |
Top TikTok users div.footer_list-items > div.footer_list-items_container > div > a |
Top Linkedin users div.footer_list-items > div.footer_list-items_container > div > a |
Top OnlyFans users div.footer_list-items > div.footer_list-items_container > div > a |
Top Twitch users div.footer_list-items > div.footer_list-items_container > div > a |
Top YouTube Video users div.footer_list-items > div.footer_list-items_container > div > a |
Link in Bio for Instagram div.footer_list-items > div.footer_list-items_container > div > a |
Link in Bio for TikTok div.footer_list-items > div.footer_list-items_container > div > a |
Link in Bio for YouTube div.footer_list-items > div.footer_list-items_container > div > a |
Link in Bio for Twitter div.footer_list-items > div.footer_list-items_container > div > a |
Link in Bio for LinkedIn div.footer_list-items > div.footer_list-items_container > div > a |
Link in Bio for Twitch div.footer_list-items > div.footer_list-items_container > div > a |
Influencers guide div.footer_list-items > div.footer_list-items_container > div > a |
Instagram guide div.footer_list-items > div.footer_list-items_container > div > a |
Tiktoker guide div.footer_list-items > div.footer_list-items_container > div > a |
Youtubers guide div.footer_list-items > div.footer_list-items_container > div > a |
Bloggers guide div.footer_list-items > div.footer_list-items_container > div > a |
Create account div.footer_list-items > div.footer_list-items_container > div > a |
Login in div.footer_list-items > div.footer_list-items_container > div > a |
About Magic.ly div.footer_list-items > div.footer_list-items_container > div > a |
Top Creators div.footer_list-items > div.footer_list-items_container > div > a |
Install Android app div.footer_list-items > div.footer_list-items_container > div > a |
Contact us div.footer_list-items > div.footer_list-items_container > div > a |
Terms and conditions div.footer_list-items > div.footer_list-items_container > div > a |
Privacy Policy div.footer_list-items > div.footer_list-items_container > div > a |
These are opportunities to improve the legibility of your content.
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 |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
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.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.home_app-banner_info > div.home_app-banner_info_app > a > img div.home_app-banner_info > div.home_app-banner_info_app > a > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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.
392 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.16 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.014
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.24 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.
2.20 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
MagicLy | Link in Bio section.section > div.home_splash_container > div.home_splash_right > img | img.magic.ly/static/home/splash_d.webp | 171.2 KiB | 144.1 KiB |
div > a.profile_card_wrapper > article.profile_card > div.profile_card_avatar div > a.profile_card_wrapper > article.profile_card > div.profile_card_avatar | img.magic.ly/avatar/5f584da39943e90017eb1805.jpg?1599622683702 | 305.3 KiB | 70.9 KiB |
Magic.ly | Link in Bio article.home_slider_customize > div.home_slider_customize_splash_desktop > div.desktop-only > img | img.magic.ly/static/home/home-customize.webp | 56.9 KiB | 40.2 KiB |
div.home_app-banner_info > div.home_app-banner_info_dual-app > a > img div.home_app-banner_info > div.home_app-banner_info_dual-app > a > img | img.magic.ly/static/download-android-button.png | 12.6 KiB | 9.9 KiB |
div.home_app-banner_info > div.home_app-banner_info_dual-app > a > img div.home_app-banner_info > div.home_app-banner_info_dual-app > a > img | img.magic.ly/static/download-ios-button.png | 10.6 KiB | 8.0 KiB |
Magic.ly | Link in Bio article.home_slider_stats > div.home_slider_stats_splash_desktop > div.desktop-only > img | img.magic.ly/static/home/stats.webp | 14.9 KiB | 6.6 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| magic.ly/_next/static/css/721f6b26e27ed98f.css | 26.5 KiB | 22.4 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.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 361.8 KiB | 176.2 KiB |
| magic.ly/_next/static/chunks/9736-5a164fcbdf275bd3.js | 183.4 KiB | 83.9 KiB |
| magic.ly/_next/static/chunks/5446-11c3de1fd3115411.js | 82.2 KiB | 66.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-3PQLF9V8VD | 156.8 KiB | 66.0 KiB |
| magic.ly/_next/static/chunks/pages/onboarding-9fdf55da6280d554.js | 53.8 KiB | 50.5 KiB |
| magic.ly/_next/static/chunks/9818-fc5663348ceae84d.js | 37.3 KiB | 33.0 KiB |
| magic.ly/_next/static/chunks/8808-b9bb39ffb2e307d7.js | 42.3 KiB | 29.2 KiB |
| magic.ly/_next/static/chunks/723-c2fc16982aa70732.js | 44.4 KiB | 25.9 KiB |
| magic.ly/_next/static/chunks/main-2563fcb1e98caac4.js | 44.8 KiB | 21.8 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| magic.ly/_next/static/chunks/20f9a18a-27f1373122bd2d45.js | 27.6 KiB | 9.6 KiB |
| magic.ly/_next/static/chunks/5099-e94ba46aa84cc592.js | 11.5 KiB | 2.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 | |
|---|---|
MagicLy | Link in Bio section.section > div.home_splash_container > div.home_splash_right > img | img.magic.ly/static/home/splash_d.webp |
Magic.ly | Link in Bio article.home_slider_customize > div.home_slider_customize_splash_desktop > div.desktop-only > img | img.magic.ly/static/home/home-customize.webp |
Magic.ly | Link in Bio article.home_slider_customize > div.home_slider_customize_splash_desktop > div.desktop-only > img | img.magic.ly/static/home/home-customize.webp |
Magic.ly | Link in Bio article.home_slider_stats > div.home_slider_stats_splash_desktop > div.desktop-only > img | img.magic.ly/static/home/stats.webp |
Magic.ly | Link in Bio article.home_slider_stats > div.home_slider_stats_splash_desktop > div.desktop-only > img | img.magic.ly/static/home/stats.webp |
Magic.ly | Link in Bio article.home_slider_stats > div.home_slider_stats_splash_desktop > div.desktop-only > img | img.magic.ly/static/home/stats.webp |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| magic.ly/ | 972 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.
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Caro Morán
@carolina_moran div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Pablo Molinari
@molinerd div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Matías Cáceres
@caceres_matias div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Fernanda Ferrá
@FernandaFerra div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Kate Johansson
@kate_johansson div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Kendall Frey
@kendallnichole_wombhealing div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Matías Cáceres
@caceres_matias div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Fernanda Ferrá
@FernandaFerra div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Kate Johansson
@kate_johansson div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Kendall Frey
@kendallnichole_wombhealing div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
javier guaschetti
@guaschetti div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Olga
@sergeeva div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Savana Shanti
@SavanaShanti div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Agustin Bugallo
@agusbugallo div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Caro Morán
@carolina_moran div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Pablo Molinari
@molinerd div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Matías Cáceres
@caceres_matias div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Fernanda Ferrá
@FernandaFerra div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Kate Johansson
@kate_johansson div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Kendall Frey
@kendallnichole_wombhealing div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
Log in nav.navbar > div.navbar_wrapper > div.navbar_buttons > a.btn |
Sign up free nav.navbar > div.navbar_wrapper > div.navbar_buttons > a.btn |
Create your profile for FREE div.home_splash_container > div.home_splash_left > div.home_splash_txt > h1 |
The Only Link You’ll Ever Need: Connect audiences to all of your content with j… div.home_splash_container > div.home_splash_left > div.home_splash_txt > p |
Create div.home_splash_container > div.home_splash_left > form.home_form > button.btn |
Download Magic.ly app div.home_app-banner_container > div.home_app-banner_info > div.home_app-banner_info_text > h2 |
Use magic.ly on your phone, and share your link at any time div.home_app-banner_container > div.home_app-banner_info > div.home_app-banner_info_text > p |
@guaschetti a.profile_card_wrapper > article.profile_card > div.profile_card_info > span.profile_card_username |
@sergeeva a.profile_card_wrapper > article.profile_card > div.profile_card_info > span.profile_card_username |
@SavanaShanti a.profile_card_wrapper > article.profile_card > div.profile_card_info > span.profile_card_username |
@agusbugallo a.profile_card_wrapper > article.profile_card > div.profile_card_info > span.profile_card_username |
@carolina_moran a.profile_card_wrapper > article.profile_card > div.profile_card_info > span.profile_card_username |
@molinerd a.profile_card_wrapper > article.profile_card > div.profile_card_info > span.profile_card_username |
view more main.home > section.home_categories > div.home_categories_header > a.btn |
Create your profile for FREE main.home > section.home_bottom-banner > div.layout-width > div.home_bottom-banner_txt |
Create section.home_bottom-banner > div.layout-width > form.home_form > button.btn |
Top Agents div.footer_list-items > div.footer_list-items_container > div > a |
Top Apps div.footer_list-items > div.footer_list-items_container > div > a |
Top Artists div.footer_list-items > div.footer_list-items_container > div > a |
Top Athletes div.footer_list-items > div.footer_list-items_container > div > a |
Top Bloggers div.footer_list-items > div.footer_list-items_container > div > a |
Top Businesses div.footer_list-items > div.footer_list-items_container > div > a |
Top Cam Models div.footer_list-items > div.footer_list-items_container > div > a |
Top Chefs div.footer_list-items > div.footer_list-items_container > div > a |
Top Coaches div.footer_list-items > div.footer_list-items_container > div > a |
Top Designers div.footer_list-items > div.footer_list-items_container > div > a |
Top Developers div.footer_list-items > div.footer_list-items_container > div > a |
Top Educators div.footer_list-items > div.footer_list-items_container > div > a |
Top Entrepreneurs div.footer_list-items > div.footer_list-items_container > div > a |
Top Gamers div.footer_list-items > div.footer_list-items_container > div > a |
Top Influencers div.footer_list-items > div.footer_list-items_container > div > a |
Top Journalists div.footer_list-items > div.footer_list-items_container > div > a |
Top Models div.footer_list-items > div.footer_list-items_container > div > a |
Top Musicians div.footer_list-items > div.footer_list-items_container > div > a |
Top NGOS div.footer_list-items > div.footer_list-items_container > div > a |
Top NPOS div.footer_list-items > div.footer_list-items_container > div > a |
Top Others div.footer_list-items > div.footer_list-items_container > div > a |
Top Photographers div.footer_list-items > div.footer_list-items_container > div > a |
Top Politicians div.footer_list-items > div.footer_list-items_container > div > a |
Top Producers div.footer_list-items > div.footer_list-items_container > div > a |
Top Professionals div.footer_list-items > div.footer_list-items_container > div > a |
Top Public Figures div.footer_list-items > div.footer_list-items_container > div > a |
Top Scientists div.footer_list-items > div.footer_list-items_container > div > a |
Top Students div.footer_list-items > div.footer_list-items_container > div > a |
Top Travelers div.footer_list-items > div.footer_list-items_container > div > a |
Top Writers div.footer_list-items > div.footer_list-items_container > div > a |
Top YouTubers div.footer_list-items > div.footer_list-items_container > div > a |
Top Instagram users div.footer_list-items > div.footer_list-items_container > div > a |
Top Facebook users div.footer_list-items > div.footer_list-items_container > div > a |
Top Twitter users div.footer_list-items > div.footer_list-items_container > div > a |
Top TikTok users div.footer_list-items > div.footer_list-items_container > div > a |
Top Linkedin users div.footer_list-items > div.footer_list-items_container > div > a |
Top OnlyFans users div.footer_list-items > div.footer_list-items_container > div > a |
Top Twitch users div.footer_list-items > div.footer_list-items_container > div > a |
Top YouTube Video users div.footer_list-items > div.footer_list-items_container > div > a |
Link in Bio for Instagram div.footer_list-items > div.footer_list-items_container > div > a |
Link in Bio for TikTok div.footer_list-items > div.footer_list-items_container > div > a |
Link in Bio for YouTube div.footer_list-items > div.footer_list-items_container > div > a |
Link in Bio for Twitter div.footer_list-items > div.footer_list-items_container > div > a |
Link in Bio for LinkedIn div.footer_list-items > div.footer_list-items_container > div > a |
Link in Bio for Twitch div.footer_list-items > div.footer_list-items_container > div > a |
Influencers guide div.footer_list-items > div.footer_list-items_container > div > a |
Instagram guide div.footer_list-items > div.footer_list-items_container > div > a |
Tiktoker guide div.footer_list-items > div.footer_list-items_container > div > a |
Youtubers guide div.footer_list-items > div.footer_list-items_container > div > a |
Bloggers guide div.footer_list-items > div.footer_list-items_container > div > a |
Create account div.footer_list-items > div.footer_list-items_container > div > a |
Login in div.footer_list-items > div.footer_list-items_container > div > a |
About Magic.ly div.footer_list-items > div.footer_list-items_container > div > a |
Top Creators div.footer_list-items > div.footer_list-items_container > div > a |
Install iOS app div.footer_list-items > div.footer_list-items_container > div > a |
Contact us div.footer_list-items > div.footer_list-items_container > div > a |
Terms and conditions div.footer_list-items > div.footer_list-items_container > div > a |
Privacy Policy div.footer_list-items > div.footer_list-items_container > div > a |
These are opportunities to improve the legibility of your content.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.home_app-banner_info > div.home_app-banner_info_dual-app > a > img div.home_app-banner_info > div.home_app-banner_info_dual-app > a > img |
div.home_app-banner_info > div.home_app-banner_info_dual-app > a > img div.home_app-banner_info > div.home_app-banner_info_dual-app > a > img |
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.home_app-banner_container > div.home_app-banner_info > div.home_app-banner_info_dual-app > a div.home_app-banner_container > div.home_app-banner_info > div.home_app-banner_info_dual-app > a |
div.home_app-banner_container > div.home_app-banner_info > div.home_app-banner_info_dual-app > a div.home_app-banner_container > div.home_app-banner_info > div.home_app-banner_info_dual-app > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1 div.slick-slider > ul.slick-dots > li.slick-active > button |
2 div.slick-slider > ul.slick-dots > li > button |
3 div.slick-slider > ul.slick-dots > li > button |
These items highlight common accessibility best practices.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
div.home_app-banner_info > div.home_app-banner_info_dual-app > a > img div.home_app-banner_info > div.home_app-banner_info_dual-app > a > img | img.magic.ly/static/download-android-button.png | 222 x 73 (3.04) | 420 x 128 (3.28) |
div.home_app-banner_info > div.home_app-banner_info_dual-app > a > img div.home_app-banner_info > div.home_app-banner_info_dual-app > a > img | img.magic.ly/static/download-ios-button.png | 222 x 73 (3.04) | 374 x 128 (2.92) |
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 |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
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.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.home_app-banner_info > div.home_app-banner_info_dual-app > a > img div.home_app-banner_info > div.home_app-banner_info_dual-app > a > img |
div.home_app-banner_info > div.home_app-banner_info_dual-app > a > img div.home_app-banner_info > div.home_app-banner_info_dual-app > a > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback