Mobile 375 × 812

Desktop 1440 × 900

Score: 77 / 100
Based on 8 categories, 0 sections
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.
3 link(s) with no accessible text
4 control(s) without accessible label
110 HTTP requests — consider bundling or reducing
Cross-Origin-Embedder-Policy header is missing
Cross-Origin-Opener-Policy header is missing
[](https://beavercheck.com/results/282de175-0b82-5d39-3385-64457e1f712c)<a href="https://beavercheck.com/results/282de175-0b82-5d39-3385-64457e1f712c"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fwww.transifex.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fwww.transifex.comThis badge auto-updates with your latest scan result.
Thanks for your feedback!
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.71 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
12.71 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.13 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.150
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.14 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.
15.05 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
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
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
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.
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.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.iframe_box > div.inner_spacer > div.poster_image > ::before div.iframe_box > div.inner_spacer > div.poster_image > ::before | /hubfs/raw_assets/public/Transifex-u4m/templates/images/s... | 785.4 KiB | 82.2 KiB |
vdoposter div#hs_cos_wrapper_widget_1772465760197 > section#widget_1772465760197 > div.overlay_img > img | /hs-fs/hubfs/vdoposter_optimized-1.png?width=768&name=vdo... | 115.7 KiB | 19.4 KiB |
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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
| Element | Layout shift score |
|---|---|
div.bnrFlex > div.bnrvdoWrap > div.iframe_box > div.inner_spacer div.bnrFlex > div.bnrvdoWrap > div.iframe_box > div.inner_spacer | 0.128 |
div.bnrFlex > div.bnrvdoWrap > div.iframe_box > div.inner_spacer div.bnrFlex > div.bnrvdoWrap > div.iframe_box > div.inner_spacer | 0.022 |
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.
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.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn.feedbucket.app/assets/feedbucket.js | 137.7 KiB | 97.8 KiB |
| www.transifex.com/_hcms/forms/v2.js | 193.1 KiB | 75.4 KiB |
| /242e380f-0549-4bb9-b241-996a53fb27cb/cc.js?renew=false&r... | 400.0 KiB | 46.6 KiB |
| /hubfs/hub_generated/template_assets/1/188722431635/17750... | 42.6 KiB | 26.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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| consent.cookiebot.com/uc.js | 2.3 s | 1.6 s | 27 ms |
| www.transifex.com/ | 1.8 s | 39 ms | 0.6 ms |
| /hubfs/14487846/hub_generated/template_assets/1/188902385... | 1.0 s | 335 ms | 0.0 ms |
| js.hs-analytics.net/analytics/1775594400000/14487846.js | 895 ms | 698 ms | 12 ms |
| Unattributable | 837 ms | 14 ms | 0.0 ms |
| www.transifex.com/_hcms/forms/v2.js | 322 ms | 240 ms | 69 ms |
| cdn.drda.io/scripts/analytics/next/dreamdata.cl.min.js | 126 ms | 93 ms | 15 ms |
| cdn.feedbucket.app/assets/feedbucket.js | 104 ms | 40 ms | 60 ms |
| /242e380f-0549-4bb9-b241-996a53fb27cb/cc.js?renew=false&r... | 98 ms | 5.1 ms | 92 ms |
| js.hscollectedforms.net/collectedforms.js | 92 ms | 70 ms | 9.4 ms |
| js.hubspot.com/web-interactives-embed.js | 69 ms | 52 ms | 14 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
| Category | Time Spent |
|---|---|
| Script Evaluation | 3.3 s |
| Other | 1.9 s |
| Style & Layout | 970 ms |
| Parse HTML & CSS | 590 ms |
| Rendering | 531 ms |
| Script Parsing & Compilation | 344 ms |
| Garbage Collection | 87 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.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
| URL | |
|---|---|
vdoposter div#hs_cos_wrapper_widget_1772465760197 > section#widget_1772465760197 > div.overlay_img > img | /hs-fs/hubfs/vdoposter_optimized-1.png?width=768&name=vdo... |
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.
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.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
782 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.91 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
89 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.358
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.42 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.34 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
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
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
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.
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.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
| URL | Resource Size | Est Savings | |
|---|---|---|---|
vdoposter div#hs_cos_wrapper_widget_1772465760197 > section#widget_1772465760197 > div.overlay_img > img | /hs-fs/hubfs/vdoposter_optimized-1.png?width=1920&name=vd... | 810.0 KiB | 365.7 KiB |
div.iframe_box > div.inner_spacer > div.poster_image > ::before div.iframe_box > div.inner_spacer > div.poster_image > ::before | /hubfs/raw_assets/public/Transifex-u4m/templates/images/s... | 785.4 KiB | 82.2 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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
| Element | Layout shift score |
|---|---|
vdoposter div#hs_cos_wrapper_widget_1772465760197 > section#widget_1772465760197 > div.overlay_img > img | 0.358 |
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.
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.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn.feedbucket.app/assets/feedbucket.js | 137.7 KiB | 97.8 KiB |
| www.transifex.com/_hcms/forms/v2.js | 193.2 KiB | 75.5 KiB |
| /242e380f-0549-4bb9-b241-996a53fb27cb/cc.js?renew=false&r... | 399.9 KiB | 46.6 KiB |
| /hubfs/hub_generated/template_assets/1/188722431635/17750... | 42.6 KiB | 26.6 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
| URL | |
|---|---|
vdoposter div#hs_cos_wrapper_widget_1772465760197 > section#widget_1772465760197 > div.overlay_img > img | /hs-fs/hubfs/vdoposter_optimized-1.png?width=1920&name=vd... |
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.
| Failing Elements |
|---|
Transifex TMS div.intro__inner > div.intro_desc > p > a |
TQI div.intro__inner > div.intro_desc > p > a |
Transifex AI div.intro__inner > div.intro_desc > p > a |
These are opportunities to improve the legibility of your content.
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.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Send Feedback