How to implement filesystem cache in WordPress
Some of caching APIs in WordPress, including transients, can make use of swappable Object Cache backend. There are ready-made implementations around for it which use file system as storage engine. However determining if it’s worth it is another matter entirely. In usual case database is very likely to outperform disk for typical caching tasks. However … Read more