I am facing a problem where the page builder takes a lot of time to load when we try to edit any page.
It seems like all the blocks are being rendered even if any block is not added to page yet:
The db queries are being run, and images are being loaded which slows down the page editor. Can you please let me know if I am doing something wrong here? Is there any way to just show components/blocks here, but don't render those unless added to page?
We have lots of blocks, can't afford those being loaded on page builder edit.
I am facing a problem where the page builder takes a lot of time to load when we try to edit any page.
It seems like all the blocks are being rendered even if any block is not added to page yet:
The db queries are being run, and images are being loaded which slows down the page editor. Can you please let me know if I am doing something wrong here? Is there any way to just show components/blocks here, but don't render those unless added to page?
We have lots of blocks, can't afford those being loaded on page builder edit.
Thank you.