Does this field get updated every time there is a change made to anything regarding a metabox post? This field for me has reached 47,598,935 characters.
I am confused as it seems like a poor place to store so much information.
Each post submitted in the frontend submission form will have a unique key, stored in the option name mbfs_keys. Each key will store all information of the form settings.
I want to flag this as well, My mbfc_keys is getting rather large on my website. The slowest db query I have on my site is loading the autoload options. What is the reason that this is an auto load feature? Is there a more efficient place and approach this can be stored.