nycmeshnet / meshdb

A convenient, stable, and sane database for tracking Members and Nodes for use with robots and humans
https://db.nycmesh.net
MIT License
9 stars 13 forks source link

Load admin map dots “below the fold” #552

Open Andrew-Dickinson opened 1 week ago

Andrew-Dickinson commented 1 week ago

When the user hits the login or admin homepage, we should try to load the map in the background but keep it hidden from them until they hit a page that shows it. This would help with the tremendous lag that it takes for the dots to appear

Andrew-Dickinson commented 1 week ago

Perhaps we could also cache the most recently observed nodes list in local storage, and update it async?