JING Posted May 30, 2014 Share Posted May 30, 2014 Hi, It takes almost 4s to add some goods into the cart. Can someone please let me know how to speed up it? Thanks. Link to comment Share on other sites More sharing options...
El Patron Posted May 30, 2014 Share Posted May 30, 2014 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 More sharing options...
El Patron Posted May 30, 2014 Share Posted May 30, 2014 also if you post your front office url (you can delete it later) community can look for shop performance issues. Link to comment Share on other sites More sharing options...
JING Posted May 30, 2014 Author Share Posted May 30, 2014 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 More sharing options...
El Patron Posted May 30, 2014 Share Posted May 30, 2014 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 More sharing options...
Dh42 Posted May 30, 2014 Share Posted May 30, 2014 You can do it this way and have it turned on just for you, http://blog.dh42.com/discrete-prestashop-debugging/ 1 Link to comment Share on other sites More sharing options...
Recommended Posts