Notifications
Clear all

wpForo 1.x.x [Solved] WordPress Heartbeat - admin-ajax.php

24 Posts
3 Users
2 Reactions
25.9 K Views
Posts: 83
Topic starter
(@timrodman)
Estimable Member
Joined: 8 years ago

Thanks for your help with this @anonymous20. I didn't think that less than 10,000 monthly views was that heavy either. Here are the stats that I can see in my cPanel:

I think I've reached my limit on my ability to troubleshoot. I'm going to look at other hosting plans.

1 Reply
(@anonymous20)
Joined: 9 years ago

Noble Member
Posts: 1602

Tim: the 100% CPU usage is strange. Something is wrong. The rest is just fine (entry processes etc).

And yes, 10.000 hits is not much, still i can't say for sure because it also depends of what exactly you serve to the users. I mean could be heavy stuff.

And with PHP 7 and some caching plugin CPU 100% is hard to reach.

Good luck !

Posts: 83
Topic starter
(@timrodman)
Estimable Member
Joined: 8 years ago

I was heading down the wrong path here.

This is the temporary solution that I'm now working with:
https://wpforo.com/community/how-to-and-troubleshooting-2/high-cpu-usage-on-forum-pages/#post-18780

Posts: 1602
(@anonymous20)
Noble Member
Joined: 9 years ago

Is your DEBUG.LOG of Wordpress totally clear ?

Posts: 83
Topic starter
(@timrodman)
Estimable Member
Joined: 8 years ago

I don't see debug.log in the wp-content folder.

I just added this to the wp-config.php file to see if I can get debug.log to appear.

define( 'WP_DEBUG_LOG', true );
Posts: 1602
(@anonymous20)
Noble Member
Joined: 9 years ago

This

define( 'WP_DEBUG', true );

is also needed, i guess you added it ....

Page 3 / 5