So, you have a great website.  What does it look like on a smartphone?  Are the links, buttons, switches, widgets, gadgets, and images all easy to click?  Does it take too long to load on a smartphone?  Can you read the text or do you have to pinch-zoom to read the title?

Okay, nevermind all of that.  Just do this: Go to https://www.google.com/webmasters/tools/mobile-friendly/ and enter in your website.

If you pass, go on over to: https://developers.google.com/speed/pagespeed/insights/

RESPONSIVE-HiRES.jpg

No one with a modern site always gets a perfect score.  It just doesn’t happen.  However, you should at least be over 70 and as close to 90 as you can get.  We only rank 40-58 out of a 100 when we turn off all of our caching.  We’re working on that but we have to compromise the ease of updating our software versus speed.  We are working on a way to combine and minify all JavaScript and CSS but at this time it has to be done by hand, then done again after most updates.

First thing: Get a responsive website.

Second: Get caching in place.  We use WP Super Cache and CloudFlare.  For our special websites we also use Varnish.

Third: Try to compile all of your CSS into one minified file and all of your JS into one minified file.  You may need us or another developer.  Another choice is to minify the individual files and use CDN (content distribution networks).  CDN allows you to download from more places than just your website.  A typical browser can only download four things at a time from one URL and most websites have to load quite a few files.  So a CDN makes it to where you can download from cdn1.yourdomain.com, cdn2.yourdomain.com, etc, and the visiting web browser can download four items from each of those places.

A little problem with CDN and SSL – not all CDN have SSL or secure hosting, or can’t allow you to use a subdomain like cdn1.yourdomain.com, you may have to use their special domain for SSL — https://yourdomain.buckets.io.provider.com or the like.  This means you can only have one extra place to download.  Takes some research to see what’s possible.

 

Eric Johnson
Eric Johnson
Co-Owner and founder of Credo Technology Group, LLC, Eric has been working with computers since the mid 80's and enjoys helping people become free of their technological stress.

Comments are closed.