- Refactor
- Add back the
quiet
flag
- Add
Sync Lock
. When handling simultaneous requests, the first one will be rendered and the rest served from the cache. quiet
flag removed
- Use
http.Server
to render the result. No more need to mock theServerResponse
.
- Upgrade npm packages
- Using
worker_threads
to render the page off the main thread
- Add support for
paramFilter
- As next-boost switch to use hybrid-disk-cache, the
dbPath
in cache config has been changed topath
. Under the path, the index filecache.db
and subdirectories for large values will be created.