Slow queries, subsequent INSERT and DELETE on wp_wfConfig
-
Hi,
I’m using Query Monitor plugin on a site. Most of page loads show slow queries on these wp_wfConfig insert and delete.
Sometimes there is only the insert, sometimes insert and delete.
Sometimes the queries are pretty fast, sometimes they take over a second.wp_wfConfig table isn’t particularly big, some 200 rows 1,5Mb.
There isn’t much traffic on the site, it was launched yesterday.
Could there be some performance improvements on your behalf?The slow queries:
INSERT IGNORE INTO
wp_wfConfig
(name
,val
,autoload
)
VALUES (‘wfSyncGeoIP.lock’, ‘1537281192’, ‘no’)DELETE FROM wp_wfConfig WHERE name = ‘wfSyncGeoIP.lock’
- The topic ‘Slow queries, subsequent INSERT and DELETE on wp_wfConfig’ is closed to new replies.