By default, WP Fastest Cache adds an HTML comment in the page footer that indicates when and for how long…
You can use hooks to clear cache at specific points in the execution of the code. By strategically placing cache…
This function is designed for manually creating page caches.
Clear Cache Hook System is a way for one piece of code to clear cache.
It is very simple to exclude any url from the cache. You can call the following function in a theme…
You can write your own function that will modify the content of minified or combined css sources before saving.
You can write your own function that will work after the cache is cleared.
You can use the Buffer Callback Filter feature to make any changes to the html source of a page or…