hello
thanks for the fast reply.
All the 17 queries are to do 1 thing “get_option()” and each of them uses these parameters:
SELECT option_value
FROM wp_options
WHERE option_name = 'X' --> only this is unique for each of the 17 queries.
LIMIT 1
I can show you some screen shots if you want or let me know what you need.
example: here or here
Since they’re all using the same table, can’t we make it so that 1 request is made to get all the option_values?
thanks!
-
This reply was modified 5 years, 5 months ago by domonem.
-
This reply was modified 5 years, 5 months ago by domonem.