2013-12-10 176 views
3

我的网站安装在magento 1.7中,安装后在服务器上运行缓慢,但它在我的本地没问题。我已禁用捕获并重新运行该网站,然后启用它,但它仍然保持不变。与托管有什么关系吗?使用php.ini或类似的东西安装后,有没有简单的方法来加速magento?在magento中增加速度1.7

回答

1

要提高速度,你可以使用的.htaccess用于此目的: 刚刚在Magento的.htaccess文件(位于根),你会发现一段文字开头的一行<IfModule mod_deflate.c>和结束在</IfModule>

有关更多信息,请参阅此link

+0

您的链接只是指向一个网站。请使用特定的一个。 –

2

提示Magento站点加快

  1. 启用所有的Magento缓存层。
  2. 配置您的Web服务器以启用连接保持活动,启用 mod_expire,gzip压缩
  3. 启用MySQL查询缓存。
  4. 安装APC或XCache来缓存PHP操作码。
  5. 安装Memcache并配置Magento以将会话和缓存存储到 内存中。
  6. 安装第三方全页面缓存Magento扩展。
  7. 在系统层上安装Varnish缓存服务器以实现整页缓存。

编号:http://www.magentocommerce.com/boards/viewthread/36225/

1

技巧增长速度在Magento

- Uninstall any extensions that you don’t actually use. 
- Disable modules that you don’t use from: System -> Configuration -> Advanced -> Advanced. 
- Enable all Magento Caches: System -> Cache Management. 
- Combine Javascript and Combine CSS files: System ->Configuration ->Advanced ->Developer -> ‘Javascript settings’ and ‘CSS Settings’. 
- Try some of the Magento performance extensions. 
- Enable the Magento Flat Catalog, only helpful for very large catalogs to feel the improvements. 
- Don’t use layered navigation if you don’t really need it, it’s resource intensive. 
- turn on Magento’s Compilation feature. 
- Set only those attribute frontend properties to ‘Yes’ that you’re actually going to use 
- Disable the Magento log: System -> Configuration -> Advanced -> Developer -> Log Settings 
- Use magento speed up extension lots of extension are free 

来源:https://web.archive.org/web/20140327173649/http://www.gxjansen.com/101-ways-to-speed-up-your-magento-e-commerce-website/