nextcloud/apps/theming/tests
Lukas Reschke d4d90a0b84
Increase theming performance
1. Set proper caching headers (`Pragma: cache`)
2. Resize image proportionally to a max size of 1920px
3. Store images with progressive mode

This resizes a previous 2.8 MB picture to 300kb and makes it rendering going down from 11 seconds to less than 1 here. And future requests won't have to download the file newly.
2016-08-29 12:18:57 +02:00
..
Controller Increase theming performance 2016-08-29 12:18:57 +02:00
Settings Use MockBuilder instead of createMock 2016-08-16 21:10:47 +02:00
ThemingDefaultsTest.php fix theming tests 2016-08-16 21:09:54 +02:00
UtilTest.php Fix tests 2016-08-03 09:14:52 +02:00