If you don’t need all the functions, then the first step is to recompile it, removing all the plugins that you don’t need, so it will be smaller and there will be less code during initialization.
In addition, if you use custom plugins, you must combine them in cceditor.js.
After that, you need to check if there are any additional files that you upload that you can combine (for example, using only one language file).
source
share