Closed
Description
I have questions about Config.
the current Routes file isn't what I would consider a config file
#7380 (comment)
Then, what are Config Files? or what are Config items?
Config items should be immutable or mutable?
We should use array for Config instead of class? What is the advantage of array-config?
App\Config
causes infinite loop now (See #7308). How do we solve it?
Checking the environment variables for all properties when instantiating the Config class is too heavy.
This is one of the reasons why CI4 is slower than CI3. I want to improve this too.