Describe the Question
Hey!
After upgrading my project to NODE 22.XX & dependencies;
+Lot of things have been changed in generated entities from EDMX files.
+Just after upgrade, I noticed big increase of latency in batch requests, when I increased the aws lambda memory size, the requests latency decreased a little bit. But after doing a second upgrade, the requests latency got worst.
The issue concerns just batch request.
I probably suspect the issue in generated entity size becomes too big during parsing & reading from server, are there any hints to make the flow light like in version 1 ?
This is similar: #3930 (comment) (I mean the entity fields and also logging entity produces big output)
Thank you!
