need help – index.php eats a lot of CPU
-
I am new to wordpress (running the latest 2.6.5) – I tried to search the forums for this topic, but could not find any related issues.
In the past 2 days noticed a dramatic increase of the CPU usage for the index.php file (now it takes 73% of the total CPU usage!). This is causing an overall increase of the CPU usage on my server that could potentially lead to problems.
I went back to my old backups and compared the index php file. A week ago, the index.php file was empty:
<?php
// Silence is golden.
?>Now I have:
define('WP_USE_THEMES', true);
require('./wp-blog-header.php');
Is this causing my increase in CPU usage? How can I fix that?
Thanks!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘need help – index.php eats a lot of CPU’ is closed to new replies.