Optimizing get_option calls
-
Hello,
is there any reason why this plugin initializes the wp_options rows with the autoload field set to “no”? It’s in the _activate() function.
This means that when loading a single post there are around 8 SQL queries caused by this plugin. If it would use autoload, these options would load automatically during WP init.
Could you please adjust that?
Thanks,
Martinhttps://wordpress.org/plugins/subscribe-to-comments-reloaded/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Optimizing get_option calls’ is closed to new replies.