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

Incorrectly serving webp when handling multiple requests at same time #51

Closed
jeroendegroot opened this issue Feb 26, 2019 · 4 comments
Closed

Comments

@jeroendegroot
Copy link

jeroendegroot commented Feb 26, 2019

We are getting webp image served in IE when the same image is also served at the same time to a browser which does support webp. I have uploaded a video of this behavior here
Here some additional information:

  • Using Dianoga.Strategy.GetMediaStreamSync.config
  • Disabled svg
  • Using version 4.0.0 and added parameter description="extension" name="extension" to protectedMediaQueryParameters
@kamsar
Copy link
Owner

kamsar commented Feb 26, 2019 via email

@jeroendegroot
Copy link
Author

Update in case this is helpful for someone else. This issue does not occur with the mediacache disabled. WebP provides some big performance improvements in our site. Since a CDN is being used I decided to turn off the media cache. Not the best solution but it ensures we can use WebP.

@alex-nanai
Copy link

This one fixed for me by applying protectedMediaQueryParameters as described in:
#49 (comment)

@markgibbons25
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants