Tuesday 29 July 2003 2:43:50 am
Hi .. I have class and its stand from ~41 attribute and alot of matrix and enum, each time I edit this class i got php error time extention, and ezp eat my cpu 100%, and also slow ! I found this solution maybe its helpful for someone ! For the time extention (30sec) we have max_execution_time in php.ini , no need to modify the php.ini, just add this in .htaccess : php_value max_execution_time =70 the time in secends ! now , for the speed you increase the used memory for php , by memory_limit value , also add this in .htaccess : php_value memory_limit =22 now I have no problem with the time, and ezp is take 90%-95% from cpu when i edit this class ! Also if you have probem with submitting you may add this also : php_value max_input_time =70 hph.
|