• Resolved jimbo777

    (@jimbo777)


    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,
    Chris

    On 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’) 2

    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_schedule’) 2

    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_action’)

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Support Backup Guard

    (@backup-guard)

    Dear @jimbo777 ,

    Thanks for getting in touch with us.

    The queries you mentioned cannot be removed since they’re needed for the correct functionality of the plugin.

    We have tried to reduce the number of queries to minimum already but the mentioned ones are needed.

    Let us know if you have any additional questions.

    Plugin Support Support Backup Guard

    (@backup-guard)

    Dear @jimbo777 ,

    Hope you’re fine.

    We are wondering if you noticed our reply and there’s any other question we can help you with. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Question about Duplicate Queries reported by QueryMonitor’ is closed to new replies.