Page 1 of 1

[SOLVED] $config['process_whole_template']

Posted: Fri Oct 24, 2008 3:10 pm
by Ziggywigged
The comment explains:
# In versions of CMS Made Simple prior to version 1.4, the page template was processed
# in it's entirety.  This behaviour was later changed to process the head portion of the
# page template after the body.  If you are working with a highly configured site that
# relies significantly on the old order of smarty processing, you may want to try
# uncommenting this parameter.

But by default, it is already uncommented. So what is the optimal performance setting for this using a fresh install?
True or False?

Re: $config['process_whole_template']

Posted: Fri Oct 24, 2008 3:25 pm
by alby
Ziggywigged wrote: But by default, it is already uncommented. So what is the optimal performance setting for this using a fresh install?
True or False?
If you want little performance or old behaviour, set to true

Alby

Re: $config['process_whole_template']

Posted: Fri Oct 24, 2008 3:54 pm
by Ziggywigged
Thanks