Jump to content

Recommended Posts

what is your ps version?  this is always good to post.

 

you can turn on native PrestaShop profiling and then recreate to help determine where a slow down can be happening.

 

config/defines.inc.php

 

Make sure to set both to false when done testing:

define('_PS_MODE_DEV_', true);


define('_PS_DEBUG_PROFILING_', true);

Link to comment
Share on other sites

 

what is your ps version?  this is always good to post.

 

you can turn on native PrestaShop profiling and then recreate to help determine where a slow down can be happening.

 

config/defines.inc.php

 

Make sure to set both to false when done testing:

define('_PS_MODE_DEV_', true);


define('_PS_DEBUG_PROFILING_', true);

Thanks. PS 1.5.6.1. Is this working for this version?

Link to comment
Share on other sites

 

 

what is your ps version?  this is always good to post.

 

you can turn on native PrestaShop profiling and then recreate to help determine where a slow down can be happening.

 

config/defines.inc.php

 

Make sure to set both to false when done testing:

define('_PS_MODE_DEV_', true);


define('_PS_DEBUG_PROFILING_', true);

Thanks. PS 1.5.6.1. Is this working for this version?

 

 

yes, this are same settings in 1.5.  Happy profiling, this is a good tool for trouble shooting but remember when turned on it is turned on for 'all' front back office visits.

Link to comment
Share on other sites

×
×
  • Create New...