Closed
Description
components/console/helpers/progresshelper.rst currently says this:
For performance reasons, be careful to not set the total number of steps
to a high number. For example, if you're iterating over a large number
of items, consider a smaller "step" number that updates on only some
iterations
But ProgressHelper::setRedrawFrequency()
exists (in 2.2, possibly before), which seems to do this for you.