TinyMCE is a big plugin to load at first. In nations with low bandwidth it takes minutes to load. So I am planning on preloading the tinyMCE so that the users dont have to wait for this to load.
Any Idea?
TinyMCE is a big plugin to load at first. In nations with low bandwidth it takes minutes to load. So I am planning on preloading the tinyMCE so that the users dont have to wait for this to load.
Any Idea?
An other idea is to use Apache Ant. Using Ant you can get all necessary js-code (there are many some files using tinymce) in one file leading to a faster transmission.
It is in a way similar to what Nick proposed.