osschat osschat osschat

Fewer Auth Session Checks Per Load

Performance Frontend

This release streamlines how authentication state is read during page load, cutting down on duplicate session checks.

Smoother Experience

We reduced session API calls from two per page load to one by reusing the session information that is already fetched by the app’s auth provider.

This means fewer redundant background requests during authentication, which can help improve overall responsiveness and reduce unnecessary auth-related traffic.