Hello Dynamicweb and partners
We are trying to figure out how to handle images from our customers, currently when rendering images through the getimage.ashx handler we get terrible scores on pagespeed.
Most images are shown as png's and if we use jpeg instead alot of the issues disappear however the images dont look nearly as nice.
- Compressing https://.dk/…e95_new.png&width=2100&height=574&crop=0 could save 256.7KiB (24% reduction).
- Compressing https://.dk/…utrade2.png&width=2100&height=574&crop=0 could save 223.6KiB (14% reduction).
- Compressing https://.dk/…kommen2.png&width=2100&height=574&crop=0 could save 182.5KiB (11% reduction).
- Compressing https://.dk/…nDK1801.png&width=2100&height=574&crop=0 could save 176.3KiB (16% reduction).
- Compressing https://.dk/…onepro2.png&width=2100&height=574&crop=0 could save 143.3KiB (11% reduction)
Is this a problem with the imagehandler (google changed some parameters?) or with the images themself?
Do you have any guidelines for using getimage handler with google pagespeed to get proper results?