can i speed up initialization? #343
Answered
by
tiny-james
balfouri1210
asked this question in
Q&A
-
hi, tinymce fetches tinymce.min.js after componentDidMount. but it takes almost more than 1 second every time. it's not a big problem, but i think some users can feel bit annoying. @tiny-james is there any way to get this faster? |
Beta Was this translation helpful? Give feedback.
Answered by
tiny-james
May 12, 2022
Replies: 1 comment 4 replies
-
You can link the TinyMCE script yourself which would allow you to load it on page load which might be a bit faster. Are you using an API key? If you don't specify an API key the load time will be a bit slower. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
balfouri1210
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can link the TinyMCE script yourself which would allow you to load it on page load which might be a bit faster. Are you using an API key? If you don't specify an API key the load time will be a bit slower.