Is there a site on the hosting. Need to speed it up loading on the client side. Google Page Speed det the recommendation to "Eliminate resources render-blocking".
There is a huge css file with lots unused code. As I understand it, you need to cut part of the critical css and load it once, and the rest download then. The qu...