I've noticed that the very first time a browser hits a page with the FckEditor there is a large delay while all of the individual tool bar icons are downloaded.
Is it possible to have those images downloaded as a single combinged image (image map) to avoid making many multiple requests for the images (which can get very slow when the ping time is slow even if the connection speed is high)?
Is it possible to have those images downloaded as a single combinged image (image map) to avoid making many multiple requests for the images (which can get very slow when the ping time is slow even if the connection speed is high)?

Re: Faster initial download via image map?
Re: Faster initial download via image map?
Arh, so what you're saying is that it already *is* using an image map....
I guess my initial delay must be caused by something else... maybe the .js downloading.
Re: Faster initial download via image map?
If you want better performance you should check the new version CKEditor as it does include other improvements as explained in http://cksource.com/blog/CKEditor_Loadi ... ce_details
Re: Faster initial download via image map?
I do want to move to CKEditor one day but my current code base makes use of the file browser capabilities of the Java based file browser that works with FckEditor and from my understanding the APIs have all changed in CKEditor. Has the a Java version of the file browser been released for CKEditor yet?
Re: Faster initial download via image map?