options table is massive in MySQL

Posted in: Newspaper
Post count: 49

Hello,
The theme puts a ton of data, including lots of CSS, in the database’s ‘wp_options’ table.
The theme then queries all options with wp_load_all_options() function, as seen here: https://staging.enola.be/wp-content/uploads/2022/06/wp-ooptoins.jpg.
Granted, not everything in the table is set to ‘autoload,’ but that is still a ton of data to put there.
Is there a plan to address this?
We have a massive website with 90,000 articles and lots of traffic, so this is a problem for us.
(This post has similar issues: https://forum.tagdiv.com/topic/site-crashes-due-to-too-big-td_011_settings-in-sql/ As they put it, options table could be about 1MB, and this theme makes it 10X, loading with each query. That’s a huge load on a large website. Add to that options added from different plugins, and the table is very large.)
Thanks.

Post count: 21065

Hello!

We will take into consideration your query for the future.

Thank you for understanding!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.