nextcloud/apps/theming/lib
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 Require a ThemingDefaults class again 2016-08-24 13:25:26 +02:00
ThemingDefaults.php rename remaining occurences of OCA/Theming/Template 2016-08-16 21:09:46 +02:00
Util.php Fix tests 2016-08-03 09:14:52 +02:00