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 the timelineData endpoint, the timeline data object is calculated on demand which is incredibly inefficient. The object should be saved and updated at each subsequent request.
in the
timelineDataendpoint, the timeline data object is calculated on demand which is incredibly inefficient. The object should be saved and updated at each subsequent request.