MARK-APP.com Posted October 9, 2014 Share Posted October 9, 2014 Hi All,I'm upgrading a prestashop from 1.5.4.1 to 1.6.0.9. The problem is that the webshop has many categories (2500) and i think that is causing problems with some modules.I use caching but it keeps slow also in the admin area. I already modified the module Blocktopmenu to get al the categories wit 1 query instead of 2500 queries in the Blocktopmenu module. Every category this module does 1 query. So that's nice with a big category table.But with this problem intercept the webshop is still slow. I think that the webshop generates something that causes the delay for the page load but i don't know how the debug or find this problem. We already have an own virtual server (2 Intel Xeon, 4.096 MB ) for hosting. Any suggestions or people with the same problems? Link to comment Share on other sites More sharing options...
El Patron Posted October 9, 2014 Share Posted October 9, 2014 open config/defines.inc.php, change this to true define('_PS_DEBUG_PROFILING_', false); collect each slow page info (scroll down). turn off profiling, as all visitors front/back will execute this. Link to comment Share on other sites More sharing options...
MARK-APP.com Posted October 9, 2014 Author Share Posted October 9, 2014 I get this information. Load time: 1741 msYou'd better run your shop on a toaster Execution Load time (ms) config 139 constructor 0 init 222 checkAccess 0 setMedia 20 postProcess 0 initHeader 15 initContent 964 initFooter 20 display 360 Link to comment Share on other sites More sharing options...
Recommended Posts