• Resolved Dave

    (@csn123)


    My host has told me I have 46k inodes in /wp-content/litespeed/js/

    It seems the minification settings are creating an enormous amount of files. I assumed minification was a site-wide setting, but it appears to be creating files for every page.

    Any ideas on how to deal with this? Is there a way to get the plugin to minify on a site-wide basis rather than a per page basis?

    I am using the Asset CleanUp plugin, so wonder if that’s causing Litespeed to believe all pages are different? For reference, only the home and contact pages are different. All other pages on the site load the same CSS and JS.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support qtwrk

    (@qtwrk)

    Hi,

    please check this page

    best regards,

    Thread Starter Dave

    (@csn123)

    Thanks. I couldn’t spot anything unusual in the HTML so decided to compare the generated JS files. It turns out, there was a line of inline code that creates a unique hash for each page view, and this triggered the generation of a new JS file for every page view. Excluding inline JS from minification solved my problem here.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Minification Inodes’ is closed to new replies.