CPU spikes 100% because of index.php?
-
Hello,
my blog loads sometimes very slow. I’ve already done all the recommended steps to speed up the site, but it’s actually the server that’s slow.
When I asked my webhost about it, they told my my CPU is too high.
I’ve had an eye on it for the past few days and it really is mostly between 80-100%.I tried the following already:
– Turned off all plugins
– Changed to a standard theme (Twenty Twelve)
– disabled Cron jobs
– enabled Query monitor pluginI’m not a developer and I don’t know much aboud codes, but seeing that neither another theme nor turning off the plugin helps, I feel that it must have to do with WordPress core files?
Then again I received the following reply from my webhost:
“I have checked your resource usage and below are the process which consumes your resource:-
===
zoomingj 833278 44.0 0.0 265764 23088 ? S 07:17 0:01 lsphp
zoomingj 831533 16.2 0.0 292352 49268 ? S 07:16 0:01 lsphp:/home/zoomingj/public_html/index.php
zoomingj 831777 15.4 0.0 295164 51560 ? R 07:16 0:00 lsphp:/home/zoomingj/public_html/index.php
zoomingj 831819 13.8 0.0 291992 48272 ? S 07:16 0:00 lsphp:/home/zoomingj/public_html/index.php
zoomingj 831998 10.5 0.0 267328 23360 ? R 07:16 0:00 lsphp:/home/zoomingj/public_html/index.php
===You are recommended to check this with a developer, he can help you to optimize the site perfectly or can consider moving to a higher plan which offers more resource.
”So, ist my index.php causing this? But why does CPU still hike when I use a standard theme then?
Here’s my index.php (just the standard one, hasn’t been changed since 2013):
<?php /** * Front to the WordPress application. This file doesn't do anything, but loads * wp-blog-header.php which does and tells WordPress to load the theme. * * @package WordPress */ /** * Tells WordPress to load the WordPress theme and output it. * * @var bool */ define('WP_USE_THEMES', true); /** Loads the WordPress Environment and Template */ require( dirname( __FILE__ ) . '/wp-blog-header.php' );
Anybody has any advice for me?
I’m totally lost here.
I’m so close to make a clean install and search for a new theme and start from zero … but honestly I don’t have the time and the nerves for this….. -_-;Thankful for any advice you might have. ??
- The topic ‘CPU spikes 100% because of index.php?’ is closed to new replies.