Performance of many editors #1478
Unanswered
jloganolson
asked this question in
Questions & Help
Replies: 2 comments
-
Please update us when you instrument and test — I'm curious about this too. |
Beta Was this translation helpful? Give feedback.
0 replies
-
We're seeing huge initial rendering times already with ~30+ empty editors (with only the base kit extension) - roughly 8+ seconds, so for now we've gone with the regular div approach until the user needs to interact with the editor. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've got a form with 10+ tiptap editors on it and I suspect that's going to continue to grow to 30+ (one per input). On that note, when a tiptap editor isn't being edited/updated, is it comparable in performance to a just a regular div of text? Or would it be worth hiding (via vue's v-if or v-show) the tiptap component and just showing a non interactive div until it's clicked/selected?
(I thought I should ask in case it's already known before I take the time to instrument/test!)
Beta Was this translation helpful? Give feedback.
All reactions