simplesharebuttons icon indicating copy to clipboard operation
simplesharebuttons copied to clipboard

Optimize the query results in get_ssba_settings()

Open catherinek opened this issue 10 years ago • 0 comments

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?

catherinek avatar Nov 10 '14 23:11 catherinek