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
{{ message }}
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.
If there are multiple oca jobs in the queue checking if the user is logged in, admin-ajax will be polled for each one, consumming too many server resources and delaying the queue. We should optimize this.
Considerations:
Is there any reason for not doing once by page?
Is a logged_in_status variable with an expiration time a good idea?
shouldn't check for logged in statys only for jobs with different content for priv users?
Is it possible to use JWT (JSON Web Tokens)?
The text was updated successfully, but these errors were encountered:
If there are multiple oca jobs in the queue checking if the user is logged in, admin-ajax will be polled for each one, consumming too many server resources and delaying the queue. We should optimize this.
Considerations:
The text was updated successfully, but these errors were encountered: