quick_and_easy_faqs_options
-
I’m in the process of tuning my page load times. I noticed that on every page load there is get_option database read for “quick_and_easy_faqs_options”. I think this is because this option is not in the database, so is not getting autoloaded by wp_load_alloptions.
I think the problem is function old_public_custom_styles_fallback which reads both the old and new option variables. Could this code be rearranged so that the old value was only read if the new one was not found. Hence, avoiding repeated attempts to read the value of the old (non-existant) option.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.