• We have to desactivate the Disqus plugin (version 2.84) in our high traffic sites because an issue related to dsq_sync_forum, the wp cron sytem and wp_options table.

    It seems that Disqus plugin overload the wp_option “cron” with a huge amount of dsq_sync_forum entries when it can′t connect with disqus servers (recently i′ve received 503 http error when syncing comments).

    So, the time i activate Disqus the time the server load increase 20x, overfilling wp_options table . Cleaning “cron” row on wp_options did′nt work. Last chance was changing a bit of code in disqus.php

    https://www.ads-software.com/support/topic/slow-down-website-performance

    to force an hourly sync scheduled event but didn′t work too.

    So, we′re waiting for an update that fixes this problem. Syncing task couldn′t worst performance if disqus servers are down…

    https://www.ads-software.com/plugins/disqus-comment-system/

Viewing 13 replies - 16 through 28 (of 28 total)
Viewing 13 replies - 16 through 28 (of 28 total)
  • The topic ‘High server load and dsq_sync_forum problem’ is closed to new replies.