Help with clearing TablePress cache
-
Hi Tobias – a while ago, at https://www.ads-software.com/support/topic/updates-to-tablespress-content-not-showing/#post-8846880 you said :
Depending on some issues in the database, this cache might stall sometimes. You could therefore try clearing the cache manually, by deleting all entries in that database table that start with?
_transient_tablepress_c_
?or?_transient_timeout_tablepress_c_
. Just be careful to NOT delete the?tablepress_options
?and?tablepress_tables
?entriesI have some problems with cached table entries appearing, and I deleted the entries you mentioned above, but the cached table still appears.
Looking in the database, it seems that TablePress creates two transients for each table, and I just want to check that this is correct.
For example, I see these four records for one table:
_transient_tablepress_c_70efdf2ec9b086079795c442636b55fb
_transient_timeout_tablepress_c_70efdf2ec9b086079795c442636b55fb
_transient_tablepress_fc9bdf75eafd20436f2861225f63ec1b
_transient_timeout_tablepress_fc9bdf75eafd20436f2861225f63ec1bSo I think I have to delete the entries that contain
tablepress_fc
as well as the ones you mentioned … is that correct?
- The topic ‘Help with clearing TablePress cache’ is closed to new replies.