Help me understand performance impact on the app #970
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hey @shwarcu I'm not sure what's exactly going on, and I also assume if it is not easy to fix we wont work on it right now. I'm a bit confused about that it is especially the faker-error but I don't have knowledge about profiling at all. |
Beta Was this translation helpful? Give feedback.
Hey @shwarcu
Some of us are already planning to optimize some stuff like e.g. splitting Faker into MinimalFaker, BaseFaker and Faker itself. (#805 (reply in thread))
I'm not sure what's exactly going on, and I also assume if it is not easy to fix we wont work on it right now.
IMO generating 5.000 test objects within 15ms sounds fast 🤔 at least fast enough.
I'm a bit confused about that it is especially the faker-error but I don't have knowledge about profiling at all.
I think the best thing would be if you could just checkout the repo and try to debug and improve stuff on your own and if you found something create a PR for that.