You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// When xmlRPC call is madeadd_action('xmlrpc_call',array($this, 'WPVarnishPurgeAll'), 99);
Causes the entire site to be flushed with fairly high frequency on Wordpress installs where users use mobile apps to submit stories. Is it really necessary? There are already highly targetted hooks that purge specific pages when an article is added, deleted, etc.
The text was updated successfully, but these errors were encountered:
The line here:
https://github.com/pkhamre/wp-varnish/blob/master/wp-varnish.php#L111
Causes the entire site to be flushed with fairly high frequency on Wordpress installs where users use mobile apps to submit stories. Is it really necessary? There are already highly targetted hooks that purge specific pages when an article is added, deleted, etc.
The text was updated successfully, but these errors were encountered: