#7827 closed enhancement (fixed)
TinyMCE: update to 3.2.0 and remove compression
Reported by: | azaozz | Owned by: | |
---|---|---|---|
Milestone: | 2.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | TinyMCE | Keywords: | |
Focuses: | 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 (2)
Note: See
TracTickets for help on using
tickets.
(In [9064]) Update TinyMCE to 3.2.0 and remove compression, fixes #7827