[wp-trac] [WordPress Trac] #64696: Real time collboration effectively disables persistent post caches while anyone edits a post

WordPress Trac noreply at wordpress.org
Mon Feb 23 21:59:04 UTC 2026


#64696: Real time collboration effectively disables persistent post caches while
anyone edits a post
-------------------------------+--------------------------
 Reporter:  peterwilsoncc      |       Owner:  (none)
     Type:  defect (bug)       |      Status:  new
 Priority:  normal             |   Milestone:  7.0
Component:  Posts, Post Types  |     Version:  trunk
 Severity:  normal             |  Resolution:
 Keywords:  has-patch          |     Focuses:  performance
-------------------------------+--------------------------

Comment (by westonruter):

 Replying to [comment:11 peterwilsoncc]:
 > Initially I think it would be better to investigate back-off in the
 Gutenberg repo and monitor how that goes before messing with caching
 algorithms

 That too, but even with back-off we definitely don't want syncing logic to
 have any impact on the frontend. Any changes to a `wp_sync_storage` post
 type or any of its post meta should be isolated from impacting any
 frontend queries since they are totally unrelated. The only thing which
 should impact the frontend is when the post being modified actually gets
 an update.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/64696#comment:12>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list