Tag Archives: wordpress

Recommended Wordpress

How to Display WordPress Error Messages!

If for some reason you need to debug your WordPress theme, plugin, or just need to see all the error messages, you can add the following line in your wp-config.php file: define(‘WP_DEBUG’, true);

WordPress by default hides error messages so this will reveal them.

Leave a comment

WordPress Hack – How to Upgrade WordPress in 15 seconds using SSH/Wget!

I’ve been upgrading WordPress for almost 4 years now and since I manage about 20 blogs, I have learned to figure out how to upgrade your WordPress faster than ever using SSH and wget command.

For one, you will need a dedicated server/VPS that supports SSH. Otherwise you won’t be able to do it.

Here’s exactly how I do it.

1) I go to my WordPress directory using the command cd. ~ 2 seconds

2) I use

Click Here to Read Full Article

Leave a comment

How To Run Lighttpd with WordPress!

lighttpd

In this blog post, I will show you how to convert a WordPress blog to run Lighttpd instead of the default Apache Httpd server (on a Plesk server specifically). You can probably apply most of these instructions to any other web servers running on raw Apache but if you are that good at managing web servers, I will leave the extra hacking to you. As for Plesk, I just find it easier to setup everything like e-mail, DNS, and whatnot but you don’t need to use Plesk at all if you can do it all using command-line.

In my recent conversions, my web servers are now able to handle

Click Here to Read Full Article

3 Comments

WordPress Lighttpd vs. Apache Httpd Perfomance Test

This is a WordPress permance test using Lighttpd (which is a faster alternative to Apache) and Apache Httpd on a test server loaded with a real blog.  All tests were done from empty load of zero.

For testing, I’ve used a virtual dedicated server from MediaTemple, specifically their dv Extreme server which touts 2GB of ram and virtual quad-core CPU performance.

I did an initial test with Lighttpd and  found that Lighttpd outperforms Apache H

Click Here to Read Full Article

3 Comments