admin管理员组文章数量:1122846
we have a Buddyboss page running with 30k users. Our usermeta Table is growing fast because of a few plugins we use which all seem to write a lot of settings to it. I try to remove as many obsolete or unneeded Usermeta Entries as possible.
hence my question is: For every newly added user there seem to be a few default WP-based Usermeta entries, this is the meta_key list:
- nickname
- syntax_highlighting
- use_ssl
- admin_color
- rich_editing
- show_admin_bar_front
- locale
A Buddyboss/Buddypress user usually never accesses WP-Admin as such - so I guess most of these are irrelevant, isn't it? And even if not, all values are anyhow the same! What do you think?? These alone are already 7*30k = 210k entries (growing the table as well the index by a lot).
Is there any harm removing those? I hope at worst they get re-created...
Thanks!
we have a Buddyboss page running with 30k users. Our usermeta Table is growing fast because of a few plugins we use which all seem to write a lot of settings to it. I try to remove as many obsolete or unneeded Usermeta Entries as possible.
hence my question is: For every newly added user there seem to be a few default WP-based Usermeta entries, this is the meta_key list:
- nickname
- syntax_highlighting
- use_ssl
- admin_color
- rich_editing
- show_admin_bar_front
- locale
A Buddyboss/Buddypress user usually never accesses WP-Admin as such - so I guess most of these are irrelevant, isn't it? And even if not, all values are anyhow the same! What do you think?? These alone are already 7*30k = 210k entries (growing the table as well the index by a lot).
Is there any harm removing those? I hope at worst they get re-created...
Thanks!
Share Improve this question asked Jul 16, 2024 at 6:58 timtim 1648 bronze badges1 Answer
Reset to default 2I believe it will not create any issue because these are mainly used if the user
is accessing the WP Admin
but we should done this proper plan by taking the backup of database
first and then remove these fields
and then testing the website
to verify everything working fine or not and if anything goes wrong then just restore the backup.
本文标签: Default Usermeta Entries for every newly created user
版权声明:本文标题:Default Usermeta Entries for every newly created user? 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736300561a1930860.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论