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: handle routes properly #2107

Merged
merged 2 commits into from
Dec 19, 2024
Merged

Conversation

RitvikSardana
Copy link
Member

  1. On customer portal we were calling api to get all_users. So basically anyone with access to Customer Portal would be able to see the user database along with images.
    image

  2. Because we get all_users before_route the page load becomes slow, to improve it we will get all_users after routing, to increase performance.

@RitvikSardana RitvikSardana merged commit 94f65de into frappe:develop Dec 19, 2024
2 checks passed
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.

1 participant