How to reduce size of html rendered from ASP.net ?
Posted
by Rbacarin
on Stack Overflow
See other posts from Stack Overflow
or by Rbacarin
Published on 2010-05-18T20:35:35Z
Indexed on
2010/05/18
20:40 UTC
Read the original article
Hit count: 198
I'm developing a newsletter in asp.net that will be send to a large quantity of users, so each kilobyte that I can reduce will help a lot in the use of bandwidth consumption, what I do until know is write the aspx excluding some spaces between tags, and before render, i've renamed some controls ids to "-" to save more space. So now, the file has 50kb. I need a file with 25 Kb.
Can anyone teach me any other way do save more space ?
ps.: I Use 3 divs with some data, and 2 repeaters, one inside other, to generate a table with some data for me.
thanks in advance
© Stack Overflow or respective owner