This article states:
If you aren’t already using a PHP opcode cache and WordPress caching
plugin, nginx will do squat for your WordPress-based website’s
performance.
Could someone elaborate on what the author means. I’m currently running a vanilla install of wordpress on my Apache2 webserver. I’m considering migrating a number of my other sites (non-wordpress) to Nginx and think whilst I’m at it I might as well migrate WordPress too. But the above statement makes me think that there’ll be no benefit to migrating wordpress. Why?
“squat” is synonymous with “nothing” in this case. So, I’d say:
The way I understand it, these points talk about premature optimization. It says, don’t just move WordPress installation from Apache to Nginx just because everyone says Nginx is a better performant web server than Apache (although it’s probably true).
Try optimizing Apache first, enable opcode caching, try application accelerator like Varnish, etc. Doing so, the setup can offer significant performance improvements over just switching to Nginx.
If it still doesn’t satisfy you (i.e. if the gained performance is still not acceptable), that’s when you should actually consider moving your WordPress installation to Nginx â especially because WordPress has limited support for nginx-based setups as of now.