Forums / Developer / Maximum Execution Time Error
Masamune
Monday 13 June 2005 6:05:03 am
My database exceeded 30 mb of size, The left panel in the admin interface became very heavy and if expanded the site won't open: -maximum exectution time exceeded 30 sec...-tcp error
I tried to override the setup.ini and set the maximum exec. time to 60 sec. and the min memory to 32 mb, but no use, even it's not taking the override, i.e still 30 displaying sec.
Please can anyone at least guide me what are the steps that I refer to to
Łukasz Serwatka
Thursday 16 June 2005 2:37:44 am
Hi,
You can override settings/contentstructuremenu.ini file and display only folder class to 3 depth level for example. This should reduce server load.
Personal website -> http://serwatka.net Blog (about eZ Publish) -> http://serwatka.net/blog
François Xavier Lacroix
Thursday 16 June 2005 3:13:05 am
Did you put 30 sec max execution time, in the php.ini too ?
Sunday 19 June 2005 5:14:43 am
Thank u guys, u r really helpful.
I modified the execution time in php.ini to 120 sec and increased the cache to 32mb, it worked.Now this contentstructuremenu.ini seems interesting, I better have a look on it.
I believe I have to make some further optimizations on the database level.Recently I knew that mysql should be configured to handle big databases.
10x.