jazzhistorydatabase / jhdb-cms

Content management system for jazzhistorydatabase.com
3 stars 0 forks source link

Slow preview loading times #51

Closed matticoli closed 4 years ago

matticoli commented 4 years ago

Each time I go back to add or make an edit the preview takes about 4 minutes to load (I have a bio, 5 pics and 4 audio clips). I assume the whole page gets reloaded, so no problem.

matticoli commented 4 years ago

This may be caused by sequential firebase hits in renderFromFirebase - swapping this with a Promise.all might fix problem