From 15ccbec1fd797649e6058dcaf3bcc1b95a726244 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 8 Nov 2010 09:49:42 +0100 Subject: [PATCH] Comments --- todo.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo.txt b/todo.txt index 8476a576..46ad70bc 100644 --- a/todo.txt +++ b/todo.txt @@ -12,7 +12,7 @@ Save schema layout to #hash in URL Double click in select - Esc to abort editation ? Filter by value in row under in select ? Column and table names auto-completition in SQL textarea -? Aliasing of built-in functions can save 7 KB, function minification can save 7 KB, substitution of repetitive $a["a"] can save 4 KB, substitution of $_GET and friends can save 2 KB, aliasing of $connection->query can save 24 B, JS packer can save 1 KB, not enclosing HTML attribute values can save 1.2 KB, replacing \\n by \n can save .3 KB +? Aliasing of built-in functions can save 7 KB, function minification can save 7 KB, substitution of repetitive $a["a"] can save 4 KB, substitution of $_GET and friends can save 2 KB, aliasing of $connection->query can save 24 B, JS Closure compiler can save 2 KB, not enclosing HTML attribute values can save 1.2 KB, replacing \\n by \n can save .3 KB ? Branch binary_compile: LZW compression of translations can save 30 KB, LZW compression of all texts can save 11 KB, remove of base64_decode() + using chars 127-255 in minification can save 1 KB Editor: