• Resolved chcw

    (@chcw)


    Hi,

    I install WP Job Manager, then run Query Monitor at https://wordpress.org/plugins/query-monitor/.

    Query Monitor always reports a slow query from WP Job Manager, like below:

    
    UPDATE wp_options
    SET option_value = 'xxx'
    WHERE option_name = 'cron'
    

    where xxx is a very long string of 7417 characters.

    What is this and is it possible to eliminate the query to improve the performance?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Giannis (a11n)

    (@gikaragia)

    Hello,

    the UPDATE that you see is done WordPress Cron and does not directly relate to WP Job Manager.

    There might be an issue with the Cron setup where cron-jobs are scheduled but never run. To further debug and fix the issue you will need to use an external tool to investigate which cron-jobs are scheduled and if they run succesfully.

    If you use WP-CLI you can have a look here for relative commands. Alternatively you can try an external plugin like Advanced Cron Manager.

    Plugin Support Jay

    (@bluejay77)

    Hi there,

    It has been more than one week since we have heard from you, so I’m marking this topic as resolved.

    But if you have any further questions or need some more help, you’re welcome to reply here or open another thread.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Slow query from WP Job Manager’ is closed to new replies.