Best Multi Vendor Marketplace Plugin for WordPress › Forums › WCFM › WCFM is running a lot of DB queries in background
Tagged: db queries background
- This topic has 1 reply, 2 voices, and was last updated 6 years, 5 months ago by
WCFM Forum.
- AuthorPosts
- October 23, 2019 at 7:38 pm #88670
filipecorrea
ParticipantI’m using a plugin that listens to DB queries and I noticed that WCFM is running more than 400 DB queries per minute even when no one is using my site.
Most of the queries looks like these:
INSERT INTO
wp_options(option_name,option_value,autoload) VALUES (‘wcfm_updated_end_point_wc_listings’, ‘1’, ‘yes’) ON DUPLICATE KEY UPDATEoption_name= VALUES(option_name),option_value= VALUES(option_value),autoload= VALUES(autoload)
DELETE FROMwp_optionsWHEREoption_name= ‘wcfm_updated_end_point_wc_listings’
UPDATEwp_optionsSEToption_value= ‘1’ WHEREoption_name= ‘wcfm_updated_end_point_payment’
UPDATEwp_optionsSEToption_value= ‘1’ WHEREoption_name= ‘wcfm_updated_end_point_media’
UPDATEwp_optionsSEToption_value= ‘1571740992’,autoload= ‘no’ WHEREoption_name= ‘_site_transient_timeout_kirki_googlefonts_cache’
UPDATEwp_optionsSEToption_value= ” WHEREoption_name= ‘rewrite_rules’
UPDATEwp_optionsSEToption_value= ‘a:465:{s:24:\”^wc-auth/v([1]{1})/(.*)?\”;s:63:\”i
…What’s the purpose of doing that? Can I disable it somehow?
- November 5, 2019 at 4:54 pm #90779
WCFM Forum
MemberWell, such queries are required for a plugin to work and during it’s load time.
Importantly, all these queries are not from WCFM, other plugins are also there.
Still we will look into this, if something can be optimize.
Thank You
- AuthorPosts
- The topic ‘WCFM is running a lot of DB queries in background’ is closed to new replies.

