Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 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.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
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.
119 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
120 HTTP requests — consider bundling or reducing
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/25b35d49-7585-438f-82f2-39c1f11a7cd3)<a href="https://beavercheck.com/results/25b35d49-7585-438f-82f2-39c1f11a7cd3"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fcapcut.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fcapcut.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 14.7s 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.
8 barrier(s) likely increasing bounce by ~32%.
Page takes 14.7s to load
+12% bounceUsers abandon at ~3s — you're 12.2s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.4s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
3 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€468 investment → €0.85/month returns + EUR 120,500,000 risk avoided
€468
6h · 5 findings
€0.85 /mo
~€10 / year
EUR 120,500,000
if kept compliant
€128 — 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 €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,668 / month at risk
~€120,500,010 / year if left unfixed
€120,500,000
+5 more
€0.85 /mo
11533.1 MB/mo × 0.074 EUR/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.
5.87 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
14.73 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.42 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.185
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.87 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.
18.68 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
li.e36nsQ > a.srgYKb > picture.y0lcpk > img li.e36nsQ > a.srgYKb > picture.y0lcpk > img | /tos-useast5-i-2zwwjm3azk-tx/91ba50ad491246fe9da1912ce1bf... | 415.3 KiB | 404.4 KiB |
li.e36nsQ > a.srgYKb > picture.y0lcpk > img li.e36nsQ > a.srgYKb > picture.y0lcpk > img | /tos-useast5-i-2zwwjm3azk-tx/6537b5d3a2974051952b36ad17d9... | 183.9 KiB | 172.6 KiB |
li.e36nsQ > a.srgYKb > picture.y0lcpk > img li.e36nsQ > a.srgYKb > picture.y0lcpk > img | /tos-useast5-i-2zwwjm3azk-tx/a91df9bb2ee947929e16ab51da2c... | 182.5 KiB | 171.2 KiB |
Remove Video Background li.DsfgyX > a > picture.y0lcpk > img | /tos-useast5-i-2zwwjm3azk-tx/7106ba4b388345ebaf0eb0cecb4c... | 129.9 KiB | 120.4 KiB |
Photo Editor li.DsfgyX > a > picture.y0lcpk > img | /tos-useast5-i-2zwwjm3azk-tx/1829f23203044f95aa422135a926... | 83.1 KiB | 73.6 KiB |
section.cI16bD > div.jdDOQj > picture.y0lcpk > img section.cI16bD > div.jdDOQj > picture.y0lcpk > img | /tos-useast5-i-2zwwjm3azk-tx/323c1cd8705542c49a1fad3faa12... | 139.7 KiB | 71.4 KiB |
Enhance Voice li.DsfgyX > a > picture.y0lcpk > img | /tos-useast5-i-2zwwjm3azk-tx/38039c28bb874c97a2dd5c4300b3... | 76.4 KiB | 67.4 KiB |
li.e36nsQ > a.srgYKb > picture.y0lcpk > img li.e36nsQ > a.srgYKb > picture.y0lcpk > img | /tos-useast5-i-2zwwjm3azk-tx/93e7bd47effd4bc684cacac101c4... | 73.8 KiB | 64.2 KiB |
Text to Speech li.DsfgyX > a > picture.y0lcpk > img | /tos-useast5-i-2zwwjm3azk-tx/a462daf0a90649828e238cac3fbc... | 66.8 KiB | 58.9 KiB |
li.e36nsQ > a.srgYKb > picture.y0lcpk > img li.e36nsQ > a.srgYKb > picture.y0lcpk > img | /tos-useast5-i-2zwwjm3azk-tx/3ee294f2d7c143c28a264aab7ac8... | 67.6 KiB | 56.3 KiB |
Online Video Editor li.DsfgyX > a > picture.y0lcpk > img | /tos-useast5-i-2zwwjm3azk-tx/5c48a0b582ac4f8a8ed411480183... | 63.4 KiB | 55.9 KiB |
Background Remover li.DsfgyX > a > picture.y0lcpk > img | /tos-useast5-i-2zwwjm3azk-tx/f1d0d9fc4a8b492881a4c2c15ea3... | 63.1 KiB | 55.7 KiB |
Add Subtitles to Video li.DsfgyX > a > picture.y0lcpk > img | /tos-useast5-i-2zwwjm3azk-tx/8ec1d6ed18764ce592e5e4817252... | 60.1 KiB | 53.0 KiB |
Image Enhancer li.DsfgyX > a > picture.y0lcpk > img | /tos-useast5-i-2zwwjm3azk-tx/6536955c591b4dfd8dd20e55bc25... | 59.1 KiB | 52.1 KiB |
Extract Audio li.DsfgyX > a > picture.y0lcpk > img | /tos-useast5-i-2zwwjm3azk-tx/1cbf68f953974184ab7d110d0a29... | 58.8 KiB | 51.8 KiB |
Video Converter li.DsfgyX > a > picture.y0lcpk > img | /tos-useast5-i-2zwwjm3azk-tx/31bcb59617ed4836be829be6e756... | 53.9 KiB | 47.5 KiB |
Remove Noise li.DsfgyX > a > picture.y0lcpk > img | /tos-useast5-i-2zwwjm3azk-tx/5d7b4d33b5284a208a7a190f6daa... | 49.5 KiB | 43.6 KiB |
li.cCMiLu > a.EBsoTM > picture.y0lcpk > img li.cCMiLu > a.EBsoTM > picture.y0lcpk > img | /tos-useast5-i-2zwwjm3azk-tx/38d0e10820784abaa5cedfeb1a88... | 43.3 KiB | 38.9 KiB |
AI Effects Templates li.DsfgyX > a > picture.y0lcpk > img | /tos-useast5-i-2zwwjm3azk-tx/bd45c6436b4c41a8b228515307e7... | 32.8 KiB | 29.0 KiB |
Social Media Templates li.DsfgyX > a > picture.y0lcpk > img | /tos-useast5-i-2zwwjm3azk-tx/b672a013007342b599694107a443... | 31.8 KiB | 28.0 KiB |
Image Resizer li.DsfgyX > a > picture.y0lcpk > img | /tos-useast5-i-2zwwjm3azk-tx/28bfda0d515245ba97ad2d22a9d4... | 31.5 KiB | 27.8 KiB |
Reels & TikTok Templates li.DsfgyX > a > picture.y0lcpk > img | /tos-useast5-i-2zwwjm3azk-tx/954f46422d0d4e5fab73efcca5ab... | 28.0 KiB | 24.7 KiB |
Business Templates li.DsfgyX > a > picture.y0lcpk > img | /tos-useast5-i-2zwwjm3azk-tx/bcbab7d41a0c4270a830606d81f5... | 23.4 KiB | 20.6 KiB |
li.cCMiLu > a.EBsoTM > picture.y0lcpk > img li.cCMiLu > a.EBsoTM > picture.y0lcpk > img | /tos-useast5-i-2zwwjm3azk-tx/85737fa61b294d56bca5c3d02fea... | 25.9 KiB | 18.6 KiB |
li.cCMiLu > a.EBsoTM > picture.y0lcpk > img li.cCMiLu > a.EBsoTM > picture.y0lcpk > img | /tos-useast5-i-2zwwjm3azk-tx/5151e74ea0654a30ab5d8bdfbfb6... | 21.9 KiB | 16.5 KiB |
li.cCMiLu > a.EBsoTM > picture.y0lcpk > img li.cCMiLu > a.EBsoTM > picture.y0lcpk > img | /tos-useast5-i-2zwwjm3azk-tx/401957fce4c44d3a82ffd44ddb46... | 22.0 KiB | 15.8 KiB |
Jayden_M's avatar li.B8XoiO > div.T4kap1 > p.Rf9BwW > img.EAobkF | /tos-useast5-i-2zwwjm3azk-tx/4dd00abbaca947ef876edd07d130... | 11.7 KiB | 11.5 KiB |
PixelPantry's avatar li.B8XoiO > div.T4kap1 > p.Rf9BwW > img.EAobkF | /tos-useast5-i-2zwwjm3azk-tx/c849934c4ebd46e1b1f84a7da975... | 11.0 KiB | 10.8 KiB |
Sarah Johnson's avatar li.B8XoiO > div.T4kap1 > p.Rf9BwW > img.EAobkF | /tos-useast5-i-2zwwjm3azk-tx/6121bef58bf74b3395a84d88614b... | 11.0 KiB | 10.8 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 |
|---|---|---|
| /obj/seeyou-ttp-tx/growth/seeyou_bedrock/pre_sdk/presets/... | 56.4 KiB | 1.2 s |
| /obj/capcut-web-buz-tx/ies/ccweb/scm_storage/sdk/capcutw-... | 1.5 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 |
|---|---|
| capcut.com/ | 767 ms |
| www.capcut.com/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Templates for Everything
873K
934K
293K
129K body > div#root > main > section.KZFZbO | 0.185 |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /obj/tiktok-web-tx/pns/tiktok-cookie-banner/2.0.0.77/defa... | 148.8 KiB | 92.6 KiB |
| /obj/capcut-web-buz-tx/growth/capcut/landing_page/static/... | 143.3 KiB | 92.0 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-PFCSPKZ | 126.0 KiB | 60.4 KiB |
| www.googletagmanager.com/gtag/js?id=G-F9J0QP63RB&cx=c>m=4e64f0 | 176.6 KiB | 56.2 KiB |
| /obj/capcut-web-buz-tx/growth/capcut/landing_page/static/... | 72.5 KiB | 35.2 KiB |
| /obj/seeyou-ttp-tx/growth/seeyou_bedrock/pre_sdk/presets/... | 55.3 KiB | 32.7 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 |
|---|---|---|---|
| /obj/capcut-web-buz-tx/growth/capcut/landing_page/static/... | 1.1 s | 1.0 s | 31 ms |
| /obj/capcut-web-buz-tx/growth/capcut/landing_page/static/... | 894 ms | 769 ms | 66 ms |
| Unattributable | 756 ms | 100 ms | 0.0 ms |
| www.capcut.com/ | 648 ms | 35 ms | 0.7 ms |
| www.googletagmanager.com/gtag/js?id=G-F9J0QP63RB&cx=c>m=4e64f0 | 609 ms | 536 ms | 66 ms |
| /obj/tiktok-web-tx/pns/tiktok-cookie-banner/2.0.0.77/defa... | 543 ms | 472 ms | 65 ms |
| www.googletagmanager.com/gtm.js?id=GTM-PFCSPKZ | 302 ms | 250 ms | 49 ms |
| /obj/capcut-web-buz-tx/ies/ccweb/scm_storage/sdk/browser.... | 169 ms | 120 ms | 11 ms |
| /obj/seeyou-ttp-tx/growth/seeyou_bedrock/pre_sdk/presets/... | 136 ms | 104 ms | 25 ms |
| /obj/capcut-web-buz-tx/growth/capcut/landing_page/static/... | 70 ms | 62 ms | 3.6 ms |
| /obj/capcut-web-buz-tx/growth/capcut/landing_page/static/... | 64 ms | 22 ms | 37 ms |
| bat.bing.com/bat.js | 57 ms | 35 ms | 19 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 | 3.8 s |
| Other | 774 ms |
| Style & Layout | 477 ms |
| Script Parsing & Compilation | 444 ms |
| Garbage Collection | 123 ms |
| Rendering | 71 ms |
| Parse HTML & CSS | 56 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 |
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /obj/capcut-web-buz-tx/ies/ccweb/scm_storage/sdk/browser.... | 18.6 KiB | 8.7 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.
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 |
|---|
Terms of Service div.z361wv > ul.H9_UP9 > li.AVQvln > a.HMs11X |
Privacy Policy div.z361wv > ul.H9_UP9 > li.AVQvln > a.HMs11X |
Cookies Policy div.z361wv > ul.H9_UP9 > li.AVQvln > a.HMs11X |
License Agreement div.z361wv > ul.H9_UP9 > li.AVQvln > a.HMs11X |
Creator Terms of Service div.z361wv > ul.H9_UP9 > li.AVQvln > a.HMs11X |
Digital Services Act div.z361wv > ul.H9_UP9 > li.AVQvln > a.HMs11X |
Community Guidelines div.z361wv > ul.H9_UP9 > li.AVQvln > a.HMs11X |
Your Privacy Choices div.z361wv > ul.H9_UP9 > li.AVQvln > a.HMs11X |
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. | |
| <source src> with a <picture> parent is invalid and therefore ignored. Please use <source srcset> instead. | www.capcut.com/ line 3, col -1 |
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.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.capcut.com/tools | More |
| www.capcut.com/create | More |
| www.capcut.com/resource | More |
| www.capcut.com/template | More |
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.
1.10 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.46 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
232 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.008
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.09 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
3.61 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.
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 | |
|---|---|---|---|
Remove Video Background li.DsfgyX > a > picture.y0lcpk > img | /tos-useast5-i-2zwwjm3azk-tx/7106ba4b388345ebaf0eb0cecb4c... | 129.9 KiB | 109.7 KiB |
Photo Editor li.DsfgyX > a > picture.y0lcpk > img | /tos-useast5-i-2zwwjm3azk-tx/1829f23203044f95aa422135a926... | 83.1 KiB | 62.9 KiB |
Enhance Voice li.DsfgyX > a > picture.y0lcpk > img | /tos-useast5-i-2zwwjm3azk-tx/38039c28bb874c97a2dd5c4300b3... | 76.4 KiB | 57.3 KiB |
Text to Speech li.DsfgyX > a > picture.y0lcpk > img | /tos-useast5-i-2zwwjm3azk-tx/a462daf0a90649828e238cac3fbc... | 66.8 KiB | 50.1 KiB |
Online Video Editor li.DsfgyX > a > picture.y0lcpk > img | /tos-useast5-i-2zwwjm3azk-tx/5c48a0b582ac4f8a8ed411480183... | 63.4 KiB | 47.5 KiB |
Background Remover li.DsfgyX > a > picture.y0lcpk > img | /tos-useast5-i-2zwwjm3azk-tx/f1d0d9fc4a8b492881a4c2c15ea3... | 63.1 KiB | 47.3 KiB |
Add Subtitles to Video li.DsfgyX > a > picture.y0lcpk > img | /tos-useast5-i-2zwwjm3azk-tx/8ec1d6ed18764ce592e5e4817252... | 60.1 KiB | 45.1 KiB |
Image Enhancer li.DsfgyX > a > picture.y0lcpk > img | /tos-useast5-i-2zwwjm3azk-tx/6536955c591b4dfd8dd20e55bc25... | 59.1 KiB | 44.3 KiB |
Extract Audio li.DsfgyX > a > picture.y0lcpk > img | /tos-useast5-i-2zwwjm3azk-tx/1cbf68f953974184ab7d110d0a29... | 58.8 KiB | 44.1 KiB |
Video Converter li.DsfgyX > a > picture.y0lcpk > img | /tos-useast5-i-2zwwjm3azk-tx/31bcb59617ed4836be829be6e756... | 53.9 KiB | 40.4 KiB |
Remove Noise li.DsfgyX > a > picture.y0lcpk > img | /tos-useast5-i-2zwwjm3azk-tx/5d7b4d33b5284a208a7a190f6daa... | 49.5 KiB | 37.1 KiB |
ul.GM6LH3 > li.e36nsQ > a.srgYKb > video.Lw2b8J ul.GM6LH3 > li.e36nsQ > a.srgYKb > video.Lw2b8J | /tos-useast5-i-2zwwjm3azk-tx/91ba50ad491246fe9da1912ce1bf... | 48.4 KiB | 35.9 KiB |
AI Effects Templates li.DsfgyX > a > picture.y0lcpk > img | /tos-useast5-i-2zwwjm3azk-tx/bd45c6436b4c41a8b228515307e7... | 32.8 KiB | 24.6 KiB |
Social Media Templates li.DsfgyX > a > picture.y0lcpk > img | /tos-useast5-i-2zwwjm3azk-tx/b672a013007342b599694107a443... | 31.8 KiB | 23.8 KiB |
Image Resizer li.DsfgyX > a > picture.y0lcpk > img | /tos-useast5-i-2zwwjm3azk-tx/28bfda0d515245ba97ad2d22a9d4... | 31.5 KiB | 23.7 KiB |
Reels & TikTok Templates li.DsfgyX > a > picture.y0lcpk > img | /tos-useast5-i-2zwwjm3azk-tx/954f46422d0d4e5fab73efcca5ab... | 28.0 KiB | 21.0 KiB |
div#root > footer.S1hQhn > div.aDoF4d > img.KdCPEB div#root > footer.S1hQhn > div.aDoF4d > img.KdCPEB | /tos-useast5-i-2zwwjm3azk-tx/519ef3f993264911ae282a53d710... | 27.0 KiB | 19.4 KiB |
Business Templates li.DsfgyX > a > picture.y0lcpk > img | /tos-useast5-i-2zwwjm3azk-tx/bcbab7d41a0c4270a830606d81f5... | 23.4 KiB | 17.5 KiB |
ul.Ok3f9w > li.B8XoiO > div.T4kap1 > video.fZbNbg ul.Ok3f9w > li.B8XoiO > div.T4kap1 > video.fZbNbg | /tos-useast5-i-2zwwjm3azk-tx/241b4b80a17d466dbc11659c25a8... | 17.9 KiB | 13.3 KiB |
Jayden_M's avatar li.B8XoiO > div.T4kap1 > p.Rf9BwW > img.EAobkF | /tos-useast5-i-2zwwjm3azk-tx/4dd00abbaca947ef876edd07d130... | 11.7 KiB | 11.4 KiB |
ul.evF7ta > li.cCMiLu > a.EBsoTM > video.GSBNPD ul.evF7ta > li.cCMiLu > a.EBsoTM > video.GSBNPD | /tos-useast5-i-2zwwjm3azk-tx/6497dd895e404f90b0ff84f290e7... | 15.0 KiB | 11.2 KiB |
PixelPantry's avatar li.B8XoiO > div.T4kap1 > p.Rf9BwW > img.EAobkF | /tos-useast5-i-2zwwjm3azk-tx/c849934c4ebd46e1b1f84a7da975... | 11.0 KiB | 10.7 KiB |
Sarah Johnson's avatar li.B8XoiO > div.T4kap1 > p.Rf9BwW > img.EAobkF | /tos-useast5-i-2zwwjm3azk-tx/6121bef58bf74b3395a84d88614b... | 11.0 KiB | 10.7 KiB |
ul.GM6LH3 > li.e36nsQ > a.srgYKb > video.Lw2b8J ul.GM6LH3 > li.e36nsQ > a.srgYKb > video.Lw2b8J | /tos-useast5-i-2zwwjm3azk-tx/24efe191098a45cf8306a639aba4... | 12.1 KiB | 9.1 KiB |
ul.evF7ta > li.cCMiLu > a.EBsoTM > video.GSBNPD ul.evF7ta > li.cCMiLu > a.EBsoTM > video.GSBNPD | /tos-useast5-i-2zwwjm3azk-tx/38d0e10820784abaa5cedfeb1a88... | 11.0 KiB | 8.2 KiB |
ul.evF7ta > li.cCMiLu > a.EBsoTM > video.GSBNPD ul.evF7ta > li.cCMiLu > a.EBsoTM > video.GSBNPD | /tos-useast5-i-2zwwjm3azk-tx/85737fa61b294d56bca5c3d02fea... | 6.8 KiB | 5.0 KiB |
ul.evF7ta > li.cCMiLu > a.EBsoTM > video.GSBNPD ul.evF7ta > li.cCMiLu > a.EBsoTM > video.GSBNPD | /tos-useast5-i-2zwwjm3azk-tx/5151e74ea0654a30ab5d8bdfbfb6... | 6.2 KiB | 4.6 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 |
|---|---|---|
| /obj/seeyou-ttp-tx/growth/seeyou_bedrock/pre_sdk/presets/... | 56.3 KiB | 289 ms |
| /obj/capcut-web-buz-tx/ies/ccweb/scm_storage/sdk/capcutw-... | 1.5 KiB |
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.
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 |
|---|---|
| capcut.com/ | 208 ms |
| www.capcut.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.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /obj/tiktok-web-tx/pns/tiktok-cookie-banner/2.0.0.77/defa... | 148.8 KiB | 92.6 KiB |
| /obj/capcut-web-buz-tx/growth/capcut/landing_page/static/... | 143.3 KiB | 91.8 KiB |
| accounts.google.com/gsi/client | 95.3 KiB | 71.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-PFCSPKZ | 126.0 KiB | 60.4 KiB |
| www.googletagmanager.com/gtag/js?id=G-F9J0QP63RB&cx=c>m=4e64f0h1 | 176.6 KiB | 56.2 KiB |
| /obj/capcut-web-buz-tx/growth/capcut/landing_page/static/... | 72.5 KiB | 35.2 KiB |
| /obj/seeyou-ttp-tx/growth/seeyou_bedrock/pre_sdk/presets/... | 55.3 KiB | 32.3 KiB |
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 |
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /obj/capcut-web-buz-tx/ies/ccweb/scm_storage/sdk/browser.... | 18.6 KiB | 8.7 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.
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.
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 |
|---|
Text to Speech ul.Ge_fCP > li > a.mu2jvZ > span |
Remove image backgrounds instantly with AI in one click. No watermark required—… ul.uDtMHJ > li.A9zmeX > p.Rt5wbK > span._w9tqS |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
accounts.google.com/gsi/client line 85, col 88 | [GSI_LOGGER]: FedCM get() rejects with NetworkError: Error retrieving a token. |
Not signed in with the identity provider. |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.capcut.com/tools | More |
| www.capcut.com/create | More |
| www.capcut.com/resource | More |
| www.capcut.com/template | More |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback