chesio / bc-cache

Simple full page cache plugin for WordPress inspired by Cachify
The Unlicense
9 stars 0 forks source link

Implement backend page with cache status overview #8

Closed chesio closed 5 years ago

chesio commented 5 years ago

The straight-forward solution is to add a new column to list views of post/pages and public custom post types. However, care must be taken to not incur any performance penalty on list views, if this column is switched off.

chesio commented 5 years ago

However, care must be taken to not incur any performance penalty on list views, if this column is switched off.

This seemed to be impossible (at least not in the advertised straight-forward fashion), so in the end there is a separate backend page. The big advantage is that the page lists all cache entries (including archive pages etc.).