Plugin causes Service Unavailable since 09/Jul/2015:21:19:49 0200
-
The plugin suddenly causes my wordpress website to stop working since 09/Jul/2015:21:19:49 +0200 (Amsterdam/Europe timezone).
The execution time of the PHP script (/index.php) consistently is 60000-240000ms (60-240 seconds!) whilst a normal request only lasts 500ms (0.5 seconds). This causes of course a timeout.
Disabling this plugin resolved this issue.
The PHP process is practically idle so I assume that the plugin does an external HTTP request which seems to last too long since 09/Jul/2015:21:19:49. Maybe it calls home to get some config data, I do not know – but it should not wait so long for a response.
Using WP_DEBUG did not give more information about timeouts etc.
09/Jul/2015:21:19:49 +0200 127.0.0.1 - $_SERVER['REMOTE_ADDR'] 1.2.3.4 - "GET /index.php" - HTTP Status 200 - Script /var/apache-www/index.php - ExecTime 60386.076 ms - MaxMemUsage 6400 KB - MaxCpuUsage 0.13% 09/Jul/2015:23:36:29 +0200 127.0.0.1 - $_SERVER['REMOTE_ADDR'] 1.2.3.4 - "GET /index.php" - HTTP Status 200 - Script /var/apache-www/index.php - ExecTime 198225.642 ms - MaxMemUsage 6400 KB - MaxCpuUsage 0.17%
Final solution: disable the plugin.
- The topic ‘Plugin causes Service Unavailable since 09/Jul/2015:21:19:49 0200’ is closed to new replies.