in app_controller.php load Session, Auth components.
And in posts_controller.php, i use CustomComponent with $components = array('Session','Auth');
Then do CustomComponent must reload Session, Auth components?
if i use and create much components and that components use other components .It will make app is very slow?
I asked in cakephp IRC, A person answer is not:
[11:05] it will not be slow, I believe it passes those around via reference
[11:05] so you have nothing to worry about