-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Adjust mechanism that moves all scripts to the end of the page #27270
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
Conversation
Hi @krzksz. Thank you for your contribution
For more details, please, review the Magento Contributor Guide documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @krzksz,
Please review unit test failure. Other tests failures looks not related to changes from this PR
Hey @ihor-sviziev, checking it now... I wonder why I was not able to find them before 🤔 |
@magento run Functional Tests B2B |
Hi @ihor-sviziev, thank you for the review. |
✔️ QA Passed |
@magento run all tests |
Need to approve the failures of MCHI tests |
@engcom-Echo Magento Health Index seems like false positive. Are you sure we need approval for that? |
MCHI failure is false positive, no need to approve |
Hi @slavvka, thank you for the review. |
@magento run all tests |
Hi @krzksz, thank you for your contribution! |
Description (*)
This PR introduces a similar change to #27211, we had this feature implemented in our custom extension and we eventually had to increase both i
pcre.backtrack_limit
andpcre.recursion_limit
to something around1000000
in order for the regular expressions to work for large pages.Fixed Issues (if relevant)
Manual testing scenarios (*)
Questions or comments
I am unable to find any tests for this feature and I'm not experienced enough with PHP to write one from scratch so it would be great if someone contributed some tests here. Thanks!
Contribution checklist (*)