top | item 40106939

(no title)

makuchaku | 1 year ago

Great work. A few ideas

1) Speed : the site is often showing heroku errors. Seems like you are running the entire processing in the request-response cycle. If not already done, please try to use a queueing system to perform async processing - and then let the user know when their video is ready to view as steps (probably via email or browser notifications). This will stop your site from crashing frequently and you'll be able to scale to many users very quickly.

2) Please add link-backs to the specific time in the video from where the step is shown.

Cheers!

discuss

order

makuchaku|1 year ago

Also, +1 to chapters as someone mentioned in the comments.

j45|1 year ago

Not sure if putting the site behind cloudflare or something could help.

Heroku just wants a bigger bill.

aka_sh|1 year ago

Noted! I'll will look into that. Thank you.