cableboy
Member
Posted 10 months ago #
I'm getting a lot of these errors in my error_log. Any advice?
WordPress database error MySQL server has gone away for query SELECT option_value FROM wp_options WHERE option_name = 'subscribe_reloaded_checkbox_label' LIMIT 1 made by require, require_once, include,
http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/
Hi there
are all these errors only related to my plugin? It seems to me something more generic, related to the amount of stuff in your wp_options table :) That query is being performed by WordPress, not directly by my plugin.
Camu
I guess this is the problem you're having
http://wordpress.org/support/topic/my-options-table-is-gigantic-how-do-i-fix?replies=5
My plugin only adds a few options to the table (about 20), nothing major I would say :)
Camu
cableboy
Member
Posted 10 months ago #
Yeah I got my options table down to 650 rows. It's no longer 62 megabytes. :)
You think that's still too big?
Well, not really. WordPress alone adds about 300 options, so you should be good now :)
PS: a vote for my plugin would be a nice way to thank me for my support!