• Resolved schecteracademicservices

    (@schecteracademicservices)


    (*Sigh*)

    Sad that a fix is still needed for this otherwise very nice plugin.

    Fix

    First: to stop new entries from being created
    ————————–
    Comment out this line in the warm_cache_crawl.php file:

    set_transient($newkey, $newvalue, $warm_cache->keep_time);

    Like so:
    // set_transient($newkey, $newvalue, $warm_cache->keep_time);

    Second: to clear the entries already created,
    ————————–
    I used this plugin (there are others, but this works)

    https://www.ads-software.com/plugins/tweak-option/

    Search for the “plugin_warm_cache_statdata” field
    Click edit on the far right, and delete all the crap.

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Still cloggin up wp options database’ is closed to new replies.