Reconcile Design CSS, JS into server.php equivalents
-
Hi Support,
When running website audits such as PageSpeed Insights or similar, sometimes a recurring theme is "HTML text ratio", "JS / CSS not Minified" or similar. This often occurs on website builds where we have lots of CSS and/or Javascript in the Design template.
I think with individual pages, the status quo should / could remain without significant impact on the reports.
But on main Design it would great to at least have an option to reconcile / collate all design CSS and JS into either a separate type of server.php resource file, or tack it along with current server.php resources.For context, here are some descriptions highlighting the issues:
Issue description This section shows website pages whose text-to-HTML ratio is below 10%. This means that such pages are overloaded with code that may slow down its load time and complicate content processing. Issue description HTTP response compression is not configured on your website. Compressing CSS files significantly reduces their size as well as the overall size of your web page, improving the page load time as a result. Uncompressed CSS files make your web page load slower, which has a negative impact on the user experience and search engine rankings. Issue description Minification is the process of removing unnecessary lines, white space and comments from the source code. Minifying JavaScript files makes their size smaller, and as a result, decreases the page load time, providing a better user experience and improving your search engine rankings. Issue description Minification is the process of removing unnecessary lines, white space and comments from the source code. Minifying CSS files makes their size smaller, and as a result, decreases the page load time, providing a better user experience and improving your search engine rankings.
Thanks