So, for example, a create a post with ~100 fields (and all types of fields).
What happens, when i do “get_posts()” function? WordPress try to process all these fields? Or in this example there is no difference how many fields i have?
Second situation with ~100 fields…. I do “the_field(‘first_field_of_100’)”. What happens? WordPress process all 100 fields or just one?
When i write “process” i mean “wordpress go to database and do some stuff with ALL data from query”
Why i asking? I have two ways:
1. Post with 100 fields
2. 5 posts with 20 fields/each
What way is best for performance? Or this is no difference?
Sorry for my English..