cschiewek / devise_ldap_authenticatable

Devise Module for LDAP
MIT License
594 stars 359 forks source link

Speed of lookup & testing #198

Closed chevinbrown closed 8 years ago

chevinbrown commented 9 years ago

I've noticed devise gets hung up around the LDAP lookup...but if I do a simple ldap query (outside this gem), results are very fast.

Is there a good way you can recommend testing/improving speed? Anything I can do to improve performance of the login action b/t this and devise??

Please advise.