15 ways to increase your website’s page load speed



1. Upgrade your server

If you’ve a dynamic website that requires executing many lines of code, responding to dozens of requests, and making multiple database queries before a page can be displayed, you may want to upgrade to a more powerful server so your pages can be served faster. If your site is hosted on a shared hosting account, you can consider upgrading to a VPS or dedicated server.

2. Index your database

If you’ve an e-commerce store, blog, news site, or any dynamic functionality like internal search, then you are using a database. A large database can impact load speed. Good news is, there’s a better way than ditching all your data to make your site faster. By adding an index, the database can find information much more quickly. This, in turn, helps data get returned to the user more promptly, translating into faster load time.

Page speed comparison chart – before and after adding an index.

3. Streamline your tracking codes

Chances are you don’t need half a dozen analytic programs to slice and dice your website visitor’s behaviors. Tracking codes can weigh down your website so that fewer analytic programs can mean a faster load time. Decide the types of metrics you need to measure, and then select the tool(s) that can do the job most effectively. If you’re including tracking code or any kinds of the script on a page, make sure it’s place at the bottom of the page. That way, the page can be displayed to the user even if the code hasn’t finished loading yet. In WordPress, there’s a section within the page editor where you can include page-specific scripts such as tracking code, etc. You can optimize your load time by putting any necessary tracking codes there.

Page specific script section in WordPress editor.

4. Go easy on video embeds

Even though videos are an excellent way to engage visitors and increase dwell time, video embed codes that use iFrames can slow down your site. iFrames essentially cause a page to load within a page, therefore increasing load time.

Embed code on YouTube utilizes iFrame, which can slow down page load time.

5. Be strategic about social share buttons

Even though social share buttons are a great way to generate referral traffic, they can also slow down page load time because most share buttons are javascript-based, meaning they’re generating an iFrame on the page. Use social share buttons strategically on your website by getting clear on the goal of each page.

For example, opt-in landing pages may not be suitable candidates for social share buttons. First, you want them to rank high for certain keywords, which means SEO is a priority and anything that can adversely affect search ranking should be avoided. Moreover, you want visitors to respond to the CTA on that page, instead of getting distracted by social sharing.

There’s a give and take between boosting SEO and increasing traffic by increasing page load time, and driving more traffic via social sharing. The best way to make a decision is by testing the change and analyzing its effect on rankings and traffic against your KPIs.

6. Use Caching

Caching allows the browser to store information from a web page, so it doesn’t have to load everything from scratch every time a visitor comes to your page.

This can reduce load time and improve site performance. There’re many no- or low-cost WordPress caching plugins, and are easy to use, such as WP Super Cache.

7. Optimize for browsers

Different browsers “read” codes slightly differently. Make sure your codes are optimized for the most popular browsers’ latest versions.

Global statistics for browser usage. Google Chrome, Internet Explorer, and Safari are the most used as of January 2016.

8. Keep your theme simple

The complexity of a theme can affect website performance. Bells and whistles may look cool, but all are for naught if your visitors aren’t even staying long enough to see them!

For a constant WordPress theme, buy only what you need (don’t get tempted by “multi-purpose” themes that claim to do it all!), speed test the theme demo, and look for small total page size.

9. Moderate your ads

Even though ads can be a good way to monetize a website, too many of them will not only slow down the load time, but they will also annoy or confuse visitors, increasing bounce rate and hurting your SEO.

Moreover, ads can be a distraction from the main goal of your website and your CTA, thereby hurting your conversion rate.

10. Optimize your images

Images with large file size increase the overall size of your page, therefore impeding load time. Resize all images, so they’re the right size for the layout, but no larger. To make sure your images don’t weigh down your page:


Strike a balance between file size and image quality. When you increase the compression, file size decreases but you’re also sacrificing quality.

Photoshop and other image optimization tools allow users to compare the image quality of different compression so you can determine the best option.

Pick the right file format – JPG is perfect for photographs while PNG is more suitable for screenshots and website design elements such as icons and buttons. PNGs delivers higher image quality, but also means larger file sizes. GIFs should only be used for small and simple images, as well as animated images. Do not use TIFFs or BMPs for websites.

Use the “Save for Web” option in Photoshop to optimize your images.

