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.

 

More Web Design Blog Content

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’ ]);

Updating WordPress Database After Website Move

Boy life sure would be easy if WordPress used relative URL’s throughout the menu and post content but that simply isn’t going to happen, they’ve made that clear. Changing the URL in the admin Settings would then be all you need to do, making moving installations a breeze.

TNT Graphics Needed us Badly

Essy over at TNT Graphics stopped by and requested some changes to his website. He just needed an overhaul of his design and some programming changes to the way the shopping cart operated. Since we can do both web design and custom programming, he came to the right

Programming code on a computer screen

Simplifying JavaScript Development with Essential Tools

JavaScript is an incredibly powerful language that drives the dynamic and interactive elements of web applications. However, it can also be complex and challenging to work with, especially as projects grow in size and scope. Fortunately, there are a number of tools available that can streamline the development

Leverage Browser Caching

When a webpage loads on your screen there are a lot of little pieces that have come together to create what you’re seeing. Your logo, other images, style sheets, javascript files are among some of the external resources a webpage might use to render itself on your screen.