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
Right now, the grid page does a separate query for each grid, making it very slow. You can change this to be one complex query and then format the results in memory, which will speed up the entire page by a ton.
Right now, the grid page does a separate query for each grid, making it very slow. You can change this to be one complex query and then format the results in memory, which will speed up the entire page by a ton.