-
Hi! According to the hundreds-blocks example, it should be possible to achieve great performance even in huge documents. For some reason, I am unable to reproduce this with the plate-playground-template project. This is what I did:
Unlike in the It would be so cool if someone could take a look at my project and help me figure this out. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
I found out 2023-09-22.at.15.02.16.mp4
These HOCs wrap each block so it makes sense. We should optimize these using memo. |
Beta Was this translation helpful? Give feedback.
I found out
withDraggables
/withPlaceholders
are the bottlenecks. See:2023-09-22.at.15.02.16.mp4
withPlaceholders
being the cause of the profiler issue.withDraggables
is not but it seems to slow down the typing.These HOCs wrap each block so it makes sense. We should optimize these using memo.