taniacr Posted July 4, 2014 Share Posted July 4, 2014 Hi! I'm running version 1.6.0.6 and lately i've noticed that it takes at least 20s to load each backoffice page.. at least!! I've turned debug profiling on and here's what i've got: Load time: 16.67sYou'd better run your shop on a toaster config: 89ms constructor: 0ms init: 31ms checkAccess: 0ms setMedia: 14ms postProcess: 0ms initHeader: 7ms initContent: 16.045s initFooter: 0ms display: 485ms Hook processing: 24ms / 3.39 Mb6 methods called in 6 modules displayBackOfficeHeader: 18ms / 2.41 Mb actionAdminControllerSetMedia: 5ms / 0.97 Mb moduleRoutes: 0ms / 0 Mb displayAdminListAfter: 0ms / 0 Mb actionAdminProductsOptionsModifier: 0ms / 0 Mb displayBackOfficeFooter: 0ms / 0 Mb actionAdminProductsListingFieldsModifier: 0ms / 0 Mb displayAdminListBefore: 0ms / 0 Mb displayBackOfficeTop: 0ms / 0 Mb displayAdminProductsListAfter: 0ms / 0 Mb actionAdminProductsListingResultsModifier: 0ms / 0 Mb actionDispatcher: 0ms / 0 Mb displayAdminProductsListBefore: 0ms / 0 Mb Memory peak usage: 35.4 Mb config: 15.08 Mb (17.8 Mb) constructor: 0 Mb (17.8 Mb) init: 4.26 Mb (19.5 Mb) checkAccess: 0 Mb (19.5 Mb) setMedia: 0.98 Mb (20.6 Mb) postProcess: 0 Mb (20.6 Mb) initHeader: 0.54 Mb (21 Mb) initContent: 13.37 Mb (34.5 Mb) initFooter: 0.01 Mb (34.5 Mb) display: 0.81 Mb (35.4 Mb) 0.503 ms SELECT c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop FROM `psm_configuration` c LEFT JOIN `psm_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)in /classes/Configuration.php:118410 rows browsed Can anyone help me interpret these results? Thank you! Link to comment Share on other sites More sharing options...
El Patron Posted July 4, 2014 Share Posted July 4, 2014 here are some links to forum posts that might help you sort this out. check that the folder config/xml is 755 (writeable) and files 644 http://www.prestashop.com/forums/topic/327657-solved-back-office-slow/?p=1668785 some other related posts you can check http://www.prestashop.com/forums/topic/284219-solved-backoffice-very-slow/?p=1435602 http://www.prestashop.com/forums/topic/284219-solved-backoffice-very-slow/?p=1693110 Link to comment Share on other sites More sharing options...
taniacr Posted July 4, 2014 Author Share Posted July 4, 2014 Hi El Patron Thank you!! The folder and file permissions were ok. Then asked my host provider to add the 91.240.109.0/24 IP range to the server firewall and now the backoffice works like a charm! Gracias 1 Link to comment Share on other sites More sharing options...
El Patron Posted July 4, 2014 Share Posted July 4, 2014 Hi El Patron Thank you!! The folder and file permissions were ok. Then asked my host provider to add the 91.240.109.0/24 IP range to the server firewall and now the backoffice works like a charm! Gracias con mucho gusto! 1 Link to comment Share on other sites More sharing options...
Recommended Posts