Alternative to Wp-minify
I have been looking for a solution to using to
wp-minify but cant get it to work, probably has some conflict with my other plugins.. but i still wanted to minify them to get the site running faster.
here is my alternative solution. (before doing this backup first!)
1. install
http://code.google.com/speed/page-speed/download.htmlpagespeed for firefox
2. run page speed and get your Page Speed Score
3. under the score, they will have recommendation on how to speed up your site.
4. click the minify css
this is what it looks like. notice the see the optimized version or save as option at the end.
# Minifying
http://www.yourdomain.com/wp-content...ress/style.css could save 2.3KiB (7% reduction). See optimized version or Save as.
# Minifying
http://www.yourdomain.com/wp-content...styles/red.css could save 232B (8% reduction). See optimized version or Save as.
5. there are other options to speed up the site (minify javascript, minify html, optimize html, etc.) but proceed with caution! since the structure of classipress is different and copying or changing your files may lead to a broken site.
I have only implemented the minify css and javascript and it works for me so far, if you are unsure of what you are doing pls stay away from this.
Last edited by togitron; December 21st, 2010 at 07:31 PM.
Reason: fixing url