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
?
--
View this message in context:
http://zend-framework-community.634137.n4.nabble.com/includes-are-slow-wrong-set-include-path-tp2736921p2758978.html
Sent from the Zend Framework mailing list archive at Nabble.com.