Mobile 375 × 812

Desktop 1440 × 900

Score: 80 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
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.
Cookie '__cf_geo' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
Cookie '__cf_geo_region' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 14.4 MB (9.5 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
Soft 404: server returns HTTP 200 for non-existent pages
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/6e13a35e-1582-4ce9-8f25-473a846da25f)<a href="https://beavercheck.com/results/6e13a35e-1582-4ce9-8f25-473a846da25f"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Finvideo.io" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Finvideo.ioThis 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 12.0s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~29%.
Page takes 12.0s to load
+12% bounceUsers abandon at ~3s — you're 9.5s 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 258ms 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
1 form field(s) without a label
+2% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
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.
$600 investment → $3,262/month returns + USD 157,500 risk avoided
$600
6h · 5 findings
$3,262 /mo
~$39,148 / year
USD 157,500
if kept compliant
$100 — 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.
6.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,127 / month at risk
~$157,529 / year if left unfixed
$157,500
+3 more
$2.40 /mo
30032.9 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.02 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
12.00 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
258 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.067
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.60 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.
12.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 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.
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| invideo.io/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? | 14400.0 s | 12.2 KiB |
| /3.31.0/modern/plugins/rsa-plugins-legacyEncryptionUtils.... | 3600.0 s | 5.2 KiB |
| cdn.rudderlabs.com/3.31.0/modern/plugins/rsa-plugins-RetryQueue.min.js | 3600.0 s | 3.7 KiB |
| cdn.rudderlabs.com/3.31.0/modern/plugins/rsa-plugins-common.min.js | 3600.0 s | 3.6 KiB |
| cdn.rudderlabs.com/3.31.0/modern/plugins/rsa-plugins-remote-XhrQueue.min.js | 3600.0 s | 1.6 KiB |
| /3.31.0/modern/plugins/rsa-plugins-remote-CustomConsentMa... | 3600.0 s | 1.3 KiB |
| cdn.rudderlabs.com/3.31.0/modern/plugins/rsa-plugins-remote-GoogleLinker.min.js | 3600.0 s | 1.1 KiB |
| /3.31.0/modern/plugins/rsa-plugins-remote-ExternalAnonymo... | 3600.0 s | 1.0 KiB |
| cdn.rudderlabs.com/3.31.0/modern/plugins/rsa-plugins.js | 3600.0 s | 1002 B |
| /3.31.0/modern/plugins/rsa-plugins-remote-StorageEncrypti... | 3600.0 s | 772 B |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| invideo.io/pro-landing-pages-assets/_next/static/chunks/117j5zfns1p14.js | 51.3 KiB | 50.9 KiB |
| invideo.io/pro-landing-pages-assets/_next/static/chunks/08d99ozvfhouo.js | 51.1 KiB | 50.7 KiB |
| invideo.io/pro-landing-pages-assets/_next/static/chunks/009uh~4q4l597.js | 51.3 KiB | 26.5 KiB |
| invideo.io/pro-landing-pages-assets/_next/static/chunks/07sotpfv949m6.js | 69.4 KiB | 24.5 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 |
|---|---|---|---|
| invideo.io/pro-landing-pages-assets/_next/static/chunks/03jmhctlp5uez.js | 1.3 s | 96 ms | 4.8 ms |
| invideo.io/pro-landing-pages-assets/_next/static/chunks/07sotpfv949m6.js | 1.2 s | 1.0 s | 23 ms |
| invideo.io/ | 1.1 s | 53 ms | 26 ms |
| Unattributable | 993 ms | 22 ms | 0.0 ms |
| invideo.io/cdn-cgi/challenge-platform/scripts/jsd/main.js | 254 ms | 230 ms | 1.8 ms |
| invideo.io/pro-landing-pages-assets/_next/static/chunks/0f~3lq7hsjfv8.js | 165 ms | 143 ms | 8.7 ms |
| invideo.io/pro-landing-pages-assets/_next/static/chunks/009uh~4q4l597.js | 103 ms | 30 ms | 16 ms |
| invideo.io/pro-landing-pages-assets/_next/static/chunks/14ai0ke6pqoie.js | 53 ms | 50 ms | 2.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 |
|---|---|
| Other | 2.4 s |
| Script Evaluation | 1.8 s |
| Style & Layout | 762 ms |
| Rendering | 219 ms |
| Script Parsing & Compilation | 189 ms |
| Parse HTML & CSS | 103 ms |
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 |
|---|
Try invideo div.w-full > div.flex > div.bg-[rgba(45,45,45,0.8)] > button.bg-[#066DE8] |
Get the app div.w-full > div.flex > button.flex > div |
invideo AI div.grid > div.space-y-8 > div.mb-4 > h3.text-white |
Video Tools div.grid > div.space-y-8 > div.space-y-4 > h4.text-white |
AI Video Generator div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
AI Avatar Generator div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Text to Video div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Image to Video div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
UGC Ads div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
AI Animation Generator div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
AI Ad Generator div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Video Models div.grid > div.space-y-8 > div.space-y-4 > h4.text-white |
Google Veo 3.1 div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Sora 2 div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Kling AI div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Wan AI div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Pixverse AI div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Hailuo AI div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Seedance div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
View all div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Image Tools div.grid > div.space-y-8 > div.mb-4 > h3.text-white |
AI Image Generator div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
AI Art Generator div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Image to Image div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
AI Thumbnail Maker div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
AI Image Enhancer div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Image Models div.grid > div.space-y-8 > div.space-y-4 > h4.text-white |
Nano Banana Pro div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Ideogram div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Seedream div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Flux Kontext div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Qwen div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Imagen AI div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Reve AI div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
View all div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Audio & Music Tools div.grid > div.space-y-8 > div.mb-4 > h3.text-white |
AI Voice Generator div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
AI Music Generator div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Text to Speech div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Voice Cloning div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Audio Models div.grid > div.space-y-8 > div.space-y-4 > h4.text-white |
Eleven Labs div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Minimax div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
View all div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Quick AI Tools div.grid > div.space-y-8 > div.mb-4 > h3.text-white |
Face Swap div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Face Swap Video div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
invideo Studio div.space-y-8 > div.mb-4 > h3.text-white > a.hover:text-blue-100 |
Online Video Editor div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Picture Video Maker div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Instagram Video Editor div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Online Video Maker div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Video Collage Maker div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Video Trimmer div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Video Compressor div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
MP4 Compressor div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Help div.grid > div.space-y-8 > div.mb-4 > h3.text-white |
Live chat 24/7 div.space-y-4 > ul.space-y-3 > li > button.text-blue-100 |
Email Us div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Tutorials div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Blogs div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Youtube Channel div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Instagram Inspiration div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Community div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Affiliate program div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
invideo AI Pricing div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Privacy policy div.max-w-7xl > div.text-center > div.mb-2 > a.hover:text-white |
Terms & conditions div.max-w-7xl > div.text-center > div.mb-2 > a.hover:text-white |
Manage cookies div.max-w-7xl > div.text-center > div.mb-2 > button.hover:text-white |
©2026 invideo footer.bg-[#287CEE] > div.max-w-7xl > div.text-center > div |
These are opportunities to improve the legibility of your content.
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.bg-[rgba(45,45,45,0.8)] > div.flex-1 > div.w-full > textarea.w-full div.bg-[rgba(45,45,45,0.8)] > div.flex-1 > div.w-full > textarea.w-full |
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.
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.
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 |
|---|---|
| invideo.io/privacy-policy/ | here |
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.
823 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.61 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
7 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.058
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
995 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.
1.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 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 | |
|---|---|---|---|
span.flex > div.relative > div.absolute > video.absolute span.flex > div.relative > div.absolute > video.absolute | /iv-pro-landing-pages/prod/folds/hero/landing_video_poste... | 35.9 KiB | 32.4 KiB |
Extract Shot div.relative > div.grid > div.relative > img.absolute | /pro-video-wall/5a657f68-5fde-49f2-8203-8f934b88f38b/5a65... | 36.8 KiB | 18.9 KiB |
By Prateek Sank Sinha div.relative > div.grid > div.relative > img.absolute | /pro-video-wall/f600d77e-ddb0-494a-8b52-726069301dd4/f600... | 29.3 KiB | 15.4 KiB |
By Andrew Salter div.relative > div.grid > div.relative > img.absolute | /pro-video-wall/f63236dc-6796-414f-b3c9-72f5dd3babf8/f632... | 28.0 KiB | 14.7 KiB |
Kaleido div.relative > div.grid > div.relative > img.absolute | /pro-video-wall/0cae0e03-df98-4eae-abd0-4adcedf61ca4/0cae... | 20.9 KiB | 13.3 KiB |
Boards div.relative > div.grid > div.relative > img.absolute | /pro-video-wall/2080f24a-7d85-4794-9ae6-beeb558b00e1/2080... | 26.1 KiB | 13.0 KiB |
By Darryll Rapacon div.relative > div.grid > div.relative > img.absolute | /pro-video-wall/af1cd9c9-ceb0-411e-ad74-79f7e1cba88b/af1c... | 24.6 KiB | 12.9 KiB |
Pest Control Services Promo div.relative > div.grid > div.relative > img.absolute | /pro-video-wall/502accad-40d7-43e2-81c1-3188757f0dea/502a... | 24.1 KiB | 12.7 KiB |
UFO div.relative > div.grid > div.relative > img.absolute | /pro-video-wall/476c1213-6910-48af-a7df-1505586ce49e/476c... | 20.6 KiB | 12.5 KiB |
div.relative > div.grid > div.relative > video.absolute div.relative > div.grid > div.relative > video.absolute | /pro-video-wall/9206f878-6cd9-4efb-a175-110fea62b10f/9206... | 22.6 KiB | 11.9 KiB |
div.relative > div.grid > div.relative > video.absolute div.relative > div.grid > div.relative > video.absolute | /pro-video-wall/a85be0a1-a9f3-404e-a446-cce644714128/a85b... | 22.0 KiB | 11.6 KiB |
Mercedes G-Class Promo div.relative > div.grid > div.relative > img.absolute | /pro-video-wall/cc2aa127-dd0c-4324-864f-4b3b6fdc17d0/cc2a... | 21.6 KiB | 11.3 KiB |
div.relative > div.grid > div.relative > video.absolute div.relative > div.grid > div.relative > video.absolute | /pro-video-wall/9d8f5a97-9a68-4071-8d15-28e180b565ab/9d8f... | 21.3 KiB | 11.2 KiB |
Angles div.relative > div.grid > div.relative > img.absolute | /pro-video-wall/8e1efc50-8d2a-4902-91fa-f2b05e4cd74c/8e1e... | 20.0 KiB | 10.4 KiB |
By Bharat div.relative > div.grid > div.relative > img.absolute | /pro-video-wall/bd1d7d38-fe52-432d-8e65-39e330732bb2/bd1d... | 19.0 KiB | 10.0 KiB |
Whip Pan div.relative > div.grid > div.relative > img.absolute | /pro-video-wall/6b440b1e-1749-411c-9681-53b3d20d31fe/6b44... | 15.4 KiB | 9.8 KiB |
De Soi Promo div.relative > div.grid > div.relative > img.absolute | /pro-video-wall/f8f531b0-6ec9-493e-b1ca-2a59372291ea/f8f5... | 18.2 KiB | 9.6 KiB |
Drip Hop div.relative > div.grid > div.relative > img.absolute | /pro-video-wall/7a0aa281-dfef-49f2-b999-2fe553463adc/7a0a... | 14.7 KiB | 9.4 KiB |
div.relative > div.grid > div.relative > video.absolute div.relative > div.grid > div.relative > video.absolute | /pro-video-wall/bf64f577-48d3-47ec-80af-13dcee767a4d/bf64... | 17.6 KiB | 9.3 KiB |
Hero Walk div.relative > div.grid > div.relative > img.absolute | /pro-video-wall/372e8121-a8d9-4cb8-82a7-a4923404e9fe/372e... | 14.1 KiB | 9.0 KiB |
Drip Flip div.relative > div.grid > div.relative > img.absolute | /pro-video-wall/8ee12c50-cc99-4e61-a0a7-9d93e5e1070b/8ee1... | 14.0 KiB | 8.9 KiB |
Car Crash div.relative > div.grid > div.relative > img.absolute | /pro-video-wall/479e8bb5-f6d9-4d25-af44-c9e799b63e3f/479e... | 20.0 KiB | 8.7 KiB |
Bear Chase div.relative > div.grid > div.relative > img.absolute | /pro-video-wall/66ae1c46-e0b7-404b-b64f-8c4a8d1373a7/66ae... | 13.9 KiB | 8.5 KiB |
Architect div.relative > div.grid > div.relative > img.absolute | /pro-video-wall/1bdce7da-3cc9-4d77-9578-51d8b7175d10/1bdc... | 12.7 KiB | 8.1 KiB |
Drunk Vision div.relative > div.grid > div.relative > img.absolute | /pro-video-wall/67a461ac-7fcc-486b-a61e-52a20b6bc292/67a4... | 13.3 KiB | 8.0 KiB |
div.relative > div.grid > div.relative > video.absolute div.relative > div.grid > div.relative > video.absolute | /pro-video-wall/a95ac920-852c-43b9-bb62-f1a27f63b52e/a95a... | 13.7 KiB | 7.2 KiB |
Overlay div.relative > div.grid > div.relative > img.absolute | /pro-video-wall/50c05cec-2572-42d1-8abc-517b12e29694/50c0... | 11.6 KiB | 6.9 KiB |
By Hyeongjun Kim div.relative > div.grid > div.relative > img.absolute | /pro-video-wall/8e12d493-5014-4eff-9bcc-74d7feb7644a/8e12... | 12.8 KiB | 6.7 KiB |
Culinary Art Promo div.relative > div.grid > div.relative > img.absolute | /pro-video-wall/d2b8c8e7-8590-4892-b7f1-5c9c527f7604/d2b8... | 12.5 KiB | 6.6 KiB |
MoveMates Brand Promo div.relative > div.grid > div.relative > img.absolute | /pro-video-wall/d163cc1b-f794-4b1b-8774-0e68c6e8bf7d/d163... | 12.5 KiB | 6.6 KiB |
div.relative > div.grid > div.relative > video.absolute div.relative > div.grid > div.relative > video.absolute | /pro-video-wall/b8ce5f5d-47f4-48d2-b20d-4b1830f49e31/b8ce... | 11.7 KiB | 6.1 KiB |
VHS div.relative > div.grid > div.relative > img.absolute | /pro-video-wall/b86df3f9-b1ac-4f57-aee0-56b49f5f7bb8/b86d... | 9.0 KiB | 5.4 KiB |
Looks div.relative > div.grid > div.relative > img.absolute | /pro-video-wall/70b47dee-1e87-4fd8-81c3-8185759796d9/70b4... | 13.4 KiB | 5.4 KiB |
Eau de Parfum Promo div.relative > div.grid > div.relative > img.absolute | /pro-video-wall/57ae12a8-8784-45b0-8f59-929d5f2edbf6/57ae... | 7.8 KiB | 4.1 KiB |
By Mark Wachholz div.relative > div.grid > div.relative > img.absolute | /pro-video-wall/1201a706-6dff-4ffb-b891-adec32cfde60/1201... | 7.7 KiB | 4.1 KiB |
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| invideo.io/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? | 14400.0 s | 13.0 KiB |
| /3.31.0/modern/plugins/rsa-plugins-legacyEncryptionUtils.... | 3600.0 s | 5.2 KiB |
| cdn.rudderlabs.com/3.31.0/modern/plugins/rsa-plugins-RetryQueue.min.js | 3600.0 s | 3.7 KiB |
| cdn.rudderlabs.com/3.31.0/modern/plugins/rsa-plugins-common.min.js | 3600.0 s | 3.5 KiB |
| cdn.rudderlabs.com/3.31.0/modern/plugins/rsa-plugins-remote-XhrQueue.min.js | 3600.0 s | 1.6 KiB |
| /3.31.0/modern/plugins/rsa-plugins-remote-CustomConsentMa... | 3600.0 s | 1.3 KiB |
| cdn.rudderlabs.com/3.31.0/modern/plugins/rsa-plugins-remote-GoogleLinker.min.js | 3600.0 s | 1.1 KiB |
| /3.31.0/modern/plugins/rsa-plugins-remote-ExternalAnonymo... | 3600.0 s | 1.0 KiB |
| cdn.rudderlabs.com/3.31.0/modern/plugins/rsa-plugins.js | 3600.0 s | 1001 B |
| /3.31.0/modern/plugins/rsa-plugins-remote-StorageEncrypti... | 3600.0 s | 770 B |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| invideo.io/pro-landing-pages-assets/_next/static/chunks/117j5zfns1p14.js | 51.3 KiB | 50.9 KiB |
| invideo.io/pro-landing-pages-assets/_next/static/chunks/009uh~4q4l597.js | 51.3 KiB | 50.9 KiB |
| invideo.io/pro-landing-pages-assets/_next/static/chunks/07sotpfv949m6.js | 69.4 KiB | 24.5 KiB |
| invideo.io/pro-landing-pages-assets/_next/static/chunks/08d99ozvfhouo.js | 51.1 KiB | 24.3 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 |
|---|
Try invideo div.w-full > div.flex > div.bg-[rgba(45,45,45,0.8)] > button.bg-[#066DE8] |
Start Now div.text-center > button.bg-[#277CEE] > a > span.flex |
invideo AI div.grid > div.space-y-8 > div.mb-4 > h3.text-white |
Video Tools div.grid > div.space-y-8 > div.space-y-4 > h4.text-white |
AI Video Generator div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
AI Avatar Generator div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Text to Video div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Image to Video div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
UGC Ads div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
AI Animation Generator div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
AI Ad Generator div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Video Models div.grid > div.space-y-8 > div.space-y-4 > h4.text-white |
Google Veo 3.1 div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Sora 2 div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Kling AI div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Wan AI div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Pixverse AI div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Hailuo AI div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Seedance div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
View all div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Image Tools div.grid > div.space-y-8 > div.mb-4 > h3.text-white |
AI Image Generator div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
AI Art Generator div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Image to Image div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
AI Thumbnail Maker div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
AI Image Enhancer div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Image Models div.grid > div.space-y-8 > div.space-y-4 > h4.text-white |
Nano Banana Pro div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Ideogram div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Seedream div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Flux Kontext div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Qwen div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Imagen AI div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Reve AI div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
View all div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Audio & Music Tools div.grid > div.space-y-8 > div.mb-4 > h3.text-white |
AI Voice Generator div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
AI Music Generator div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Text to Speech div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Voice Cloning div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Audio Models div.grid > div.space-y-8 > div.space-y-4 > h4.text-white |
Eleven Labs div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Minimax div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
View all div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Quick AI Tools div.grid > div.space-y-8 > div.mb-4 > h3.text-white |
Face Swap div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Face Swap Video div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
invideo Studio div.space-y-8 > div.mb-4 > h3.text-white > a.hover:text-blue-100 |
Online Video Editor div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Picture Video Maker div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Instagram Video Editor div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Online Video Maker div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Video Collage Maker div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Video Trimmer div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Video Compressor div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
MP4 Compressor div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Help div.grid > div.space-y-8 > div.mb-4 > h3.text-white |
Live chat 24/7 div.space-y-4 > ul.space-y-3 > li > button.text-blue-100 |
Email Us div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Tutorials div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Blogs div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Youtube Channel div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Instagram Inspiration div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Community div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Affiliate program div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
invideo AI Pricing div.space-y-4 > ul.space-y-3 > li > a.text-blue-100 |
Privacy policy div.max-w-7xl > div.text-center > div.mb-2 > a.hover:text-white |
Terms & conditions div.max-w-7xl > div.text-center > div.mb-2 > a.hover:text-white |
Manage cookies div.max-w-7xl > div.text-center > div.mb-2 > button.hover:text-white |
©2026 invideo footer.bg-[#287CEE] > div.max-w-7xl > div.text-center > div |
These are opportunities to improve the legibility of your content.
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.bg-[rgba(45,45,45,0.8)] > div.flex-1 > div.w-full > textarea.w-full div.bg-[rgba(45,45,45,0.8)] > div.flex-1 > div.w-full > textarea.w-full |
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.
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.
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 |
|---|---|
| invideo.io/privacy-policy/ | here |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback