Firstly it seems, when schemas involve relation loading, queries are running two times.
Also does jsonapi require loading the included resources, when the include paths are not given in the request, i am asking this because it's querying unnecessary data, which is actually not requested by the client. Please clarify this to me, because i'm trying to minimize the database queries, by eliminating the relationships loading, if request does not includes and include paths. Thank you
Firstly it seems, when schemas involve relation loading, queries are running two times.
Also does jsonapi require loading the included resources, when the include paths are not given in the request, i am asking this because it's querying unnecessary data, which is actually not requested by the client. Please clarify this to me, because i'm trying to minimize the database queries, by eliminating the relationships loading, if request does not includes and include paths. Thank you