AndersHelbo Posted August 19, 2014 Share Posted August 19, 2014 Hi Does someone know a good way to speed up processes in the Prestashop backend like when saving new products and so on? Link to comment Share on other sites More sharing options...
El Patron Posted August 19, 2014 Share Posted August 19, 2014 some have found issue with permissions to .xml files make sure following folders files have write permission (typicall 755 foldere 644 files) http://screencast.com/t/v3pIYoued also you can turn on ps profiling config/defines.inc.php define('_PS_DEBUG_PROFILING_', false);set to true then visit back office and collect the profiling information, turn off when done (false) once you have made sure that there is no issue then you can take look at module BoZoom. 1 Link to comment Share on other sites More sharing options...
JoelWebsites Posted August 19, 2014 Share Posted August 19, 2014 Yes take a look at the below topic http://www.inmotionhosting.com/support/edu/prestashop-15/increase-store-performance Link to comment Share on other sites More sharing options...
El Patron Posted August 19, 2014 Share Posted August 19, 2014 Yes take a look at the below topic http://www.inmotionhosting.com/support/edu/prestashop-15/increase-store-performance these have no affect on back office but thanks for your input. Link to comment Share on other sites More sharing options...
AndersHelbo Posted August 19, 2014 Author Share Posted August 19, 2014 some have found issue with permissions to .xml files make sure following folders files have write permission (typicall 755 foldere 644 files) http://screencast.com/t/v3pIYoued also you can turn on ps profiling config/defines.inc.php define('_PS_DEBUG_PROFILING_', false); set to true then visit back office and collect the profiling information, turn off when done (false) once you have made sure that there is no issue then you can take look at module BoZoom. What does PS_DEBUG_PROFILING do anyway? It already seems a bit faster... Thanks. Link to comment Share on other sites More sharing options...
El Patron Posted August 19, 2014 Share Posted August 19, 2014 What does PS_DEBUG_PROFILING do anyway? It already seems a bit faster... Thanks. learn more here http://dh42.com/blog/prestashop-debug-profiling/ 1 Link to comment Share on other sites More sharing options...
Recommended Posts