I would like to know what is better practice (and better performance wise):
Using multiple foreign keys from 1 table to many (so when i fetch the object it's a larger object and contain all other tables information using the relations), or fetching an object from a table and then executing another query to get the rest of the data.