PDA

View Full Version : What methods would you apply for decreasing the loading time of a website?



HeavenlyBorn
09-18-2019, 09:27 AM
What methods would you apply for decreasing the loading time of a website?

sinelogixtech
09-18-2019, 09:35 AM
Hi Friends,
You can try following tips to decrease web page load time -

1) Use Static Text Wherever You Can
2) Minimize HTTP Requests
3) Optimize Your Images
4) Utilize Browser Caching
5) Minify HTML, CSS, and JavaScript
6) Reduce 301 Redirects
7) Avoid Using a large number of Plugins
8) Enable compression
9) Choose above-the-fold content wisely
10) Use a good coded & Clean designed theme

RH-Calvin
09-19-2019, 11:12 AM
- 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.

MVMInfotech18
09-20-2019, 11:55 AM
1. Image Optimization
2. Try a CDN
3. Caching
4. Compression
5. Keep Your Code Light
6. Review Your Web Hosting

Not Named
10-24-2019, 08:35 AM
Optimize your images
Enable browser caching
Enable compression to reduce your page’s size
Minimize HTTP Requests
Remove Unused Scripts/Files

Abigail
10-25-2019, 02:05 PM
I would use less High resolution images on my website, as images are compressed anyway, when they are uploaded to the internet.
I would use compressed thumbnails or clip arts to imitate button art.
I would optimize the website to be user-friendly on all kinds of devices like Desktop, Laptops and Smartphones etc.
I would remove unused or unneeded HTML and CSS script from the website.
I would get a SSL Certificate for the website.

misthi
10-29-2019, 10:18 AM
Try to use compress images
Use SSL Certification
Remove unwanted css, js files
Don't upload large volume of files

Abigail
10-31-2019, 12:01 PM