Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jkent authored Aug 4, 2024
1 parent 3f1c76e commit 99b410a
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,27 @@ half using the default filters. Here are links to the example repositories:
* [frogfs-standalone-demo](https://github.com/jkent/frogfs-standalone-demo)
* [frogfs-clockwise-demo](https://github.com/jkent/frogfs-clockwise-demo)

Transforms include:
Transform filters include:
* babel-convert
* babel-minify
* deflate
* gzip
* html-minifier
* rename
* terminate
* uglify-js
* uglifycss

Compression options include:
Compression filters include:
* none
* [zlib deflate](https://www.zlib.net/) (best compression)
* [heatshrink](https://github.com/atomicobject/heatshrink) (best speed)

For an HTTP server, deflate compressed files can even be passed through
Transform filters are intended to be _compile-time_ operations that do not
incur a run-time cost while compression filters are **expected** to incur a
_run-time_ cost.

For an HTTP server, deflate or gzip compressed files be passed through
untouched! This saves both processing time and bandwidth.

# Getting started with ESP-IDF
Expand Down

0 comments on commit 99b410a

Please sign in to comment.