Closed matticoli closed 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.
This may be caused by sequential firebase hits in renderFromFirebase - swapping this with a Promise.all might fix problem
renderFromFirebase
Promise.all
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.