• Resolved daedalx

    (@daedalx)


    Is there a way to update autoload, I’ve removed some of the expired autoloads from the database itself, but the plugin is still showing the removed ones when I click autoload in the plugin.

Viewing 1 replies (of 1 total)
  • Plugin Author Jose

    (@giuse)

    Hi @daedalx

    Autoload is a premium feature. Can you please open a ticket on the FDP premium support?

    If you have lost your password I suggest you click on “Lost your password?“.

    The rules of this forum don’t allow us to give assistance for issues related to premium features.

    I anticipate that on the settings page of the autoload, FDP queries the database taking all the options that have an autoload without any cache.

    Just to give you an idea, this is the query:

    $alloptions_db = $wpdb->get_results( "SELECT option_name, length(option_value) AS option_value_length FROM $wpdb->options WHERE autoload = 'yes'" );

    It’s a very simple query that fetches all the autoload options, and that result is not cached.

    If you still see options that you thought were removed, it means they weren’t really removed, or you have something that caches the FDP settings page, or you have something that caches the result of that query, but this is not FDP.

    If you still have issues, please open a ticket on the premium support.

    Have a great day!

    Jose

Viewing 1 replies (of 1 total)
  • The topic ‘Updating Autoload’ is closed to new replies.