The forum operates in read-only mode. Please head to StackOverflow for support.
Hello,
can CKEditor 4 be compiled as single file JS including all selected plugins (except language files)? I am bit worried about download performance since every plugin now creates at least one new request to server.
Yes, that's how you download it by default.
I might be missing something, but when I download Standard package, plugins are in separate files and are not included inside ckeditor.js file.
Open Firebug and look at the net tab.
You'll see that the ckeditor.js file contains almost all the code and only the dialogs are loaded on demand.
Yes, that's how you download
Yes, that's how you download it by default.
I might be missing something,
I might be missing something, but when I download Standard package, plugins are in separate files and are not included inside ckeditor.js file.
Open Firebug and look at the
Open Firebug and look at the net tab.
You'll see that the ckeditor.js file contains almost all the code and only the dialogs are loaded on demand.