Quick question... I've had pagespeed installed in my apache server for around 5 years and never had a complaint.. it's great at everything it does. Recently, i've found myself wanting to classify the images a little deeper using the metadata that's stored in the images but later found out that pagespeed strips away all meta info as part of it's image optimization process. I did find a setting - data-pagespeed-no-transform - which if inserted in the html, it would prevent this action.. but i'm wondering if there's a way to configure this on the server side as a global setting of some sort. Any input or help would be greatly appreciated!
If I had to hazard a guess you can remove or comment out this filter ModPagespeedEnableFilters strip_image_meta_data That is about half way down this page https://developers.google.com/speed...ence-image-optimize#strip_image_color_profile hope that helps, Nigel