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
If a user is logged in as admin, reports load relatively quickly because we don't need to check nodegroup permissions. For anonymous users however, nodegroup permissions must be checked and that can have a significant impact on performance. If possible we should improve performance of checking nodegroup permissions. However, we should still implement report caching because the pages are relatively static. This would improve performance for public facing applications that might get many requests from guest users.
The text was updated successfully, but these errors were encountered:
If a user is logged in as admin, reports load relatively quickly because we don't need to check nodegroup permissions. For anonymous users however, nodegroup permissions must be checked and that can have a significant impact on performance. If possible we should improve performance of checking nodegroup permissions. However, we should still implement report caching because the pages are relatively static. This would improve performance for public facing applications that might get many requests from guest users.
The text was updated successfully, but these errors were encountered: