Matthew Lein
Results
33
comments of
Matthew Lein
Depends on your use case, but for me all my assets run through webpack, so it was best to precompile all the brotli assets at max compression in the build,...
The default cacheSize is 128mb, the graph shows it filling to my auto restart limit at 1gb, so I would say unlikely unless the cache sizing doesn't work.
I can't speak for anyone else, but for my setup, it was better to precompile brotli and gzip in my webpack build and just serve it based on headers. Then...