Title: CPU Errors
Last modified: August 19, 2016

---

# CPU Errors

 *  [nmace](https://wordpress.org/support/users/nmace/)
 * (@nmace)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/cpu-errors/)
 * I’m trying to figure out why a blog I run, [http://www.fitsnews.com](http://www.fitsnews.com),
   is getting CPU overload errors (We’re on Bluehost). We’ve always had them, and
   I recently uploaded a new theme, and we actually got our account deactivated 
   because of all the highload/cpu errors we were getting. I uploaded to WP 2.6 
   to get the account re-activated, I also de-activated all but the essential plugins,
   but we’re still getting these errors. I can’t figure out if the new theme we’re
   using is causing this, if it’s the plug-ins, if its bad scripts, etc.
 * Anyone had this problem and resolved it? We’re getting close to 250,000 pageviews
   per month, so the traffic is coming at a pretty good clip.
 * THANKS to anyone who knows the answer or can point me in the right direction!
 * N

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [bernardborealis](https://wordpress.org/support/users/bernardborealis/)
 * (@bernardborealis)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/cpu-errors/#post-853791)
 * There are several different issues which can help with cpu errors.
    Here’s a 
   list of compiled steps which can greatly help to remove cpu errors.
 * 1. First step: Repair and Optimize. Always. And often. Your database has been
   updated a dozen times in the last day, whether you’ve posted or not. There’s 
   a lot of chance for errors there, so you might as well check.
    • Log into the
   cPanel and look for PHPMyAdmin. You’ll find it under Databases. *Click* • When
   your database(s) come up, look on the left. Pick one that looks like “WP01”. *
   Click* • Notice the table that appears. This contains all your posts, categories,
   comments, blogroll links, Users, etc. • Scroll to the bottom. Find Check All.*
   Click* • To the right of Check All you’ll find a drop down. *Click* • Find Repair.*
   Click* • Done. • Do it again for Optimize and repeat for all databases. 2. Deactivate
   plug-ins you don’t use, don’t need or don’t want. Then remove them from the plug-
   ins folder. plugins are the cause of many problems. 3. Switch to Fast CGI (Or
   switch from Fast CGI, sometimes, too) • Login • Click on PHPConfig (under Software/
   Services). Select the PHP5 FastCGI button. Save. • (Note, all the documentation
   says this will dramatically speed things up. This has not been my experience.
   Still, try it.) 4. Don’t leave your Write page open all day. It’s a small thing,
   but WP will autosave. 5. Avoid plug-ins or widgets that go out and get RSS feeds.
   These include the RSS widget and those that look for Twitter tweets. 6. Turn 
   off the Formatting Options in Settings • In WordPress, under Settings->Writing
   uncheck both Formatting options. Especially “WordPress should correct invalidly
   nested XHTML automatically”. 7. Don’t post via e-mail/word. Just. . .don’t. Write
   your posts in the Write interface and copy/paste it into Word when you’re done
   or when you take a break. Don’t make WP spend time parsing your Word file. • 
   Use Summaries in Feeds. Under Settings->Reading, select use Summaries in Feeds.•
   Consider showing less posts on each page while you’re here. Or less items in 
   each feed. • Don’t make WP e-mail you. Under Settings-Discussion, turn off any
   e-mail notifications you don’t need; especially redundant ones. If you go to 
   your blog daily, don’t worry about having it e-mail you for comments. Just turn
   that off. 8. Nofollow links you don’t need. • While it’s often useful to have“
   nofollow” removed from your comments, to encourage other bloggers to provide 
   pingbacks and comments, there’s no need to have your Meta widget followed by 
   Google. • Install [http://wordpress.org/extend/plugins/robots-meta/](http://wordpress.org/extend/plugins/robots-meta/)•
   Go through settings and noindex/nofollow the stuff you don’t want/need Google
   to look at. There’s no reason for bots to spend time on your pages if they don’t
   need to. Especially if it’s a big site. • Turn off Date Based Archive. Really,
   you should be ok without it. At the least, nofollow/noindex it. You do want your
   author archive enabled/followed/indexed. Helps boost your name’s Page Rank • 
   Stop people from linking to your search results: Redirect “external search results”
   to your homepage. This prevents people from linking to your search results, which
   means they search every time they link to you. That costs you CPU. 9. Use Google
   Search. This will let Google do the CPU work for your searches, gives you a surprising
   amount of credibility and brings you money. (adsense.google.com) 10. Reduce image/
   video/flash/etc sizes. Use Photoshop, Gimp or Fireworks to reduce the image size.
   Look up tutorials on how to do it in Google. You’ll find oodles. Gimp, by the
   way, is free. 11. Reuse images. If you’re using the same images often, use the
   same one. Upload it into a folder inside wp-content (using FTP) called “MyImages”
   and manually link it. Especially for large images. This way, the browser says,“
   No, don’t bother sending that. I already have it.” 12. Use a Category Only RSS
   feed, rather than requiring everyone to use the main RSS Feed. To do that, use
   a link that looks like: [http://MyBlog.com/category/CatagoryName/feed/](http://MyBlog.com/category/CatagoryName/feed/).
   This way when someone only wants to hear about “My Dog”, they only hear about
   the dog and you only get queried for one category instead of all of them. You
   can put these in as a text widget (be sure to code it manually). *13.* Use the
   WP Super Cache plug-in, especially when you’re expecting a big hit. Find that
   at: [http://wordpress.org/extend/plugins/wp-super-cache/](http://wordpress.org/extend/plugins/wp-super-cache/).
   You may need to turn it off while editing posts (or clear the cache from it’s
   Settings page) as it often doesn’t refresh a page after an edit. *** 14. Reduce
   the excess in your CSS, JS and PHP. If you’re doing things that are redundant(
   telling a Strong tag to be bold) take it out. No reason the server should spend
   any time working on that. The browser will do it. 15. If you have the option,
   use arrays to populate your queries rather than calling them repeatedly to grab
   different pieces of information. 16. Update. Update. Update. WP updates often
   have more than just security and feature fixes. They also have streamlined code.
   Use it.
 *  Thread Starter [nmace](https://wordpress.org/support/users/nmace/)
 * (@nmace)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/cpu-errors/#post-853896)
 * Wow, good stuff.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘CPU Errors’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [nmace](https://wordpress.org/support/users/nmace/)
 * Last activity: [17 years, 8 months ago](https://wordpress.org/support/topic/cpu-errors/#post-853896)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
