yiisoft / yii2-debug

Debug Extension for Yii 2
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
202 stars 150 forks source link

Debug Panel should have information about cache #76

Open yii-bot opened 8 years ago

yii-bot commented 8 years ago

This issue has originally been reported by @dilip-vishwa at https://github.com/yiisoft/yii2/issues/2365. Moved here by @cebe.


If the cache is used in page, then we should get some informative information about the cache component used in particular view, query, fragment, or page, etc. It should also show the content of the particular cache.

dynasource commented 8 years ago

I recall to have seen cache information in the Debug toolbar years ago. Perhabs its was yii1. It is useful to see when fragment caches hit. Therefore I would like to continue this discussion.

We have 2 options:

Which one should we implement?