Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

🔍 A Magento 1.x extension to analyse the contents of your cache.

License

Notifications You must be signed in to change notification settings

meanbee/Meanbee_CacheViewer

Repository files navigation

Meanbee_CacheViewer

Meanbee_CacheViewer provides interfaces for inspecting Magento cache.

Usage

Analysing Block Cache

Enabled with a configuration setting in System » Configuration » Cache Viewer, the frontend overlay indicates which blocks were generated (red) and which were retrieved from the block_html cache (green) as well as showing the last modified time for each block and the total time taken to dispatch the request.

This will become enabled for the frontend and the admin area and is controlled by the control bar added at the bottom of the viewport.

Cache Viewer frontend overlay

Cache Viewer frontend overlay with hints disabled

View Cache Contents

The backend interface, found in System » Cache Management » View Cache Contents in the Administration area, allows viewing, inspecting or deleting all of the cache entries present in the Magento cache.

Cache Viewer

License

Meanbee_CacheViewer, a Magento extension for inspecting cache contents.

Copyright (C) 2013, Meanbee Limited.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program.  If not, see <http://www.gnu.org/licenses/>.