| 31 | We hear from Facebook and others that they want to achieve 60 fps, and find that image decoding is a major bottleneck. |
| 32 | * Perhaps have a heuristic that if an image is large, we eagerly decode? |
| 33 | * Can we break up rendering across multiple frames and allow partially-decoded images to be displayed as retrieved? |
| 34 | * Could sites use progressive JPEGs? |
| 35 | * Would like a way to opt-in to doing the image decoding on a background thread? |
| 36 | * Perhaps a new <img> property that says "decode on background thread", and perhaps a way to be notified when decoding is complete. |