I agree with you, but I dont think users are going to do it passively. To be honest... the way this SHOULD be done is via a server admin in bash. Dig through the logs with grep to find 404s, and narrow it down so you can see only files with image extensions, then filter it through awk or cut to only show filenames and which post# they are from and sort that into a list of which posts have missing images. You could then parse that via the db to find which of those posts are an OP vs a reply and that final list, after ~10 minutes of bash tinkering (or 3 minutes if you use AI to help you) would be a list of all OPs with images that do not load.