Site Speed

[vc_row][vc_column][ultimate_heading main_heading=”Website Speed” heading_tag=”h1″ spacer=”line_only” spacer_position=”bottom” line_height=”1″]A few tips to reduce load time[/ultimate_heading][vc_empty_space][vc_column_text]You have just spent a good amount of money on a new website. It looks nice. The web design company has built it to the specs you wanted. The website has launched, and you are excited to show it to your friends. Unfortunately some people mention to you that the site loads a bit slow, especially on their mobile device. So now what? You go back to the web designer and see what can be done. You end up realizing that all of the “pretty” factors of the site are really slowing things down.

All too often, when a new website is built, very little time is actually spent on the User Experience portion of a site. Business owners often build a website according to what they think is best, not what the website visitors actually want. Rarely are customers asked what they want from a website, much less pulled into the design process. To learn more about our process for building sites, click here.

Believe it or not, most websites are completely over built. Time and time again we have found that website visitors want a simple, effective experience. They don’t want to hunt for things. Visitors go to your site with a specific purpose in mind. It is your job as a website owner to provide this information to your visitors as quickly as possible.

From a technical perspective, there are specific things we recommend any developer should do to speed up the load times of the site. Here are some of those items:[/vc_column_text][vc_empty_space][info_list font_size_icon=”24″][info_list_item list_title=”Combine Images Into Fewer Files using CSS” list_icon=”Defaults-file-image-o file-photo-o file-picture-o”]Placing images into as few files as possible using CSS coding reduces the total number of times a specific image file has to be called. In short, it reduces the amount of info that has to be loaded. You should also place small external CSS files inline. If you don’t want to do that, you can combine the external CSS files. Finally, you will want to compact CSS code. This will again speed things up.[/info_list_item][info_list_item list_title=”Place CSS in the Head of the Site” list_icon=”Defaults-code”]This is definitely an optimization trick we have used on the past.  Placing inline style blocks and <link> elements into the document head improves rendering performance.  A quality web developer should do this as part of their job.[/info_list_item][info_list_item list_title=”Provide Scaled Images” list_icon=”Defaults-image photo picture-o”]Make sure your images are loaded onto the website in the appropriate size. Serving appropriately-sized images can save many bytes of data. This will dramatically improve the speed of your website, especially on mobile devices. You can also reduce the file sizes based on where images will be shown. Make sure to resize image files themselves instead of using CSS to do it. You want the core files to be smaller in size.[/info_list_item][info_list_item list_title=”Use a CDN” list_icon=”Defaults-server”]Using a Content Delivery Network (CDN) is a great way to speed up your site without making many changes to the site itself. A CDN utilizes servers around the world to deliver your website information from the closest server possible. For example, if your website host is located in Chicago but many of your customers are in California, then you could utilize a CDN that hosts your website in Los Angeles. Now the distance the data has to travel to your customers is reduced, thus increasing the speed at which it is delivered.[/info_list_item][info_list_item list_title=”Review the Order of Styles and Scripts” list_icon=”Defaults-copy files-o”]Here is another item that should be done by a developer from the get go. By placing style sheets in the correct order, scripts can be downloaded simultaneously which speeds up browser rendering time.[/info_list_item][info_list_item list_title=”Minimize Cookie Size & Request Headers” list_icon=”Defaults-desktop”]You should always keep cookies and request headers small.  You want to make sure you can fit your HTTPS requests into a single call.[/info_list_item][info_list_item list_title=”JavaScripts” list_icon=”Defaults-repeat rotate-right”]Place all JavaScripts into Inline. If you don’t want to do that, consider combining external JavaScript files.  You also want to compact Java code. This will speed up downloading, parsing, and load time.  Additionally, you want to minimize the amount of JavaScript needed to render the page, and defer parsing of unneeded JavaScript until it needs to be executed.[/info_list_item][info_list_item list_title=”Run Keep-Alive” list_icon=”Defaults-exchange”]Running  Keep-Alive allows the same connection to send and receive multiple data requests.  This will reduce the latency for any additional information calls. Latency is the delay any website has before a transfer of data begins following an instruction for its transfer.[/info_list_item][info_list_item list_title=”Enable GZip Compression” list_icon=”Defaults-file-archive-o file-zip-o”]GZip is a product you can run on the server.  It’s a software application used for file compression, reducing the size of files sent from your server.  This increases the speed to which they are transferred to the browser.[/info_list_item][info_list_item list_title=”Avoid Page Redirects” list_icon=”Defaults-mail-forward share”]Redirecting landing pages adds delays to the load time of a page.  Assure you are not redirecting any important pages.[/info_list_item][info_list_item list_title=”Kill Bad Requests” list_icon=”Defaults-close remove times”]Assure you don’t have any 404/broken links on the website.  These requests are loading things that are already broken and thus are a complete waste of resources.[/info_list_item][info_list_item list_title=”Specify Cache Validation” list_icon=”Defaults-check-square-o”]All static page components should have either a Last-Modified or ETag header. Having these components added will allow browsers to take advantage of all caching benefits.[/info_list_item][info_list_item list_title=”Leverage Browser Caching” list_icon=”Defaults-floppy-o save”]Page load times can be significantly improved by asking visitors to save and reuse the files included in your website. Browser Caching accomplishes this.[/info_list_item][/info_list][vc_column_text]>> Related Content: Web Design For SEO

To check the load time of your website, we recommend tools like https://gtmetrix.com/ or https://tools.pingdom.com/   Both are great tools and provide you with a checklist of items needed for your website developer to fix your site.[/vc_column_text][vc_empty_space][/vc_column][/vc_row]

Skip to content