Builder form field – slow #5401
martinsnajdr
started this conversation in
General
Replies: 1 comment 6 replies
-
Have you tried in production? With PHP Opcache? Do you have debugbar installed locally, as that can slow it down? How long does it take to load the form without any form components, as a baseline? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I would like to ask you if there is a way to prevent a Builder field from being very slow quite quickly? I have approximately 15 different blocks (usually with 2-4 fields). Every page uses about 6-10 blocks. The load time of the form gets from about 0.5s (without any blocks added) to 4s (for 10 blocks added).
Is there any way to lazy load the blocks? I thought enabling collapsed state could help, but it's just hidden using Alpine, so the DOM tree is always loaded completely.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions