There are several ways to make your website’s performance great. The three main areas you can work on are hardware (your web server), server-side scripting optimization (PHP, Python, Java), and front-end performance (the interface of the web page i.e. HTML, CSS, JS, J-Query). Today we will focus on the front end performance effects of CSS. We will look at isolating the negative effects of CSS on webpage load time and discuss different techniques to improve webpage performance by tuning your CSS. Combine CSS files Each CSS file you create is a resource that needs to be loaded. For each one […]
Isolating the Effects of CSS on Webpage Load Times
