Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Closed] Cleaning up wp_options and autoloading

2 Posts
2 Users
0 Reactions
576 Views
Posts: 3
Topic starter
(@gr33ngrl)
Active Member
Joined: 2 years ago

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?

 

Topic Tags
1 Reply
BlackRaz
Posts: 396
Admin
(@blackraz)
Contributor
Joined: 9 years ago

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.