Skip to main content

Magento VPS Optimisation

Comments

4 comments

  • syslint
    Install nginx too :) enable cache and compression . That will give some more speed.
    0
  • James.Simpson
    Install nginx too :) enable cache and compression . That will give some more speed.

    This is something i am looking at doing, but trying to get the most out of what is currently installed.
    0
  • cPanelMichael
    Hello :) You can try lowering the query_cache_size value in /etc/my.cnf to "64M" to see if that makes a difference. Thank you.
    0
  • James.Simpson
    Hello :) You can try lowering the query_cache_size value in /etc/my.cnf to "64M" to see if that makes a difference. Thank you.

    Thanks for the suggestion, that seemed to shave off around half a second or so. Did a bit of reading up on query_cache_size, and more is defiantly not better on this setting (although mysql tuner suggests going higher with this value). I'm thinking of running php in FCGI mode to get things like opcache working with Magento properly and then install Memcache. I did try NGINX, but I don't really want to take things away from EasyApache (after installing NGINX previously and then trying to rebuild apache after a corruption left me with a load of errors). Also NGINX was a nightmare to set up especially with an SSL.
    0

Please sign in to leave a comment.