korg7 Posted September 2, 2013 Share Posted September 2, 2013 (edited) hi friends! I updated my shop with version 1.5.4.1 to version 1.5.5.0 and noticed that the new version is noticeably slower. page generation time for admin control panel (/index.php?controller=AdminHome) on localhost server XAMPP (time parameter from bottom page) 1.5.4.1 = 1.131s - 1.174s 1.5.5.0 = 2.437s - 2.537s on real hosting Apache/2.2.22 (Unix) PHP/5.2.17 / 128M /MySQL: 5.5.28-29.3 / InnoDB page generation time 1.5.5.0 = 1.515s - 2.1s and slower I checked all the settings, I even install a clean shop 1.5.5.0, but page generation time is not accelerated. I have run out of ideas how to speed up the work . seems to work so the core itself. you have not noticed slowing down? he actually became slower ? thank for opinions, denis SOLUTION I found the code in the file, which slows down the administration panel. prestashop1.5.5.0/classes/controller/AdminController.php if (!$this->isFresh(Module::CACHE_FILE_MUST_HAVE_MODULES_LIST, 86400)) @file_put_contents(_PS_ROOT_DIR_.Module::CACHE_FILE_MUST_HAVE_MODULES_LIST, Tools::addonsRequest('must-have')); delete or comment this code. Edited September 14, 2013 by korg7 (see edit history) 1 Link to comment Share on other sites More sharing options...
safa Posted September 2, 2013 Share Posted September 2, 2013 do you set perfonmence settings ? Admin /Advanced parematers / performance Link to comment Share on other sites More sharing options...
korg7 Posted September 2, 2013 Author Share Posted September 2, 2013 safa, yes of course. In addition, these settings do not affect the speed of the back office. I am developing modules and templates for the store and well- know all the ways to optimize. I would be happy to get page generation time from other people. To find out exactly what the problem only to me, and then it can be solved . Link to comment Share on other sites More sharing options...
apmlima Posted September 6, 2013 Share Posted September 6, 2013 Hi, I also noticed a performance decrease with upgrading from 1.5.4.1 to 1.5.5 --- http://gourbee.com/ best Wines and Spirits drinks in Europe with top eCommerce engine by Prestashop Link to comment Share on other sites More sharing options...
Rúben Martins Posted September 6, 2013 Share Posted September 6, 2013 Hi, Unfortunately i notice also a decrease of the speed the web pages. And with 700 categories in my shop i need to wait a lot to change something in the categories, like 50 seconds with the working shop and also to the same in a new installed shop only with categories inside. Link to comment Share on other sites More sharing options...
korg7 Posted September 7, 2013 Author Share Posted September 7, 2013 (edited) hey friends maybe problem in these files /classes/controller/AdminController.php I not seen the code, and do not know what changes in version 1.5.5.0 have led to slow down. You can speed up the work by simply replacing the files. files version 1.5.5.0 be replaced by version 1.5.4.1 files. this solution works for the administration panel /classes/controller/AdminController.php I hope this problem will be fixed in files 1.5.5.0 cheers! Edited September 12, 2013 by korg7 (see edit history) Link to comment Share on other sites More sharing options...
Trip Posted September 8, 2013 Share Posted September 8, 2013 My home screen in the backend generates in PrestaShop™ 1.5.5.0Load time:0.068s So I do not think it is a specifice ps issue. Maybe turn on debug profiling to find out what takes so long. My personal opinion is that PS 1.5.50 is performing a lot better than the previous versions (from the 1.5 cycle) not to say it should have been like that right from the start. At Ruben. Generating 700 categoies is relatively time consuming. At least for the frontend I would for example consider using static links if they do not change to often. All the best, trip Link to comment Share on other sites More sharing options...
roband Posted September 8, 2013 Share Posted September 8, 2013 Something must be very wrong with your host setup. On my system I see: /index.php?controller=AdminHome PrestaShop™ 1.5.5.0 Load time:0.052s Cheers, Robert. Link to comment Share on other sites More sharing options...
Dh42 Posted September 9, 2013 Share Posted September 9, 2013 In the tests I have run it is faster as well. Link to comment Share on other sites More sharing options...
avantec Posted September 9, 2013 Share Posted September 9, 2013 I have the same issue, after update on the new version it's slower Link to comment Share on other sites More sharing options...
korg7 Posted September 12, 2013 Author Share Posted September 12, 2013 hey I found the code in the file, which slows down the administration panel. prestashop1.5.5.0/classes/controller/AdminController.php if (!$this->isFresh(Module::CACHE_FILE_MUST_HAVE_MODULES_LIST, 86400)) @file_put_contents(_PS_ROOT_DIR_.Module::CACHE_FILE_MUST_HAVE_MODULES_LIST, Tools::addonsRequest('must-have')); delete or comment this code. it really makes so faster! 1 Link to comment Share on other sites More sharing options...
maximo88 Posted September 14, 2013 Share Posted September 14, 2013 (edited) PrestaShop™ 1.5.5.0Tiempo de carga:1.089 /index.php?controller=AdminHome so slowly Edited September 14, 2013 by maximo88 (see edit history) Link to comment Share on other sites More sharing options...
angrycat Posted September 20, 2013 Share Posted September 20, 2013 Thanks korg7.It's works!Best Regards. Link to comment Share on other sites More sharing options...
dwilden Posted September 21, 2013 Share Posted September 21, 2013 Same problem... http://www.prestashop.com/forums/topic/272288-upgrade-to-155-slowed-down-order-status-change/ Fixed with Korg7 solution, thanks very much :-) Link to comment Share on other sites More sharing options...
Recommended Posts