• Hello,

    Jetpack Sync is generating a really long query which is killing our DB. The site has:
    – 26.000 posts
    – 11.000 custom post

    How could I solve it?. Is it possible to disable Jetpack Sync?

    Regards,

Viewing 1 replies (of 1 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    Could you make sure you’re using the most recent version of Jetpack? We’ve made a few changes in the past few releases to solve these issues.

    If you do use the latest version and still experience issues, could you contact us via this form and tell us more about your site, so we can run some tests?

    It would be useful if you could let us know:

    • Where you are hosted.
    • If you use a custom Cron system instead of the default WP Cron.
    • If you use a service like Cavalcade.

    Until we reply, I’d recommend adding the following snippet to a functionality plugin on the site to deactivate Sync via Cron:

    add_filter( 'pre_option_jetpack_sync_settings_sync_via_cron', '__return_zero' );

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Jetpack Sync killing the DB’ is closed to new replies.