WPIntell

Source evidence

Slows down wp-admin for me completely

WP-Cron Control · support · 2014-12-19T09:10:00+00:00

complaintsentiment
mediumseverity
0.92relevance
4replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

7 / 35 rows with source links

20.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
helmi unresolved
Hi, today i was hunting the reasons for a really slow admin area on one of my blogs. It loaded whatever page in the admin area with around 10 secs delay. I switched of plugin by plugin to find reasons and noticed when disabling wp-cron-control load times came down to around the half of what they were before (still bad but at least a first step). Anyone alse noticing that big of a heap with wp-cron-control? Any reason why this should happen? I’m a bit stuck. Thanks for helping, Frank https://wordpress.org/plugins/wp-cron-control/ Yes, my site admin has started to load really slow. When I disabled “WooThemes Helper” I went from 60s to 14s. When I disabled WP-Cron I went from 14s to 2s. No idea why, I’ll let you know if I find anything. If I remove the following lines, the admin area is behaving: // for all other cases disable wp-cron.php and spawn_cron() by telling the system it's already running if ( !defined( 'DOING_CRON' ) ) define( 'DOING_CRON', true ); Don’t know why, must investigate further. This fixes it, but I’m not sure it’s the right solution: 314: } else { 315: return false; 316: } I found the same issue in many sites using this plugin. It slow down the wp-admin/ of the sites a lot (frontend is not affected). It was running fine for very long time, I think the issue started to happen with WP 4.0, but can’t be totally sure…

Comments

4 shown
olofg99 2015-01-09T08:09:00+00:00

Yes, my site admin has started to load really slow. When I disabled “WooThemes Helper” I went from 60s to 14s. When I disabled WP-Cron I went from 14s to 2s. No idea why, I’ll let you know if I find anything.

olofg99 2015-01-09T08:31:00+00:00

If I remove the following lines, the admin area is behaving: // for all other cases disable wp-cron.php and spawn_cron() by telling the system it's already running if ( !defined( 'DOING_CRON' ) ) define( 'DOING_CRON', true ); Don’t know why, must investigate further.

olofg99 2015-01-09T08:45:00+00:00

This fixes it, but I’m not sure it’s the right solution: 314: } else { 315: return false; 316: }

Samuel Aguilera 2015-01-12T23:19:00+00:00

I found the same issue in many sites using this plugin. It slow down the wp-admin/ of the sites a lot (frontend is not affected). It was running fine for very long time, I think the issue started to happen with WP 4.0, but can’t be totally sure…