I am running a website on a platform called Smoolis. Part of their setup involves a range of css and js files that are characterized as render-blocking by google - my page is http://www.csselectronics.com/.
An example is the file workspace.core.baf8814.min.js which is 1 MB and driving a large part of the issue - but it is placed in the header where I cannot edit it as it is part of the platform.
Is there some work-around to improve the setup, e.g. loading this file simultaneously with other material through some smart code? I am able to enter additional code in the header, I'm just not able to alter how some of the CSS/JS files load.