How we can reduce the web page size?
How we can reduce the web page size?
Remove any unneeded content, both showing and the hidden parts like JavaScript, CSS and (X)HTML.
are you talking about reducing web page size or make your website loading faster?
if the first then try to remove unnecessary thing like html commenting, blank space,etc.
for dynamic page, try to make your code more efficient so you don't have to repeated it again.
create separate file for your javascript and css and so on and so on
if the second then you should optimize your picture, dont load big picture
compress your css and js and try to combine it within one file.
make sprite for all the web nav and button
try implementing ajax rather then reloading the page
and so on and so on
There are many ways to minimize the size of the page and improve the load speed of your page. Dont use large size images, use image maps to combine multiple images to a single image.
Don't use high resolution images, use flash only when necessary, try to use combined images instead of using individual images. This can help you in minimizing the size of the page and load time of your page.
There are many ways to minimize the size of the page and improve the load speed of your page. Don't use large size images, use image maps to combine multiple images to a single image. For more information visit this link http://developer.yahoo.com/performance/rules.html
reducing web page size can most likely boost web page loading performance as there is less for the clients browser to download and parse.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks