I think I'd like to have many TinyMCE instances on one page, but initializing a bunch of them seems pretty slow. One thing that stands out is that each instance is doing a GET request for the content.css for its theme. Making sure that CSS is cacheable is one approach, but can I avoid making some of those requests in the first place?
Or, since each TinyMCE instance is an iframe, does it need to do a request for each one?
As far as i know the request is made and you cannot do much about it (except using caching). We already tried to optimize tinymce initialization - especially css too. You have several options for optimization (except caching):
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With