Skip to content
Commit a6911eb8 authored by Peter Wu's avatar Peter Wu
Browse files

Lazy load export image, halving the startup time

Conversion of a pixmap to a data URI is quite expensive. On my Skylake
laptop (i7-6500HQ), it took one second to start. A perf trace showed
that 65% of the time was spent in ExportManager::pixmapDataUri.

REVIEW: 129167
parent 12449808
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment