[ic] mvasp vs loop-field

Paul Jordan interchange-users@interchange.redhat.com
Thu Apr 11 13:58:01 2002


> On the query/check_orders.html, I am trying to speed up the 
> process a little
> bit.  I tried rewriting the MVASP code in there to standard IML.  
> I used the
> same basic structure found in /templates/components/promo to build this.
> Doing it this way made it even slower, with a huge amount of 
> activity on the
> interchange and mysqld daemons.
> 
> Can someone explain why this is, and how [loop-field data] tag 
> works?  Does
> it perform a query for every use of [loop-field  ...]?  Is there 
> another way
> to optimize this page for speed?
> 


You may want to try and give  rf => mv_return_fields  a whirl.

Paul