Hi All, One of the main rule in order to improve your aspx page load time, is to reduce its page size. One of the recommendation is to use *js files and compress them and save them to one js file on production. Well Douglas Crockford wrote JSMin in C# for the .NET users. JSMin - is a filter which removes comments and unnecessary whitespace from JavaScript files. It typically reduces filesize by half, resulting in faster downloads. It also encourages a more expressive programming style because it...