I’m observing a high number of user token validation calls for one of my pages when looking into chrome browser tools. The page is called “recipes-detail”.
These calls occur only if I’m logged in as a user. It appears as if there is a high number of blocks “Is Valid User Session”, but there aren’t any.
Hi @oleg-vyalyh ,
I have custom logic, but this does not access the BE backend. Still, I’ve disabled it without any changes.
Consider this high number of “isvalidusertoken” calls which occurs in a row in my screenshot. I’m very (very) sure, there is nothing in my code which issues 26 of those calls in a row. Please investigate.
As said, these calls occur only with a logged-in user. Let me know if I shall send you a test user via private message.
You use the “Is Valid User Session” block in the “onContentAssignment” which runs on each render, and since there is a user-token on the click it always sends a request to the server
You can find the handler for component with id: “Text1-2-2-2-2-2-2-2-2” and there is a default text component “Dein Rezept”