bobbingwide / oik-batch

Batch interface to WordPress
https://www.oik-plugins.com/oik-plugins/oik-batch
GNU General Public License v2.0
0 stars 0 forks source link

Need to disable W3 Total Cache output buffering #29

Open bobbingwide opened 5 years ago

bobbingwide commented 5 years ago

When running oik-batch in an environment where W3 Total Cache is activated the output written using echo is not displayed until the whole routine ends. This makes it very difficult to see any prompts.

Explanation

W3 Total Cache adds its own output buffering. W3TC\Generic_Plugin::ob_callback

Workaround

Deactivate W3 Total Cache