By Kevin Williams

One way to improve application performance is to use a cache of some sort. This could include caching websites on a server closer to the user's location, caching regularly used data for faster access, and more. For large applications you may be able to utilize something like Redis or Azure, but other times a simple in-memory cache could work as well.

Kevin Williams • 44 Articles

A full stack software engineer since 2018, specializing in Azure and .Net.

View Articles