You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ACPT-961: Improve Config readData() (when config cache is clean)
* using str_contains ahead of time (so we don't have to call the methods or run regex when we know it wouldn't match) (about 5-10% faster)
* using array_walk_recursive which is a lot easier to read and is 5-10% faster
* caching environmental variables config (we don't need to reload environment variables for each website)
0 commit comments