JRGandara Posted May 11, 2011 Share Posted May 11, 2011 I´m working hard to launch a web store with Prestashop and now just few problems persists. One of those is performance. In the past few days, I been experiencing bad performance from my store. Looks like changed from good to bad suddenly. But I´m just dealing with translation. I think I change nothing besides texts and products information. I found a Video explaining performance, but only applies to V1.4 and all those new performance setups not available in my version. Someone have any clue where to look? The performance is really bad.Thank Link to comment Share on other sites More sharing options...
shokinro Posted May 12, 2011 Share Posted May 12, 2011 try change following two line in file /config/smarty.config.inc,php $smarty->caching = true; $smarty->force_compile = false; Also try to allocate more memory in PHP.ini file Link to comment Share on other sites More sharing options...
JRGandara Posted May 12, 2011 Author Share Posted May 12, 2011 shokinro,I did what you suggest. Changing cache for true looks like improved the performance a little. Force to Compile to false made change the languages in the site not work anymore. I had to change back to true.The php.ini file is on the server right? I check in Cpanel and this configuration is reserved to administrator of the host and I´m not allowed to change by myself. The max. memory allocation is 64M. What do yoiu think? I should ask for more?Thank you for your great help! Link to comment Share on other sites More sharing options...
shokinro Posted May 12, 2011 Share Posted May 12, 2011 yes, it is on server side. Some provider may not allow you change that.If possible, you can ask them to add more. The more the better. Link to comment Share on other sites More sharing options...
JRGandara Posted May 13, 2011 Author Share Posted May 13, 2011 How much you suggest I should ask for? My server is set for 64M. Link to comment Share on other sites More sharing options...
Recommended Posts