I'm building a site that requires cms. I just switched over to using nginx instead of apache 2.2, and love the lower memory requirements and zippy static serve times.
I'd hate to choose a cms like wordpress and have all of my memory/speed savings fly out the windows because of bad code that isn't optimized to use the database well. (random example, not judging WP)
Any recommendations for a well performing cms system using nginx? I'm using php-fpm atm but willing to try new languages and database systems. Worse that can happen is I have another blurb to add to my resume
As always I apologize if this has been answered elsewhere. I swear I did research before asking! Most of the articles I found were about installing nginx with X piece of software, but very little discussion about choosing things that work well with nginx.