FeedCache icon indicating copy to clipboard operation
FeedCache copied to clipboard

Save Feeds to Zend Opcache?

Open Ruok2bu opened this issue 9 years ago • 2 comments

To reduce hits to the disk can you add a function that instead caches the data to Zend Opcache ?

Ruok2bu avatar Mar 18 '15 23:03 Ruok2bu

@Ruok2bu I'm not familiar with Opcache, but feel free to fork the project and add support.

erunyon avatar Mar 19 '15 11:03 erunyon

Zend Opcache is the built-in opcode cacher in PHP. Nothing extra is needed, as its built into PHP core.

Ruok2bu avatar Mar 19 '15 18:03 Ruok2bu