Comment 5 for bug 1585285

Revision history for this message
Olivier Tilloy (osomon) wrote :

I finally got around to doing some profiling on actual touch devices, and the expensive operation was instantiating images synchronously for grid delegates. Doing it asynchronously speeds up the grid view creation significantly.