• I have resorted to modifying it via the database since the admin screen is stuck at 900 secs.

    I also find it peculiar why it needs to keep rebuilding constantly when it notices nothign has changed. Yes, i undertstand it checks but if nothing has changed why rebuild new files with a new md5 hash? Seems quite inefficient.

    https://www.ads-software.com/extend/plugins/wp-minify/

Viewing 3 replies - 1 through 3 (of 3 total)
  • That’s a better solution than mine. I edited the setting in the wp-minify.php file, then reset the settings to their defaults via the admin UI and reapplied my settings. Tedious, but only needs to be done once.

    There is whitespace in this config name in options-generic.php line 147
    <input name=”wpm_options_
    update[cache_interval]”
    Change so that this becomes
    <input name=”wpm_options_update[cache_interval]”

    Thanks Edgaras for this repair ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP Minify] BUG – Cant change Cache Expires Seconds’ is closed to new replies.