using associations or better avoiding?

it could lower the performance of my application (because new methods are added to the models which are not all necessary for me

Just to be clear, the number of methods in a class has neglible impact on performance, so I think your concerns about associations are maybe based on a false premise.

///ark