See Our Webmaster Tools for Windows and Mac

                                  

How to reduce web-page size?

Started by Propertyseo2020, March 18, 2021, 01:51:30 AM

Propertyseo2020


SinelogixTechnologies

There are some very basic stuff you can begin with.

Use some tool to minify and combine multiple CSS files into single file and multiple Javascript files into single file
Use PNG format for images.
Combine several images into single and use it as sprite
Enable compression in your webserver for javascript, css and images
Enable caching header in your web server so that browser at client end knows to cache the static contents of your site, thereby making subsequent loading faster
Remove unnecessary HTML tags and use HTML compressor
Obfuscate javascript and css files so that it uses less space

liza

HTML Compressor.
HTML minifier.
JavaScript-based html-minifier via npm.
JavaScript-based html-minifier with Node. js support.
Will Peavy's HTML Minifier.

Melissahill

PC: Press the CTRL key and the + or - key to zoom in or out.
MAC: Press the COMMAND key and the + or - key to zoom in or out.

liza

1. Resize and Compress Your Images · 2. Use CSS Sprites · 3. Remove Unnecessary Custom Fonts · 4. Minimize Resources.

kyliejenner

Enable compression.
Minify CSS, JavaScript, and HTML.
Reduce redirects.
Remove render-blocking JavaScript.
Leverage browser caching.
Improve server response time.
Optimize images.

Nehaswami12

You can adjust the size of a web page simply using your keyboard.
PC: Press the CTRL key and the + or - key to zoom in or out.
MAC: Press the COMMAND key and the + or - key to zoom in or out.

globalonline

Following are some of the ways to reduce web-page size

1.Resize and Compress Your Images

2. Use CSS Sprites

3. Remove Unnecessary Custom Fonts

4. Minimize Resources

pankaj0008

You can reduce web page size by doing the following two most important activities on your page:

1: You can optimize your images by reducing their size and quality, it will surely reduce your page size.
2: You can optimize your heading structure and content using different fonts, it will also reduce your page size.

avanti

5 Tips for Reducing Page Size

Resize and Compress Your Images.
Use CSS Sprites.
Remove Unnecessary Custom Fonts.
Minimize Resources.
Use a Content Delivery Network (CDN)

sakshilade01

5 Tips for Reducing Page Size

Resize and Compress Your Images.
Use CSS Sprites.
Remove Unnecessary Custom Fonts.
Minimize Resources.
Use a Content Delivery Network (CDN)

rahul verma

Resize and Compress Your Images. When it comes to page weight, images are one of the largest contributors.
Use CSS Sprites.
Remove Unnecessary Custom Fonts.
Minimize Resources. ...
Use a Content Delivery Network (CDN)