WordPress 4.0.1 with W3TC 0.9.4 crashed my site
-
I always used W3TC and it was working perfect with my wordpress.
Since I update to WordPress 4.0.1, my website starts to crashe. I enabled PHP-FPM slowlog, and it was W3TC:
fopen() /var/www/site/wp-content/plugins/w3-total-cache/lib/W3/Cache/File.php:127
set() /var/www/site/wp-content/plugins/w3-total-cache/lib/W3/ObjectCache.php:254
set() /var/www/site/wp-content/plugins/w3-total-cache/lib/W3/ObjectCacheBridge.php:46
set() /var/www/site/wp-content/object-cache.php:66
…I disabled “Object Cache” and “Page Cache” in W3TC configuration, and it started to show:
w3_require_once() /var/www/site/wp-content/plugins/w3-total-cache/inc/define.php:1478
w3_require_once() /var/www/site/wp-content/plugins/w3-total-cache/inc/define.php:1460
w3_instance() /var/www/site/wp-content/plugins/w3-total-cache/lib/W3/Plugin/Varnish.php:208
flush_post_cleanup() /var/www/site/wp-content/plugins/w3-total-cache/lib/W3/Plugin/Varnish.php:200
on_redirect_cleanup() unknown:0
…
mysql_query() /var/www/site/wp-includes/wp-db.php:1655
_do_query() /var/www/site/wp-includes/wp-db.php:1559
query() /var/www/site/wp-content/plugins/w3-total-cache/lib/W3/Db.php:179
default_query() /var/www/site/wp-content/plugins/w3-total-cache/lib/W3/Db.php:307
query() /var/www/site/wp-content/plugins/w3-total-cache/lib/W3/Db.php:95
query() /var/www/site/wp-includes/wp-db.php:1797After some error like this, PHP-FPM stop responding and my site didn’t get any connection.
I disabling W3TC, and it’s working fine again.Is there a bug in this version?
- The topic ‘WordPress 4.0.1 with W3TC 0.9.4 crashed my site’ is closed to new replies.