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
Currently the data entry controller loads all sites and plots in a single call which can be slow and could take up a lot of RAM. We need to paginate the sites and lazy load plots when a site is selected.
Currently the data entry controller loads all sites and plots in a single call which can be slow and could take up a lot of RAM. We need to paginate the sites and lazy load plots when a site is selected.
AVIDWeb/app/Http/Controllers/DataEntryController.php
Line 18 in 9f361f3
The text was updated successfully, but these errors were encountered: