AI Search
Classic Search
Notifications
Clear all
Oct 03, 2023 10: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?
The page I need help with
wpForo Version
2.2.2
WordPress Version
6.3.1
1 Reply
Oct 10, 2023 4: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.