simplesharebuttons
simplesharebuttons copied to clipboard
Optimize the query results in get_ssba_settings()
SELECT option_name, option_value FROM wp_options WHERE option_name LIKE 'ssba_%'
This query runs 4 times on a post and 23 times on my WordPress front page.
Can the results be stored statically to decrease the number of queries on the page?