diff options
author | Paul Duncan <pabs@pablotron.org> | 2022-03-09 23:55:19 -0500 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2022-03-09 23:55:19 -0500 |
commit | 6e8c891d39928277a9214257615c56b03e15d877 (patch) | |
tree | 1e89bff426b5c71b5871e7de7299740ed5fb47b1 /TODO.md | |
parent | fb38d8bc94805980c8698e962deeb378a80846e8 (diff) | |
download | pablotron.org-6e8c891d39928277a9214257615c56b03e15d877.tar.bz2 pablotron.org-6e8c891d39928277a9214257615c56b03e15d877.zip |
TODO.md: mark html escape as done, add note about shrunk js in page
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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`) |