this is generally because there is javascript that changes a lot (e.g. a serversid-genearated timestamp in javascript). best approach would be to disable JS optimization and then check what javascript is changing a lot. once you have the culprit, you can re-activate JS optimization while excluding the offending JS.
hope this helps,
frank