Enabling & disabling cache types in Magento
Learn how to enable and disable Magento cache types including config layout block_html and full_page cache.
Lesson Content
Magento has lots of caching going on, and they are stored either in the var/cache directory, or in an external database such as Redis.
If we type:
bin/magento cache:statusWe’ll see the many different caches available in Magento.
The config cache stores the result of the entire Magento system configuration, after an advanced XML merging process goes on behind the scenes. A similar process happens for the layout cache, which stores the result of page layouts defined with XML. The block_html cache stores some results after the merging of many PHTML files. And th...
Join the discussion!
Comments
Want to comment on this lesson?
Enroll in this course to leave comments.