nextcloud/apps/theming/lib
Lukas Reschke 73bc108451
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-27 21:02:08 +02:00
..
Controller Increase theming performance 2016-08-27 21:02:08 +02:00
Settings Theming: Add preview for login screen 2016-08-26 12:08:12 +02:00
ThemingDefaults.php Use the lazy root to make tests pass 🙈 2016-08-24 09:52:05 +02:00
Util.php Fix tests 2016-07-28 17:49:08 +02:00