Jump to content

1.5.5.0 stable is slower than 1.5.4.1 ?


Recommended Posts

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 by korg7 (see edit history)
  • Like 1
Link to comment
Share on other sites

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

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 by korg7 (see edit history)
Link to comment
Share on other sites

My home screen in the backend generates in

PrestaShop™ 1.5.5.0
Load 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

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!

 

 

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...