For page builder, css and widgets:
From what I understand, the wp_options folder can really make or break website’s speed and efficiency. It’s also important to keep in check so that us website owners don’t run into problems with the TOS of our hosting providers for hitting their servers hard.
1. That said, I’m wondering if there’s any files from your plugin that can be deleted from the wp_options table. If so, can you please list them?
2. Another question…sometimes certain aspects of a plugin doesn’t need to autoload on every page of the website. If this is the case for your plugin, can you list the files in the wp_options folder that we can turn autoloading off for?
3. An additional question…if I change any of those things, will those settings be maintained even after plugin updates?
Thanks so much for your time.
Hi Andy
Thanks for reaching out.
1. We use
wp_options
very sparsely.2. We’re only loading assets as we need them, we aren’t globally loading assets.
3. If you make changes by directly edit plugin files those changes won’t be maintained after an update.