PHP / Mysql - Basic Questions

#1
Hi,

I'm running a PHP / Mysql script called CPVLab, currently hosted on a VPS and have a few basic questions:

- Would I see a performance improvement in this kind of environment or is Litespeed aimed towards static content?

- Not sure if relevant, but does Litespeed play well with MariaDB and Percona over Mysql?

- Would Litespeed outperform Nginx for my needs?

- If Litespeed is beneficial for my setup, would the Litespeed cache option provide any benefits?

Thanks
Steven
 
Last edited:

NiteWave

Administrator
#2
same question in tickets -- I'd quota some reply from sales:
1. You should. LSWS is faster than Apache (and NGINX) for both static and dynamic content: http://www.litespeedtech.com/products/litespeed-web-server/benchmarks/php-hello-world

LSWS won't speed up MySQL, but it will speed up PHP.

2. LSWS is compatible with both MariaDB and Percona.
also I took a quick look at CPVLab website. it is a typical php+mysql app. php performance is critical. then litespeed + lsphp may be the best choice, it outperform nginx + fpm + php. It looks like it's all dynamic content, cache should not be used.
 
Top