If a raster is loaded that has a Width of Height > 8000, GdalImageProvider always creates a pyramid image even if the image itself contains overviews. This is slow and unnecessary.
The attached patch fixes this.
The attached patch fixes this.