I'm curious about how much the empressa engine has to work on the following:
1. To use miva_variable_Value(...) a lot
2. To use "l.something CIN l.something_else" or "tolower(l.something) IN tolower(l.something_else)"
3. MvWHILE vs MvFOREACH
4. Using a lot of big global variable structures vs passing local reference variables to functions
5. Using readytheme content sections vs executing compiled page templates
Is there a document or something that shows all the miva functions/tags listed in order of how "heavy" they are for empressa to deal with? I am curious about what the most heavy processes are so I can avoid them if possible in my coding.
1. To use miva_variable_Value(...) a lot
2. To use "l.something CIN l.something_else" or "tolower(l.something) IN tolower(l.something_else)"
3. MvWHILE vs MvFOREACH
4. Using a lot of big global variable structures vs passing local reference variables to functions
5. Using readytheme content sections vs executing compiled page templates
Is there a document or something that shows all the miva functions/tags listed in order of how "heavy" they are for empressa to deal with? I am curious about what the most heavy processes are so I can avoid them if possible in my coding.
Comment