-
Notifications
You must be signed in to change notification settings - Fork 9.4k
PageBuilder save very slow in Chrome #37798
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
Comments
Hi @quanghien95. Thank you for your report.
Join Magento Community Engineering Slack and ask your questions in #github channel. |
Hi @quanghien95! 👋 |
Hi @quanghien95. Thank you for your request. I'm working on Magento instance for you. |
@magento add to contributors team |
Hi @quanghien95! 👋 |
@magento I am working on this |
Hi @quanghien95, here is your Magento Instance: https://8353e8bc8e57c177a2a4efdd8a8311c0.instances-prod.magento-community.engineering |
Sounds like a duplicate of #37516 ? This might fix your issue: #37516 (comment) Let us know if that did the trick? And then close this ticket. Thanks! 🙂 |
@hostep I can reproduce this issue in current 2.4-develop instance Screen.Recording.2023-07-25.at.17.11.18.mov |
This Is the PR to fixing this issue: |
@quanghien95 , I included the fix, but unfortunately it did not change anything for me. The page still needs 30 secs to save. But I actually have the problem on product pages. Does that make a difference? |
@norgeindian |
@quanghien95 , thanks for the clarification. With both patches together, it actually works. Thanks a lot for the fix. |
Thank you! It works for me. The PageBuilder was very slow before |
Hi @engcom-Delta. Thank you for working on this issue.
|
@magento give me 2.4-develop instance |
Hi @engcom-Delta. Thank you for your request. I'm working on Magento instance for you. |
Hi @engcom-Delta, here is your Magento Instance: https://8353e8bc8e57c177a2a4efdd8a8311c0.instances-prod.magento-community.engineering |
@magento give me 2.4-develop instance |
Hi @engcom-Delta. Thank you for your request. I'm working on Magento instance for you. |
Hi @engcom-Delta, here is your Magento Instance: https://8353e8bc8e57c177a2a4efdd8a8311c0.instances-prod.magento-community.engineering |
Verified the issue on Magento 2.4-develop instance and the issue is reproducible.Issue occurs when page builder rendering in iframe. Some js file is always loading from networks instead of browser cached.
Attaching recording Untitled.mp4and screenshot Hence Confirming the issue. |
Unfortunately, not enough information was provided to create a Jira ticket. Please make sure you added the following label(s): Once all required labels are present, please add |
Unfortunately, not enough information was provided to create a Jira ticket. Please make sure you added the following label(s): Once all required labels are present, please add |
✅ Jira issue https://jira.corp.adobe.com/browse/AC-9567 is successfully created for this GitHub issue. |
✅ Confirmed by @engcom-Delta. Thank you for verifying the issue. |
Hi @quanghien95, As per this comment #39076 (comment) issue has been fixed hence we are closing this issue. Thanks. |
Preconditions and environment
Steps to reproduce
JS file is loading from the networks instead of browser cache, so that saving is very slow
Expected result
The content saving quickly.
JS file should getting from browser cache
Actual result
JS files always loading from the networks.
The content saving very slow. Sometime its stuck forever.
Additional information
I see that the issue happen when page builder rendering in iframe. Some js file is always loading from networks instead of browser cached. So that we have to spent more time to wait until all js file is loading correct.
Sometime, when network is slow. The spin loading forever and the content is not save and we will lost the current work.
Release note
No response
Triage and priority
The text was updated successfully, but these errors were encountered: