About Us
Company Blog
- 2011 Mobile Internet workshop of Hubei Province
- Our company attended the 2011 Annual Party of WSOA & WHSIA
- Two Drupal websites are delivered by EveBit Digital
- EveBit employees participate "HTML5 Workshop" in Wuhan
- EveBit Digital moves toward CMMI Level 3 Certification
- EveBit becomes IT service provider of China Wanderer
- EveBit participated "Cloud Computing Era of Process Improvement and Outsourcing Policy Announcement of Wuhan"
- EveBit helps clients to mobile!
- EveBit delivered Facebook Application for client
- EveBit attended Shanghai World Expo as outsourcing service provider
- How to upgrade big Magento site to v1.4 or higher version
- Some considerations about Zend Server
- Integration between Zend Studio and SVN
- Can Magento use Amazon S3?
- How to fix a strange image displaying error on Joomla!
How to improve Magento performance, to get fastest eCommerce site
Recently a client asked us how to make his Magento based eCommerce site with best performance, here comes our advices:
1) Enable opcode cache, for example APC or Zend Guard.
2) Enable cache and compress for static files, e.g. css, image, js, swf
3) Magento needs much more memory than any other PHP scripts, so add more memory if possible.
4) If there is more than one server, we can move static files to another one, including files under /js, /media, /skin
5) The cache can move to memcache, of course, need a server to provide memcached service.
6) MySQL can use multiple servers too, set one for read-write mode, set others for read mode. In this case , MySQL read processes can split into several servers.
--------------------------
Option 1 can increase load speed of php.
Option 2 can reduce the bandwidth.
Option 3 need add memory,
Option 4 and 5 need to add more servers. This way need more hardware resource for Magento.








