Oct 03, 2023 6:26 pm
We are doing some optimizations and cleaning up our autoloads. In our site wpForo has 93 wp_option records that are set to autoload.
First question, does that number of options so correct for wpForo?
And second question, do they all truly need to autoload?
1 Reply
Oct 10, 2023 12:03 pm
Hi @gr33ngrl ,
By default, wpForo offers around 10 options for each module. However, if you use wpForo addons, each addon adds its own options. Additionally, when you create new boards in wpForo, each board generates the same options with a new prefix, using the board's unique ID.
The 'autoload' feature is not necessary; we retrieve options on each page when wpForo initializes.