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
The default chunk is meant as that: a default starting point that can be customized for any implementation. The challenge with changing it is that some sites, which have already implemented the default, may break on update if there’s an expectation that the script will be called as-is.
Loading the recaptcha library impacts the google pagespeed. This can be resolved by loading it deferred like this:
Note the defer attribute on the script element and the onloadCallback function.
I think it would not be a problem to load it deferred in the default chunk.
The text was updated successfully, but these errors were encountered: