You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The delay seems to be in submitClassification here, which waits for the classification to save before showing you a new subject. It would be faster if it behaved like PFE and saved the classification in the background, while you classify the next subject.
One caveat: if you press Done & Talk, then you do want the classifier to pause until the classification is saved. Otherwise, the browser tab will cancel the network request (and any running JS) when the page unloads (#4767.)
Volunteers on Daily Minor Planet are reporting delays of up to 10s after pressing the Done button.
https://www.zooniverse.org/talk/17/3531984?comment=5898899
The delay seems to be in
submitClassification
here, which waits for the classification to save before showing you a new subject. It would be faster if it behaved like PFE and saved the classification in the background, while you classify the next subject.front-end-monorepo/packages/lib-classifier/src/store/ClassificationStore.js
Lines 174 to 183 in 9c6bfa8
Here, I've captured a couple of classifications, in the console, which took ~5s and ~4s respectively.
The text was updated successfully, but these errors were encountered: