Jump to content

Page Load time Issues (Sometimes fast and sometimes slow)


romanturbo

Recommended Posts

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

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 by Norwegian Rat (see edit history)
  • Like 1
Link to comment
Share on other sites

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

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 by romanturbo (see edit history)
Link to comment
Share on other sites

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.

  • Like 2
Link to comment
Share on other sites

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

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.

  • Like 1
Link to comment
Share on other sites

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...