From 479b6a4648c34e3bbc433e0f2c1ac2e4232012c5 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Thu, 18 Jul 2013 21:36:46 +0200 Subject: [PATCH] track size reducing ideas --- chopping-block.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 chopping-block.txt diff --git a/chopping-block.txt b/chopping-block.txt new file mode 100644 index 0000000..28a91fb --- /dev/null +++ b/chopping-block.txt @@ -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. -- 2.7.4