• Resolved mrfedor

    (@mrfedor)


    Hello!
    While studying the load on our vds using newrelic, I noticed a long and frequent execution of “/wp-json/jetpack/v4/sync/spawn-sync” – almost 13-15s.
    This is one of the few longest queries on our site.

    Please tell me what data exactly does this query synchronize? Is it possible to cache it, for example, using the “WP REST Cache” plugin
    https://ww.wp.xz.cn/plugins/wp-rest-cache/

    Thank you, we are waiting for your answer.

Viewing 1 replies (of 1 total)
  • Plugin Contributor Stef (a11n)

    (@erania-pinnera)

    Hi there, @mrfedor.

    The /wp-json/jetpack/v4/sync/spawn-sync endpoint is used to synchronize various data points necessary for Jetpack’s features, such as post content, comments, and settings. You can find more details on what data is synced here.

    Regarding caching, Jetpack’s sync process is designed to ensure data consistency and may not be suitable for caching with plugins like “WP REST Cache.” Caching could interfere with Jetpack’s real-time data synchronisation.

    Hope that answers your question! If you have more follow-up questions about that please post your site URL here so that we can have a look. If you want it to remain private, you can also contact us via contact form. If you choose to reach out directly, please include a link to this thread.

    Thank you!

Viewing 1 replies (of 1 total)

The topic ‘Slow /wp-json/jetpack/v4/sync/spawn-sync’ is closed to new replies.