All Projects → mikeckennedy → improve-mvc-perf-with-async-views

mikeckennedy / improve-mvc-perf-with-async-views

Licence: MIT License
No description, website, or topics provided.

Programming Languages

powershell
5483 projects
C#
18002 projects
CSS
56736 projects

Improve Perceived Performance with Async Partial Views

This sample accompanies my article on my blog.

See the live example here: http://improve-mvc-perf-with-async-views.azurewebsites.net/

Imagine you're building an ASP.NET MVC website which has some performance problems. I'm sure this would never actually happen to you, but imagine you're facing this problem just for the sake of exploring the possibilities. :-)

Now, your web app is mostly fast and responsive, but there are certain types of data that just bring the whole thing to a grind. This article will cover a technique using ASP.NET MVC partial views, along with just a sprinkle of jQuery, JavaScript, and HTML5 to make your site feel nice and responsive even if you cannot increase the speed of certain operations.

Keep reading....

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].