关于我们
公司博客
- 2011湖北互联网精英联谊会图片播报
- 我公司出席2011武汉市服务外包行业协会、武汉市软件行业协会联合年会
- 我公司成功为国外客户交付Drupal项目
- 伊锐数码参加“HTML5技术分享沙龙”活动
- 伊锐数码CMMI3认证工作正式启动
- 伊锐数码成为信步东方IT服务提供商
- 公司参加“云计算时代的过程改进及武汉市服务外包政策宣讲会”
- 伊锐数码助力客户走向移动互联网!
- 伊锐数码交付 Facebook 应用程序
- 伊锐数码作为软件外包提供商出席上海世博会活动
- 如何将大型 Magento 站点到 1.4以上版本 (公司英文博客)
- 关于 Zend Server 的一些思考 (公司英文博客)
- 如何整合 Zend Studio 及 SVN (公司英文博客)
- Magento 能支持 Amazon S3 吗?
- 最近解决的一个奇怪的 Joomla! 下图片显示问题
如何加快 Magento 速度构建更快电子商务网站 (公司英文博客)
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.






