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
It seems that when starting the reader we're calling the own_texts endpoint.
it is very slow - we should see why it's slow... but that's not the problem. the problem is that we're calling it at all. it's not clear why is it needed when starting to render a given article.
we should look into this.
The text was updated successfully, but these errors were encountered:
OwnTexts is called because the reader needs to determine if the article has been saved so the article is rendered accordingly - this could be improved by just having a isArticleSavedForUser or something similar, where we only query 1 text rather than the entire list.
It seems that when starting the reader we're calling the own_texts endpoint.
it is very slow - we should see why it's slow... but that's not the problem. the problem is that we're calling it at all. it's not clear why is it needed when starting to render a given article.
we should look into this.
The text was updated successfully, but these errors were encountered: