Evening W3 total cache guru's!
I'm planning on extending a plugin of mine with functionality that needs to parse the full html before it's being sent to the browser and Output buffering clearly is the way to go here. But as W3 Total Cache uses ob_start as well, I'm looking for clues on how to avoid any conflict with it. Any documentation available I could use, or just some sound advice?
http://wordpress.org/extend/plugins/w3-total-cache/
I think you might need to do some manual editing to get this sorted. Or learn more about ob_start callback stuff.
@futtta, did you get your answer?
@frederick; no, not yet, any info you can provide me with is much appreciated :-)
There's not really going to be any way to make things compatible except for excluding certain pages from being cached by W3TC unfortunately.