First Task: Speed up the template

Today I will start a new blog. So the first thing I did was optimize the template to reduce rendering time by 50%. So how did I do it? We need to follow some steps. Reduce Render Blocking CSS The template uses several CSS files like this: <link rel=“stylesheet“ href=“<#if (content.rootpath)??>${content.rootpath}<#else></#if>css/google-font.css“ /> <link rel=“stylesheet“ href=“<#if […]