M Mircea Pleteriu Jul 27, 2003 #1 Does any body know any article about tips to load aspx pages as fast as it gets?
K Kevin Spencer Jul 27, 2003 #2 See any articles on the Microsoft MSDN site regarding .Net optimization. There are quite a few things you can do. -- HTH, Kevin Spencer Microsoft MVP ..Net Developer http://www.takempis.com Big things are made up of lots of little things.
See any articles on the Microsoft MSDN site regarding .Net optimization. There are quite a few things you can do. -- HTH, Kevin Spencer Microsoft MVP ..Net Developer http://www.takempis.com Big things are made up of lots of little things.
A Alvin Bruney Jul 27, 2003 #3 one of the easiest things is to replace webserver controls with html controls and to turn off viewstate on controls that don't need them there are a bunch of other stuff too numerous to mention so read this link http://msdn.microsoft.com/library/default.asp?URL=/library/en-us/dniis/html/tencom.asp
one of the easiest things is to replace webserver controls with html controls and to turn off viewstate on controls that don't need them there are a bunch of other stuff too numerous to mention so read this link http://msdn.microsoft.com/library/default.asp?URL=/library/en-us/dniis/html/tencom.asp
A Arjen Jul 27, 2003 #4 And what about page output compressing? Like: http://www.intesoft.co.uk/aspaccelerator/demonstration.aspx Thanks!
And what about page output compressing? Like: http://www.intesoft.co.uk/aspaccelerator/demonstration.aspx Thanks!