Magento magento 清理数据库日志log Magento用了一段时间后,我们备份数据库发现数据库变大了很多,怎么会这样? 查了一个magento数据库的相关资料,要是由于一些日志数据的剧增,可以通过Magento自身的cron定时清理日志。另... 07月23日 1,975 阅 发表评论 阅读全文
Magento优化专题 设置单独的Magento服务器-Set up Magento backend on a separate node Table of Contents Set up Magento backend on a separate node Change backend path entity Configure the... 06月17日 3,346 阅 发表评论 阅读全文
Magento Magento速度优化 开启Compilation 开启Magento自带的编译模式Compilation,是提升速度最好的方法。登录进后台后,依次选择System>Tools>Compilation。第一次开启点击“run compila... 06月03日 1,975 阅 发表评论 阅读全文
Magento magento前端速度优化 影响magento加载速度有很多方面,其中前端优化是一个重要因素,下面根据我的经验列举一下优化步骤 首先:通过google官方前端检测工具进行测速 地址:http://developers.googl... 06月03日 2,290 阅 发表评论 阅读全文
Magento magento各种APC,Memcached,Redis缓存机制配置教程 理解magento的Two-Level Caching magento默认使用zend framework的二层缓存存储方式。就是说它使用两层结构对cache进行配合管理,一个快的,但大小有限制的结构... 06月03日 1,906 阅 发表评论 阅读全文
高级设置 magento + redis 安装 1 ////////////wget http://redis.googlecode.com/files/redis-2.4.11.tar.gz view plaincopyprint? wget h... 06月02日 2,156 阅 发表评论 阅读全文
Magento Magento常用Mage::静态方法 Magento的Mage静态类,属于全系统的核心类。里面的方法都很实用。 Mage类中register,unregister,registry,getBaseUrl,getUrl,getModel,g... 05月02日 1,797 阅 发表评论 阅读全文