Performance Articles
Every post tagged Performance — guides, deep dives and engineering notes from our team.
Core Web Vitals for ASP.NET Core Sites: LCP, INP and CLS Explained
What LCP, INP and CLS actually measure, why ASP.NET Core sites usually fail on the front end rather than the server, and the fixes that move the numbers fastest.
Brotli, HTML Minification and Cache Headers: A Faster ASP.NET Core Site
The four server-side changes that cut page weight and repeat-visit load time on an ASP.NET Core site — response compression, production-only HTML minification, versioned assets and long cache headers.
.NET Why We Choose Dapper Over Entity Framework for Enterprise Projects
A deep technical comparison of Dapper and Entity Framework — performance benchmarks, use cases, and why Dapper wins for high-throughput enterprise applications.