Support » Plugin: Warm Cache » I just deleted over 140MB of unexpiring transients

  • Resolved schecteracademicservices

    (@schecteracademicservices)


    Why does this otherwise wonderful plugin flood the wpoptions table with transients?

    Over the past few months my site accumulated over 190,000 transients accounting for over 140MB. This is nuts.

    Please void the stats collection or at least set these transients to expire within a reasonable time period.

    https://wordpress.org/plugins/warm-cache/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter schecteracademicservices

    (@schecteracademicservices)

    Answered my own question. But dev should fix this.

    ————————–

    I commented 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);

    Fixed.

    Please help!!!
    How did you clear up you database!!??

    That code you posted there is to prevent the plugin from creating more transitiens, but how can I delete the old ones already on my DB??

    I’m not very fluent in SQL. Please help.

    Plugin Author ramon fincken

    (@ramon-fincken)

    There are plugins available to auto delete / clean transients.

    I have to reserve time to further test the new version which uses a different storage type

    Plugin Author ramon fincken

    (@ramon-fincken)

    V 2.0 is out, it does not use any transients to store statistics

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘I just deleted over 140MB of unexpiring transients’ is closed to new replies.