Home » HTML 5 » Don’t Think Page Load Times Matter? Think Again.

Don’t Think Page Load Times Matter? Think Again.

A recent study by Google really hit home for online retailers or anyone looking to make a sale/conversion online.

As Forbes points out: “53% of mobile site visitors will leave a page that takes longer than three seconds to load.”

Google’s recommendations usually hover around one to one and a half seconds for a full page load. This is a tight fit for most businesses. The best scenario is to avoid shared hosting, it is the number one cause of speed issues. Slow response times to requests will decimate your page load time. Dedicated servers are expensive, however, we provide them at a cost everyone can afford. 

We see a lot of WordPress out there too. That’s fine, we love WordPress too, but there is no shortage of speed issues with the content management system. Learning how to control page speed here is key. Cache plugins help, but to get to the core of WP’s speed issues you need a professional to dive in and preform some healing action to the program’s default perfunctory processes.

 

Preloading Images with Jquery

There are times when preloading images is an important step in keeping your site/page/program running smoothly. This is especially true in the era of mobile. Here’s a cute little snippet that does just that. function preload(yourarrayOfImages) { $(yourarrayOfImages).each(function(){ $(‘<img/>’)[0].src = this; }); } preload([ ‘img/image1.jpg’, ‘img/image2.jpg’, ‘img/image3.jpg’ ]);

Branding & Marketing Services

Livewire is proud to announce that we are now offering professional branding and marketing services. Phil, the owner, never considered branding services because, well to be honest, he is terrible at graphic design (he’s a programmer so it’s okay). Branding services include but are not limited to : Branding

Getting Accurate Shipping Rates

If you own an ecommerce store and provide real time shipping rates you have likely encountered a long list of issues with returning accurate rates. If you have not, Bravo good sir or madam! You are the exception. Having real-time shipping rates on your online store is a

What’s New: Livewire Seminars

Want to become your own SEO specialist? Need to know how to put your site on page 1 but don’t have the capital to invest hundreds to thousands of dollars in optimization? We can help! Our Search Engine Optimization Seminars will teach you how to become your own

What is in a name? SEO strategies for Facebook

Establishing Connections. Social media represents a critical marketing opportunity for small business in creating connections with potential clients through shares and referrals. There are certain marketing and SEO strategies that standout in creating value for your business. We all have that friend that excusably shares information just to

JSON and PHP

Here at Livewire, Gainesville Web Design headquarters, we have had a couple of projects recently that allowed us to work with JSON and PHP. Initially it may seem a bit strange for PHP experts to want to embed javascript functionality in their code base but the two work