21 Feb
2006
21 Feb
'06
11:10 p.m.
Views, likewise, tries to cache the actual query used. (it's not always possible, queries with arguments simply aren't cacheable). But the query builder is actually remarkably more efficient than I had given it credit for -- the query builder took only slightly more time off of a page than it took to build the user login form when I was profiling it.
Earl - have a look at prepared statements and mysqli. could be a nice speed improvement for those who use that DB layer. Skips the query plan step.