ResearchComputing / RCAMP

Research Computing Account Management Portal
MIT License
0 stars 0 forks source link

Rendering user lists from LDAP massively spikes response times #247

Open zebulasampedro opened 7 years ago

zebulasampedro commented 7 years ago

Any page that renders a user list (most commonly seen with multi-select fields) renders the list straight out of LDAP, since RCAMP does not cache LDAP data. This causes a significant decrease in page responsiveness, particularly when multiple lists must be rendered.

Some sort of caching should be implemented to improve this.