cladera spawning lots of php processes and 100% cpu
-
In the past few days my site really started slowing down and maxing out the cpu. It spawns lots of php worker processes (sometimes up to 20 or more) that grow to max out all available memory. I’ve had caldera for several years and upgraded through all the previous version to current.
If I do
SELECT option_name
FROM wpnv_options
WHERE option_name LIKE ‘%cftransdata%’
it gives me 35k rowsWhat’s the best way to delete those rows – if its ok for me to do so?
It seems like there is some issue with wp-cron and transients?
Also – My php slow log shows lots of these sort of entries:
[0x00007fa22ee13b20] unserialize() /home/209859.cloudwaysapps.com/*******/public_html/wp-includes/functions.php:624
[0x00007fa22ee13aa0] maybe_unserialize() /home/209859.cloudwaysapps.com/*******/public_html/wp-includes/option.php:178
[0x00007fa22ee138b0] get_option() /home/209859.cloudwaysapps.com/*******/public_html/wp-includes/cron.php:940
[0x00007fa22ee13840] _get_cron_array() /home/209859.cloudwaysapps.com/*******/public_html/wp-includes/cron.php:434
[0x00007fa22ee13740] wp_clear_scheduled_hook() /home/209859.cloudwaysapps.com/*******/public_html/wp-content/plugins/caldera-forms/classes/transient.php:150
[0x00007fa22ee136b0] clear_wpcron() /home/209859.cloudwaysapps.com/*******/public_html/wp-content/plugins/caldera-forms/classes/core.php:462
[0x00007fa22ee13600] init_cf_internal() /home/209859.cloudwaysapps.com/*******/public_html/wp-includes/class-wp-hook.php:287
[0x00007fa22ee13520] apply_filters() /home/209859.cloudwaysapps.com/*******/public_html/wp-includes/class-wp-hook.php:311
[0x00007fa22ee134b0] do_action() /home/209859.cloudwaysapps.com/*******/public_html/wp-includes/plugin.php:478
[0x00007fa22ee133d0] do_action() /home/209859.cloudwaysapps.com/*******/public_html/wp-settings.php:546
- The topic ‘cladera spawning lots of php processes and 100% cpu’ is closed to new replies.