We have a large number of binary assets (eg. PNG files) in Git LFS. When we add/remove/move these assets, it can take a substantial amount of time (>30 seconds) and memory (>3GB) to load a BitBucket pull request in Chrome. This is seemingly due to the image preview shown in the pull requests.
For example: Consider a change that renames a folder containing 100 PNG images. Viewing the preview of those images in Bitbucket doesn't provide any real value in that case.
Is there any way to turn off asset previews in Bitbucket pull requests? We only wish to see code changes in our pull requests.
Thanks!