PDA

View Full Version : How to reduce website loading time



john2
06-02-2014, 11:13 AM
Hi members, would anybody suggest me how to reduce loading time of my website and how to check it actual loading time?

randiv
06-13-2014, 09:01 AM
i think customize images size and css code.

RH-Calvin
10-28-2014, 11:27 AM
You can reduce the advertisements on home page and also the use of widgets and flash videos to enable quick loading of your website.

technokar
11-11-2014, 04:47 AM
Hello

i think customize images size ,flash and CSS code.

davidweb09
07-24-2017, 08:17 PM
Reduce the site images, video size to decrease the loading time.

manchun
10-04-2017, 06:03 PM
you should reduce the server loading time and image size,

sinelogixtech
10-11-2017, 06:53 AM
ou have to remove all your extra data from your website, which one is not used in your website. Some step to reduce loading time

1, Optimize images
2, Browser caching
3, Compression
4, OPtimize your CSS
5, Keep your scripts below the fold

Dam Ponting
11-10-2017, 05:41 AM
These are the things you can do to accelerate your site:

1. Limit HTTP Requests. ...
2. Diminish server reaction time. ...
3. Empower pressure. ...
4. Empower program reserving. ...
5. Minify Resources. ...
6. Advance pictures. ...
7. Advance CSS Delivery. ...
8. Organize over the-crease content.

alwaysprompt
11-13-2017, 04:54 AM
- Check the Current Speed of the Website.
- Page Speed is an open source Firefox add-on that helps you assess the performance of your web pages. It also provides suggestions on how to fix performance issues.
- 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.
- Minimize HTTP Requests.
- Cache Your Web Pages.
- Reduce 301 Redirects.

sravani24
11-17-2017, 06:14 AM
Optimise the images in the website decrease the j query coding and avoid unnecessary html coding in order to decrease the loading time and to speed up website access to audience.

Akshay_M
11-18-2022, 09:53 AM
Minimize static assets (JavaScript, CSS)
Compress images and use cdn for faster delivery.
Use lazy loading for images, videos that are below the fold.
Compress using gzip or add support for brotli compression too.
Reduce your JS code if possible, less code = less parsing time.

SKPTitleLLC
12-06-2022, 12:23 PM
1. Choose a performance-optimized hosting solution.
2. Compress and optimize your images.
3. Reduce your redirects.
4. Cache your web pages.
5. Enable browser caching.
6. Use asynchronous and defer loading for your CSS and JavaScript files.
7. Minify CSS, JavaScript, and HTML.
8. Leverage a content delivery network (CDN).
9. Eliminate unnecessary plugins.