I'm using azure maps for data visualization in the Flask application. I have a lot of data so sometimes my browser crash or becomes very slow. Is there any way I can implement cache or some other things to speed up browser? My data is refreshed after every 15 minutes. Looking for help. Thank you
There are some different approaches you can take. Local cache is one approach, but only really works if the user will only be viewing a subset of the data at a time. That said, this requires a lot of work and is likely to give the least benefit.
A more common approach is to improve the data format you are using with the map. Instead of sending the raw data to the map consider doing one of the following: