PDA

View Full Version : What methods should apply to decreasing the loading time of a website?



Powerfulvasikar
07-18-2017, 06:40 AM
Hlo Friends,
Can you tell me, What methods should apply to decreasing the loading time of a website?

Sojan Babu
07-18-2017, 06:48 AM
We can use the external style sheets, minimum images, decrease the file size of the images that we use, without compromising on the quality and use the CSS sprites to regulate the HTTP requests.

deepakrajput
07-18-2017, 07:06 AM
You need to optimize your site code, images, videos to decrease its loading speed.

najishahmed
07-18-2017, 07:46 AM
You can use Minimum images, decrease the file size of the images that you will use help to Decrease the loading time of a website.

johnsmith8446
07-19-2017, 08:01 AM
I will suggest for that you have to optimize it with help of referring to your code is it OK or not,some time it is happen that due to the use of old technique our website is slows down.for that we have to replace those code with the efficient code which is best for us.

ajay49560
07-19-2017, 08:57 AM
Need to optimize your site code and images.

Andrewskyler
07-19-2017, 12:06 PM
Try these methods:
Eliminate render-blocking JavaScript and CSS in above-the-fold content
Optimize images
Leverage browser caching
Minify JavaScript & CSS

scarceclose
07-19-2017, 06:55 PM
I think you should start with the amount of images you have on your site. That is usually what makes the site "heavy"

Wikewwike
07-19-2017, 10:17 PM
Try these methods:
Eliminate render-blocking JavaScript and CSS in above-the-fold content
Optimize images
Leverage browser caching
Minify JavaScript & CSS

Full solution here. javaScript and CSS would be the cause.

Nas
07-20-2017, 12:21 AM
There are several ways you can reduce loading time of your website:
1. Enable Browser Caching
2. Optimize CSS Delivery and Images, Used compressed images
3. Reduce Server Response Time and Minimize HTTP Request

mohit123
07-20-2017, 12:50 AM
Here are some tricks by which you can decrease the loading time of your website:

[1.] Minimize HTTP requests:
- streamline the elements on your website.
- use CSS instead of an image.
- combine multiple stylesheets into one.
- reduce scripts.

[2.] Reduce server response time:
- Your target response time should be less than 200 ms. You have to continuously monitor your website by using various tools.

[3.] Enable Compression:
- use the various compression tools to zip the large content into small ones.

[4.] Enable browser caching:
- Always enable cache mechanism in your browser so whenever any user requests the same page twice, you don't have to send any HTTP requests.

[5.] Minify Resources:
- to minify HTML, use PageSpeed Insights Chrome Extension.
- to minify CSS, use YUI compressor.
- to minify JavaScript, use JSMin.

meera64
07-21-2017, 12:59 AM
Better you check it in GT METRIX you can get more exposure of the website.And then You need to optimize your site code, images, videos to decrease its loading speed.