I did a short test. But I did create the tiddlers with the FF WebDev 
javascript env. shift-F4


var ntext = "" +
"123456789 123456789 123456789 123456789 " + "123456789 123456789 123456789 
123456789 " + 
"123456789 123456789 123456789 123456789 " + "123456789 123456789 123456789 
123456789 " + 
"123456789 123456789 123456789 123456789 " + "123456789 123456789 123456789 
123456789 " + 
"123456789 123456789 123456789 123456789 " + "123456789 123456789 123456789 
123456789 " +
"123456789 123456789 123456789 123456789 " + "123456789 123456789 123456789 
123456789 " + 
"123456789 123456789 123456789 123456789 " + "123456789 123456789 123456789 
123456789 " + 
"123456789 123456789 123456789 123456789 " + "123456789 123456789 123456789 
123456789 " + 
"123456789 123456789 123456789 123456789 " + "123456789 123456789 123456789 
123456789 " + 
"123456789 123456789 123456789 123456789 " +"123456789 123456789 123456789 
123456789 " + 
"123456789 123456789 123456789 123456789 " + "123456789 123456789 123456789 
123456789 ";

var tiddler = $tw.wiki.getTiddler("HelloThere");

for (var i = 0; i<200; i++) {
   tag = "t-"+i;
   for (var k = 0; k<100; k++) {
      $tw.wiki.addTiddler(new $tw.Tiddler(tiddler, {title: "a-"+i+"-"+k, 
text: ntext, tags: [tag]}));
   }
}


As you can see, it creates 20.000 tiddlers with 200 different tags. 
Every tiddler contains 1000 byte text 

The result is a 20Mbyte html file. 

- no crashes at save fromo tiddlywiki.com  ... but 3 times a slow script 
warning
- it needs about 13 seconds to load from disk
- and about 25 seconds to save with TiddlyFox

If the "long script warning" is not disabled with firefox setting 
about:config ... It crashed several times while saving
Disabling the long script warning didn't crash it. 

-mario

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to