Changes between Initial Version and Version 1 of Ticket #10142, comment 125
- Timestamp:
- 09/04/2015 07:49:14 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10142, comment 125
initial v1 13 13 I have been working with large sites too and did not run into problems there. For example, I've been working on an events site that has dedicated pages for events, artists, venues and event promoters, all post types, connected using meta. We then needed to integrate cities and states, connected to the venues. Since cities and states were just required to list their venues (and their venues' events), those were realized as taxonomies. If they had needed additional data, I would have realized them as additional post types instead. 14 14 15 > > But since the addition of this feature to Core would probably interfere with a lot of plugins 16 > And prevent interfering with lot more of plugins in future. 17 18 Sure, if we integrated term meta, we should do it as soon as possible. But if we decide not too, we won't interfere with plugins that do it themselves. 19 15 20 > > significantly reduce performance on term queries 16 21 >