Extra Options Query
-
Has anyone else using WP Debug Bar noticed the fact that this plugin generates two different wp_options queries?
SELECT option_value FROM wp_options WHERE option_name = ‘WP_Collapse_O_Matic_options’ LIMIT 1
SELECT option_value FROM wp_options WHERE option_name = ‘colomatoptions’ LIMIT 1I’m guessing one of them is a legacy query. I wonder if it can be removed to eliminate a needless query.
The topic ‘Extra Options Query’ is closed to new replies.