I am using ob_start()/ob_flush() to, hopefully, give me some progress during a long import operation.
ob_start()
ob_flush()
Here is a simple outline of what I\'m
Add this line
header("X-Accel-Buffering: no");
worked for me.