My Website is Too Slow!
-
Hi. I am using 3 speed test sites: gtmetrix.com, SpeedPage Tools by Google, and Pingdom. They all show different result and I am puzzled as to why and how to get my site, especially the main/home page to load faster.
I was recommended to download the following 3 plugins to speed up my site.
Leverage Browser Caching by Rinku Yadav
WP Fastest Cache by Emre Vona
AMP (Accelerated Mobile Pages) by Ahmed Kaludi and Mohammed KaludiHowever in GTmetrix.com my website
PageSpeed Score is 19%
YSlow Score is 60%Enable gzip compression 0/100 score
Defer parsing of JavaScript 0/100 score
Optimize the order of styles and scripts 0/100 score
Leverage browser caching 24/100 score
Minify HTML 58/100 scoreeverything else was fine at 100/100 except for
Minimize redirects 83/100
Inline small CSS 92/100
Remove query strings from static resources 86/100
Specify a Vary: Accept-Encoding header 86/100
and the rest of issues were over 97/100I talked to my webhosting provider Bluehost to see if they could enable gzip compression on my hosting and they said it was already enabled and they went and double checked and it was. I scanned with GTMetrix again and same score again with 0/100 for Enable gzip compression.
Even before I added the plugins it was the same score, so according to GTmetrix those plugins did nothing.
For the Leverage browser caching issue, GTMetrix suggested to add the following code to .htaccess
## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg “access plus 1 year”
ExpiresByType image/jpeg “access plus 1 year”
ExpiresByType image/gif “access plus 1 year”
ExpiresByType image/png “access plus 1 year”
ExpiresByType text/css “access plus 1 month”
ExpiresByType application/pdf “access plus 1 month”
ExpiresByType text/x-javascript “access plus 1 month”
ExpiresByType application/x-shockwave-flash “access plus 1 month”
ExpiresByType image/x-icon “access plus 1 year”
ExpiresDefault “access plus 2 days”
</IfModule>
## EXPIRES CACHING ##I tried this and still GTMetrix gave only gave me a 24/100 score.
However in Google PageSpeed Insights
https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fwww.weareinterconnected.com%2F&tab=desktop
I got a different result.Desktop score – 84/100 (before use of plugins 81/100)
Mobile Score – 68/100 (before use of plugins 66/100)
page load of about 8 sec. (before and after implementing the plugins)Optimization Suggestions for Google PageSpeed Insights
Eliminate render-blocking JavaScript and CSS in above-the-fold content
Reduce server response time
Optimize images
Leverage browser caching
Minify CSS
Minify HTML
Enable compressionI have the 2 plugins Leverage Browser Caching and WP Fastest Cache, as I mentioned before, which should have fixed all or most of the errors. But no they did not.
SO not much higher either on Google PageSpeed Insights
The last site I used to test out the speed of my site was Pingdom at https://tools.pingdom.com/
I got very funny results here.
before I installed plugins I got a score of 88% (after using plugins a score of 90%)
page load time of about 6-7 seconds. Sometimes I would get a page load about a little less then 4 seconds. So this is strange.Pingdom said the issue was Leverage browser caching which was at a score of 33/100. Before installing and activating the previously mentioned plugins I believe it was at 0/100 score.
I contacted SiteLock to enable the CDN for my domain and they did. I found that the CDN seems to make the site a bit faster, but not really to make much of a difference.
When I installed and activated ARP plugin, it did noting to fix the non-responsive website issue for mobile I had. I see the same desktop site on my mobile android phone.
I am so confused with all of this. I have a few questions for all you WordPress web design experts out there.
1. How to overall speed up my website so that the load time goes down? According to Google it is loading about 8 sec. and they said I could get it down to 5 sec.
2. Why does it seem like the 3 plugins I installed recently do absolutely nothing to speed up my site or create a responsive site for mobile devices?
3. I thought AMP (Accelerated Mobile Pages) was supposed to be standard and best way to create a mobile/responsive sites? It seems it does nothing for me. I think I read somewhere even Google recommends using Accelerated Mobile Pages.
I would appreciate any help to get my site to load faster and for the site to be responsive on all mobile devices. Thank you.
Update 10:12 pm May 2, 2018
Now Google PageSpeed Insights
give me this rating
Mobile – 66/100
Desktop – 89/100 (sometimes also giving me 84/100)
with the previous plugins activated.Pingdom says 87/100 score
now the Leverage browser caching score is 68/100.
strange ?????The page I need help with: [log in to see the link]
- The topic ‘My Website is Too Slow!’ is closed to new replies.