Can autoload be set to ‘no’ in wp_options
-
Hello.
I’m trying to optimise the database in on of the WooCommerce site and was wondering what are the implications of setting autoload value to ‘no’ for ‘wp_user_roles’ option
Currently it’s around 50Kb and as far I can see this data is not needed on every page load.
SELECT option_name, autoload, SUM(LENGTH(option_value)) AS autoload_size FROM wp_options WHERE option_name='wp_user_roles';
|wp_user_roles | yes | 51404 |Can you please advise?
Thanks
Michal
- You must be logged in to reply to this topic.