Question about Duplicate Queries reported by QueryMonitor
-
Hi,
I am trying to tweak the performance of a woocommerce site which is using your plugin with the help of Query Monitor. The performance loss does not appear to be much but I am still wondering if there is a way to maybe get rid of these entries completely. See below. Please let me know if you have any suggestions.
Thanks,
ChrisOn the woocommerce product pages, Querymonitor is reporting the following:
2 calls
SGNoticeHandler->checkTables
1 call
backupGuardShouldUpdate
1 call
SELECT count(*) as isExists
FROM information_schema.TABLES
WHERE (TABLE_SCHEMA = ‘usr_web25284762_1’)
AND (TABLE_NAME = ‘wp530_sg_config’) 22 calls
SGNoticeHandler->checkTables
1 call
backupGuardShouldUpdate
1 call
SELECT count(*) as isExists
FROM information_schema.TABLES
WHERE (TABLE_SCHEMA = ‘usr_web25284762_1’)
AND (TABLE_NAME = ‘wp530_sg_schedule’) 22 calls
SGNoticeHandler->checkTables
1 call
backupGuardShouldUpdate
1 call
SELECT count(*) as isExists
FROM information_schema.TABLES
WHERE (TABLE_SCHEMA = ‘usr_web25284762_1’)
AND (TABLE_NAME = ‘wp530_sg_action’)
- The topic ‘Question about Duplicate Queries reported by QueryMonitor’ is closed to new replies.