Instructions:
1. Visit http://tinymce.moxiecode.com/download.php.
2. Download PHP version of the TinyMCE compressor download.
3. Copy tiny_mce_gzip.php into /manager/media/tinymce/jscripts/tiny_mce/
4. Edit /manager/actions/dynamic/mutate_content.dynamic.action.php from this:
<script type="text/javascript" src="./media/tinymce/jscripts/tiny_mce/tiny_mce.js"></script>to this:
<script type="text/javascript" src="./media/tinymce/jscripts/tiny_mce/tiny_mce_gzip.php"></script>
Commentary:
That should be it. Personally, when I load my TinyMCE editor, I can barely see the "Please Wait While Etomite Loads The Page" image flash on the screen. Of course, I own my own personal server, so that's got to count for something with speed.
Testing:
System tested: Linux Server running Slackware, PHP 4.3.11, MySQL 4.0.24, Apache 1.3.33.
Browsers tested: IE6, Firefox 1.0.7










