Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(perf) don't create session if it is not required #30322

Merged
merged 2 commits into from
Oct 15, 2024

Conversation

wezell
Copy link
Contributor

@wezell wezell commented Oct 10, 2024

This pull request includes changes to improve session handling in the CurrentVariantWebInterceptor and VariantWebAPIImpl classes. The main focus is on ensuring sessions are only created when necessary, which can help optimize resource usage and performance.

Session handling improvements:

This PR fixes: #30321

@wezell wezell linked an issue Oct 10, 2024 that may be closed by this pull request
@wezell wezell changed the title fix(perf) don't create session if it is not requrired fix(perf) don't create session if it is not required Oct 10, 2024
@wezell wezell requested a review from dsilvam October 10, 2024 18:06
@freddyDOTCMS
Copy link
Contributor

freddyDOTCMS commented Oct 11, 2024

The Postman test is going to be crated in another card #30326

@freddyDOTCMS freddyDOTCMS added this pull request to the merge queue Oct 15, 2024
Merged via the queue into main with commit 10c59ee Oct 15, 2024
35 checks passed
@freddyDOTCMS freddyDOTCMS deleted the issue-30321-no-session-if-not-needed branch October 15, 2024 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

All requests create a session
4 participants