Author |
Topic  |
|
motonet
VP-CART New User

Spain
79 Posts |
Posted - August 11 2015 : 14:19:20
|
Hi! I´m running 8.00.9 Deluxe, I´m testing web performance trying to improve the efficiency and customer experience in the website
The results for google insights are 63/100 for Mobile and 80/100 for Desktop
I´m making test witho other two tools: http://www.webpagetest.org -> https://gtmetrix.com ---> 95 - 71 3.8 secs load Time
I´ve opend a free account to test, at keycdn.com A Content Delivery Network from where I´m serving the scripts, css, and some images.
Do yo have experience on this and any suggestion on the way to speed up ours websites?
Saludos Diego
|
|
AleChe91
VP-CART New User

Italy
128 Posts |
Posted - August 18 2015 : 02:17:39
|
To speed up your website first of all you have to reduce the content and compress all images
More text and less weight content it''s better for customers and google
After that there are some things to do in your server setting.. I can''t reduce the server response time above 1,2 ... google suggests 0.5 maximun
good luck
Alessandro
Stock Elettrico S.r.l. |
 |
|
diegomilito
VP-CART Expert
  
Argentina
779 Posts |
Posted - August 25 2015 : 04:21:00
|
motonet, ur result look good for me. i run google insight and showing 58/100 for desktop as i have some bigger images product near mostly on homepage. i think images size really do matter. diego. |
 |
|
serjtankian
VP-CART Super User
 
Armenia
378 Posts |
Posted - August 25 2015 : 15:15:19
|
i add some script with my web.config and it makes my google pagespeed result increases
*serj* |
 |
|
diegomilito
VP-CART Expert
  
Argentina
779 Posts |
Posted - August 26 2015 : 05:29:56
|
serjtankian, what did u add to config file ?? want to share me ? diego |
 |
|
serjtankian
VP-CART Super User
 
Armenia
378 Posts |
Posted - September 09 2015 : 19:13:01
|
there''s some of works need to be done to increase pagespeed insight score, by adding the following image header expiration, will increase your score:
<?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <staticContent> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> </staticContent> </system.webServer> </configuration>
however, in my opinion, pagespeed insight is not an indicator that the store have a good SEO or not, the point is content, originality, how you maintain inpage SEO, and also popularity, good backlink can bring good traffic.
large traffic not always good, but good and targeted traffic, will bring you leads and conversions
*serj* |
 |
|
|
Topic  |
|