As you can see in that image that every time I do a find with the exact same params in the constructor, meaning the query is the same but mongo allow a new connection instead of reusing. (Doesn’t persist in my case) and for that I still see a lot of connections.
I’m using this (new MongoDB\Client)->test->zips; instead of MongoClient.
Thanks @Andreas_Braun