-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor ReCaptcha to improve Google Page Speed score #27844
Comments
Hi @extroniks. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
For more details, please, review the Magento Contributor Assistant documentation. @extroniks do you confirm that you were able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
Hi @prasannachelladurai90. Thank you for working on this issue.
|
@magento give me 2.4-develop instance |
Hi @prasannachelladurai90. Thank you for your request. I'm working on Magento 2.4-develop instance for you |
Hi @prasannachelladurai90, here is your Magento instance. |
@magento give me 2.3.5p1 instance |
Hi @prasannachelladurai90. Thank you for your request. I'm working on Magento 2.3.5p1 instance for you |
A vote from me for this! Although I'm not sure if magento/security-package#191 might have solved it in 2.4? |
Hi @engcom-Delta. Thank you for working on this issue.
|
@extroniks @davidwindell I checked issue on magento 2.4-develop + security-package 1.0-develop and I didn't have such decrease of page load.
Result: I close this issue as recaptcha is not part of magento code base |
Any idea whether this ever will be fixed for Magento 2.3.x? |
@engcom-Delta this is most certainly a Magento issue You have chosen in your module to not allow the javascript to be deferred which would solve the entire issue -.-' |
Not to mention you have decided to split the module into 17 different modules.... When all the recaptcha module is supposed to do is load one single javascript file and appending the api keys.... This is one hell of a bloated module Sure from an architectural standpoint it's nice that all the features are split out, but be real here, when are you ever going to only use one of the modules? Surely the 17 modules could have been reduces to maybe 3 modules? The small performance drops each module adds is enough to question why the split is even necessary I mean come on... module-re-captcha-admin-ui |
Preconditions (*)
Steps to reproduce (*)
Expected result (*)
Actual result (*)
The text was updated successfully, but these errors were encountered: