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