[development] Module Builder Module 1.0

Moshe Weitzman weitzman at tejasa.com
Tue Feb 21 22:10:30 UTC 2006


> 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.



More information about the development mailing list