-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Milestone
Description
Where did this happen?
Local code with an up-to-date main branch, Production app
Expected Behavior
When changing weeks, there should only be two network requests made:
- Getting grid events (all day and timed)
- Getting sidebar events (AKA someday events)
Current Behavior
When changing weeks, there are three sidebar network requests for someday events
3-someday-requests.mov
Steps to Reproduce
- Open Network tab
- Navigate to a new week
- Notice: three requests are send for the someday events
Possible Solution
Identify the root cause using React Profiler and other debugging tools. It'll likely be related to props or hooks. Then, make the necessary refactors.
Context
This significantly slows down the app and leads to a poor UX when navigating weeks frequently
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done