[wp-trac] Re: [WordPress Trac] #6524:
wp-includes/js/tinymce/tiny_mce_config.php very slow
WordPress Trac
wp-trac at lists.automattic.com
Wed Apr 9 05:27:02 GMT 2008
#6524: wp-includes/js/tinymce/tiny_mce_config.php very slow
-----------------------+----------------------------------------------------
Reporter: Toolskyn | Owner: anonymous
Type: defect | Status: new
Priority: low | Milestone: 2.5.1
Component: TinyMCE | Version: 2.5
Severity: normal | Resolution:
Keywords: has-patch |
-----------------------+----------------------------------------------------
Comment (by azaozz):
I think I found out why it was slowing down: the compressor was detecting
zlib.output_compression enabled, so it wasn't compressing it and was
sending Content-length of the uncompressed file.
However the file was later compressed in the buffer, so the length was
incorrect. Disabling Content-length fixes it. The second patch is the
right one.
--
Ticket URL: <http://trac.wordpress.org/ticket/6524#comment:5>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list