-
After testing a bit more with your performance.html test, I've improved the trim patch a bit more (doing the left and right in one go, but only replacing if non-empty whitespace). With this version and the string length of the test increased tenfold (x1000 vs. x100), I see runtimes of the trim reduced from 15000-17000ms to 2800-3000ms. That's a fivefold decrease and highlights just how much...
2009-04-22 21:41:21 UTC in TinyMCE
-
Two issues with this response:
1. How big were the strings tested against? The main issue with the change in trim implementation was the reduction of memory pressure. When the data being edited exceeds 10K characters then the copying times seem to dominate, and this is primarily what the patch was avoiding. Try adding a TinyMCE initialize with a 50K character test data to the performance test...
2009-04-22 17:27:27 UTC in TinyMCE
-
I noticed extremely slow startup and responsiveness when editing long HTML sections in Firefox (FireBug actually interrupted initialization since it was taking so long). Colleagues have noted browser crashes from memory overflow (I have not been able to duplicate).
When I interrupted these jobs, I invariably found tinymce in the middle of a "trim" function. The existing implementation is...
2009-04-17 18:38:19 UTC in TinyMCE
-
User agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.8) Gecko/2009032608 Firefox/3.0.8
Screen info: 1440x900x24
Description of problem:
Revision 1083 introduced a reference in build.xml to the paste2 plugin, which is not included in the SVN repository. This breaks attempts to rebuild.
Steps to reproduce:
1. Checkout from svn
2. ant build -- fails with...
2009-04-17 18:23:26 UTC in TinyMCE
-
leei committed revision 1927 to the OpnTag SVN repository, changing 5 files.
2008-09-05 19:41:51 UTC in OpnTag
-
leei committed revision 1926 to the OpnTag SVN repository, changing 3 files.
2008-09-04 18:09:58 UTC in OpnTag
-
leei committed revision 1925 to the OpnTag SVN repository, changing 3 files.
2008-09-03 18:27:17 UTC in OpnTag
-
leei committed revision 1924 to the OpnTag SVN repository, changing 4 files.
2008-09-03 17:55:56 UTC in OpnTag
-
leei committed revision 1923 to the OpnTag SVN repository, changing 8 files.
2008-09-03 17:46:31 UTC in OpnTag
-
leei committed revision 1922 to the OpnTag SVN repository, changing 7 files.
2008-09-03 17:34:45 UTC in OpnTag