-
Notifications
You must be signed in to change notification settings - Fork 17
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
LDAP Cache #60
Comments
Did you enable memcache ? That should reduce the requests a bit but not completely. |
What do you mean? The session is to keep instead of hitting the backend every request. I add in memcache and it is still not working with the session kept? |
I think there are some misunderstandings about how the LDAP app is working.
A couple of notes:
|
this is weird why you need redis/memcache, you just not use simple php session ? |
I have Cache Time-To-Live to 600 seconds (is that right config?), still when I refresh or download 100+ files, it hits a new request it uses a new LDAP request.
How can I cache or keep it in the session instead of authorize LDAP every reload/refresh or anything?
Right now my CPU usage is too high for this.
(Samba is also slow, but *cloud could use the session isnit?)
The text was updated successfully, but these errors were encountered: