Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable10] theming performance #1126

Merged
merged 2 commits into from Aug 29, 2016
Merged

Commits on Aug 29, 2016

  1. 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.
    LukasReschke committed Aug 29, 2016
    Copy the full SHA
    d4d90a0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    49da526 View commit details
    Browse the repository at this point in the history