-
-
Notifications
You must be signed in to change notification settings - Fork 125
Closed
Labels
enhancementAn enhancement/improvement/new feature to Znote AAC.An enhancement/improvement/new feature to Znote AAC.
Milestone
Description
APCu caching is waaay faster than our current caching system.
Instead of storing and loading cache into flatfiles (which can be messy if we consider file permissions and stuff in unix), we can store the cache data directly in memory.(/RAM).
We can also store this natively as PHP arrays, so no need to encode/decode data to and from json.
While APC is obsolete, APCu version 5+ supports PHP 7.
LukSrT
Metadata
Metadata
Assignees
Labels
enhancementAn enhancement/improvement/new feature to Znote AAC.An enhancement/improvement/new feature to Znote AAC.