projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7c8a9c
)
track size reducing ideas
author
Dan Vanderkam
<danvdk@gmail.com>
Thu, 18 Jul 2013 19:36:46 +0000
(21:36 +0200)
committer
Dan Vanderkam
<danvdk@gmail.com>
Thu, 18 Jul 2013 19:36:46 +0000
(21:36 +0200)
chopping-block.txt
[new file with mode: 0644]
patch
|
blob
diff --git a/chopping-block.txt
b/chopping-block.txt
new file mode 100644
(file)
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.