Jump to content

Slow prestashop 1.6.1.0


Recommended Posts

Dear all,

 

we just migrate our site from 1.4 to 1.6.10... Now everything is very very slow on the front office.

 

you'll find bellow the results of the profiling.

 

Any advice??

 

thanks a lot

 

 

 

Load Time 52334 ms - You'd better run your shop on a toaster
Querying Time 11344 ms
Queries 540
Memory Peak Usage 66.1 Mb
Included Files 410 files - 7.09 Mb
PrestaShop Cache - Mb
Global vars 1.10 Mb
 
PrestaShop Version 1.6.1.0
PHP Version 5.4.37 (OK)
MySQL Version 5.5.30 (Consider upgrading)
Memory Limit 312M
Max Execution Time 120s
Smarty Cache enabled
Smarty Compilation auto
 
Time
config 773 ms
__construct 0 ms
init 28 ms
checkAccess 0 ms
setMedia 2 ms
postProcess 0 ms
initHeader 0 ms
initContent 34285 ms
initFooter 1736 ms
display 15510 ms
 
Edited by qdubois (see edit history)
Link to comment
Share on other sites

1.6 has some great performance settings.  Welcome to 1.6 and good choice on 1.6.10

 

go to back office-->advanced parms-->performance

 

there you can set the performance settings.  If you need help with it then post your settings after you configure.

 

Note: 1.4 was giddy up fast, 1.6 added lots of features that will be a bit slower on a server running 1.4.  Remember you are probably running same 'dated' hosting you started with in 1.4  days.

Link to comment
Share on other sites

Muchas gracias El Patron  :)

 

We have already updated the perfomance parameters :

 

enabled the cache, CCC (all option), a CDN server and memcached. and it still pretty slow. we are trying to tweak our mysql parameters too

 

it seems that our theme (transformer) is consuming a lot of ressources, we also have most of the statisitics module activated.

 

We are also looking on how to upgrade/change our hosting server

 

Let me know if you have any other idea

 

thanks again

 

Quentin

  • Like 1
Link to comment
Share on other sites

Dear all,

 

I applied the following patch from : https://www.prestashop.com/forums/topic/466047-1611-backoffice-terribly-slow-on-clean-installation/?p=2132877

 

and it's a lot faster now...

 

Have a great day

 

Quentin

 

I have solved this issue with this

 

../config/smarty.config.inc.php

 

and change SmartyCustom into Smarty suddenly I get cache files again and all feels a lot faster;

 

global $smarty;
$smarty = new Smarty();
$smarty->setCompileDir(_PS_CACHE_DIR_.'smarty/compile');
$smarty->setCacheDir(_PS_CACHE_DIR_.'smarty/cache');

 

Edited by qdubois (see edit history)
  • Like 2
Link to comment
Share on other sites

×
×
  • Create New...