Minimise querries between client and host
Closed this issue · 0 comments
ogabrielides commented
Actually, the client (website) asks the server in different querries :
- For bike stations status retrieval (on page load)
- For geocoding service, the data is returned separately from other querries
- For getting the appropriate node from given coordinates
- For getting the paths
- For getting the hash url
The idea is to merge the querries. Not all, but at least geocoding and node find querries
( ! But, geocoding is external-host dependant serviceand could freeze our page after each querry)
Or we could bind path and ahsh url return