PDA

View Full Version : How to Decrease Website Load Site?



cleanetic
11-27-2019, 06:20 AM
How to Decrease Website Load Site?

rscomponentseo
11-27-2019, 06:37 AM
Optimize Caches improve Page Load Time.
Trim Down JavaScript Parsing to achieve Ideal Page Load Time.
Do Away with Redirects and Improve Website Speed.
Minify JavaScript & Style Sheets to Speed Up your Website.

jayam
11-27-2019, 06:46 AM
The following are some tips for decreasing your web page loading times.
Check the Current Speed of the Website.
Optimize Your Images.
Don't Scale Down Images.
Compress and Optimize Your Content.
Put Stylesheet References at the Top.
Put Script References at the Bottom.
Place JavaScript and CSS in External Files.

pharmasecure
11-27-2019, 10:58 PM
1. Minimize HTTP requests
2. Minify and combine files
3. Use asynchronous loading for CSS and JavaScript files
4. Defer JavaScript loading
5. Minimize time to first byte
6. Reduce server response time
7. Choose the right hosting option for your needs
8. Run a compression audit

dombowkett
11-27-2019, 10:59 PM
Optimize your site content, code, images, videos to reduce loading time.

sophiawils59
11-28-2019, 02:08 AM
-First of all check your website loading time on Google page speed tool.
-Check server health, if system configuration is not enough improve it
-Try to compress all css/js files
-Compress/optimize images
-Remove unwanted space from html/css/js files
-Enable browser caching
-Remove unused CSS/Js

nikki shah
11-28-2019, 04:46 AM
-First of all check your website loading time on Google page speed tool.
-Check server health, if system configuration is not enough improve it
-Try to compress all css/js files
-Compress/optimize images
-Remove unwanted space from html/css/js files
-Enable browser caching
-Remove unused CSS/Js

That's great! Hope @OP understood this & have had enough of tips for now to start working upon

Soj
11-28-2019, 04:56 AM
1. Optimize Images
2. Browser Caching
3. Compression
4. Optimize Your CSS
5. Keep Your Scripts Below the Fold