CMU-CREATE-Lab / preK-emotions-app

Other
1 stars 2 forks source link

images load slowly #126

Open tasota opened 1 year ago

tasota commented 1 year ago

This is likely an issue with the DB tables having 1 table for students and another table for their images (dbfiles table).

Ideally, there should be only 1 call to the DB (or 1 call to students, then 1 call for all student images).