OVH Community, your new community space.

Quicker?


ctype_alnum
09-11-2013, 00:12
I would recommend nginx over apache. I did some testing using apache bench and it appears that in terms of loading static content they are roughly the same and apache even outperforms nginx in some cases however nginx kills apache on memory usage with high load the memory usage on nginx isn't even a fraction in comparison to apache which makes a big difference if your site gets hammered on a smaller machine/vm and general performance.

Myatu
08-11-2013, 21:10
Install APC, use Nginx as a front-end or as the sole web server, cache in memory. And to add what ctype_alnum said, you could use something like W3 Total Cache along with the APC installation, or add a Memcache daemon. Leverage the memory the KS2G has.

ctype_alnum
07-11-2013, 16:30
Quote Originally Posted by Shought
Just running virtual min hosting 5 websites...
Are they sites using wordpress for example? Because you can make wordpress run faster but its abit slow.

Shought
07-11-2013, 14:00
Just running virtual min hosting 5 websites...

ctype_alnum
06-11-2013, 21:12
What are you actually running?

Andy
06-11-2013, 20:44
Caching and optimisation of your scripts and SQL configuration is the best you can hope for.

Kode
06-11-2013, 17:28
easy to setup but your code needs to be changed to work with memcache, also might not make much difference with a KS2G there are many factors that can affect performance

ctype_alnum
06-11-2013, 16:02
Get a faster server?

Shought
06-11-2013, 15:37
Are these easy to setup?

RikT
06-11-2013, 15:30
Quote Originally Posted by Shought
How can I make my KS 2G quicker at loading all my websites? My websites are PHP with MySQL etc..
caching is the way to do that various methods such as memcached php-apc etc

Shought
06-11-2013, 14:41
How can I make my KS 2G quicker at loading all my websites? My websites are PHP with MySQL etc..