Mobile 375 × 812

Desktop 1440 × 900

Score: 67 / 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.
Solid SEO basics — a few optimizations could boost rankings.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
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.
Page weighs 53.3 MB (28.0 MB transferred)
Performance issues directly impact user engagement and conversion rates.
No <main> landmark found
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/1b85e090-26d9-4c9a-9843-08332f739f3c)<a href="https://beavercheck.com/results/1b85e090-26d9-4c9a-9843-08332f739f3c"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fkaltura.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fkaltura.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 5.8s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~30%.
Page takes 5.8s to load
+12% bounceUsers abandon at ~3s — you're 3.3s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 21.9s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No 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 → $4,375/month returns + USD 157,500 risk avoided
$500
5h · 5 findings
$4,375 /mo
~$52,495 / year
USD 157,500
if kept compliant
$150 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,132 / month at risk
~$157,584 / year if left unfixed
$157,500
+5 more
$7.04 /mo
88018.3 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.
4.58 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.80 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
21.91 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.004
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.38 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.
66.14 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.
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.
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 |
|---|---|---|
| corp.kaltura.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 30.3 KiB | 151 ms |
| /wp-content/cache/min/1/wp-content/themes/airfleet/dist/s... | 86.0 KiB | 454 ms |
| corp.kaltura.com/wp-content/themes/airfleet/theme/style.css?ver=1776605019 | 750 B |
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.
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.container > div.c-new-media > picture.c-new-picture > img.c-new-image div.container > div.c-new-media > picture.c-new-picture > img.c-new-image | corp.kaltura.com/wp-content/uploads/2026/02/mobile-hero-1-1.png | 264.9 KiB | 230.4 KiB |
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| kaltura.com/ | 1.0 s |
| www.kaltura.com/ | 630 ms |
| www.kaltura.com/ | 898 ms |
| corp.kaltura.com/ | 0.0 ms |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /wp-content/cache/min/1/wp-content/themes/airfleet/dist/s... | 85.7 KiB | 81.9 KiB |
| .playkit-player{--playkit-primary-hsl-hue: 214deg;--playkit-secondary-hsl-hue: 40deg;--playkit-succ… | 33.2 KiB | 33.2 KiB |
| 15.2 KiB | 15.2 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
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 15.7 s |
| Script Parsing & Compilation | 9.3 s |
| Other | 6.0 s |
| Parse HTML & CSS | 4.9 s |
| Style & Layout | 543 ms |
| Garbage Collection | 510 ms |
| Rendering | 67 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
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.
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.b-new-image-slider-with-modal-video__slide > div.c-new-box-video > div.c-new-box-video__head > a.c-new-link div.b-new-image-slider-with-modal-video__slide > div.c-new-box-video > div.c-new-box-video__head > a.c-new-link |
div.b-new-image-slider-with-modal-video__slide > div.c-new-box-video > div.c-new-box-video__head > a.c-new-link div.b-new-image-slider-with-modal-video__slide > div.c-new-box-video > div.c-new-box-video__head > a.c-new-link |
div.b-new-image-slider-with-modal-video__slide > div.c-new-box-video > div.c-new-box-video__head > a.c-new-link div.b-new-image-slider-with-modal-video__slide > div.c-new-box-video > div.c-new-box-video__head > a.c-new-link |
div.b-new-image-slider-with-modal-video__slide > div.c-new-box-video > div.c-new-box-video__head > a.c-new-link div.b-new-image-slider-with-modal-video__slide > div.c-new-box-video > div.c-new-box-video__head > a.c-new-link |
div.b-new-image-slider-with-modal-video__slide > div.c-new-box-video > div.c-new-box-video__head > a.c-new-link div.b-new-image-slider-with-modal-video__slide > div.c-new-box-video > div.c-new-box-video__head > a.c-new-link |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.kaltura.com/ | Allowed |
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 |
|---|---|
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
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 |
|---|---|
| corp.kaltura.com/customers/ | Read more |
| /resources/industry-reports/the-state-of-ai-video-in-the-... | Read more |
| /resources/whitepapers-and-guides/digital-memory-activate... | Read more |
| corp.kaltura.com/resources/case-studies/for/ | Read more |
| corp.kaltura.com/company/ | Read more |
| /landing_pages/events/connect-2026/?utm_source=wp&utm_med... | Learn 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.71 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.90 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.98 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.19 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.
14.13 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.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| corp.kaltura.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 30.3 KiB | |
| /wp-content/cache/min/1/wp-content/themes/airfleet/dist/s... | 86.0 KiB | 82 ms |
| corp.kaltura.com/wp-content/themes/airfleet/theme/style.css?ver=1776605019 | 760 B |
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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.
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 |
|---|---|
| kaltura.com/ | 484 ms |
| www.kaltura.com/ | 190 ms |
| www.kaltura.com/ | 407 ms |
| corp.kaltura.com/ | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /wp-content/cache/min/1/wp-content/themes/airfleet/dist/s... | 85.7 KiB | 81.3 KiB |
| .playkit-player{--playkit-primary-hsl-hue: 214deg;--playkit-secondary-hsl-hue: 40deg;--playkit-succ… | 33.2 KiB | 33.2 KiB |
| 15.2 KiB | 15.2 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
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 |
|---|---|---|---|
| Unattributable | 1.7 s | 13 ms | 0.0 ms |
| /p/811441/embedPlaykitJs/uiconf_id/57733292?iframeembed=t... | 1.5 s | 758 ms | 414 ms |
| /p/811441/embedPlaykitJs/uiconf_id/57733292?iframeembed=t... | 1.3 s | 568 ms | 461 ms |
| /p/811441/embedPlaykitJs/uiconf_id/57733292?iframeembed=t... | 1.3 s | 597 ms | 440 ms |
| /p/811441/embedPlaykitJs/uiconf_id/57733292?iframeembed=t... | 1.3 s | 593 ms | 435 ms |
| /p/811441/embedPlaykitJs/uiconf_id/57733292?iframeembed=t... | 1.3 s | 568 ms | 442 ms |
| corp.kaltura.com/ | 558 ms | 59 ms | 3.7 ms |
| www.googletagmanager.com/gtm.js?id=GTM-W626G6B | 250 ms | 201 ms | 34 ms |
| /signals/config/1177421536042243?v=2.9.303&r=stable&domai... | 202 ms | 111 ms | 19 ms |
| www.googletagmanager.com/gtag/js?id=AW-1051188890&cx=c>m=4e64k0 | 187 ms | 163 ms | 21 ms |
| www.googletagmanager.com/gtag/js?id=G-1JDXRSF4WN&cx=c>m=4e64k0 | 118 ms | 87 ms | 29 ms |
| connect.facebook.net/en_US/fbevents.js | 64 ms | 45 ms | 18 ms |
| /wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/l... | 57 ms | 47 ms | 0.7 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 | 4.0 s |
| Script Parsing & Compilation | 2.3 s |
| Other | 2.0 s |
| Parse HTML & CSS | 1.3 s |
| Style & Layout | 240 ms |
| Garbage Collection | 125 ms |
| Rendering | 51 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|
div.c-new-featured-post > div.c-new-featured-post__container > picture.c-new-featured-post__image > img.entered div.c-new-featured-post > div.c-new-featured-post__container > picture.c-new-featured-post__image > img.entered | corp.kaltura.com/wp-content/uploads/2024/06/about-us.png.webp |
div.c-new-featured-post > div.c-new-featured-post__container > picture.c-new-featured-post__image > img.entered div.c-new-featured-post > div.c-new-featured-post__container > picture.c-new-featured-post__image > img.entered | corp.kaltura.com/wp-content/uploads/2025/03/image-393-Copy.png.webp |
div.c-new-featured-post > div.c-new-featured-post__container > picture.c-new-featured-post__image > img.entered div.c-new-featured-post > div.c-new-featured-post__container > picture.c-new-featured-post__image > img.entered | corp.kaltura.com/wp-content/uploads/2025/10/lp3.png.webp |
div.c-new-featured-post > div.c-new-featured-post__container > picture.c-new-featured-post__image > img.entered div.c-new-featured-post > div.c-new-featured-post__container > picture.c-new-featured-post__image > img.entered | corp.kaltura.com/wp-content/uploads/2025/11/lp-8.png.webp |
div.c-new-featured-post > div.c-new-featured-post__container > picture.c-new-featured-post__image > img.entered div.c-new-featured-post > div.c-new-featured-post__container > picture.c-new-featured-post__image > img.entered | corp.kaltura.com/wp-content/uploads/2025/08/1_1lotmwnr.jpg.webp |
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.
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.b-new-image-slider-with-modal-video__slide > div.c-new-box-video > div.c-new-box-video__head > a.c-new-link div.b-new-image-slider-with-modal-video__slide > div.c-new-box-video > div.c-new-box-video__head > a.c-new-link |
div.b-new-image-slider-with-modal-video__slide > div.c-new-box-video > div.c-new-box-video__head > a.c-new-link div.b-new-image-slider-with-modal-video__slide > div.c-new-box-video > div.c-new-box-video__head > a.c-new-link |
div.b-new-image-slider-with-modal-video__slide > div.c-new-box-video > div.c-new-box-video__head > a.c-new-link div.b-new-image-slider-with-modal-video__slide > div.c-new-box-video > div.c-new-box-video__head > a.c-new-link |
div.b-new-image-slider-with-modal-video__slide > div.c-new-box-video > div.c-new-box-video__head > a.c-new-link div.b-new-image-slider-with-modal-video__slide > div.c-new-box-video > div.c-new-box-video__head > a.c-new-link |
div.b-new-image-slider-with-modal-video__slide > div.c-new-box-video > div.c-new-box-video__head > a.c-new-link div.b-new-image-slider-with-modal-video__slide > div.c-new-box-video > div.c-new-box-video__head > a.c-new-link |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.kaltura.com/ | Allowed |
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 |
|---|---|
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
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 |
|---|---|
| corp.kaltura.com/customers/ | Read more |
| corp.kaltura.com/company/ | Read more |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback