Synchronising book with WPEN seems way too long (slow)
Steps:
- Updating my book at https://en.wikipedia.org/wiki/User:Kelson/Books/My_test#My_test_collection
- Clicking on the "Edit" button on WP1 in my selection entry and then "Update list"
What I get:
- I see the progress following progress visual for around 20s to then be able to download the updated TSV
What I expect is:
- The very same, but within one second considering download this book should not take more than one second (actually it takes 0.25s from my computer)
Very similar to https://github.com/openzim/wp1/issues/986, maybe this is just a visualising problem and this progress visual is not properly under control?
Very similar to #986, maybe this is just a visualising problem and this progress visual is not properly under control?
Not the progress "visual" itself, but the polling to the API to update the status has been broken for a while: #813
Very similar to #986, maybe this is just a visualising problem and this progress visual is not properly under control?
Not the progress "visual" itself, but the polling to the API to update the status has been broken for a while: #813
This kind of feature should not work with Web sockets?
Oh websockets is definitely the proper way to implement this, it was just never done.