SeZuo / SwissMuseum-Parcours

Web app to navigate inside the Swiss Museum's collection
0 stars 0 forks source link

SimpleCakeConnector: asynchronous calls of syncDBThenCallback #152

Open SeZuo opened 11 years ago

SeZuo commented 11 years ago

Those calls are made synchronous by stacking. We should use futures or/and events to make the data available asynchonously.

This is the bottleneck for load speed enhancements as it takes as is several seconds to load versus less than a sec.