how to restore a wordpress website, when hosting has got expired but the hosting company gives you a bunches of zip file?

On your new hosting place, create a new/empty WP install. That will create a database. Remember the credentials. Then create a new database, and import the data you got from the old host. Remember the credentials; assign the user/pass to that database. Then go into the new install, inside the wp-config.php file, and change the … Read more

Load-Testing a WordPress Site

I don’t think there is any WordPress specific solution, but I personally use blitz.io to do the load testing for our solutions. Actually you could also use one of the usual (free) tools (like Apache bench), but then you’ll have to consider a lot of other variables to make sure that you really create real-world-numbers … Read more

Large Number of WordPress Posts

The performance of WordPress does not depend on the number of posts. It depends on the server performance (how fast can PHP scripts be executed). And the performance of the MySQL Server. The server performance is normally no problem if you got enough memory. The bottleneck is in most cases the MySQL server and the … Read more

Load testing for WordPress functionality

You can use a tool like loadimpact.com to generate load, include following user scripts, for a huge number of users. However, as with anything like this, it doesn’t come free. We’ve just used it, so far, for simple load testing of user views as that’s been our biggest issue with sites. We wrote an article … Read more