View Single Post
Old 10-22-2015, 12:58 PM   #3
manige3e
Registered User
 
Join Date: Sep 2015
Location: UNIT 1B THE SUMMIT MANCHESTER ROAD BURNLEY BB11 5HG
Posts: 376
Every user on the internet wants to get the desired information as fast as possible. As per a recent study if a web page takes longer than 4 seconds to load, 75% of visitors may not visit that site again because of its low load time. If your website's load time is more than 3 seconds, the probability of bounce rate will be higher. Now you need to pull up your socks and optimize your website's load time . But how can you improve your website's load time, here are a few suggestions:
Reduce number of CSS files
To improve your website's speed, you need to reduce total number of HTTP requests. €Minify€is a PHP5 app that combines multiple CSS and JavaScript files together and takes out whitespace and comments and serves them as a single file. Minify compresses all files and reduces overall file size and make them one single file.
Key takeaway is: Remove everything that is useless. You can download free plugins like Minify to compress all your files to improve your website's load time.
Make images as small as possible
For most of the websites images are a big concern. These high resolutions, big size images affect website's load time. But you don't have remove images to improve your website's load time. There are some other ways in which you can reduce image size. Photoshop has an option €Save For Web€ where it automatically reduces image size. You can save high resolution images like photographs in JPG format. There are lots of file size reducing software that you can use to cut down the image size, without scattering its pixels.
Key takeaway is: High resolution images take relatively long time to load, reduce image size in Photoshop or any other third party plugins to improve your website's speed.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
/
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
/
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
/
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
manige3e is offline   Reply With Quote