Ticket #198 (closed Bug: duplicate)
Loading 'fck_editorarea.css' two times per instances
| Reported by: | Koen Willems | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | Discussion | Cc: |
Description
I don't think it's really a bug, but i sure think it should be solved someday.
I was trying to improve the loadingtime of fckeditor, since in a application I use 14 plugins. Studying the logfiles of my server i discovered that fck_editorarea.css is loaded two times per instance (in that specific CMS I use five instances, which makes 10 requests for fck_editorarea.css). With an empty cache the server gives a '200' at the first two request, at the other eight request the server generates a '304'. Well, although a '304' doesn't generate traffic, it still does take some time.
So i think it would be better that fck_editorarea.css is only asked for once per instance, instead of twice. I was looking at the code, but could not figure out why it's called two times.
By the way: this only happens with IE 6 and IE 7.
Regards, Koen Willems