![]() |
Images not recognised for "Compress Images" - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: WebPagetest (/forumdisplay.php?fid=7) +--- Forum: Bugs/Issues (/forumdisplay.php?fid=10) +--- Thread: Images not recognised for "Compress Images" (/showthread.php?tid=12535) |
Images not recognised for "Compress Images" - greenjobs - 09-09-2013 05:34 PM Hi, we just switched our hosting service provider a few days ago and I was now testing our site again. I noticed that most often (but not always), the "Compress Images" score is missing (i.e. "N/A"), though the page does have a number of images and they are delivered by the Apache webserver with the correct content-type: image/* You can see an example here: http://www.webpagetest.org/result/130909_RS_6FE/ What could be the reason for this behaviour - and is this a problem only for the score in webpagetest.org or would that somehow affect real-world users? Thanks for any ideas, suggestions. RE: Images not recognised for "Compress Images" - pmeenan - 09-10-2013 01:08 AM WebPagetest only looks at JPEGs right now (for lossy optimization) and doesn't do anything for png's or gif's which is why you are seeing it not detect your static images. RE: Images not recognised for "Compress Images" - greenjobs - 09-10-2013 05:50 PM (09-10-2013 01:08 AM)pmeenan Wrote: WebPagetest only looks at JPEGs right now (for lossy optimization) and doesn't do anything for png's or gif's which is why you are seeing it not detect your static images.That makes sense! If this behaviour stays for longer, maybe the Glossary for Compress Images could be updated. It currently reads: Code: What is checked Anyway: Many thanks for the quick explanation!!! RE: Images not recognised for "Compress Images" - pmeenan - 09-13-2013 06:05 AM Thanks, just went and fixed the glossary. |