fluent-php
fluent-php copied to clipboard
Caching
Parsing Fluent files is expensive and would benefit from caching between requests. Is there a recommended approach for this?
Unfortunately, there is no way to cache parsed Fluent files at the moment.
FYI, in Waterhole I ended up manually adding a caching layer which serializes/unserializes parsed FluentResource instances onto the filesystem. Works great.
With last update its no more expensive. And i think cach layer must be outside of fluent. Atleast this moment. In our project we store fluent cache in memcache