Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #64845, comment 10


Ignore:
Timestamp:
03/13/2026 12:35:57 AM (2 months ago)
Author:
czarate
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64845, comment 10

    initial v1  
    44> For sites with two collaborators in a post, based on the numbers above the server will receive 480 HTTP requests totaling about 900K per minute. For five or ten buck hosting that's a lot of traffic.
    55
    6 Are there traffic statistics that would be acceptable? The timing constants are easily changed (and could be filterable).
     6Are there traffic statistics that would be acceptable? The timing constants are easily changed (and could be filterable). (And are there better statistics than traffic, perhaps total response time or CPU?)
    77
    88That said, and separate from our decision for 7.0, turning the feature off by default for single-user sites makes a lot of sense to me. Exploring "fallback" entrypoints (e.g., via the post lock modal) makes this a graceful degradation.