• pha3z

    (@pha3z)


    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 1

    I’m guessing one of them is a legacy query. I wonder if it can be removed to eliminate a needless query.

    http://wordpress.org/extend/plugins/jquery-collapse-o-matic/

The topic ‘Extra Options Query’ is closed to new replies.