Preload CSS with HTML and JavaScript
This tutorial will show you how to preload CSS stylesheets with HTML and JavaScript. It is recommended to preload and/or inline CSS to improve the… Read More »Preload CSS with HTML and JavaScript
This tutorial will show you how to preload CSS stylesheets with HTML and JavaScript. It is recommended to preload and/or inline CSS to improve the… Read More »Preload CSS with HTML and JavaScript
This tutorial will show you how to defer image loading until the entire document (DOM) has been loaded and until images are intersecting the viewport.… Read More »Defer image loading with pure JavaScript
This post describes a way to minify html in ASP.NET Core that I have used in a project. The main reason to minify html is… Read More »Minify html in ASP.NET Core
This post describes how you can minify and cache static files in ASP.NET Core. You may want to do this in order to make your… Read More »Minify and cache static files in ASP.NET Core
In this post I describe how you can redirect requests to https and www or non-www with a rewrite rule in ASP.NET Core. The reasons… Read More »Redirect to https and www or non-www in ASP.NET Core