Magento - block caching

蓝咒 提交于 2019-12-12 02:45:56

问题


In my header.phtml I have some code that lists out products in a navigation menu. The items in the menu are actually calls to Mage::

Looking the speed of my pages, this seems to slow down page load times.

I have looked around the Magento forums etc and it seems that I could possibly cache these calls to Mage that are called in my header.

How could I do this?

Thanks


回答1:


http://www.magentocommerce.com/wiki/5_-_modules_and_development/block_cache_and_html_ouput

EDIT: Some more insight as well: https://www.nicksays.co.uk/developers-guide-magento-cache/



来源:https://stackoverflow.com/questions/5142508/magento-block-caching

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!