1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-28 23:10:46 +00:00
TiddlyWiki5/core/modules
Jermolene b0cb17cd83 Re-establish caching of results of parsing a tiddler
I switched this optimisation off back in
ed35d91be6, in October 2013, as part of a
big refactoring of the parsing and widget mechanism. I’ve been meaning
to switch it back on for some time.

My rough measurements suggest that this optimisation can reduce
rendering time by 5-10%.
2015-07-05 17:48:18 +01:00
..
commands Add warning if required client-server plugins are missing 2015-05-22 09:05:25 +01:00
filters Removed uneeded function but still converts TW5 Date strings. 2015-03-13 13:14:30 -05:00
info Obeisance to JSHint for core modules 2014-08-30 20:44:26 +01:00
macros Fix contrastcolour typo 2015-04-24 11:13:10 +01:00
parsers Re-establish caching of results of parsing a tiddler 2015-07-05 17:48:18 +01:00
savers Filename will now be set to "tiddlywiki.html" when path does not contain a filename. 2014-12-16 00:53:20 +01:00
startup Allow drafts typing timeout to be configured 2015-05-11 20:15:42 +01:00
storyviews fix multiply displayed tiddlers zoomin error 2015-05-06 07:42:55 +01:00
upgraders Fix problems with $tw.utils.checkVersions() 2015-02-12 23:04:20 +00:00
utils Fix event handler leak for modals and notifications 2015-05-06 08:07:12 +01:00
widgets Fix problem with checkbox widget and missing tiddlers 2015-07-02 17:33:51 +01:00
commander.js Improve error message for missing commands 2014-11-09 14:49:33 +00:00
config.js Move the wikilink regexps into global config 2014-11-26 11:12:25 +00:00
deserializers.js Fix JSON deserialiser to allow all fields 2014-11-13 16:04:30 +00:00
filters.js Improve a couple of comments 2015-01-14 20:09:15 +00:00
language.js Make more core strings be translateable 2014-03-20 20:55:59 +00:00
pluginswitcher.js disable enqueueTiddlerEvent during plugin switching 2014-11-01 16:32:52 +03:00
saver-handler.js Refactor browser unload task handling 2015-05-03 16:23:35 +01:00
syncer.js Refactor browser unload task handling 2015-05-03 16:23:35 +01:00
tiddler.js More resilience to Tiddler.isEqual() 2014-11-09 21:47:00 +00:00
wiki.js Re-establish caching of results of parsing a tiddler 2015-07-05 17:48:18 +01:00