Right now the cache key view is just a big textarea.
This is fine as a first pass, but has a few problems:
It's pretty ugly
Clicking a "View" link doesn't make it obvious that there are new results to see. If we bounced the user up to the top with some javascript, it's still pretty jarring.
Full page cache contents don't really work very well in this context
I'd like this to eventually be:
A modal window, maybe akin to the media library (that means something Backbone'ish)
Individual input boxes for values for easier double-click targeting and copying
The "Value" could be formatted much more pretty, to be human readable up-to-and-including showing HTML in an iframe for full pages
Bonus:
We could compare cached data to raw data
We could maybe show the age of the cached data, if it happens to exist
Right now the cache key view is just a big textarea.
This is fine as a first pass, but has a few problems:
I'd like this to eventually be:
Bonus: