Grrr

Why would this be called on the `wp_options` table 1 million times in the last hour on a site?

SELECT `option_value` FROM `wp_options` WHERE `option_name` = ? LIMIT ?

#wordpress

@curtismchale Caching via Transients perhaps?