Improve performance by saving options page settings as a serialized array in post_content. Instead of building the option page array when adding the options pages, build the array when the post is saved and then load it directly from the post content before adding. This will reduce performance when saving an options page but will increase performance of admin loading.
Improve performance by saving options page settings as a serialized array in post_content. Instead of building the option page array when adding the options pages, build the array when the post is saved and then load it directly from the post content before adding. This will reduce performance when saving an options page but will increase performance of admin loading.