This repository was archived by the owner on Jul 25, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,19 @@ Meanbee_CacheViewer provides interfaces for inspecting Magento cache.
44
55## Usage
66
7- ### Frontend
7+ ### Analysing Block Cache
88
99Enabled with a configuration setting in ` System ` » ; ` Configuration ` » ; ` Cache Viewer ` , the frontend overlay indicates
1010which blocks were generated (red) and which were retrieved from the block_html cache (green) as well as showing the
1111last modified time for each block and the total time taken to dispatch the request.
1212
13+ 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.
14+
1315![ Cache Viewer frontend overlay] ( http://f.cl.ly/items/0F2D0s3c0I34210z1e3S/cache-viewer-frontend.png )
1416
1517![ Cache Viewer frontend overlay with hints disabled] ( http://f.cl.ly/items/0N2t3R0R2a232R3w191L/cache-viewer-frontend-nohints.png )
1618
17- ### Backend
19+ ### View Cache Contents
1820
1921The backend interface, found in ` System ` » ; ` Cache Management ` » ; ` View Cache Contents ` in the Administration area, allows
2022viewing, inspecting or deleting all of the cache entries present in the Magento cache.
You can’t perform that action at this time.
0 commit comments