Plant-Tracer / webapp

Client and Server for web-based JavaScript app
GNU Affero General Public License v3.0
0 stars 2 forks source link

remove frame_data from movie_frames table and simplify get_frame API #438

Open simsong opened 2 weeks ago

simsong commented 2 weeks ago

I've been trying to understand why get_frame() is so slow on initial tracking and discovered that my overly general and overly generous API was basically getting data multiple times. This is one of the dangers of general purpose APIs!