1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-04 19:23:29 +00:00
TiddlyWiki5/core/modules
Jermolene d402d3c5a6 Add performance measurement features
This is an experimental module to help us measure the performance of
the refresh cycle and the filter mechanism. Not intended to replace the
performance measurement features in browser developer tools, just to
make it easier to automate performance checks cross-browser.

The immediate purpose is to help in refactoring the filter mechanism.
The recent change to encapsulate the wiki store “tiddlers” object has
hurt the performance of filters, and it’s going to be helpful to have
decent measurements while refactoring that code.

I’m still not convinced that this stuff should be in the core, and may
well end up removing it after the present refactoring cycle.
2014-04-01 08:33:36 +01:00
..
commands Fix some Node.js cross-platform compatibility issues 2014-03-31 17:17:36 +01:00
filters Fix bug with plugintiddlers filter operator 2014-03-18 21:18:45 +00:00
macros Get rid of the qualifyTiddlerTitles hack 2013-11-02 15:42:24 +00:00
parsers Add basic CSV parser 2014-03-31 12:41:02 +01:00
savers Making more things translateable 2014-02-16 09:46:43 +00:00
storyviews Missing semicolon 2014-03-24 21:35:48 +00:00
utils Add performance measurement features 2014-04-01 08:33:36 +01:00
widgets Trim spaces from new field and tag names 2014-03-31 17:59:28 +01:00
commander.js Refactoring module mechanism 2012-11-14 11:23:43 +00:00
config.js Explicitly blacklist unsafe elements, starting with <script> 2014-03-19 10:05:44 +00:00
deserializers.js Refactor importing of encrypted TiddlyWiki files so that it works on Node.js 2014-01-19 20:13:55 +00:00
filters.js Add performance measurement features 2014-04-01 08:33:36 +01:00
language.js Make more core strings be translateable 2014-03-20 20:55:59 +00:00
pluginswitcher.js Make shadowTiddlers, pluginTiddlers and pluginInfo be private to the Wiki object constructor 2014-03-17 10:50:18 +00:00
startup.js Add performance measurement features 2014-04-01 08:33:36 +01:00
syncer.js syncer freeze fix 2014-03-19 20:20:54 +05:30
tiddler.js Remove plugin field now that we've got the plugin-type field 2013-08-23 18:37:54 +01:00
wiki.js Fix typo 2014-03-18 21:18:46 +00:00