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
No response
Release note
No response
ihor-sviziev, NaydenMominski, emil-zhivkov and kanevbg