Mobile 375 × 812

Desktop 1440 × 900

Score: 77 / 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.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
'unsafe-eval' found in script source
Security gaps expose your site and users to attacks, eroding trust.
'unsafe-inline' found in script source
Security gaps expose your site and users to attacks, eroding trust.
1 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
1 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
2 button(s) with no accessible text
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/6618301a-3c56-4eac-8261-1a6a624f9bee)<a href="https://beavercheck.com/results/6618301a-3c56-4eac-8261-1a6a624f9bee"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fpreply.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fpreply.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Addressing the critical issues below would have the most immediate impact on your user trust.
6 barrier(s) likely increasing bounce by ~29%.
Page takes 10.3s to load
+12% bounceUsers abandon at ~3s — you're 7.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 6.5s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
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
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
107 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.
$550 investment → $5,218/month returns + USD 157,500 risk avoided
$550
6h · 5 findings
$5,218 /mo
~$62,618 / 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.
5.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,126 / month at risk
~$157,508 / year if left unfixed
$157,500
+6 more
$0.69 /mo
8566.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.
3.86 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
10.26 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
6.51 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.64 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
26.03 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.
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.
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.SlideImage_container__yHBbS > div.SlideImage_inner__2UP_8 > div.SlideImage_imageWrapper__9YHpE > img.styles_img__qvNc2 div.SlideImage_container__yHBbS > div.SlideImage_inner__2UP_8 > div.SlideImage_imageWrapper__9YHpE > img.styles_img__qvNc2 | /cdn-cgi/image/format=auto,fit=contain,width=880/https://... | 113.8 KiB | 104.6 KiB |
div.styles_wrapper__46i5T > div.styles_promoContent__7gRDj > div.styles_promoInnerWrapper__YyEmC > img.styles_imageMobile__ax_32 div.styles_wrapper__46i5T > div.styles_promoContent__7gRDj > div.styles_promoInnerWrapper__YyEmC > img.styles_imageMobile__ax_32 | /cdn-cgi/image/format=auto,fit=contain,width=880/https://... | 68.4 KiB | 57.7 KiB |
div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H | /cdn-cgi/image/format=auto,fit=contain,width=700/https://... | 36.5 KiB | 32.1 KiB |
div.styles_heroImageContainer__WgZzy > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H div.styles_heroImageContainer__WgZzy > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H | /cdn-cgi/image/format=auto,fit=contain,width=700/https://... | 30.7 KiB | 23.4 KiB |
Preply-logo div#uc-main-dialog > div#main-view > header.has-custom-logo > img.logo | ok14static.oktacdn.com/fs/bco/1/fs08m309j6qMhC1Hi697 | 9.7 KiB | 8.8 KiB |
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 |
|---|---|---|
| static.preply.com/static/ssr/_next/static/chunks/pages/_app-a6625414c9ed085d.js | 296.9 KiB | 136.9 KiB |
| preply.com/gtm_metrics/?id=G-BQH4D3BLSB&cx=c>m=4e64k0 | 181.1 KiB | 66.4 KiB |
| preply.com/gtm_metrics/?id=AW-598555050&cx=c>m=4e64k0 | 149.5 KiB | 61.9 KiB |
| preply.com/gtm_metrics/?id=AW-924520301&cx=c>m=4e64k0 | 149.9 KiB | 56.9 KiB |
| analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js | 109.1 KiB | 54.9 KiB |
| preply.com/gtm_metrics/?id=GTM-WX3CT5&l=dataLayer | 187.9 KiB | 54.1 KiB |
| script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 56.1 KiB | 35.8 KiB |
| web.cmp.usercentrics.eu/ui/v/3.117.0/WebSdk.lib.4c6726a9.js | 56.0 KiB | 35.3 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 30.0 KiB |
| static.preply.com/static/ssr/_next/static/chunks/framework-14b53c77301a6553.js | 57.9 KiB | 28.7 KiB |
| static.preply.com/static/ssr/_next/static/chunks/main-367989e0b1b8d3ce.js | 45.5 KiB | 24.2 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.
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 | 9.6 s |
| Other | 2.4 s |
| Style & Layout | 1.4 s |
| Script Parsing & Compilation | 1.3 s |
| Rendering | 386 ms |
| Parse HTML & CSS | 270 ms |
| Garbage Collection | 258 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 |
|---|---|---|
| html{color:#384047;font-size:14px} … | 21.2 KiB | 19.2 KiB |
| .overlay { --color-cmp-overlay: #121117; --feature-overlay-opacity: 0.56; } … | 15.7 KiB | 14.1 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.styles_wrapper__46i5T > div.styles_promoContent__7gRDj > div.styles_promoInnerWrapper__YyEmC > img.styles_imageMobile__ax_32 div.styles_wrapper__46i5T > div.styles_promoContent__7gRDj > div.styles_promoInnerWrapper__YyEmC > img.styles_imageMobile__ax_32 | /cdn-cgi/image/format=auto,fit=contain,width=880/https://... |
div.styles_storeButtons__tXLiq > div.LayoutGap__FdLKD > button > img div.styles_storeButtons__tXLiq > div.LayoutGap__FdLKD > button > img | static.preply.com/static/ssr/_next/static/media/app_store_badge_en.ec6db413.svg |
section#footer_app_badges > div.styles_MenuList__sCQYV > button > img section#footer_app_badges > div.styles_MenuList__sCQYV > button > img | static.preply.com/static/ssr/_next/static/media/app_store_badge_en.ec6db413.svg |
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.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.LayoutGap__FdLKD > div.styles_storeButtons__tXLiq > div.LayoutGap__FdLKD > button div.LayoutGap__FdLKD > div.styles_storeButtons__tXLiq > div.LayoutGap__FdLKD > button |
div.styles_FooterInner__93q_C > section#footer_app_badges > div.styles_MenuList__sCQYV > button div.styles_FooterInner__93q_C > section#footer_app_badges > div.styles_MenuList__sCQYV > button |
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.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H | /cdn-cgi/image/format=auto,fit=contain,width=700/https://... | 249 x 330 (0.75) | 700 x 967 (0.72) |
div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H | /cdn-cgi/image/format=auto,fit=contain,width=700/https://... | 249 x 330 (0.75) | 700 x 967 (0.72) |
div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H | /cdn-cgi/image/format=auto,fit=contain,width=700/https://... | 249 x 330 (0.75) | 700 x 967 (0.72) |
div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H | /cdn-cgi/image/format=auto,fit=contain,width=700/https://... | 249 x 330 (0.75) | 700 x 967 (0.72) |
div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H | /cdn-cgi/image/format=auto,fit=contain,width=700/https://... | 249 x 330 (0.75) | 700 x 967 (0.72) |
div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H | /cdn-cgi/image/format=auto,fit=contain,width=700/https://... | 249 x 330 (0.75) | 700 x 967 (0.72) |
div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H | /cdn-cgi/image/format=auto,fit=contain,width=700/https://... | 249 x 330 (0.75) | 700 x 967 (0.72) |
div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H | /cdn-cgi/image/format=auto,fit=contain,width=700/https://... | 249 x 330 (0.75) | 700 x 967 (0.72) |
div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H | /cdn-cgi/image/format=auto,fit=contain,width=700/https://... | 249 x 330 (0.75) | 700 x 967 (0.72) |
div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H | /cdn-cgi/image/format=auto,fit=contain,width=700/https://... | 249 x 330 (0.75) | 700 x 967 (0.72) |
div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H | /cdn-cgi/image/format=auto,fit=contain,width=700/https://... | 249 x 330 (0.75) | 700 x 967 (0.72) |
div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H | /cdn-cgi/image/format=auto,fit=contain,width=700/https://... | 249 x 330 (0.75) | 700 x 967 (0.72) |
div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H | /cdn-cgi/image/format=auto,fit=contain,width=700/https://... | 249 x 330 (0.75) | 700 x 967 (0.72) |
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 |
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 |
|---|---|
Uncaught Error: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. | |
Uncaught Error: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. | |
Uncaught Error: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. | |
Uncaught Error: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. | |
Uncaught Error: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. | |
Uncaught Error: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. | |
Uncaught Error: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. | |
Uncaught Error: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. | |
Uncaught Error: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. |
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 |
|---|---|
| termsofuse.preply.com/terms_of_use/en_CookiePolicy.pdf | 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.
818 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.25 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
790 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.70 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.
6.03 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.
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.
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.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H | /cdn-cgi/image/format=auto,fit=contain,width=700/https://... | 36.5 KiB | 16.2 KiB |
Preply-logo div#uc-main-dialog > div#main-view > header.has-custom-logo > img.logo | ok14static.oktacdn.com/fs/bco/1/fs08m309j6qMhC1Hi697 | 9.7 KiB | 8.8 KiB |
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 |
|---|---|---|
| static.preply.com/static/ssr/_next/static/chunks/pages/_app-a6625414c9ed085d.js | 296.9 KiB | 132.7 KiB |
| preply.com/gtm_metrics/?id=G-BQH4D3BLSB&cx=c>m=4e64k0 | 181.1 KiB | 66.5 KiB |
| preply.com/gtm_metrics/?id=AW-598555050&cx=c>m=4e64k0 | 149.5 KiB | 61.9 KiB |
| preply.com/gtm_metrics/?id=AW-924520301&cx=c>m=4e64k0 | 149.9 KiB | 56.9 KiB |
| preply.com/gtm_metrics/?id=GTM-WX3CT5&l=dataLayer | 187.9 KiB | 53.6 KiB |
| script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 56.1 KiB | 35.7 KiB |
| web.cmp.usercentrics.eu/ui/v/3.117.0/WebSdk.lib.4c6726a9.js | 56.0 KiB | 35.3 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 30.4 KiB |
| static.preply.com/static/ssr/_next/static/chunks/framework-14b53c77301a6553.js | 57.8 KiB | 28.7 KiB |
| analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js | 53.1 KiB | 26.7 KiB |
| static.preply.com/static/ssr/_next/static/chunks/main-367989e0b1b8d3ce.js | 45.6 KiB | 24.1 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.
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.9 s |
| Other | 550 ms |
| Style & Layout | 410 ms |
| Script Parsing & Compilation | 346 ms |
| Rendering | 93 ms |
| Garbage Collection | 75 ms |
| Parse HTML & CSS | 64 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 |
|---|---|---|
| html{color:#384047;font-size:14px} … | 20.3 KiB | 18.0 KiB |
| .overlay { --color-cmp-overlay: #121117; --feature-overlay-opacity: 0.56; } … | 15.7 KiB | 14.4 KiB |
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.styles_container__6eECk > div.LayoutGap__FdLKD > div.styles_heroV2DesktopImageColumn__SphSJ > img.styles_heroV2DesktopImage__Hrmxu div.styles_container__6eECk > div.LayoutGap__FdLKD > div.styles_heroV2DesktopImageColumn__SphSJ > img.styles_heroV2DesktopImage__Hrmxu | /cdn-cgi/image/format=auto,fit=contain,width=700/https://... |
section#footer_app_badges > div.styles_MenuList__sCQYV > button > img section#footer_app_badges > div.styles_MenuList__sCQYV > button > img | |
section#footer_app_badges > div.styles_MenuList__sCQYV > button > img section#footer_app_badges > div.styles_MenuList__sCQYV > button > img |
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.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.styles_FooterInner__93q_C > section#footer_app_badges > div.styles_MenuList__sCQYV > button div.styles_FooterInner__93q_C > section#footer_app_badges > div.styles_MenuList__sCQYV > button |
div.styles_FooterInner__93q_C > section#footer_app_badges > div.styles_MenuList__sCQYV > button div.styles_FooterInner__93q_C > section#footer_app_badges > div.styles_MenuList__sCQYV > button |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.styles_container__6eECk > div.LayoutGap__FdLKD > div.styles_heroV2DesktopImageColumn__SphSJ > img.styles_heroV2DesktopImage__Hrmxu div.styles_container__6eECk > div.LayoutGap__FdLKD > div.styles_heroV2DesktopImageColumn__SphSJ > img.styles_heroV2DesktopImage__Hrmxu |
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.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
English, EUR div.LayoutGap__FdLKD > div.LayoutGap__FdLKD > div.SettingsSelectorsDesktop-module_settingsWrapper__Gf8jE > button.SettingsSelectorsDesktop-module_dropdownButton__grMCf |
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H | /cdn-cgi/image/format=auto,fit=contain,width=700/https://... | 534 x 706 (0.76) | 700 x 967 (0.72) |
div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H | /cdn-cgi/image/format=auto,fit=contain,width=700/https://... | 534 x 706 (0.76) | 700 x 967 (0.72) |
div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H | /cdn-cgi/image/format=auto,fit=contain,width=700/https://... | 534 x 706 (0.76) | 700 x 967 (0.72) |
div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H | /cdn-cgi/image/format=auto,fit=contain,width=700/https://... | 534 x 706 (0.76) | 700 x 967 (0.72) |
div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H | /cdn-cgi/image/format=auto,fit=contain,width=700/https://... | 534 x 706 (0.76) | 700 x 967 (0.72) |
div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H | /cdn-cgi/image/format=auto,fit=contain,width=700/https://... | 534 x 706 (0.76) | 700 x 967 (0.72) |
div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H | /cdn-cgi/image/format=auto,fit=contain,width=700/https://... | 534 x 706 (0.76) | 700 x 967 (0.72) |
div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H | /cdn-cgi/image/format=auto,fit=contain,width=700/https://... | 534 x 706 (0.76) | 700 x 967 (0.72) |
div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H | /cdn-cgi/image/format=auto,fit=contain,width=700/https://... | 534 x 706 (0.76) | 700 x 967 (0.72) |
div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H | /cdn-cgi/image/format=auto,fit=contain,width=700/https://... | 534 x 706 (0.76) | 700 x 967 (0.72) |
div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H | /cdn-cgi/image/format=auto,fit=contain,width=700/https://... | 534 x 706 (0.76) | 700 x 967 (0.72) |
div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H | /cdn-cgi/image/format=auto,fit=contain,width=700/https://... | 534 x 706 (0.76) | 700 x 967 (0.72) |
div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H div.styles_layoutImage__BBAiG > div.LayoutGap__FdLKD > div.styles-module_container__yaJag > img.styles-module_image__LAg3H | /cdn-cgi/image/format=auto,fit=contain,width=700/https://... | 534 x 706 (0.76) | 700 x 967 (0.72) |
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 |
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 |
|---|---|
Uncaught Error: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. | |
Uncaught Error: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. | |
Uncaught Error: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. | |
Uncaught Error: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. | |
Uncaught Error: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. | |
Uncaught Error: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. | |
Uncaught Error: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. | |
Uncaught Error: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. | |
Uncaught Error: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. |
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 |
|---|---|
| termsofuse.preply.com/terms_of_use/en_CookiePolicy.pdf | here |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.styles_container__6eECk > div.LayoutGap__FdLKD > div.styles_heroV2DesktopImageColumn__SphSJ > img.styles_heroV2DesktopImage__Hrmxu div.styles_container__6eECk > div.LayoutGap__FdLKD > div.styles_heroV2DesktopImageColumn__SphSJ > img.styles_heroV2DesktopImage__Hrmxu |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback