Welcome to Professional ASP.NET - Chris Love's Official Blog Sign in | Join | Help

Chris Love's Official ASP.NET Blog

Chris Love's Helpful tips, tricks and pragmatic development knowledge for the ASP.NET world.
Add to Technorati Favorites


ASP Insider Follow Me On Twitter

Browse by Tags

All Tags » Performance   (RSS)
Use Local Storage to Make Your Single Page Web Application Rock
As I have immersed myself into modern web and mobile architectures I have come to one conclusion, multipage web sites are dead men walking. Constant request, retrieve, react is not a competitive application design going forward. The combination of high Read More...
Pondering Amazon Silk
Last week Amazon announced its tablet, called the Kindle Fire . But what was probably the bigger news of course is the Fire’s browser, Silk. By now you have heard Amazon is taking a new approach to make the web faster by leveraging their EC2 server infrastructure Read More...
Google Page Speed Online Tool
Last week Google released a new web page speed analysis tool called Page Speed . Page speed is one of the primary factors that weighs into visitor satisfaction. If you were not aware Google and the other search engines actually measure this as part of Read More...
Steve Souders Front-End Performance on DotNetRocks
One of my favorite web development books is Steve Souders High Performance Web Sites from O’Reilly. In fact I created a session I give from time to time at Code Camps and never have enough time! Yesterday’s DotNetRocks episode is an hour long discussion Read More...
Setting Up Compression with IIS
One of the most commonly missed features of setting up a web server is configuring compression. All modern Browsers support both GZip and Deflate compression for content. All commercially viable web servers support GZip and Deflate compression types. Read More...
ASP.NET Performance Tips and Tricks for the Front-End
Thanks to everyone for attending my presentation at the Raleigh Code Camp . I was surprised at the turn out and you guys asked a lot of great questions. I wanted to post my slide deck for you guys. I will post a little sample project in the next day or Read More...
NJ Code Camp Wrap Up
What a day! I have to tell you when I decided to speak at the NJ Code Camp I was not expecting to have 15 solid hours of great .NET learning and fellowship. I made a lot of new friends and learned some valuable things about .NET technologies, how they Read More...
Persist the ViewState and Increase ASP.NET Performance
At the Richmond Code Camp I went over some of my tips and tricks to get ASP.NET to perform as fast as possible. One of the biggest things you have to do is reduce the size of your ViewState and also move it to the bottom of the page . It was brought to Read More...