Page load is very slow...

64 views
Skip to first unread message

Francesco

unread,
Jul 10, 2015, 1:46:42 PM7/10/15
to pagespeed-ins...@googlegroups.com
Hello, i use wordpress.

My site is opened slowly. And I can not take the PageSpeed test.
Who can help? :(

Thank you.

Tuan Pham Hoang

unread,
Aug 21, 2015, 5:32:25 AM8/21/15
to pagespeed-insights-discuss
Hello,
My site http://www.asiaplusvoyages.com is too slowly, and i don't know why?
Someone can help me?
Thank you in advance.

Vào 00:46:42 UTC+7 Thứ Bảy, ngày 11 tháng 7 năm 2015, Francesco đã viết:

David Berry

unread,
Aug 24, 2015, 11:17:11 PM8/24/15
to pagespeed-insights-discuss
I ran your page through webpagetest.org (another tool) and what occurs to me is that you are transfering an awful lot of small files down to the browser.  It looks like there are a lot of 70x70 images that you are sending down.  Browsers will only download so many files at a time from a single server (usually 6), so it is grabbing 6, then the next 6, then the next 6 and so on, and this is most likely responsible for stretching things out.


You want to use a technique called CSS Sprites to combine these small images into a single file, and then the CSS acts as a 'mask', to show only the part of the bigger image that you want.  This article provides a good intro to what you want to try.


I also notice that you have 10 CSS files.  Again, a lot of small files is bad for performance.  What you want to do is 'bundle' these files together into just a couple of files.  This article provides an introduction (https://varvy.com/pagespeed/combine-external-css.html).  I'm not sure what backend you are using, but a lot of time, there are ways to do this automatically.  The point is that you want to get these down to 2 - 3 files.

That will get you started.  Once you get over those hurdles, it will be easier to see what other items are worth addressing

David Berry

unread,
Aug 24, 2015, 11:24:09 PM8/24/15
to pagespeed-insights-discuss
Hi Tuan,
The main issue with your site seems to be on the server side.  It takes an extremely long time for any response to come back from the server.  I ran your site through webpagetest.org, and you can see the waterfall charts at this link


Notice how long that first bar is. in the chart.  That is the time the browser is waiting for your server to send data back to it.  Over 13 seconds.  It is not a bandwidth issue or because I am probably far away from your server (in the USA), because that response is only 12.4 KB.

So something is going on on your server in creating that page that is taking a very long time.  Not sure if you are doing database queries or some other long operation in that page, but you need to scrutinize that code and figure out what is taking so long.  There are other items that can be improved after that, but getting what is happening on the server fixed is by far the most important thing for you to concentrate on.  

PageSpeed Insights is focused on front end performance issues, things in HTML, JS and your images.  Your problem is a backend issue, somewhere in your PHP code or maybe in a database or service you are talking to.  So get that under control, and then come back and run PageSpeed Insights

Good luck!

Tuan Pham Hoang

unread,
Aug 24, 2015, 11:54:01 PM8/24/15
to pagespeed-ins...@googlegroups.com
Dear David Berry,

Thank you very much for your analysis of our website for us.

We review now our code web and our web server hosting according to your advice and hoping an improvement of the load time server.

Thank you very much.

Hoang Tuan.

-------------------------------------
Pham Hoang Tuan (Mr.)
Conseiller en voyage.
Portable: (0084) 913 502 808
Skype: phamhoangtuan75
----------------------------------------------------------------------------------------------------
ASIA PLUS  
Ad: No 68, Rue Doan Ke Thien, Mai Dich, Cau Giay, Ha Noi, Vietnam  
Tel: (0084) 04. 6282 0258        Fax: (0084) 04. 6282 0259
Courriel: tu...@asiaplusvoyages.com ; in...@asiaplusvoyages.com
Website: www.asiaplusvoyages.com ; www.asiaplus.asia

--
You received this message because you are subscribed to a topic in the Google Groups "pagespeed-insights-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/pagespeed-insights-discuss/3LeyeGuPk3M/unsubscribe.
To unsubscribe from this group and all its topics, send an email to pagespeed-insights-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pagespeed-insights-discuss/e14fca94-6ca9-4d75-9d2e-1b676ccb8090%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages