Ticket #1485061 (closed Patches: wontfix)
Improving TinyMCE editor performance
| Reported by: | Javer | Owned by: | estadtherr |
|---|---|---|---|
| Priority: | 2 | Milestone: | 0.2-beta |
| Component: | Core functionality | Version: | svn-trunk |
| Severity: | normal | Keywords: | |
| Cc: |
Description
This patch uses TinyMCE compressor for composing all TinyMCE javascript-files into single file, gzipping it and send to client with cache options. This greatly improves performance by decreasing requests count and bandwidth needed for loading all TinyMCE scripts.
Without patch: 11 requests to TinyMCE scripts with overall size 343 Kb.
With patch: 2 requests (independent to count of used plugins) with overall size 66 Kb.
It is necessary to create /cache directory with access mode 777, which can be used in the future for caching other engine scripts and/or css, for example.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
