mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Improve cache performance by compressing records (#14833)
* Utils to compress/decompress data Gzip was chosen because we want smaller data but quick algorithm since this will be ran for every request * Compress system cache * Decompress system cache * Set/Get compressed cache for individual requests * Switch from gzip to snappy, use json compression too * Fix cache exp set/get * Remove unused import Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
export { compress, decompress } from './compress';
|
||||
export * from './abbreviate-number';
|
||||
export * from './add-field-flag';
|
||||
export * from './adjust-date';
|
||||
|
||||
Reference in New Issue
Block a user