欢迎来到天天文库
浏览记录
ID:14900137
大小:44.50 KB
页数:4页
时间:2018-07-30
《magento提速的方法》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、magento提速!!!![Magento]给Magento提速的方法[复制链接] 1、安装FoomanSpeedster插件插件官方地址:http://www.magentocommerce.com/m...57/fooman-speedster这款插件主要通过合并、压缩js和CSS来加速,不知道这个和使用Magento自带的合并功能有什么区别。2、在.htaccess中开启Gzip压缩在.htaccess的52行左右的位置移除#号1.#php_flagzlib.output_compressionon复制代码将以下.htaccess1.#######################
2、#####################2.##enableapacheservedfilescompression3.##http://developer.yahoo.com/performance/rules.html#gzip4.5. #Insertfilter6. #SetOutputFilterDEFLATE7.8. #Netscape4.xhassomeproblems...9. #BrowserMatch^Mozilla/4gzip-only-text/html10.11. #Netscape4.06-4.08havesomemoreproblems12. #
3、BrowserMatch^Mozilla/4.0[678]no-gzip13.14. #MSIEmasqueradesasNetscape,butitisfine15. #BrowserMatchbMSIE!no-gzip!gzip-only-text/html16. #Don'tcompressimages17. #SetEnvIfNoCaseRequest_URI.(?:gif
4、jpe?g
5、png)$no-gzipdont-vary18.19. #Makesureproxiesdon'tdeliverthewrongcontent20. #HeaderappendV
6、aryUser-Agentenv=!dont-vary21.1.复制代码把一些#号去掉1.############################################2.##enableapacheservedfilescompression3.##http://developer.yahoo.com/performance/rules.html#gzip4.5. #Insertfilter6. SetOutputFilterDEFLATE7.8. #Netscape4.xhassomeproblems...9. BrowserMatch^Moz
7、illa/4gzip-only-text/html10.11. #Netscape4.06-4.08havesomemoreproblems12. BrowserMatch^Mozilla/4.0[678]no-gzip13.14. #MSIEmasqueradesasNetscape,butitisfine15. BrowserMatchbMSIE!no-gzip!gzip-only-text/html16. #Don'tcompressimages17. SetEnvIfNoCaseRequest_URI.(?:gif
8、jpe?g
9、png)$no-gzipdont-
10、vary18.19. #Makesureproxiesdon'tdeliverthewrongcontent20. HeaderappendVaryUser-Agentenv=!dont-vary21.22.复制代码3、安装APCorXcacheAPC- http://pecl.php.net/package/APCXcache- http://xcache.lighttpd.net/ apc使addtocart两秒内加载的方法在你安装激活apc之后,找到app/etc/local.xml文件在下添加如下block1.2.....
11、................3.4.apc5.alphanumeric6.7.......................8.复制代码以上需要注意的是如果你的服务器有超过一个Magento程序,apc在缓存上会有一些混乱可以试着使每个Magento网站alphanumeric内容不同第一个网站<
此文档下载收益归作者所有