Cloudflare\Zone\Settings::polish PHP Method

polish() public method

Basic + JPEG (Lossy): Further reduce the size of JPEG files for faster image loading. Larger JPEGs are converted to progressive images, loading a lower-resolution image first and ending in a higher-resolution version. Not recommended for hi-res photography sites.
public polish ( string $zone_identifier )
$zone_identifier string API item identifier tag
    public function polish($zone_identifier)
    {
        return $this->get('zones/' . $zone_identifier . '/settings/polish');
    }