Jump to content

Speeding up the backend


Recommended Posts

some have found issue with permissions to .xml files

make sure following folders files have write permission (typicall 755 foldere 644 files)

 

08.19.2014-07.36.png
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.

  • Like 1
Link to comment
Share on other sites

some have found issue with permissions to .xml files

make sure following folders files have write permission (typicall 755 foldere 644 files)

 

08.19.2014-07.36.png

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

×
×
  • Create New...