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
A certain checkbox question has many different conditional pages depending on they whether are selected or not.
When none are selected and proceed is clicked, the loading of the next page is slow because the user gets redirected many times over the skipped pages (302 at /api/v1/projects/projects/1/pages/20/ ).
Could this be addressed in the newly developed interview in React?
Can it already be optimized in the backend, so that the user gets sent only the last relevant redirect?
Expected behaviour / Erwartetes Verhalten
Click next in interview and have a reasonable response time.
Steps to reproduce / Schritte zum Reproduzieren
Go to a question with a lot checkboxes that are related to conditional pages
Description / Beschreibung
A certain checkbox question has many different conditional pages depending on they whether are selected or not.
When none are selected and proceed is clicked, the loading of the next page is slow because the user gets redirected many times over the skipped pages (
302
at/api/v1/projects/projects/1/pages/20/
).Could this be addressed in the newly developed interview in React?
Can it already be optimized in the backend, so that the user gets sent only the last relevant redirect?
Expected behaviour / Erwartetes Verhalten
Click next in interview and have a reasonable response time.
Steps to reproduce / Schritte zum Reproduzieren
302
for the skipped pagesContext / Kontext
2.2.2.
References / Verweise
ProjectPageViewSet
inrdmo/rdmo/projects/viewsets.py
Line 532 in 1eadee5
The text was updated successfully, but these errors were encountered: