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.
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

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.
Just running virtual min hosting 5 websites...
ctype_alnum
06-11-2013, 21:12
What are you actually running?
Caching and optimisation of your scripts and SQL configuration is the best you can hope for.
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?

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
How can I make my KS 2G quicker at loading all my websites? My websites are PHP with MySQL etc..