On 30/09/2010 2:01 PM, debussy007 wrote:

Thanks Hector,

I need high performance for a specific page, which need includes in /index,
/includes and /includes/agenda
What about improving performance for that specific page by adding entries in
setScriptPath ?

$this->view->setScriptPath(
        array (
                "./application/modules/agenda/views/scripts/",
                "./application/modules/agenda/views/scripts/index",
                "./application/modules/agenda/views/scripts/includes/agenda"
        ));

Does the number of files in the scripts folder really impact the performance
?

If you really need to improve performance for that particular page, use the render() method of the Action Controller--it will skip the viewRenderer all together.

Reply via email to