Bring down a poorly deployed WordPress (and how to stop it from happening)
1–10 of 18 posts
Re: Bring down a poorly deployed WordPress (and how to stop it from happening)
#2Re: Bring down a poorly deployed WordPress (and how to stop it from happening)
#3There is an even easier way. Use nginx.
I don't consider WordPress to be server agnostic - it's built for Apache and it only works well on IIS because Microsoft made some effort to make it happen.
Re: Bring down a poorly deployed WordPress (and how to stop it from happening)
#4There is an even easier way. Use nginx.
Agreed, nginx is nice (I'm using it to serve static content on my blog in front of Apache). But nginx requires additional setup with WordPress to get it working properly, in particular mod_rewrite rules (especially if you then use WP Super Cache, or at least that's what it was like on Lighttpd when I used to use that). I don't consider WordPress to be server agnostic - it's built for Apache and it only works well on…
http://blog.rassemblr.com/2011/01/wordpress-need-for-speed-o...
Re: Bring down a poorly deployed WordPress (and how to stop it from happening)
#5Earlier quoted context omitted.
Agreed, nginx is nice (I'm using it to serve static content on my blog in front of Apache). But nginx requires additional setup with WordPress to get it working properly, in particular mod_rewrite rules (especially if you then use WP Super Cache, or at least that's what it was like on Lighttpd when I used to use that). I don't consider WordPress to be server agnostic - it's built for Apache and it only works well on…
Agree. I had to optimize my wordpress installation recently including some caching. Since there is not that much information about nginx, I took some notes and wrote about it. Here is my blog post: http://blog.rassemblr.com/2011/01/wordpress-need-for-speed-o...
Re: Bring down a poorly deployed WordPress (and how to stop it from happening)
#6Re: Bring down a poorly deployed WordPress (and how to stop it from happening)
#7Earlier quoted context omitted.
Agreed, nginx is nice (I'm using it to serve static content on my blog in front of Apache). But nginx requires additional setup with WordPress to get it working properly, in particular mod_rewrite rules (especially if you then use WP Super Cache, or at least that's what it was like on Lighttpd when I used to use that). I don't consider WordPress to be server agnostic - it's built for Apache and it only works well on…
Agree. I had to optimize my wordpress installation recently including some caching. Since there is not that much information about nginx, I took some notes and wrote about it. Here is my blog post: http://blog.rassemblr.com/2011/01/wordpress-need-for-speed-o...
http://www.kalzumeus.com/2009/08/22/using-wordpress-and-rail...
Re: Bring down a poorly deployed WordPress (and how to stop it from happening)
#8What about Varnish?
Re: Bring down a poorly deployed WordPress (and how to stop it from happening)
#9Re: Bring down a poorly deployed WordPress (and how to stop it from happening)
#10Rather than fuss over Apache settings, use some decent caching strategies and you won't need to worry about this at all. And BTW, nginx is not always faster than Apache, and not always the best choice for any app.
So therefore you're down to external caching, which is another layer of complexity and detrimental to anything dynamic you have on your blog (which is pretty common).