FeedCache
FeedCache copied to clipboard
Save Feeds to Zend Opcache?
To reduce hits to the disk can you add a function that instead caches the data to Zend Opcache ?
@Ruok2bu I'm not familiar with Opcache, but feel free to fork the project and add support.
Zend Opcache is the built-in opcode cacher in PHP. Nothing extra is needed, as its built into PHP core.