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
Comment #1
mikeytown2 commentedThat 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
Comment #2
imadalin commentedcheck to see if you really get jsmin extension loaded. this isn't a issue of the module as it works as should.
Comment #3
mikeytown2 commentedGoing to close this issue.