Using pturmel's BLOB module and the Perspective app on Android

You are re-using record IDs. Don't. It breaks the caching needed for performance across the entire stack (in Ignition's NQ system, in your network, and in your browser).

Instead, insert new images with new IDs. Prune old IDs as needed. Update references to the old ID to point at the new ID. Then tell your image component to refresh its URL to the new ID.