Ticket #7827 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

TinyMCE: update to 3.2.0 and remove compression

Reported by: azaozz Owned by: anonymous
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

  • Status changed from new to closed
  • Resolution set to fixed

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

Patch also includes fix for disabling the text align buttons on embedded video and replaces the TinyMCE init in Press This together with some small fixes.

Note: See TracTickets for help on using tickets.