Following the first optimization, there are still a number of sticking points. These include the use of snappy to block the event loop, and the use of JSON.parse or stringify.
This is why we pass the objects to be saved in the cache directly to KeyV, which will transform them directly into strings.
We assume that size has no significant impact.
Content :
Remove stringily on stored data
Remove compression.
Improve performance from v0 of optimization-cache.
Following the first optimization, there are still a number of sticking points. These include the use of snappy to block the event loop, and the use of JSON.parse or stringify. This is why we pass the objects to be saved in the cache directly to KeyV, which will transform them directly into strings. We assume that size has no significant impact.
Content : Remove stringily on stored data Remove compression. Improve performance from v0 of optimization-cache.