Magento缓存自定义的phtml页面

时间:2014-01-24 21:01:14

标签: php magento-1.7

我想在自定义phtml页面添加缓存。

我构建了一个显示自定义PHP页面的模块。但该代码不会通过Magento缓存缓存默认值。我需要添加它,但我现在不知道如何在互联网上找不到答案。

页面显示正确,但非常慢,所以我需要缓存它。

我的模块看起来像这样:

  • app/design/frontend/gaveaktie/default/template/magazijnplanning/view.phtml(这是PHP代码)
  • app/design/frontend/gaveaktie/default/layout/test.xml
  • app/etc/modules/Test_Test.xml
  • app/code/local/Test/Test/controllers/IndexController.php
  • app/code/local/Test/Test/etc/config.xml

1 个答案:

答案 0 :(得分:0)

您必须为模板(Test_Test_Block_View)创建块类,并确保设置正确的缓存变量。您可以找到更多信息here