3 | | The tricky part there is knowing which images are actually needed. Waiting until they are requested |
| 3 | The tricky part there is knowing which images are actually needed. Waiting until they are requested probably requires `.htaccess` changes, which while possible, will not work for all setups. We might be able to improve on that, perhaps we can combine some knowledge from the block editor (and its breakpoint driven previews) to derive the images we expect to need. |
| 4 | |
| 5 | What do you see as the main problem with pre-emptively generating all sizes, primarily a storage concern? Certainly something to consider, but challenging to build in a way that works across WordPress installs. |