Chrome Performance Repros

Minimal reproductions for debugging and performance auditing.

Data URL Download

Permanent memory usage in the browser process when downloading a 100MB file via a data: URL

Large Blob

Memory usage in the browser process via a Blob

Dexie Connection Leak

Leaking IndexedDB connections in the browser when creating Dexie objects and not explicitly closing them

Dexie BFCache

Demonstrating that open IndexedDB connections don't block BFCache unless there is a conflict

outerHTML Memory Bloat

Memory bloat due to high-frequency outerHTML calls on a large DOM without proper V8 external memory accounting