Help: Slow Queries?

I’m experiencing some slow DB queries issue and I’m not sure if my DB provider is to blame. There are no slow queries showing up in my dashboard.

Yet, my application is taking 4 seconds average to do a simple find().fetch() query. Much faster for a single findOne() query however. Earlier, it was taking as long as 10-20 seconds.

What could be the cause of this? All I’m doing is publishing a portion of the DB from the server side and running a find().fetch() on the client side. The DB is small and fetch is only returning about 10 to 20 results.

What is the state of your other subscriptions ?
I suggest you do a find().count() on EVERY collection you have on the client, you may find surprises.

Try Kadira to find out your subscriptions