-
- Downloads
#3814 Use fastArray cache for extension system
This reduces repetitive array hits on the Redis or other cache as they are stored in the php layer. The Redis hits are not slow - but the serializing & unserializing is so this is a performance improvement
Please register or sign in to comment