Is it possible to use this plugin just to cache data like wp_cache_get() and wp_cache_add() stuff, transilient, etc, but leave pages beint built by PHP?
In exemple, if I have a function hooked to 'wp_footer', that does some action on each page load, visits logging and statistics for exemple, is it possible to user Super Cache and leave these kind of plugins working properly?