dev/core#3814 Use fastArray cache for extension system
authorEileen McNaughton <emcnaughton@wikimedia.org>
Sat, 8 Oct 2022 10:02:43 +0000 (11:02 +0100)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Sat, 8 Oct 2022 10:02:43 +0000 (11:02 +0100)
commiteab035f99fe38828242a5721572289b04b10be4f
tree3f6860061137142d6af8aaf9adae43a9ca983be7
parent6ac624e144885c378d352a12b9cc6baa348d089a
dev/core#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
CRM/Extension/System.php