• Resolved peter8nss

    (@peter8nss)


    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)
  • Plugin Author Usman Ali Qureshi

    (@usmanaliqureshi)

    Hi,

    Thanks for contacting us.

    Our FAQs plugin is used on 20k+ websites, so we had to ensure to migrate the old styles to new styles settings. However, we appreciate you highlighting this repetition of the process, and we will optimize it in a future release.

    Best regards,

    Usman

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.