aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2022-03-09 23:55:19 -0500
committerPaul Duncan <pabs@pablotron.org>2022-03-09 23:55:19 -0500
commit6e8c891d39928277a9214257615c56b03e15d877 (patch)
tree1e89bff426b5c71b5871e7de7299740ed5fb47b1
parentfb38d8bc94805980c8698e962deeb378a80846e8 (diff)
downloadpablotron.org-6e8c891d39928277a9214257615c56b03e15d877.tar.bz2
pablotron.org-6e8c891d39928277a9214257615c56b03e15d877.zip
TODO.md: mark html escape as done, add note about shrunk js in page
-rw-r--r--TODO.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index 2490778..2dea09d 100644
--- a/TODO.md
+++ b/TODO.md
@@ -134,7 +134,8 @@ this stuff may not make any sense.
* YUGE site JS savings
- 27 bytes, ~8.8% unminified size reduction
- notes in header of `themes/hugo-pt2021/assets/script.js`
-* HTML escaping benchmarks (`git/test/js/es6`)
+ - over the network size (inc deflate and headers) went from
+ 450 bytes to 374 bytes for a 76 byte reduction (~16.9%)
## done
* add project folders
@@ -179,3 +180,4 @@ this stuff may not make any sense.
- https://tinygo.org/getting-started/install/linux/
- https://blog.suborbital.dev/foundations-wasm-in-golang-is-fantastic
- see notes in ~/git/test/go/wasm/
+* HTML escaping benchmarks (`git/fastest-js-html-escape`)