=== Autoptimize === Contributors: futtta, turl Tags: css, html, javascript, js, optimize, speed, cache, data-uri, aggregate, minimize, performance, pagespeed, booster, multisite Requires at least: 2.7 Tested up to: 3.6 Stable tag: 1.6.3 Autoptimize speeds up your website and helps you save bandwidth by aggregating and minimizing JS and CSS. == Description == Autoptimize makes optimizing your site really easy. It concatenates all scripts and styles, minifies and compresses them, adds expires headers, caches them, and moves styles to the page head, and scripts to the footer. It also minifies the HTML code itself, making your page really lightweight. If you consider performance important, we recommend the use of a caching-plugin such as e.g. [WP Super Cache](http://wordpress.org/extend/plugins/wp-super-cache/) or [HyperCache](http://wordpress.org/extend/plugins/hyper-cache/) as well. == Installation == 1. Upload the `autoptimize` folder to to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Go to `Settings -> Autoptimize` and enable the options you want. Generally this means "Optimize HTML/CSS/JavaScript", but if you experience problems you might want to disable some. == Frequently Asked Questions == = What does the plugin do to help speed up my site? = It concatenates all scripts and styles, minifies and compresses them, adds expires headers, caches them, and moves styles to the page head, and scripts to the footer. It also minifies the HTML code itself, making your page really lightweight. = Will this work with for my blog? = Yes, most of the time, but there will always be exceptions. Although Autoptimize goes through great lengths to work with as many themes and plugins possible, there undoubtably are circumstances in which Autoptimize will not work to the full extent (full HTML, JS and CSS optimization). See "Troubleshooting" below for info on how to proceed if you encounter issues. = Compatibility with WP SlimSat = There have been reports of sightings of javascript errors when using Autoptimize together with WP SlimStat. Both [Camu (WP SlimStat developer)](http://profiles.wordpress.org/coolmann/) and I have installed both plugins on test-environments and [found no proof of such incompatibility](http://wordpress.org/support/topic/dropdown-menus-dont-work-when-slimstat-is-enabled?replies=14#post-4086894). Our common conclusion is that there are rare cases in which yet another theme or plugin's JavaScript are triggering these errors. If you do encounter JavaScript-errors when you have both WP SlimStat and Autoptimize installed, add "SlimStatParams, wp-slimstat.js" in the "Exclude scripts from autoptimize:" option on the admin-page and all should be well. = Configuring & Troubleshooting Autoptimize = After having installed and activated the plugin, you'll have access to an admin page where you can to enable HTML, CSS and JavaScript optimization. According to your liking, you can start of just enabling all of them, or if you're more cautious one at a time. If your blog doens't function normally after having turned on Autoptimize, here are some pointers to identify & solve such issues: * In case your blog looks weird, i.e. when the layout gets messed up, there is problem with CSS optimization. In this case you can turn on the option "Look for styles on just head?" and see if that solves the problem. * In case some functionality on your site stops working (a carroussel, a menu, the search input, ...) you're likely hitting JavaScript optimization trouble. Enable the option "Look for scripts only in head?" and try again. Alternatively -for the technically savvy- you can exclude specific scripts from being treated (moved and/ or aggregated) by Autoptimize by adding a string that will match the offending Javascript. Identifying the offending JavaScript and choosing the correct exclusion-string can be trial and error, but in the majority of cases JavaScript optimization issues can be solved this way. * If you can't get either CSS or JS optimization working, you can off course always continue using the other two optimization-techniques. * If you tried the troubleshooting tips above and you still can't get CSS and JS working at all, you can ask for support on the [WordPress Autoptimize support forum](http://wordpress.org/support/plugin/autoptimize). See below for a description of what information you should provide in your "trouble ticket" = Where can I report an error? = You can report problems on the [wordpress.org support forum](http://wordpress.org/support/plugin/autoptimize), or [contact the maintainer using this contact form](http://blog.futtta.be/contact/). = What information should I include when requesting support = * A description of the problem, including screenshots and information from your browser's Error/ debug console * URL of your blog (you can turn Autoptimize off, but should be willing to turn it briefly on to have the error visible) * your Autoptimize settings (including a description of changes you made to the configuration to try to troubleshoot yourself) * the Theme used (including the Theme's download link) * optionally plugins used (if you suspect one or more plugins are raising havoc) == Changelog == = 1.6.3 = * fix for IE-hacks with javascript inside, causing javascript breakage (as seen in Sampression theme) as reported by [Takahiro of hiskip.com](http://www.hiskip.com/wp/) * fix for escaping problem of imported css causing css breakage (as seen in Sampression theme) as reported by Takahiro as well * fix to parse imports with syntax @import 'custom.css' not being parsed (as seen in Arras theme), again as reported by Takahiro * fix for complex media types in media-attribute [as reported by jvwisssen](http://wordpress.org/support/topic/autoptimize-and-media-queries) * fix for disappearing background-images that were already datauri's [as reported by will.blaschko](http://wordpress.org/support/topic/data-uris) * fix not to strip out comments in HTML needed by WP Super Cache or W3 Total Cache (e.g. mfunc) * added check to clean cache on upgrade * updated FAQ in readme with information on troubleshooting and support * tested with WordPress 3.6 beta = 1.6.2 = * Yet another emergency bugfix I'm afraid: apache_request_headers (again in config/delayed.php) is only available on ... Apache (duh), breaking non-Apache systems such as ngnix, Lighttpd and MS IIS badly. Reported by multiple users, thanks all! = 1.6.1 = * fixed stupid typo in config/delayed.php which broke things badly (april fools-wise); strpos instead of str_pos as reported by Takahiro. = 1.6.0 = * You can now specify scripts that should not be Autoptimized in the admin page. Just add the names (or part of the path) of the scripts in a comma-seperated list and that JavaScript-file will remain untouched by Autoptimize. * Added support for ETag and LastModified (essentially for a better pagespeed score, as the files are explicitely cacheable for 1 year) * Autoptimizing for logged in users is enabled again * Autoptimize now creates an index.html in wp-content/cache/autoptimize to prevent snooping (as [proposed by Chris](http://blog.futtta.be/2013/01/07/adopting-an-oss-orphan-autoptimize/#li-comment-36292)) * bugfix: removed all deprecated functions ([reported by Hypolythe](http://wordpress.org/support/topic/many-deprecated-errors) and diff by Heiko Adams, thanks guys!) * bugfix for HTTPS-problem as [reported by dbs121](http://wordpress.org/support/topic/woocommerce-autoptimizer-https-issue) * bugfix for breakage with unusual WordPress directory layout as reported by [Josef from blog-it-solutions.de](http://www.blog-it-solutions.de/). = 1.5.1 = * bugfix: add CSS before opening title-tag instead of after closing title, to avoid CSS being loaded in wrong order, as reported by [fotofashion](http://fotoandfashion.de/) and [blogitsolutions](www.blog-it-solutions.de) (thanks guys) = 1.5 = * first bugfix release by [futtta](http://blog.futtta.be/2013/01/07/adopting-an-oss-orphan-autoptimize/), thanks for a great plugin Turl! * misc bug fixes, a.o. support for Twenty Twelve theme, admin bar problem in WP3.5, data-uri breaking CSS file naming = 1.4 = * Add support for inline style tags with CSS media * Fix Wordpress top bar = 1.3 = * Add workaround for TinyMCEComments * Add workaround for asynchronous Google Analytics = 1.2 = * Add workaround for Chitika ads. * Add workaround for LinkWithin widget. * Belorussian translation = 1.1 = * Add workarounds for amazon and fastclick * Add workaround for Comment Form Quicktags * Fix issue with Vipers Video Quicktags * Fix a bug in where some scripts that shouldn't be moved were moved * Fix a bug in where the config page wouldn't appear * Fix @import handling * Implement an option to disable js/css gzipping * Implement CDN functionality * Implement data: URI generation for images * Support YUI CSS/JS Compressor * Performance increases * Handle WP Super Cache's cache files better * Update translations = 1.0 = * Add workaround for whos.among.us * Support preserving HTML Comments. * Implement "delayed cache compression" * French translation * Update Spanish translation = 0.9 = * Add workaround for networkedblogs. * Add workarounds for histats and statscounter * Add workaround for smowtion and infolinks. * Add workaround for Featured Content Gallery * Simplified Chinese translation * Update Spanish Translation * Modify the cache system so it uses wp-content/cache/ * Add a clear cache button = 0.8 = * Add workaround for Vipers Video Quicktags * Support tags without media. * Take even more precautions so we don't break urls in CSS * Support adding try-catch wrappings to JavaScript code * Add workaround for Wordpress.com Stats * Fix a bug in where the tags wouldn't move * Update translation template * Update Spanish translation = 0.7 = * Add fix for DISQUS Comment System. = 0.6 = * Add workaround for mybloglog, blogcatalog, tweetmeme and Google CSE = 0.5 = * Support localization * Fix the move and don't move system (again) * Improve url detection in CSS * Support looking for scripts and styles on just the header * Fix an issue with data: uris getting modified * Spanish translation = 0.4 = * Write plugin description in English * Set default config to everything off * Add link from plugins page to options page * Fix problems with scripts that shouldn't be moved and were moved all the same = 0.3 = * Disable CSS media on @imports - caused an infinite loop = 0.2 = * Support CSS media * Fix an issue in the IE Hacks preservation mechanism * Fix an issue with some urls getting broken in CSS = 0.1 = * First released version.