• Resolved kertus

    (@kertus)


    Despite using CSS Optimizer we are getting the below error on our website –

    1. Some CSS files don’t seem to be minified.
    2. Some Javascript files don’t seem to be minified.

    Can you advise on what CSS might be causing this, so it can be excluded from the optimization?

    • This topic was modified 2 years, 5 months ago by kertus.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @kertus

    Thank you very much for using our plugin. By ticking the “Activate Javascript Cache” checkbox on the plugin settings page, the own plugin minifies the all.js file. I visited the URL provided and the file has applied soft minify. The plugin applies this minification type because it includes in the all.js file the user scripts, and we cannot ensure the users write well-formatted code.

    For example, assuming a website owner includes its own script or third-party scripts with the piece of code:

    a = b+c
    d=e+f;

    He forgot the semicolon in the first line of the code. A strong minification would transform the previous code as follows:

    a = b+c d=e+f;

    And generates a very hard-to-detect parser error.

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Calculated Fields Form’ is closed to new replies.