You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pagespeed.apache.org by GitBox <gi...@apache.org> on 2020/09/11 16:22:41 UTC

[GitHub] [incubator-pagespeed-mod] eldk opened a new issue #2038: Safari 14 will support webp

eldk opened a new issue #2038:
URL: https://github.com/apache/incubator-pagespeed-mod/issues/2038


   Hello,
   
   It seems like Safari 14 will support webp.
   
   The Safari 14 Beta release note :
   
   https://developer.apple.com/documentation/safari-release-notes/safari-14-beta-release-notes
   
   ```
   Media
   New Features
   Added WebP image support.
   ```
   
   Thanks,
   
   Eric


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-pagespeed-mod] Lofesa commented on issue #2038: Safari 14 will support webp

Posted by GitBox <gi...@apache.org>.
Lofesa commented on issue #2038:
URL: https://github.com/apache/incubator-pagespeed-mod/issues/2038#issuecomment-691524020






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-pagespeed-mod] Lofesa commented on issue #2038: Safari 14 will support webp

Posted by GitBox <gi...@apache.org>.
Lofesa commented on issue #2038:
URL: https://github.com/apache/incubator-pagespeed-mod/issues/2038#issuecomment-784993379


   Well... you can configure pagespeed to serve webp to all clients.... or not.
   `pagespeed ServeRewrittenWebpUrlsToAnyAgent off;` that is the default.
   When this parameter is off, pagespeed only serve webp images to those browser that send a navigational header image/webp. If the browser don´t send ths header, no webp is served.
   I don´t know how Safari does this.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-pagespeed-mod] jmarantz commented on issue #2038: Safari 14 will support webp

Posted by GitBox <gi...@apache.org>.
jmarantz commented on issue #2038:
URL: https://github.com/apache/incubator-pagespeed-mod/issues/2038#issuecomment-785067841


   I'm trying to understand this thread. I think, as Lofessa said, that if Safari can read webp, and sends Accept:image/webp in its request header, then PageSpeed will send webp to Safari. No customization on the PageSpeed side need to be done.
   I did not understand @Poseidonas  response "Safari cannot read webp", which contradicts the premise of this issue.
   
   But in any case I don't think there's any bug here.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-pagespeed-mod] jmarantz closed issue #2038: Safari 14 will support webp

Posted by GitBox <gi...@apache.org>.
jmarantz closed issue #2038:
URL: https://github.com/apache/incubator-pagespeed-mod/issues/2038


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-pagespeed-mod] Poseidonas commented on issue #2038: Safari 14 will support webp

Posted by GitBox <gi...@apache.org>.
Poseidonas commented on issue #2038:
URL: https://github.com/apache/incubator-pagespeed-mod/issues/2038#issuecomment-784977780


   > Hello,
   > 
   > It seems like Safari 14 will support webp.
   > 
   > The Safari 14 Beta release note :
   > 
   > https://developer.apple.com/documentation/safari-release-notes/safari-14-beta-release-notes
   > 
   > ```
   > Media
   > New Features
   > Added WebP image support.
   > ```
   > 
   > Thanks,
   > 
   > Eric
   
   Great news! 
   
   @Lofesa  The pagespeed can server webp to any client but the problem is that the Safari cannot read webp. In other words you have to enable the UserAgent Append to ensure that your users can see your webp content successfully --as jpeg ofc and NOT as webp. 
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-pagespeed-mod] Lofesa commented on issue #2038: Safari 14 will support webp

Posted by GitBox <gi...@apache.org>.
Lofesa commented on issue #2038:
URL: https://github.com/apache/incubator-pagespeed-mod/issues/2038#issuecomment-691524020


   As far as I can see, Safari UA is not blacklisted for webp, so if the browser send image/webp as a navigational header, pagespeed will send the webp image


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-pagespeed-mod] Lofesa commented on issue #2038: Safari 14 will support webp

Posted by GitBox <gi...@apache.org>.
Lofesa commented on issue #2038:
URL: https://github.com/apache/incubator-pagespeed-mod/issues/2038#issuecomment-691524020






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org