Introduction
Let's reduce the time it takes between clicking "Edit Page" and having the editor available. Users will be happy.
Additional information
- There are no issues referenced by query: tag:spec-editorperformance
References
http://ckeditor.com/blog/CKEditor_Lo...rmance_details
- Load on Demand - preload the editor files in the background (if you have edit perms), so only has to fetch the data.
- CKEditor Bundler
YSlow optimization
- Reduce number of requests
- Ensure all components are gzipped
- Support loading editor from a CDN?
Status
Initial scoping by kalida
Functional Specification
Use Cases
Non-goals
Technical Specification
UI requirements
API requirements