You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to have informed conversations about performance, we should do CPU profiling of stuff like inserting complex queries into the store, updating the store and rerunning queries, etc.
I'll start investigating some Node.js profiling tools that can help us measure this stuff.
To do this, we probably need to collect more real world scenarios, and it might not be really worth it until we tackle some of the more low-hanging fruit. If we think about making serious changes to the implementation, we should ask for supporting data first, or set up the profiling then.
In order to have informed conversations about performance, we should do CPU profiling of stuff like inserting complex queries into the store, updating the store and rerunning queries, etc.
I'll start investigating some Node.js profiling tools that can help us measure this stuff.
Related to #128
The text was updated successfully, but these errors were encountered: