5 Ways To Increase Website Speed

Hi Guys,

Many of you have problem of low website speed. But Today I will you how you can speed up your website. Below are the five ways by which you can speed up your website.


1) CSS / JS Minification - First step is most important step to increase website speed. Most of the programmers forgot to minify their stylesheets and javascript files. So you must minify all your CSS and JS Files to increase website speed.

For CSS Minification you can use: cssminifier website.

For JS Minification you can use: javascriptminifier website.



2) Compress Images -  You should compress all your website Images. Most of us also forget to compress our high quality images but this affects our website performance very badly. Every Image on the website must be less than 300kb for a good website speed. To compress your images you can use photoshop or compress online.

You can use: compressjpeg website to compress your images.


3) Remove Unwanted Script - Most of the programmers/developers first use script and then forget to remove or comment them, when not in used. This also affects the website speed. So you must clean your code for a speedy website.


4) Gzip Compression - You should use Gzip compression code in your .htaccess file. You need to add this code to your website .htaccess file.

<IfModule mod_deflate.c>
  # Compress HTML, CSS, JavaScript, Text, XML and fonts
  AddOutputFilterByType DEFLATE application/javascript
  AddOutputFilterByType DEFLATE application/rss+xml
  AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
  AddOutputFilterByType DEFLATE application/x-font
  AddOutputFilterByType DEFLATE application/x-font-opentype
  AddOutputFilterByType DEFLATE application/x-font-otf
  AddOutputFilterByType DEFLATE application/x-font-truetype
  AddOutputFilterByType DEFLATE application/x-font-ttf
  AddOutputFilterByType DEFLATE application/x-javascript
  AddOutputFilterByType DEFLATE application/xhtml+xml
  AddOutputFilterByType DEFLATE application/xml
  AddOutputFilterByType DEFLATE font/opentype
  AddOutputFilterByType DEFLATE font/otf
  AddOutputFilterByType DEFLATE font/ttf
  AddOutputFilterByType DEFLATE image/svg+xml
  AddOutputFilterByType DEFLATE image/x-icon
  AddOutputFilterByType DEFLATE text/css
  AddOutputFilterByType DEFLATE text/html
  AddOutputFilterByType DEFLATE text/javascript
  AddOutputFilterByType DEFLATE text/plain
  AddOutputFilterByType DEFLATE text/xml

  # Remove browser bugs (only needed for really old browsers)
  BrowserMatch ^Mozilla/4 gzip-only-text/html
  BrowserMatch ^Mozilla/4\.0[678] no-gzip
  BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
  Header append Vary User-Agent
</IfModule>

This gzip compression code reduces the size of files sent from your server to increase the speed to which they are transferred to the browser.


5) Remove Unwanted Plugins: Most of the time we forget to remove unwanted plugins also which we have used earlier or are used for trial. We must remove all unwanted plugins and should try to use as less plugin as we can use because more plugins means more bunch of scripts and cdn links and more the cdn links and script less will be the website speed.

So these are the 5 ways by which you can speed up your website.



Follow us on : Twitter, Youtube
Visit Our Website : Creative Web Solution For Website Design, SEO,  Digital Marketing, App Development And Website Hosting.
Creative Web Solution (crewebsol.com) - Best Web Design & Development Company in Najafgarh, Delhi (Near Dwarka And Gurgaon)


5 comments:

  1. This process might be creatively in fact perfect. Every single one from any decorations are actually desired in plenty of legacy of music talents. You ought to application a lot. App Development

    ReplyDelete
  2. Hang in there for eventually you are going to arrive to realise that lifestyle is much more exciting than you actually thought doable and even feel! wifi speed test

    ReplyDelete
  3. This is my first time visit to your blog and I am very interested in the articles that you serve. Provide enough knowledge for me. Thank you for sharing useful and don't forget, keep sharing useful info: wifi speed test

    ReplyDelete
  4. Thank You for this information. I used Compress JPEG website (Given in Post ) to compress my Images

    ReplyDelete

Powered by Blogger.