Changes between Version 1 and Version 2 of Ticket #64845
- Timestamp:
- 03/11/2026 11:15:50 PM (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #64845 – Description
v1 v2 16 16 * Every site that is `! is_multi_author()` (sites with no posts by more than one author total) -- note that function probably could use a `$post_type` argument to make this more contextually aware based on the post being edited in this case 17 17 18 Surely we need to reign this in because the amount of requests (1 every second ) is wasteful for most sites since WordPress is used by a huge amount of sites on the web.18 Surely we need to reign this in because the amount of requests (1 every second for one user, every 250ms for each user if multiple people have it open) is wasteful for most sites since WordPress is used by a huge amount of sites on the web. 19 19 20 20 This feature could contribute an outsized impact on global energy / network traffic / server logs / DB resources / site resources on every site it runs on. … … 22 22 Part of this puzzle could be solved by a better alternative polling provider in core that's not just HTTP like Websockets but I've seen so many slow sites with tons of data / plugins and this feature absolutely scares me to my core. 23 23 24 It's a fantastic feature for sure but shipping this defaulted on in all of these cases would surely be irresponsible.24 It's a fantastic feature for sure but shipping this defaulted on in all of these cases would unfortunately be irresponsible.