Joined: May 2018
Posts: 291
Likes Received: 0
Make your site mobile friendly don't use high graphics images. optimize images it will help to load fast. Make a lightweight site, Avoid self-hosted videos, Minify HTML, CSS and JavaScript.
Joined: Aug 2018
Posts: 14
Likes Received: 0
Some of the best methods of decreasing the loading time includes:
1.Optimizing the image
Images should be optimized to decrease the page loading speed.
2. Minify the java script
3.Improve the server response time
Joined: Nov 2018
Posts: 98
Likes Received: 2
02-13-2019, 02:00 PM
(This post was last modified: 02-13-2019, 02:03 PM by jonathan brown.)
Hi,
Few tips to reduce website loading speed are:
- Enable compression option
- Minify CSS, JavaScript, and HTML coding
- Reduce redirects
- Remove render-blocking JavaScript
- Leverage browser caching
- Improve server response time
- Use a content distribution network
- Optimize images
Joined: Aug 2016
Posts: 163
Likes Received: 4
(02-13-2019, 02:00 PM)jonathan brown Wrote: Hi,
Few tips to reduce website loading speed are:
- Enable compression option
- Minify CSS, JavaScript, and HTML coding
- Reduce redirects
- Remove render-blocking JavaScript
- Leverage browser caching
- Improve server response time
- Use a content distribution network
- Optimize images
Nice suggestions. Thanks.