Suggestion for improvement, add enable gzip option and you will be golden!
I believe you’re on nginx so you won’t notice, but when on apache cache/autoptimize/.htaccess tells apache to gzip.
When you disable ‘static file delivery’ (last option), your autoptimized-files will automatically be gzipped as well (by php), even when not on Apache 🙂
hope this clarifies,
frank
Great bud , thnx much for clarifying!
I hope you dont mind this one,
everything is perfect but the wait time for the first time pageload is bit slower which is understandable , what I did on my joomla cache plugin ( it resembles your 99% ) was a scan pages button that lets admin scan all menu pages via ajax and this way initiates and eliminates that first time load
Process is very simple , get all menu url’s loop and open those pages via ajax
here it is in action http://screencast.com/t/5L8bpAH5
It would be great if you would have time to add something like this.