romanturbo Posted January 31, 2017 Share Posted January 31, 2017 After optimizing my site im checking the pagespeed. And those are my results Google Page speed insights: 86/100 http://www.bytecheck.com/ : 0.625 webpagetest.org : http://www.webpagetest.org/result/170131_DV_X89/ (7.7s) keycdn sitespeed: https://tools.keycdn.com/speed?h=5890a0a6d13386c7328b4572 (3.1s) gtmetrix: it gives me the worst result, and i consider that this loading time is awful https://gtmetrix.com/reports/www.estetic4you.com/ktUky0pf changes from 5-8s https://tools.pingdom.com/ : average 2.5s My servers is hosted in france by ovh. A shared webhost, 1 vCore (no ghz info) and 2gb Ram. I have considered upgrading to 3vCores 6gb ram or even 4vCores 8gb Ram, however i dont know if it will make a good result. My customers are located in spain. Link to comment Share on other sites More sharing options...
romanturbo Posted January 31, 2017 Author Share Posted January 31, 2017 now i have even better results with gtmetrix https://gtmetrix.com/reports/www.estetic4you.com/39rh5ucX however, the load page is still very slow Why does onload takes so much? 7.19s (onload: 9.22s) Link to comment Share on other sites More sharing options...
Norwegian Rat Posted January 31, 2017 Share Posted January 31, 2017 (edited) What PS version are you running? PHP version? Check if you can change your PHP to 7.0+ with your host. This will speed up your site A LOT! (plus enable all optimization features in PS-BO. And remember: It is wise to backup your store before going on the optimization adventure ) Edited January 31, 2017 by Norwegian Rat (see edit history) 1 Link to comment Share on other sites More sharing options...
romanturbo Posted January 31, 2017 Author Share Posted January 31, 2017 What PS version are you running? PHP version? Check if you can change your PHP to 7.0+ with your host. This will speed up your site A LOT! (plus enable all optimization features in PS-BO. And remember: It is wise to backup your store before going on the optimization adventure ) actually i have 5.6 , im gonna try the update Link to comment Share on other sites More sharing options...
Norwegian Rat Posted January 31, 2017 Share Posted January 31, 2017 My guess is you will see a reduction of 2-3 sec at gtmetrix. You did not mention what PS version you're running, but if you're running 1.6.1.10 you must use 7.0, since 7.1 fails. 1.6.1.11 do run under 7.1, but got some issues with the stats in the BO. (spinning icons) 1 Link to comment Share on other sites More sharing options...
romanturbo Posted January 31, 2017 Author Share Posted January 31, 2017 (edited) My guess is you will see a reduction of 2-3 sec at gtmetrix. You did not mention what PS version you're running, but if you're running 1.6.1.10 you must use 7.0, since 7.1 fails. 1.6.1.11 do run under 7.1, but got some issues with the stats in the BO. (spinning icons) Im using 1.6.10 . Gonna try updating, however I must admit im a bit scared , gonna do backups of everything Well: I updated, just have a minor issue with paypal, and now the results seems to be a bit better. Every improvement is good for SEO, so im glad you helped me, thank you. https://gtmetrix.com/reports/www.estetic4you.com/wK65EWDi Edited January 31, 2017 by romanturbo (see edit history) Link to comment Share on other sites More sharing options...
Norwegian Rat Posted February 1, 2017 Share Posted February 1, 2017 Glad you did see some changes Regarding the PayPal issue I would recomend adding Stripe to your payment solutions. This module is free and it's one of the best modules I have ever worked with. Best move we ever did for our store https://www.prestashop.com/forums/topic/531929-free-modulepayments-stripe/ Link to comment Share on other sites More sharing options...
JeredBolton Posted February 1, 2017 Share Posted February 1, 2017 If you want to see where the system is bottlenecking switch on debug profiling - only do this in maintenance mode or in pre-production as it dumps a lot of information onto each page in the shop and back office. To do this set _PS_DEBUG_PROFILING_ to true in config/defines.inc.php We found a bottleneck, which once resolved took the page load from around 5 seconds to under 1 second. 2 Link to comment Share on other sites More sharing options...
romanturbo Posted February 1, 2017 Author Share Posted February 1, 2017 If you want to see where the system is bottlenecking switch on debug profiling - only do this in maintenance mode or in pre-production as it dumps a lot of information onto each page in the shop and back office. To do this set _PS_DEBUG_PROFILING_ to true in config/defines.inc.php We found a bottleneck, which once resolved took the page load from around 5 seconds to under 1 second. First of all I must say im very happy with the php 7.0 update, its totally worth, now the backoffice is faster, and the pageload has improved. However I tried debugging yesterday, I set up everything buy I dont know where to see the results or the data dump Link to comment Share on other sites More sharing options...
JeredBolton Posted February 1, 2017 Share Posted February 1, 2017 If you've set _PS_DEBUG_PROFILING_ to true in config/defines.inc.php reload any page and then scroll down and you'll see all the output from the system profiler - you can't miss is there's a lot of it. At the start of the output is a summary table which gives indicators of where to start looking. If you don't see any output, clear your cache, force re-compile in the back office etc., all the usual steps and you should see the output. 1 Link to comment Share on other sites More sharing options...
romanturbo Posted February 1, 2017 Author Share Posted February 1, 2017 If you've set _PS_DEBUG_PROFILING_ to true in config/defines.inc.php reload any page and then scroll down and you'll see all the output from the system profiler - you can't miss is there's a lot of it. At the start of the output is a summary table which gives indicators of where to start looking. If you don't see any output, clear your cache, force re-compile in the back office etc., all the usual steps and you should see the output. yeah it works now, thank you, I will take a look later Link to comment Share on other sites More sharing options...
Norwegian Rat Posted February 1, 2017 Share Posted February 1, 2017 What bottleneck did you find, JeredBolton? And how did you fix it? Under one second sounds insane! Our page used around 5 seconds before the PHP upgrade. Now it's about 3.5 Link to comment Share on other sites More sharing options...
JeredBolton Posted February 1, 2017 Share Posted February 1, 2017 A completey unnecessary "core" module (or at least one that's installed by default when you do a fresh install). Uninstalled it and Whoosh! The site flies. Link to comment Share on other sites More sharing options...
Norwegian Rat Posted February 1, 2017 Share Posted February 1, 2017 Ah! I know some of the modules installed by default are pretty hungry, yes. Do you remember what module it was? Think i've managed to get rid of most of the moduels I don't need, though. Link to comment Share on other sites More sharing options...
JeredBolton Posted February 1, 2017 Share Posted February 1, 2017 Merchant Expertise. Link to comment Share on other sites More sharing options...
romanturbo Posted February 1, 2017 Author Share Posted February 1, 2017 well i have a theme module, to customize the colours basically and it takes 1298ms to load. And hookdisplayheader takes 1302 ms to load, those are the problems i think, I will have a look, if theres anyway to fix it Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now