mariuspass
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Fragment Cache] programatically delete cache entryI would commit it to the main code, but I’m afraid the quality of my documentation is not on par with mariuspass’.
Please make a pull request on github repo.
Forum: Plugins
In reply to: [WP Fragment Cache] programatically delete cache entryYou can’t delete just one fragment, the purge function deletes all the fragments, also that function takes no argument.
Forum: Plugins
In reply to: [WP Fragment Cache] w3 cache settingsOnly the Object Cache.
Forum: Plugins
In reply to: [WP Fragment Cache] Persistant cache paradoxI’ve improved the description of the persistent cache requirement to avoid any confusion.
Forum: Plugins
In reply to: [WP Fragment Cache] Persistant cache paradoxThis plugin can’t be activated without a persistent cache.
Did you follow the link? You need a persistent cache of WP Object Cache. A simple excerpt from the WP Object Cache page:
By default, the object cache is non-persistent. This means that data stored in the cache resides in memory only and only for the duration of the request. Cached data will not be stored persistently across page loads unless you install a persistent caching plugin.