track size reducing ideas
authorDan Vanderkam <danvdk@gmail.com>
Thu, 18 Jul 2013 19:36:46 +0000 (21:36 +0200)
committerDan Vanderkam <danvdk@gmail.com>
Thu, 18 Jul 2013 19:36:46 +0000 (21:36 +0200)
chopping-block.txt [new file with mode: 0644]

diff --git a/chopping-block.txt b/chopping-block.txt
new file mode 100644 (file)
index 0000000..28a91fb
--- /dev/null
@@ -0,0 +1,8 @@
+The dygraphs JS binary has ballooned by about 3x over the past three years.
+
+Things to do to make dygraph-combine.js smaller:
+- (1431) Remove srtftime, which is only minimally used.
+- (4191) Move range selector out of core
+- (2645) Simplify or eliminate dygraph-interaction-model.js.
+- (1983) Remove stacktrace.js from dygraph-combined.js
+- (????) Switch to Closure Compiler, which is more aggressive about dead code removal.