10 simple tricks to Boost your Website Page Loading speed

Today’s user expects a website to load quickly, and people that don’t can doubtless experience negative consequences as a result. It’s necessary to create your website is tuned to reduce page load speed as much as possible.

There square measure some nice resources for analyzing your site’s speed. Google’s PageSpeed Insights, Pingdom Website Speed Test, Website Grader, and GTMetrix are the most widespread. Each service can analyze your website and tell you wherever you’re falling behind.

 

So here, 10 simple steps you can follow to increase your speed and improve your site user experience.

1. Optimize Images

If you have an image that is 500 x 500 pixels, but you have scaled it down to 50 x 50 pixels, your browser must load ten times more than necessary. So Scale your images before you upload them to your site. Another way there are several free online tools for image compression, such as kraken that can reduce your image sizes dramatically without losing quality.

2. Optimize and minify CSS and JS files

Optimized CSS and JS means your files will download faster, giving your visitors quicker access to your pages. Google has some good minimizing tools available to help you minimize your JavaScript and your CSS

3. Use a caching plugin

If you’re using WordPress, one of the quickest and easiest ways to cut your page loading speed is to install a caching plugin like WP Total Cache, WP Super Cache or
Autoptimize.

To improve your site performance dramatically check top 22 must have Plugin in your WordPress website.

4. Add Expires headers to leverage browser caching

If you’re not using WordPress or you would rather not install another plugin to add Expires Headers and browser caching. IIt's not worrying about that You just need to add following code in your .htaccess file. ( It’s best practice before you edit the htaccess file to back it up! )

## BEGIN Expires Caching (Leverage Browser Caching) ##

ExpiresActive On
ExpiresByType image/jpg "access 2 week"
ExpiresByType image/jpeg "access 2 week"
ExpiresByType image/gif "access 2 week"
ExpiresByType image/png "access 2 week"
ExpiresByType text/css "access 2 week"
ExpiresByType application/pdf "access 2 week"
ExpiresByType text/x-javascript "access 2 week"
ExpiresByType application/x-shockwave-flash "access 2 week"
ExpiresByType image/x-icon "access 2 week"
ExpiresDefault "access 2 week"

## END Expires Caching (Leverage Browser Caching) ##

5.Compress your website with gzip

Gzip is a simple method for compressing your website’s files to save bandwidth and speed up page load times. You can enable Gzip by simply adding the following code into your .htaccess file:

## BEGIN Enable GZIP Compression ##

AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
AddOutputFilterByType DEFLATE application/x-httpd-php
AddOutputFilterByType DEFLATE application/x-httpd-fastphp
AddOutputFilterByType DEFLATE image/svg+xml
SetOutputFilter DEFLATE

## END Enable GZIP Compression ##

6. Enable Keep-Alive

Enabling Keep Alive allows the client machine to download multiple files without repeatedly asking permission, which helps to save bandwidth. To enable Keep Alive, simply copy and paste the code below into your .htaccess file.

    Header set Connection keep-alive

7. Fix all broken links

Every time you try to send someone to a page that no longer exists on your site, it causes your server to deliver a 404 page. Identify your websites’ broken links and Fix it.

8. Use a CDN (Content Delivery Network)

Leveraging a CDN can improve your site speed by hosting website files across a large network of servers around the world. This permits users to transfer files from servers that square measure on the brink of them, and spreading the information measure decreases page load time.

9. Switch off all plugins you don’t use

10. Reducing Your redirects URLs

 

If you follow these points, you stand a really good chance of cutting your web site load time in half or additional, and you most actually can improve the speed of your web site. If you need any help or have any query related page speed optimization, stay touch with us. Our experienced developers are happy to help you and solve your problem.