• Resolved houstash

    (@houstash)


    Hello,
    I used WP-sweep.
    Transient options and optimize tables (old plugin removed) effectively detect points to be cleaned.
    But when I sweep, it is not cleaned.
    I emptied the cache, I tried several times and nothing helps, it is not deleted.
    Would there be a conflict with an active plugin (security or other?)
    Have some idea ?
    Best regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Lester Chan

    (@gamerz)

    your transient options are in wp_options table or in cache?

    Thread Starter houstash

    (@houstash)

    Hello Lester,

    I am not sure i will answer correctly to your question.
    I do not have the impression that transient options are in wp_options and cannot tell you that they are in cache.
    I see this in the details :
    _site_transient_
    _transient_ “+pluginname”
    _transient_timeout

    What also annoys me is that I cannot clean the data base “optimize table”.
    I see that there are old plugin tables that I disabled and deleted a while ago.

    Best regards

    Plugin Author Lester Chan

    (@gamerz)

    They might be created again after the plugin deletes them.

    Do note that Optimize table doesn’t clean it, it runs the MYSQL Optimize Query (go Google for it)

    You need to run the wp_options sweep.

    • This reply was modified 5 years, 11 months ago by Lester Chan.
    Thread Starter houstash

    (@houstash)

    Hi Lester,
    Ok ! I understood all.
    Thank you, have a nice day.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Cannot clean transient options and optimize tables’ is closed to new replies.