Yeah, plenty. E.g. http://perlovs.com/2015/02/italiya-mini/
Regards,
Mikhail Perlov
Sent from mobile
Got a link? With 6 banner images I still get 93%.What counts is what the browser sees.
--
You received this message because you are subscribed to a topic in the Google Groups "pagespeed-insights-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/pagespeed-insights-discuss/-3w9jyBHNQY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to pagespeed-insights-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pagespeed-insights-discuss/a86628a9-98d8-4a93-bc87-27ac083b705d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I know that page is not w3c compliant. But before I've implemented srcset the mobile score was much higher. BTW desktop score is still more than 80.
I use WordPress as a backend and picturefill 2 with img notation.
Regards,
Mikhail Perlov
Sent from mobile
--
You received this message because you are subscribed to a topic in the Google Groups "pagespeed-insights-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/pagespeed-insights-discuss/-3w9jyBHNQY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to pagespeed-insights-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pagespeed-insights-discuss/a26ef88c-3144-44d1-8a6a-00e887a4bbeb%40googlegroups.com.
Fallback is a must for srcset.Regards.
--
You received this message because you are subscribed to a topic in the Google Groups "pagespeed-insights-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/pagespeed-insights-discuss/-3w9jyBHNQY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to pagespeed-insights-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pagespeed-insights-discuss/c842e74e-2934-4dce-9a7d-973aa90b2341%40googlegroups.com.
Make your failover image the large one. Your images have to validate for things to work properly.The rotating banner images on my site use the picture element with large images for failover. http://www.intercepteft.com
--
You received this message because you are subscribed to a topic in the Google Groups "pagespeed-insights-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/pagespeed-insights-discuss/-3w9jyBHNQY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to pagespeed-insights-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pagespeed-insights-discuss/be54afa3-dc19-4ef7-9dce-179f99c4f45a%40googlegroups.com.
<img alt="text" sizes="100vw"
src="image_medium.jpg"
srcset="image_enormous.jpg 4000w,
image_huge.jpg 3000w,
image_large.jpg 2000w,
image_medium.jpg 1500w,
image_small.jpg 1000w,
image_tiny.jpg 500w">