Phuks-co / throat

Open Source link aggregator and discussion platform powering Phuks
https://phuks.co
MIT License
73 stars 32 forks source link

Grab titles and generate thumbnails without blocking other requests #175

Closed happy-river closed 4 years ago

happy-river commented 4 years ago

Fix the "Grab title" button on the "Submit a post" page, as well as thumbnail generation for newly posted links and uploads to return a response immediately, work on the grabbing or generation in a new greenlet thread, and deliver the finished title or thumbnail to the browser via SocketIO. This makes the user interface feel more responsive, allows other requests to be serviced simultaneously, and prevents long response times when the website being grabbed from or thumbnailed is slow.

These changes include: