hello,
I don't understand.
If i load a store using a simple direct proxy, one request was send -> ok
If i load a second store, using a direct proxy ( not same method ), the "2 query's" are sending in the same request, but the request is sending twice. 2 request with 2 query.
This comportement cause stress on my DDB. and generate lot of query one the server side.
the two query generated are the same, one each the "tid" values are the same !
I would start with checking where the requests are coming from; it could be something trivial like calling store.load() and having autoLoad: true at the same time.