This is my WordPress plugin which will help you make your Website more quick. It can grouping and packing Java Scripts and CSS. Also it makes fewer HTTP requests.
Download
http://wordpress.org/extend/plugins/js-css-script-optimizer/
Features
- Combine several scripts into the single file (to minimize http requests)
- Pack scripts using Dean Edwards’s JavaScript Packer
- You can move all JavaScripts to the bottom
- Combine all CSS scripts into the single files (with grouping by “media”)
- Pack CSS files (remove comments, tabs, spaces, newlines)
- Ability to include JavaScript and CSS files
- If any script fails and shows error you can add it to exclude list
Usage Recommendations:
- This Plugin processes only those scripts that are included properly (using “wp_enqueue_script” or “wp_enqueue_style” function)
- Uploads directory should be writable
- Read How to properly add CSS in WordPress





I must be doing something wrong, ‘cos when refering to anything in my included js scripts I get “ReferenceError: Can’t Find variable XX”
Looks like this JS use global variables. You can try add to exclude list in the JS & CSS Script Optimizer Settings page.
I am working on a project for a client, and when I remove this plug-in from their wordpress blog, scripts such as their jquery slider on the home page will stop working. Is there a proper method to disable any changes this plug-in has made so that I can safely remove it?
Please clear cache in your WordPress and browser.
Could you recommend a plugin that works well with gzip(-ping) the files? I tried force gzip and it wasn’t really compatible.
thanks for creating this awesome plugin I will use it on my blogs to reduce my page load time.
Hi Evgeniy, does this plugin rewrite any basic files or .htaccess?
Is uninstall – just in case – easy?
Are you planning a plugin update anytime soon?
Thanks indeed for your work.
- No
- You should just clear HTML cache, if you have caching enabled