Business Issue
Same Layout Page Cache for Magento allows caching the same layout for the category and product pages. It helps to boost website performance and reduce the server load. However, as every page has a personal ID in the cache key, it’s impossible to cache the same layout for everything. Fortunately, the extension removes unnecessary code lines that forbid caching the same layout for different pages.
Same Layout Page Cache Feature
- removes “handles” from the code.