[SOLVED] $config['process_whole_template']

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
Ziggywigged
Power Poster
Power Poster
Posts: 424
Joined: Sat Feb 02, 2008 12:42 am

[SOLVED] $config['process_whole_template']

Post 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?
Last edited by Anonymous on Fri Oct 24, 2008 3:54 pm, edited 1 time in total.
Take a penny, leave a penny.
alby

Re: $config['process_whole_template']

Post 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
Ziggywigged
Power Poster
Power Poster
Posts: 424
Joined: Sat Feb 02, 2008 12:42 am

Re: $config['process_whole_template']

Post by Ziggywigged »

Thanks
Take a penny, leave a penny.
Locked

Return to “[locked] Installation, Setup and Upgrade”