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.