Topic: Optimizing Performance ?
I am curious about what causes most performance overhead/drag in a script
1. Database queries
2. Templating
3. Includes
4. etc.
For example, very often something that could be done via templating could also be done via file includes instead. Which is going to cause the biggest performance hit.