activerecordlinq

How to optimize this Nhibernate Query (835ms)

I have this query var temp = from x in ActiveRecordLinq.AsQueryable<Circuits>() where x.User_Created == false orderby x.Description select x; From NHibernate Profiler Query duration -Database only: 7ms -Total: 835ms The query generated: SELECT this_.Circuit...