edwardchalstrey1 / seshat

This is the beginning of the Seshat Project code.
0 stars 2 forks source link

Increase efficiency of shape loading on Seshat VM *before 29th June* #124

Closed edwardchalstrey1 closed 1 month ago

edwardchalstrey1 commented 1 month ago

Problem

Loading the world map is much slower on a remote server compared with running Seshat locally. This is probably because of having to load all the shapes across the network. When I have a poor internet connection, it's slower still.

Timing

My Mac dev VM dev My Mac extend-shapesData VM extend-shapesData
Time to load one polity 2 2
Time to load one year 8 30 3 9 (+7)
Time to load all polities 22 (+14) 90 (+60) 15 (+12) 71 (+62)
Time to load basemap shapes 25 (+3) 18 (+3) 84 (+13)

TODO