11. Go easy on plugins and widgets

Plugins and widget can weigh down your site so be selective what to include. To battle the bright shiny object syndrome so, you can streamline plugins and widgets, start by thinking how you want your visitors to experience your website. Consider what you want your visitors to take action on, and what your visitors want to achieve. Based on that ideal user journey, you can select the most relevant plugins and leave the rest.

12. Clean up your code

The Dense code can inflate the size of your page and impede the load speed of your site. If your site is not performing optimally, see if cleaning up the code can help speed up its performance.

If your site is built on WordPress, you can start troubleshooting with these tips:

  • Delete unused or unwanted plugins and themes
  • Hide unused shortcodes – you might have shortcodes from plugins that you are not using. Hide UnwantedShortcode is a plugin to help you do what it says
  • Remove old post revisions to cut down the size of your database. You can use RVG Optimize Database to remove revisions and cleanup database.
  • Delete unused media – you might have uploaded image, video, documents and other media that are no longer in use or referenced on your website. They can take up a lot of room in your database and slow down your site’s performance.
  • Remove unused tags – you may have tags with no posts associated with them. Go to Posts > Tags and sort the tags by the number of posts they’re attached to and delete the ones that show zero.
  • Delete pending comments – if you’ve left your website alone for a while, you may find some pending comments waiting for your attention. A lot of them could be spam comments, doing nothing good except taking up the room and slowing down your site.
  • Clean up HTML – if you’re confident of your HTML skills, you can try HTML Cleanup or Clean HTML to help you spot codes that may not be essential.
  • Fix broken links – they may not impede your load time, but do deliver a poor user experience and hurt your SEO. You can use these tools to help you find broken links.  



Broken Link Checker for WordPress https://wordpress.org/plugins/broken-link-checker/
 
Xenu’s Link Sleuth (Windows Only) http://home.snafu.de/tilman/xenulink.html

Screaming Frog SEO Spider (Windows & Mac) http://www.screamingfrog.co.uk/seo-spider/






13. Make Above-the-fold content load faster

You can improve user experience and reduce bounce rate by having your above-the-fold content load faster even if the rest of the page takes a few seconds to load by splitting your CSS into two parts. This can increase chances that visitors will stay longer on your page because they can start reading and interacting with content above-the-fold right away.

14. Reduce redirects

Redirects create additional HTTP requests and increase load time so keep them to a minimum. A common (and necessary) redirect is one that takes mobile users from your main website to the responsive version. Google recommends these two actions to make sure a responsive redirect doesn’t slow your site:

  • Use an HTTP redirect to send users with mobile user agents directly to the mobile equivalent URL without any intermediate redirects
  • Include the markup inyour desktop pages to identify the equivalent mobile URL so Googlebot can discover your mobile pages.


15. Choose server location according to market

The longer the distance between your market’s geographic location, the longer the page load time. If your website targets a Spanish-speaking market, you may want to have your server located in Spain, rather than say, in the US, to reduce page load time for your targeted audience. If you have an international market, you’d want to invest in a CDN service (Content Delivery Network).

1 comment:

  1. We are a third party technical support service. Avast Customer Support is here to help you out with the whole procedure to Download Avast Antivirus online, We not only fix your Avast Support related issues but will guide with how to get started with your new Avast product once it gets installed successfully.We at Avast Tech Support provides service to protect your PC from potential online threats and external attacks like viruses, Trojans, malwares, spywares and phishing scams. And Avast Refund. Call on our Avast Phone Number.

    Norton Tech Support is a third party service provider and not in any way associated with Norton or any of its partner companies. At Norton Support we offer support for Norton products and sell subscription based additional warranty on computer and other peripheral devices.

    http://supportfornorton.com/ ]Norton Tech Support[/url] is a third party service provider and not in any way associated with Norton or any of its partner companies. We offer support for Norton products and sell subscription based additional warranty on computer and other peripheral devices. Call our Toll Free number 1 855 966 3855


    The Antivirus Package protects one device and works on IOS, Windows, Android and MAC. It includes real time protection, virus, spyware, Malware and phishing protection.

    Norton.com/setup
    Norton.com setup
    Norton setup

    ReplyDelete