Support

Account

Home Forums General Issues Correct way to structure relations? Reply To: Correct way to structure relations?

  • It depends on if you will use basic post data or not. When you get the field, if you get posts then the posts will be cached when ACF does get_posts(). if you are not going to use post data then it is more efficient to use IDs. If you use IDs you can always do your own query to get the posts if you need them.