garbage collection via linux cronjob
-
Is it possibile to detach the garbage collector from the web engine and use a linux cronjob to do the job every 1 hour or so? Something like:
php /var/www/html/wp-content/plugins/wp-super-cache/gc.php
or similar? It looks like it’s performing not so well with php executed as apache module with all the limits it has. Via CLI would be better imho.
The topic ‘garbage collection via linux cronjob’ is closed to new replies.