OllieJones / sqlite-object-cache

A WordPress persistent object cache for the rest of us.
GNU General Public License v2.0
24 stars 4 forks source link

Many items in list of cache groups on statistics tab, in WooCommerce sites. #24

Closed OllieJones closed 1 year ago

OllieJones commented 1 year ago

It looks like WooCommerce likes to use large numbers of cache groups ... for example post_1 post_2 post_3, and wc_cache_0.48144000 1676484054_93 wc_cache_0.46291000 1676484054_95 wc_cache_0.16376300 1676484049_2552|1|12

Fixing the cache group lists to show post_ and wccache rather than the details. This is easily done with a regex.