How to resize the CSS file in order to improve the Google's page speed?

  • yescar
    Asked on April 19, 2017 at 4:30 AM

    i test google's service"pagespeed"
    they need to resize this file" https://cdn.jotfor.ms/css/styles/nova.css?3.3.54"
    they sea "Can reduce the file size by 545B (24% reduction)"

    i want to know "what can i do?"

  • Nik_C
    Replied on April 19, 2017 at 4:56 AM

    The only way to resize the CSS is to minify it as far as I can think of. To do that you can use CSS minifer: https://cssminifier.com/

    But, in order to be able to minify that CSS you will have to download Source code of your form, do the minifying and then upload that to your web server. You can not resize that CSS with using the classical embed methods.

    Let us know how it worked.

    Thank you!