I've installed the extension using the instructions on the site: http://www.ypass.net/software/php_jsmin/
and I added extensions=jsmin.so to my php.ini
I restarted apache, but then what?

I do not have the option the select the JSMin PHP Extension, and it still says I can speed things up by adding it.

Comments

mikeytown2’s picture

Component: JS Compression » Code
Issue summary: View changes

That option only exists if the function jsmin() exists. If that function does not exist then the extension is not being loaded by PHP. If your running on PHP 5.4 or higher you can use https://github.com/sqmk/pecl-jsmin

imadalin’s picture

check to see if you really get jsmin extension loaded. this isn't a issue of the module as it works as should.

mikeytown2’s picture

Status: Active » Closed (works as designed)

Going to close this issue.