Hey guys,

I was wondering how you guys are dealing with cache/optimizations on your development machine, between drupal cache, panels cache, browser cache and other css/js compression settings etc.. I've found it difficult to deal with all of them.
I have a feature/module that deal with production settings so i can develop without annoying production settings (css/js compression, drupal cache,  theme registry, devel settings among others...) and revert them back on production when the new release is online. Problem is i can't find a way to deal with panels cache.

The question is: how can i find a way to disable panels cache easily while on a dev environment ? (using drush cc or emptying the cache with devel is still a pain)
How do you guys are doing it ?

Thank you !