Plugins To Unplug
I have had a number of people ask me which plugins I unplugged during my recent Digg Effect. I was reluctant to name names because each and every one of these plugins that I was using was there for a reason. That reason was to provide me with information to better run the blog and provide services.
What I do not want this post to become is a bashing session. Every single one of these plugins that I will be mentioning are excellent additions to any WordPress blog and I am not slamming them nor the developers. All I am saying is that if you find yourself in th middle of a Digg Effect, you might try deactivating these plugins until you get over the hump. Do not not use them because of this post. Rather, use them wisely.
All that being said, these are the plugins that I disabled in no particular order:
The three that seemed to help the most were bsuite, Live, and WP-UserOnline, even though bsuite was the hardest for me to deactivate (I love the stats and information it provides me).
I disabled bsuite because it wrote a lot to the database each time a hit came in. And what can you expect when it gathers so much information. I was very sad to disable it.
Live provided a real time look at what was happening on my blog at the very moment. It essentially kept polling the system every ten seconds and reporting the changes. Very intensive.
Another processor intensive plugin was WP-UserOnline. It was awesome to be able to see how many people were on my blog at any given time. But was that information worth the extra strain on the server? I decided not and out it went.
Now, one plugin you definitely want to have is WP-Cache. It keeps html version of your php files and uses them instead of reprocessing them and sending them to the database. This alone could save you.
If you are having trouble with your website displaying blank pages that come back when you refresh, follow these instructions:
- Open
/wp-content/plugins/wp-cache/wp-cache-phase2.php file* in your favourite text editor, where is the domain that you’re having troubles with EG: dreamhost.com/wp-content/plugins/wp-cache/wp-cache-phase2.php - Alternatively if that file is not in that location for some reason you can issue this command to find it from the
directory: find . -name wp-cache-phase2.php - Find out wp_cache_ob_end function
- then inside that function find the line with: ob_end_clean(); (it should be line 219 or about)
- and finally replace that line with: ob_end_flush();
Once I got that straightened away, my problems disappeared.
So, if you are running WordPress and find you are getting grief from your web host, you may want to disable some of these and see if it resolves the problems.
Now, I am certain that there are some other WordPress plugins out there that have caused you pain in the past. Feel free to share them with the rest of us in the comments.
If you found this post useful, why don't you buy me a cup of coffee to show your gratitude?
3 Responses to “Plugins To Unplug”
-
Bill Says:
January 16th, 2007 at 6:19 pmIf you are a firefox user like myself, you may be interested to know that you can have your firefox earnings displayed the status bar. The plugin I use is called Adsense Notifier
-
The Blog Herald Says:
March 14th, 2007 at 7:01 pmWordPress Techniques and Tips Know of a great WordPress tips and techniques article? Let me know and it may end up on our weekly list. Daily Cup of Tech - Plugins To Unplug During a Digg Effect The Number One Flaw in WordPress: Comments Blogopreneur - WordPress Include Tags Big Square Dot - Random Header Images For Your Blog Using DIVs and PHP Andy Beard - How to Setup Email Notifications to Avoid Your Wordpress Blog Being Suspended
-
Dave Says:
May 15th, 2008 at 8:31 pmUnplugging your plugins…that never even crossed my mind. When the Digg effect comes it can bring your site to its knees.
