Huge query number
-
Hello guys,
I’ve just noticed that getwid plugin adds around 90 db queries, one for each getwid setting
For example
SELECT option_value
FROM dslejbf7_options
WHERE option_name = ‘getwid/icon-box::disabled’
LIMIT 1Saving all settings in a single wp_option could be a solution, another approach could be setting autoload = true, but this wold require some careful
https://docs.wpvip.com/technical-references/code-quality-and-best-practices/working-with-wp_options/Thank you for your amazing work!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Huge query number’ is closed to new replies.