Hi @thecueball
I’ve looked into this further, we store the banner settings in an array inside the options table.
The function update_option
stores these values in the cache as we don’t set the $autoload
to false. I’d advise against adjusting this as each load would hit your database on every page load and cause strain on your site (especially a site of your size – if your site had a low visitor count you could get away with it).
Do you plan on updating the contents of the banner regularly? You may need to customize this further – please feel free to fork the plugin and adjust it to your needs to work around your caching issue.
We won’t be adding in a workaround to bypass the cache due to performance issues this would cause (It’d create a ton of support from our end).
Thank you for understanding.