• Resolved hoangkienvu

    (@hoangkienvu)


    Hi

    If the minify css/js file name does not change, these files are still saved in the browser. It will cause an error for old users who visited the site.
    Every time update new version, I have to changes the code at
    wp-content/plugins/litespeed-cache/src/optimize.cls.php

    // QS is required as $src may contains version info
    		$qs_hash = substr( md5( $src ), -5 );
    		return LITESPEED_STATIC_URL . "$filename?ver=$qs_hash";

    Please make it work exactly, or add something like : “Change the minify file name” button.

    Thanks!

    • This topic was modified 2 years, 4 months ago by hoangkienvu.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘The minify css/js file name never change’ is closed to new replies.