-
Notifications
You must be signed in to change notification settings - Fork 99
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
[Bug] performance improvement #1176
[Bug] performance improvement #1176
Conversation
Signed-off-by: Ramneet Chopra <[email protected]>
Signed-off-by: Ramneet Chopra <[email protected]>
a2c6858
to
27f9763
Compare
Codecov Report
@@ Coverage Diff @@
## main #1176 +/- ##
============================================
- Coverage 53.70% 53.65% -0.05%
Complexity 291 291
============================================
Files 279 279
Lines 9490 9469 -21
Branches 2244 2231 -13
============================================
- Hits 5097 5081 -16
+ Misses 4223 4218 -5
Partials 170 170
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you may remove loggings/comments next time before committing or merge these in one commit that only contains logging/comments removed version so it could help to remove noice in PR review
console.log('IN FETCH DATA TEST@@@@ ===EXPLORER ======== updatedQuery', updatedQuery); | ||
const curQuery = updatedQuery.query; | ||
console.log('curQuery====', curQuery, 'appBasedRef.current', appBasedRef.current); | ||
// const rawQueryStr = buildQuery(appBasedRef.current, curQuery![RAW_QUERY]); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you may remove loggings/comments next time before committing or merge these in one commit that only contains logging/comments removed version so it could help to remove noice in PR review
Description
Multiple re-renders in case of update chart fixed
Issues Resolved
Bug #1163
Please note
Fix is only tested for event analytics for now. This pr may require fixes from PR #1147. Once #1147 is merged and these changes are approved will update this PR