Skip to content

Faster and less problematic caching using APCu #371

@Znote

Description

@Znote

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementAn enhancement/improvement/new feature to Znote AAC.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions