Hi,
As I look into YAF.Classes.Config class, I found that each of Property will search through the AppSettings collection and get the value from it. I think there is 2 points would be slow:
- Unnecessary look up
- Retrieve value from config file again and again
Whether it'd better if we cache them in separate static variable?
Sincerely
Thangnt