BigfootSRL Posted September 27, 2013 Share Posted September 27, 2013 Hi, i have a problem with my store ( www.big-foot.it ) in the BO. This is a small web store with 500 product on a shared host (aruba). When I try to save a product it takes from 30 to 50 sec to save it. The performance is decreased from the update of prestashop ( ver 1.5.5.0 ) I already tried to set the variable, define('_PS_MODE_DEV_', false); to true but no message shows. This is the load time of the catalog page Tempo di caricamento:5.608s Then it seem that the problem is on the save of the page 1 Link to comment Share on other sites More sharing options...
tomerg3 Posted September 27, 2013 Share Posted September 27, 2013 Set _PS_DEBUG_PROFILING_ (same place) to true. This will print out at the bottom of the page a full breakdown of what took how long, and hopefully help you pinpoint the issue. 1 Link to comment Share on other sites More sharing options...
BigfootSRL Posted September 27, 2013 Author Share Posted September 27, 2013 Tomerg3, thanks a lot for your help. The information is displayed on the bottom of the page. I have resolved the issue disabling the cache on File system (Advanced option -> Performance, at the end of the page) now the page save in 3/4 sec. and also the frontend is much faster. 1 1 Link to comment Share on other sites More sharing options...
phll Posted September 30, 2013 Share Posted September 30, 2013 Hi there ! Tip for the community ! I had the same issue as you. All the website (front and back) was good, except the admin product page.30-40s to wait only for saving or adding a product.I tried everything (SQL side, disabling modules, caches.....) for hours !And then, I found the button "disable Apache mod_security module" (prefs/ SEO&URLs). I disabled it and HOURA !I don't understand why and what it is exactly but know it's speed ! (2-3 sec).I'm so happy I wanted to share ;-)Cheers ! 6 1 Link to comment Share on other sites More sharing options...
Amy Posted October 13, 2013 Share Posted October 13, 2013 Thank phll! I was having the same problem and your solution worked for me! 1 Link to comment Share on other sites More sharing options...
phll Posted October 15, 2013 Share Posted October 15, 2013 I'm happy it helped you ! Link to comment Share on other sites More sharing options...
fraggertje Posted December 17, 2013 Share Posted December 17, 2013 The strangest thing is that the shop was getting slow again after changing the Apache Security Mod setting so I changed it back and voila, shop is fast again... Very strange behaviour that you can just flip a switch in no matter what direction and still have the effect of gaining up to 10 seconds save-time... Link to comment Share on other sites More sharing options...
mr_smiley Posted May 28, 2014 Share Posted May 28, 2014 Hello. In my shop are 60 000 products and saving is very slow. But all other a good. I don't have apache, i use nginx + fastcgi. Can anybody help me with this? I can pay =) Sorry for my english. =) Link to comment Share on other sites More sharing options...
mikewra Posted November 18, 2014 Share Posted November 18, 2014 A combination of the above suggestions helped me. I bought the module from El Patron and that worked to speed everything up except saving a product. Then I followed this advice Tomerg3, thanks a lot for your help. The information is displayed on the bottom of the page. I have resolved the issue disabling the cache on File system (Advanced option -> Performance, at the end of the page) now the page save in 3/4 sec. and also the frontend is much faster. Then I did this: Hi there ! Tip for the community ! I had the same issue as you. All the website (front and back) was good, except the admin product page.30-40s to wait only for saving or adding a product.I tried everything (SQL side, disabling modules, caches.....) for hours !And then, I found the button "disable Apache mod_security module" (prefs/ SEO&URLs). I disabled it and HOURA !I don't understand why and what it is exactly but know it's speed ! (2-3 sec).I'm so happy I wanted to share ;-)Cheers ! Now, all is well and the pages as well as the back office are very fast. Link to comment Share on other sites More sharing options...
ilovekutchi.com Posted April 22, 2015 Share Posted April 22, 2015 the "disable Apache mod_security module" trick also worked for me, but I'm afraid it's making my shop less secure... :s Link to comment Share on other sites More sharing options...
phll Posted April 22, 2015 Share Posted April 22, 2015 Hi ilovekutchi.com, yeah indeed it seems less secure. But after almost 2 years, I have noticed absolutely no problem with this trick. Actually I'm wondering if the Apache Mod_Security module is really disabled on the server, or if it's just the prestashop Mod_Security "interface" who had a bug.. BTW, are you using the last 1.6 version? Link to comment Share on other sites More sharing options...
ilovekutchi.com Posted April 22, 2015 Share Posted April 22, 2015 Thanks for your answer. I'm using 1.5.6 There's something that puzzles me: only in the last few months I've started to notice this lentitude to update products or cms pages. Before it was not as slow, so I don't understand how a simple switch can affect this... Link to comment Share on other sites More sharing options...
Sickboards Posted August 20, 2015 Share Posted August 20, 2015 I am running 1.6.1.0 Unfortunately neither of the 'tricks' worked. I am open to any other suggestion. 1 Link to comment Share on other sites More sharing options...
janoo Posted October 12, 2015 Share Posted October 12, 2015 I am running 1.6.1.0 Unfortunately neither of the 'tricks' worked. I am open to any other suggestion. Try this: https://github.com/PrestaShop/PrestaShop/pull/3854/files from: http://forge.prestashop.com/browse/PSCSX-6601 where you can find lot of "tips" 1 Link to comment Share on other sites More sharing options...
tomekmo Posted December 12, 2015 Share Posted December 12, 2015 For me works well after replacing an older version of a file js / admin / products.js Link to comment Share on other sites More sharing options...
Recommended Posts