Where the seconds actually go
Upload queues are the slow part of “online” tools
A typical web collage asks you to send 20 MB of JPEGs to a region, wait for thumbnails, then wait again for a render worker. On a mediocre connection that is the whole afternoon. Collage Studio reads files from disk into blob URLs and draws them in the page. There is no render farm. That is why a two-picture 1:1 board can be done before a cloud editor finishes hashing the first upload. It is also why we do not call it one-click: you still choose a ratio, glance at focus, and hit Save.
What still takes time on your machine
html2canvas walks the DOM at 2×. Sixteen full-resolution iPhone photos can stall a low-RAM Android tab or a Safari session that already has twenty other pages open. Compress overweight sources first if you only need a social tile — the compressor spoke exists for that. HEIC conversion is another extra hop; do it once, then work from JPG/PNG. If the tab freezes, split the set. Speed is a property of the device, not a server SLA we can put a badge on.
A short path when the post is due in five minutes
Multi-select the handful of frames that tell the story (four beats nine). Stay on 1:1 if the destination is a feed tile. Accept the default layout for that count instead of browsing every clip-path. Pan only the cell that crops a face. Export JPG. That ritual is the “instant” workflow: fewer decisions, not a hidden AI arranger. Auto-fit to cells is object-fit cover — a CSS default, not a model choosing your best smile.