Please change bfwc_default_settings loading method
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Please change bfwc_default_settings loading method’ is closed to new replies.