meanbee / Meanbee_CacheViewer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/>.

About

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

License:GNU General Public License v3.0


Languages

Language:PHP 60.5%Language:JavaScript 23.6%Language:CSS 15.9%