How to Add block to cache in Magento 2
By: Vishal Gelani, Feb 26th, 2019 # Magento 2 # How to # Frontend
As we all know that are many cases in Magento 2 where product listing is too big that affects page load time. Now you can decrease the page load time by adding that specific block to the cache. Below are the different ways to achieve your goal: Add a block to cache from layout xml: …