cancel
Showing results for 
Search instead for 
Did you mean: 

Magento Optimization

Magento Optimization

Whatis the meaning of Use multiple front end serever to make more optimization for magento website?

3 REPLIES 3

Magento Optimization

Hello

These are Steps to make your Magento web site be optimized

  1. Memcache (for the hardcore) is documented 
  2. Disable the PHP open_basedir directive. Read this.
  3. Eliminate directory structure scans for .htaccess files.
  4. Use multiple web nodes (frontend servers) to handle browsing and checkout.
  5. Use Varnish reverse proxy caching

Can you help me to Apply them 

Thanks

Re: Magento Optimization

Hi,

 

Regarding your first post, you can rent or purchase multiple web servers to run your web site to improve its performance. For example, we ran the HMV Ireland website using front end 10 web server machines all using NFS to share the document root. This is a complicated and fragile process if you're not already using automation to deploy your servers, however, and should only be done if you've tuned everything else and need the extra capacity (and can afford the extra expense),

 

Regards,

 

Aaron

Problem solved? Click Accept as Solution!
www.iweb.co.uk | Magento Small Business Partner

Re: Magento Optimization

load balancing?