Multiple calls to wp_options
-
Hey Robin,
I was doing some performance tuning on a site, and New Relic flagged some calls from bbPress Style pack.
Here’s an example:
SELECT option_value FROM wp_options WHERE option_name = ‘bsp_roles’ LIMIT 1It looks like there are on the order of ~20 of these calls happening for each page that bbpress style pack is on for different options from wp_options. I wonder whether it’s possible to group these all into a single call, and whether that would be more efficient?
FWIW the wp_options in question has ~2,500 rows and is ~300 KB in size
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Multiple calls to wp_options’ is closed to new replies.