Thread: Wordpress in X5
View Single Post
  #9  
Old 08-31-2014, 05:20 AM
  ADDISON's Avatar 
ADDISON ADDISON is offline
 

X-Man
  
Join Date: Jan 2008
Posts: 2,613
 

Default Re: Wordpress in X5

There are a few parts of optimization in speed.

1. Change your hardware to fit your needs (cores, RAM, SSD, internet connection, month trafic).

2. Use CDN if you have visitors from different regions/countries.

3. Protect your website from DDoS hardwear and software (Fail2Ban, Iptables)

4. Configure server to your needs (proxy server + webserver + php + mysql)

5. Configure XC to work at maximum performance with these hardware/software configuration (few CSS/JS requests, minify CSS/JS files, use expire headers, gzip, ...)

I learnt myself before having a website you should understand Linux architecture and getting speed from your configuration. Speed means transactions, more visitors, more customers.
__________________
X-Cart Next: Business 5.2 (learning and testing)
X-Cart Classic: Gold and Gold Plus 4.7
Lots of Modules and Customizations
OS in use: Red Hat Enterprise, Fedora, CentOS, Debian, Ubuntu, Linux Mint, Kali Linux
Ideas for Server configuration (basicaly): Nginx/Pound (reverse proxy), Apache/Nginx (webserver), Squid/Varnish (cache server), HHVM or (PHP-FPM + PHP 5.6 + opcache), MariaDB/Percona MySQL Server, Redis (storing sessions)

You can catch my ideas here: http://ideas.x-cart.com
Reply With Quote