my apps views are taking anywhere from 800-2000ms to load according to the logs.
I noticed for a page w/o accessing current_user the time is under 10ms... Anytime current_user is accessed it takes 400ms just to get current_user.
Any ideas why it is taking so long to get the current_user? Any way to track down where the lag is in performance?
Thanks