Aviso: ob_end_flush (): no se pudo enviar el búfer de la compresión de salida de ZLIB (1) en

remove_action( 'shutdown', 'wp_ob_end_flush_all', 1 );
add_action( 'shutdown', function() {
   while ( @ob_end_flush() );
} );
Victorious Vole