Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter dillongilmore

    (@dillongilmore)

    I’ll see what I can do about sending those traces over.

    In the mean time I’ll get everything updated and investigate any updates that may be happening to wp_options. FWIW it seems triggering the syncs on any update to wp_options seems like bad practice since any 3rd party plugin has access to changing those settings unless the syncs are only triggered by admins on admin pages that is.

    Thanks again for your help on this!

    Thread Starter dillongilmore

    (@dillongilmore)

    Sure!

    The only information I have right now are traces from New Relic. We have many custom post types with archive-{post-type}.php files.

    On index.php I’m seeing requests to jetpack once or twice and from the archive files as well. Going through the list of events you gave me:

    – A post or page is not being changed
    – Site settings aren’t changing (that I know of)
    – Is happening within less than days gap on subsequent requests
    – We do not allow comments or use Jetpack Comments

    What is meant by site settings? Is that any update to wp_options? Are there any other parameters that you know of that could trigger any kind of connection to jetpack.wordpress.com? I’m seeing the calls being made from the ‘shutdown’ action.

Viewing 2 replies - 1 through 2 (of 2 total)