-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Improvement PageLayout Config Builder. Added save in cache config files. #28818
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
Improvement PageLayout Config Builder. Added save in cache config files. #28818
Conversation
Hi @Knase. Thank you for your contribution
❗ Automated tests can be triggered manually with an appropriate comment:
You can find more information about the builds here ℹ️ Please run only needed test builds instead of all when developing. Please run all test builds before sending your PR for review. For more details, please, review the Magento Contributor Guide documentation. |
Hi @Knase, thank you for your contribution! |
Hi @Knase, thank you for your contribution! |
Hi @Knase, thank you for your contribution! |
@magento give me 2.4-develop instance |
Hi @Knase. Thank you for your request. I'm working on Magento 2.4-develop instance for you |
Hi @Knase, here is your Magento instance. |
@magento run all tests |
@magento create issue |
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 @Knase! Nice finding, usually caching the repeatable operations can significantly improve performance but sometimes it looks almost the same time as without cache. Do you have any performance measurements for both cases: with and without the cache? Thank you!
Hi @sidolov, we used this improvement at 2.1-2.2 client Magento projects. I will take performance measurements at the latest Magento version and give them. |
@Knase do you have any updates on the PR? Thanks! |
Hi, @Knase. Please can you fix fail tests? |
@magento run all tests |
aa44171
to
276cb1c
Compare
@magento run all tests |
Hi @gabrieldagama, thank you for the review.
|
Hi @Knase, thank you for your contribution! |
Description (*)
Magento often runs
getPageLayoutsConfig
. I added to save in cache config files. This optimization will be reduced load time.Related Pull Requests
Fixed Issues (if relevant)
Manual testing scenarios (*)
Questions or comments
Contribution checklist (*)
Resolved issues: