Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter treeflips

    (@treeflips)

    Other question is…can I delete the autoload DB entries if I still use the plugin but am regularly deleting user uploads after certain date?

    Thank you

    Plugin Author nickboss

    (@nickboss)

    Good afternoon, what sort of autoload DB entries do you mean?

    Regards

    Nickolas

    Thread Starter treeflips

    (@treeflips)

    some examples:

    • wfu_params
    • wfu_params_7234
    • wfu_params_2341
    • and on and on and on. there’s at least several hundred of them in the database, all with autoload set to “ON”.
    Plugin Author nickboss

    (@nickboss)

    Ok, I got it, here is a list of options which you can safely delete from the database regularly:

    wordpress_file_upload_last_idlog
    wfu_params_index
    wfu_params_*
    wfu_gst_*
    wordpress_file_upload_unfinished_data
    wfu_userstate_list
    wfu_userstate_*
    wfu_userstate_list_last_check
    wfu_admin_notification_about_DOS

    You may not find all of these in options table, it depends on your configuration.

    Regards

    Nickolas

    Hey Nick,

    I also see some options wfu_queue_*
    can these also be safely removed?

    actually this caused the queries on wp_options to slow down and our site stopped responding because of this

    Is there a way to ignore wp_options table altogether and store somewhere else?

    Regards,

    Vikram

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Many “wfu_params” autoload entries left over’ is closed to new replies.