You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If reCaptcha is enabled, this few additional JS files are loaded automatically with the page loading. This reflects to the page speed of the site and of course, increase time to complete loading.
These files are external for the system and this also reflects to pagesspeed. They cannot be merged or bundled. This are 26 additional requests which comes with recaptcha loading.
Expected behavior (*)
Load recaptcha related files (and entire library) to be loaded only if is required and have forms to which need to be applied.
Benefits
Reduce loading time, increase page speed of the site (Google Page Speed).
Additional information
The text was updated successfully, but these errors were encountered:
Hi @Bashev. Thank you for your report.
To speed up processing of this issue, make sure that you provided sufficient information.
Add a comment to assign the issue: @magento I am working on this
Description (*)
If reCaptcha is enabled, this few additional JS files are loaded automatically with the page loading. This reflects to the page speed of the site and of course, increase time to complete loading.
These files are external for the system and this also reflects to pagesspeed. They cannot be merged or bundled. This are 26 additional requests which comes with recaptcha loading.
Expected behavior (*)
Load recaptcha related files (and entire library) to be loaded only if is required and have forms to which need to be applied.
Benefits
Reduce loading time, increase page speed of the site (Google Page Speed).
Additional information
The text was updated successfully, but these errors were encountered: