Make WordPress Core

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#7827 closed enhancement (fixed)

TinyMCE: update to 3.2.0 and remove compression

Reported by: azaozz's profile 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)

#1 @azaozz
16 years ago

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

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

#2 @azaozz
16 years ago

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.