gperchenko Posted May 2, 2014 Share Posted May 2, 2014 I am new to PrestaShop. But I decided to try it out for my client. I did a fresh install on a freshly build Debian server at Rackspace. My client likes the setup but the Back Office responds very very slow! It take about 5 seconds to switch between pages. I tried a demo and it acts much faster then my setup. I looking for any advise how to speed the server response. Server is with 2 gig of ram and local db install nothing running on a server so far. Thank you. Link to comment Share on other sites More sharing options...
NemoPS Posted May 2, 2014 Share Posted May 2, 2014 Can you try out something else on the server to see if that's the main issue? Say, wordpress, or opencart Link to comment Share on other sites More sharing options...
gperchenko Posted May 2, 2014 Author Share Posted May 2, 2014 I can definitly try that. But something tells me that server is not an issue here. In fact, I can tell that front Office responds just fine, its a back office that has an issue of some sort. But I will setup a wordpress just to test. Link to comment Share on other sites More sharing options...
El Patron Posted May 2, 2014 Share Posted May 2, 2014 odd thing, on firefox my back offices are slooooooow. on chrome it is not.... Link to comment Share on other sites More sharing options...
gperchenko Posted May 2, 2014 Author Share Posted May 2, 2014 I tried both Firefox and Chrome. Do not see much difference. And, like I said, last night I login to demo account hosted here, and its like a night and day. Demo account here much much faster.I think some php setting needs to be adjusted or something Link to comment Share on other sites More sharing options...
El Patron Posted May 2, 2014 Share Posted May 2, 2014 what you can do to help find bottleneck is run profiling (note when turned on it executes for any front/back office visitor) config/defines.inc.php define('_PS_DEBUG_PROFILING_', false); to define('_PS_DEBUG_PROFILING_', true); Link to comment Share on other sites More sharing options...
gperchenko Posted May 12, 2014 Author Share Posted May 12, 2014 Just want to thank for your help. Enabling debug exposed the issue right away. It was a simple file protection issue on xml folder inside of config folder. Now back office runs much much nicer 1 Link to comment Share on other sites More sharing options...
El Patron Posted May 12, 2014 Share Posted May 12, 2014 Just want to thank for your help. Enabling debug exposed the issue right away. It was a simple file protection issue on xml folder inside of config folder. Now back office runs much much nicer That great news, one thing to keep in mind whenever you turn on profiling or debug modes. This affects 'all' visitors. ave maria pues...jajajaja happy prestashopping Link to comment Share on other sites More sharing options...
gperchenko Posted May 12, 2014 Author Share Posted May 12, 2014 There are no users at this point. We still in a setup stage, loading test content, theaming, hooking up to payment gateways. It will be a while till first clients will hit the store. Main problem is that the clients still not quite sure how he wants it to be setup as he never had online store before. Link to comment Share on other sites More sharing options...
El Patron Posted May 16, 2014 Share Posted May 16, 2014 There are no users at this point. We still in a setup stage, loading test content, theaming, hooking up to payment gateways. It will be a while till first clients will hit the store. Main problem is that the clients still not quite sure how he wants it to be setup as he never had online store before. For those back offices with the need for speed, this module fixes it. Please take a look at [Module] BoZoom PrestaShop Back Office Performance for 1.5 | 1.6 this module 'will' significantly speed up your back off pages Link to comment Share on other sites More sharing options...
jopabe Posted May 17, 2014 Share Posted May 17, 2014 Hi, El Patron! After setting debug on, where can I see the results? Cheers! Link to comment Share on other sites More sharing options...
indus Posted May 17, 2014 Share Posted May 17, 2014 Just scroll down the page and you will see a whole lot of debug information. Mind boggling ! 1 Link to comment Share on other sites More sharing options...
jopabe Posted May 17, 2014 Share Posted May 17, 2014 Thank you, indus :-) 1 Link to comment Share on other sites More sharing options...
indus Posted May 17, 2014 Share Posted May 17, 2014 Make sure your store is offline though, this info also shows on every single page including the front office. 1 Link to comment Share on other sites More sharing options...
jopabe Posted May 17, 2014 Share Posted May 17, 2014 Yes, I noticed. I already turned it off, after having a report. Not very good.... it recommends me: You'd better run your shop on a toaster Maybe I will try to find a good toaster ;-) Link to comment Share on other sites More sharing options...
El Patron Posted May 17, 2014 Share Posted May 17, 2014 Just scroll down the page and you will see a whole lot of debug information. Mind boggling ! woot woot...loads of stuff (note: i have new module coming soon that will allow you to turn on profiling but limit it to the IP you are testing from so visitors will not see this information, which is 'very' bad. ) Link to comment Share on other sites More sharing options...
jopabe Posted May 17, 2014 Share Posted May 17, 2014 That's a great idea! 1 Link to comment Share on other sites More sharing options...
El Patron Posted May 17, 2014 Share Posted May 17, 2014 That's a great idea! and if you really want your back office to go zoom zoom Please take a look at [Module] BoZoom PrestaShop Back Office Performance for 1.5 | 1.6 this module 'will' significantly speed up your back off pages check out the demo back office, see product desc for link etc. blip blip 2 Link to comment Share on other sites More sharing options...
nexgenappliances Posted May 20, 2014 Share Posted May 20, 2014 dramatic improvement! Thanks El Patron 1 Link to comment Share on other sites More sharing options...
El Patron Posted May 21, 2014 Share Posted May 21, 2014 and if you really want your back office to go zoom zoom http://www.etiendas.co/en/55-prestashop-back-office-performance.html check out the demo back office, see product desc for link etc. blip blip dramatic improvement! Thanks El Patron thanks exgenapplicances, we were hoping to see these results outside of our own shops!...I use a 'lot' of different back offices and needed to put some giddy up as I spent to much time waiting for back office pages to load. zoom zoom and for anyone running 1.5 check out my JavaPro module, it significantly reduces front office page render. Link to comment Share on other sites More sharing options...
NemoPS Posted May 21, 2014 Share Posted May 21, 2014 I can plug for El's module, tested it out. It works just great! 1 Link to comment Share on other sites More sharing options...
CodeTech Posted August 8, 2014 Share Posted August 8, 2014 Let me expand on the OP's solution, since it isn't clear what was required. The default PrestaShop installation walked me through several chown commands to ensure that various folders were accessible by the web server user (on Debian, that's www-data). The installation, however, FAILED to inform me that I also needed to chown /config/xml - taking ownership of that allowed the script to write things that changed page load times from 10 seconds each to milliseconds. This really should be fixed in the installation script. I was literally seconds away from turfing the entire platform due to every single tiny change taking 10 seconds to perform. Link to comment Share on other sites More sharing options...
jlisman Posted October 10, 2014 Share Posted October 10, 2014 What did you change the ownership to? Link to comment Share on other sites More sharing options...
CodeTech Posted October 11, 2014 Share Posted October 11, 2014 What did you change the ownership to? My post made that very clear. Link to comment Share on other sites More sharing options...
criacaosites Posted January 30, 2015 Share Posted January 30, 2015 Hi i purchase your module but i not lot difference Link to comment Share on other sites More sharing options...
criacaosites Posted January 30, 2015 Share Posted January 30, 2015 thanks exgenapplicances, we were hoping to see these results outside of our own shops!...I use a 'lot' of different back offices and needed to put some giddy up as I spent to much time waiting for back office pages to load. zoom zoom and for anyone running 1.5 check out my JavaPro module, it significantly reduces front office page render. El Patron i purchase this module and i don't note difference: <iframe width="420" height="315" src="https://www.youtube.com/embed/83IPsaVJAlE" frameborder="0" allowfullscreen></iframe> Link to comment Share on other sites More sharing options...
El Patron Posted January 30, 2015 Share Posted January 30, 2015 Hi i purchase your module but i not lot difference did you move javascript bottom using the demos supplied in products demo|forum tab? And you enabled CCC for .css and CCC for bottom loaded .js? Smarty cache is enable? Link to comment Share on other sites More sharing options...
criacaosites Posted January 30, 2015 Share Posted January 30, 2015 Yes. Performance: http://awesomescreenshot.com/0474axes90 Module BoZoom http://awesomescreenshot.com/0a04axf3ea http://awesomescreenshot.com/00b4axfa4a http://awesomescreenshot.com/0284axfrbc My website is hosted on cloudways/digital ocean my server config ishttp://awesomescreenshot.com/0444axh37c Link to comment Share on other sites More sharing options...
El Patron Posted January 30, 2015 Share Posted January 30, 2015 Yes. Performance: http://awesomescreenshot.com/0474axes90 Module BoZoom http://awesomescreenshot.com/0a04axf3ea http://awesomescreenshot.com/00b4axfa4a http://awesomescreenshot.com/0284axfrbc My website is hosted on cloudways/digital ocean my server config is http://awesomescreenshot.com/0444axh37c in this screen shot you have yet to move 'any' javascript to the bottom. So for now you only have benefit of CCC of .css. http://awesomescreenshot.com/0a04axf3ea Please review the built in instructions, see tab BoZoom Profiling Guide on how to manage top/bottom javascript loading. also see example shop http://demoboperf16.etiendas.co/ login [email protected] pwd demodemo here you will see how I profiled a 1.6 shop. Note: since installed on demo more javascript has been discovered by module, so I will need to go profile more. Link to comment Share on other sites More sharing options...
criacaosites Posted January 30, 2015 Share Posted January 30, 2015 in this screen shot you have yet to move 'any' javascript to the bottom. So for now you only have benefit of CCC of .css. http://awesomescreenshot.com/0a04axf3ea Please review the built in instructions, see tab BoZoom Profiling Guide on how to manage top/bottom javascript loading. also see example shop http://demoboperf16.etiendas.co/ login [email protected] pwd demodemo here you will see how I profiled a 1.6 shop. Note: since installed on demo more javascript has been discovered by module, so I will need to go profile more. Solve my problem! Tank you El Patron. I note that some pages still slow to load, in case i get the code font of page (CTRL + U) to find the JS and move to down right? I would like to invite you to make follow us on Brazil on Prestashop Group in https://www.facebook.com/groups/prestashopbrasil/ 1 Link to comment Share on other sites More sharing options...
criacaosites Posted January 30, 2015 Share Posted January 30, 2015 I can move all JS to the button? Link to comment Share on other sites More sharing options...
El Patron Posted January 30, 2015 Share Posted January 30, 2015 I can move all JS to the button? No, that would not work. Follow the demo shop I posted earlier. Link to comment Share on other sites More sharing options...
Recommended Posts