Currently, some otherwise simple pages struggle to load on devices with very small memory or slow network adaptor due to the size of images on the page. Currently, WebOne has the capability to call ImageMagick to re-encode JPEG format images with a lower quality setting, but this only solves the transit problem, as they will once again take up large amounts of memory once they are decoded by the browser for display. It would be nice to detect images higher than a certain pixel resolution and then down-scale them in addition to re-encoding images with low-quality JPEG encoding.
Currently, some otherwise simple pages struggle to load on devices with very small memory or slow network adaptor due to the size of images on the page. Currently, WebOne has the capability to call ImageMagick to re-encode JPEG format images with a lower quality setting, but this only solves the transit problem, as they will once again take up large amounts of memory once they are decoded by the browser for display. It would be nice to detect images higher than a certain pixel resolution and then down-scale them in addition to re-encoding images with low-quality JPEG encoding.