Changes between Initial Version and Version 1 of Ticket #60787, comment 8
- Timestamp:
- 03/18/2024 06:55:44 PM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #60787, comment 8
initial v1 1 1 @jorbin I don't have any tests to show the impact at scale for this yet. 2 2 3 For storing configs in DB vs File, there's asegment of people who use these plugins that would be aware of that kind of thing. For example, ACF itself has 2+ million active installs, but people must pay for a separate ACF Pro plugin to get access to a local JSON feature.3 For storing configs in DB vs File, there's only a smaller segment of people who use these plugins that would be aware of that kind of thing. For example, ACF itself has 2+ million active installs, but people must pay for a separate ACF Pro plugin to get access to a local JSON feature. 4 4 5 5 Many Custom Field plugins I've seen have not attempted to utilize `register_meta()` because of the impact on every page load but that adoption will increase with the Block Bindings API for Post Meta in WP 6.5.