• I honestly think you should optimize the method used to save and load the bfwc_default_settings structure.

    Loading extra 160KB of data per request from the database/cache just with default values is not optimal at all and causes heavy problems in sites under high load. In one of my sites, this method by itself caused a bottleneck in the network layer in the system executing Redis.

    Maybe, instead of saving the big structure into the wp_options table, you could generate a cache file with the same contents, and load it. I cannot see any inconvenience with this alternate approximation.

Viewing 1 replies (of 1 total)
  • Plugin Author Payment Plugins

    (@mrclayton)

    @davefx,

    This plugin hasn’t used the bfwc_default_settings feature since version 2.6.65. I recommend you keep up with plugin updates.

    The current version is 3.1.9.

Viewing 1 replies (of 1 total)
  • The topic ‘Please change bfwc_default_settings loading method’ is closed to new replies.