Hi every one
we are using moodle 2.9+ (will upgrade in future) and have about 5000 users. authentication is working by LDAP . but login takes too time. about 30 sec.I want to optimize that. fallowing information has taken at modules>caching>Test performance page:
Cache store performance reporting - 100 unique requests per operation.
Store requests when used as an application cache.
Plugin | Result | Set | Get - Hit | Get - Miss | Delete |
---|---|---|---|---|---|
File cache | Tested | 0.3412 | 0.0481 | 0.0030 | 0.0285 |
Memcache | Invalid plugin | - | - | - | - |
Memcached | Invalid plugin | - | - | - | - |
MongoDB | Invalid plugin | - | - | - | - |
Session cache | Unsupported mode | - | - | - | - |
Static request cache | Unsupported mode | - | - | - | - |
Store requests when used as a session cache.
Plugin | Result | Set | Get - Hit | Get - Miss | Delete |
---|---|---|---|---|---|
File cache | Tested | 0.5848 | 0.0320 | 0.0022 | 0.0262 |
Memcache | Invalid plugin | - | - | - | - |
Memcached | Invalid plugin | - | - | - | - |
MongoDB | Invalid plugin | - | - | - | - |
Session cache | Tested | 0.0004 | 0.0002 | 0.0001 | 0.0002 |
Static request cache | Unsupported mode | - | - | - | - |
Store requests when used as a request cache.
Plugin | Result | Set | Get - Hit | Get - Miss | Delete |
---|---|---|---|---|---|
File cache | Unsupported mode | - | - | - | - |
Memcache | Invalid plugin | - | - | - | - |
Memcached | Invalid plugin | - | - | - | - |
MongoDB | Invalid plugin | - | - | - | - |
Session cache | Unsupported mode | - | - | - | - |
Static request cache | Tested | 0.0003 | 0.0001 | 0.0001 | 0.0002 |