← Back to team overview

ubuntu-touch-coreapps-reviewers team mailing list archive

[Merge] lp:~gang65/ubuntu-clock-app/ubuntu-clock-reduce-image-size into lp:ubuntu-clock-app

 

The proposal to merge lp:~gang65/ubuntu-clock-app/ubuntu-clock-reduce-image-size into lp:ubuntu-clock-app has been updated.

Description changed to:

Reduce size of images (with tinypng.com) to decrease click image size (LP: #1492057)

Graphics directory size was reduced from 191 kB to 91kB.
I don't observed any visual differences.

I checked how reduce PNG size impacts performace with QML Profiler. 
For ClockCircle.qml with optimized png files and without.

Not optimized PNG files:
QtQuick/Loader Background: 2.554ms
QtQuick/Image Inner Clock: 4.921ms

Optimized PNG files:
QtQuick/Loader Background: 1,246ms
QtQuick/Image Inner Clock: 2.347ms

I repeated tests several times, and the results are similar.


For more details, see:
https://code.launchpad.net/~gang65/ubuntu-clock-app/ubuntu-clock-reduce-image-size/+merge/270229
-- 
Your team Ubuntu Clock Developers is requested to review the proposed merge of lp:~gang65/ubuntu-clock-app/ubuntu-clock-reduce-image-size into lp:ubuntu-clock-app.


References