How to re-architect slow web pages pulling lots of data – Asp.net
I run an ASP.NET (C#) Web Forms ecommerce website hosted in Azure as an auto scale-out WebApp, using an AzureSQL database. Each of the 300k product pages displays a significant amount of data that's pulled from the database. Retrieving the…