Ticket #7827 (closed enhancement: fixed)
TinyMCE: update to 3.2.0 and remove compression
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.7 |
| Component: | TinyMCE | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Update for TinyMCE to version 3.2.0.1.
WordPress had to run twice on each load of the Write/Edit pages, once to output the page and again to compress/output TinyMCE. The advantage was that several JS files were concatenated and compressed before sending to the browser, disadvantage - the browser (and Gears) couldn't cache the compressed file.
Removing the compression speeds up the average loading time (after the browser cache is primed) by about 2 sec. when not using Gears and about 4 sec. with Gears (tested on a typical shared hosting).
Change History
Note: See
TracTickets for help on using
tickets.

(In [9064]) Update TinyMCE to 3.2.0 and remove compression, fixes #7827