5 Quick Ways to Speed Up Your WordPress Website Amazon found that this is true by reporting increased revenue of 1% for 100 milliseconds. From many studies it is found that ● 47% of people expect a website to load less than 2 seconds ● 40% of people abandon a website if it takes more than 2 seconds ● 1 second delay in loading site results 7% of conversion decrease ● 11% of decrease in page views ● 16% of decrease in satisfaction of visitors. Speed up your website is now critical. Here sharing you most important ways to speedup your website. 1. Minimum HTTP Requests By reducing the number of objects in your website or web pages, you can reduce the number of HTTP requests. Simplify your web page design and combining files are some ways for this. Every time visitors visit your website and the corresponding files such as image files, CSS files and Javascript library to be sent to the person’s browser. 2. Use a Great Caching Plugin Caching is helpful to your return visitors. Caching contains storing parts of your site so they only need to load once. W3 total cache is a plugin published for wordpress. This is used by sites such as
webdesignerdepot, wpbeginner, etc. WP super cache is another great one. 3. Optimize Images Oversize of images causes a long time to load a web page. So you must keep the size of images used in web pages small as possible. Crop the images to a good small size. The slowness of the site speed creates a bad experience for your visitors. ● Best image format is JPEG or PNG ● Most browsers support JPEG rather than PNG ● Gifs should be used in small graphics ● Do not use BMPs or TIFFs in your site ● Avoid empty Src codes ● These are all you should know before creating a website 4. Minify HTML, CSS & Javascript It is very important to eliminate the extra spaces, indentation, line breaks in your code. Given below some google recommendations to minify the code. ● Use chrome’s page speed insights to minify html code. ● Use Yahoo Yui Compressor and cssmin.js to minify CSS. ● Use Yahoo Yui Compressor, jsmin, closure compiler to minify Javascript 5. Enable Compression Compression reduces the bandwidth of the page. Large pages are bulky and slow to download. The easy and best way is to zip that file, and it is named as compression. Most web servers zip the files before download. According to Yahoo, time of download can be reduced
to 70%. Read this article to know more about how to optimize your site with GZIP Compression.