PDA

View Full Version : How to improve website's loading speed in mobiles?



chrisforce
06-29-2017, 12:33 PM
How to improve website's loading speed in mobile devices like smartphones and tablets?

neelseowork
06-29-2017, 10:10 PM
How to improve website's loading speed in mobile devices like smartphones and tablets?

Adopt these seven steps. It will surely help you to improve website loading sped.
1. Measure and minimize server response time
2. Avoid or minimize redirects to accelerate mobile page speed
3. Rigorously measure round-trip times
4. Load above-the-fold content before below-the-fold content
5. Put JS at the bottom and CSS at the top of HTML files
6. Optimize and minify CSS and JS files
7. Use gzip compression to reduce file size

Nexevo Technologi
06-30-2017, 05:18 AM
You can use the google website speed insight tool. That tool will be give the suggestion for how to increase the website loading speed.

mouni
06-30-2017, 10:17 PM
Using lightweight framework like Bootstrap can help your site reduce page load speed in mobile. Apart from this, following can make your site load faster:
- Reduce Dependencies of CSS
- Reduce Image Dimensions
- Keep JS to Minimum

naksh
07-05-2017, 01:35 AM
Reduce server response time, Minimize Redirects, Measure Round-trip time, Load above the fold content before below the fold content, Keep JS at the bottom & CSS at the top of HTML files, Optimize and minify CSS and JS files and use gzip compression to reduce file size