Magento Server Setup

#1
Hi Folks,
I need a help. I want to setup a Magento optimized Server for my magento Site.

Visitors 500/ Day
Products : 5000
Hardware : VPS 2GB , 2 Core, 20 GB SSD - Linode hosting - I am open to Suggestions for hosting and hardware specs

Software planned
1. Litespeed
2. Lite Mag Cache
3. Magento LiteMage Extension
4. Apache
5. Alternative PHP Cache (APC)
6. memcached
7. PHP FastCGI Process Manager (PHP-FPM)
8. Redis
9. Varnish
10. Percona Database Server


I would appreciate for further inputs.
 

Pong

Administrator
Staff member
#2
1. Litespeed web server is a drop in replacement for Apache with high performance hence you don't need (4.Apache) anymore. Of cause LiteSpeed can read Apache configuration file and run off it.

2. LiteSpeed use the world fastest API called LSAPI to connect to PHP engine, which is much faster than PHP-FPM (PHP-FPM no need anymore) http://litespeedtech.com/products/litespeed-web-server/benchmarks/php-hello-world

3. LiteMage Cache is super faster full page cache for Magento and is about 15~20 time faster than Varnish based cache ( Varnish no need any more) . see benchmark http://litespeedtech.com/products/litemage-cache/overview
 
#3
1. Litespeed web server is a drop in replacement for Apache with high performance hence you don't need (4.Apache) anymore. Of cause LiteSpeed can read Apache configuration file and run off it.

2. LiteSpeed use the world fastest API called LSAPI to connect to PHP engine, which is much faster than PHP-FPM (PHP-FPM no need anymore) http://litespeedtech.com/products/litespeed-web-server/benchmarks/php-hello-world

3. LiteMage Cache is super faster full page cache for Magento and is about 15~20 time faster than Varnish based cache ( Varnish no need any more) . see benchmark http://litespeedtech.com/products/litemage-cache/overview

In this case, I just need a server with litespeed withi lsapi and litemage ?
 
Top