After I successfully log in and check my application I also look at number of queries run against database (mysql one). And there is always a query fetching user data. How can I force FOSUserBundle to store user object in session instead fetching it all the time from database?
edit
My security.yml have this setting (among others about firewall)
security:
providers:
fos_userbundle:
id: fos_user.user_manager