Improving Your Google PageSpeed Score

You’d think with 94% of Americans having the option of Broadband Internet that things like site loading and page speed wouldn’t be that important. But given that 24% of all Internet traffic comes from Mobile, how long it takes your site to load is still a big factor of user satisfaction (and Google rankings).

Here’s how I improved my Google PageSpeed score by 40 points in 5 minutes.

1. Check your PageSpeed score

First, check your score by going to http://developers.google.com/speed/pagespeed/insights/

2. Make 2 tweaks to your .htaccess file

Add the following to your .htaccess file (assuming you are on an Apache server such as Dreamhost):

[html]

# Enable Caching for Speed

ExpiresActive On
ExpiresByType text/html M3600
ExpiresByType text/css M3600
ExpiresByType application/x-javascript M3600
ExpiresByType image/bmp M3600
ExpiresByType image/gif M3600
ExpiresByType image/x-icon M3600
ExpiresByType image/jpeg M3600

[/html]

3. Install W3 Total Cache

Install W3 Total Cache and enable the following options: Page, Minify, Database, Object, and Browser, and then hit Save All Settings.

4. Check your PageSpeed score again

Submit your site again and see your improvements. You can also read the other tips provided by Google on how to make your site even faster.

And just like that, you’ve increased your PageSpeed score.

RESOURCES:

follow (an)drew...

drew tarvin

Andrew Tarvin is the world’s first Humor Engineer teaching people how to get better results while having more fun. He has worked with thousands of people at 250+ organizations, including P&G, GE, and Microsoft. He is a best-selling author, has been featured in The Wall Street Journal, Forbes, and TEDx, and has delivered programs in 50 states, 20+ countries, and 6 continents. He loves the color orange and is obsessed with chocolate.

1 thought on “Improving Your Google PageSpeed Score”

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top