Same Layout Page Cache Extension
Review
-
7 websites have installed
-
Extension package for Magento 1.X
-
Provided as it is. No support.
Extension Features
- removes “handles” from the code
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.
Manual
How to test Same Layout Page Cache?
1. The first download, cache is enabled and cleaned, the extension is disabled, the condition is not true, layout updates anew. The second download, another product, the condition is not true, layout updates anew. It means that the layout will update anew if the module is disabled.
2. The first download, cache is enabled and cleaned, the extension is enabled, the condition is not true, layout updates anew. The second download, another product, the condition is not true, layout updates from cache. It means that the layout will update from cache if the module is enabled.