-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate performance based on Sprint presentation #603
Comments
|
If ever needed to speed up the time for triggers was wanted, a good place to start would be at Before the call to Why? Without anything to exclude we have: Let's use real numbers:
So instead of going through the entire list of properties every time, we should filter out the unneeded ones, like non trigger fields and trigger fields not necessary for the response. |
Thanks @libpitt. It'll be nice to confirm the improvements with some code profiling. |
@libpitt |
https://docs.google.com/presentation/d/1FbRHX-VOrvvlKQ66Dvtxub4NJUMLjRB0gdNJOYbbjuY/edit?usp=sharing
The text was updated successfully, but these errors were encountered: