Cache-Monster icon indicating copy to clipboard operation
Cache-Monster copied to clipboard

A Craft CMS plugin that keeps your cache permanently warm and optionally integrates with Varnish.

Results 4 Cache-Monster issues
Sort by recently updated
recently updated
newest added

Will you be working on a Craft 3 version?

Is it possible to initiate the warming task from an action URL or for it to be called via another plugin action?

I purge the cache of my page every night: ``` {% set clearThis = now | date_modify('today 23:00') | date('c') %} {% cache until clearThis %} {# yadayadayada #} {%...

After installing Cache-Monster I could not update any entries. On Save I got a server error 500. Uninstalling the plugin removed the problem, so I am pretty sure it is...

bug