__( 'Highest (no readability, smallest size)', 'w3-total-cache' ), 'high_compression' => __( 'High (moderate readability, smaller size)', 'w3-total-cache' ), 'default' => __( 'Standard (balance between readability and size)', 'w3-total-cache' ), 'low_compression' => __( 'Low (higher readability)', 'w3-total-cache' ), ); $optimise_shorthands_values = array( 0 => __( 'Don\'t optimise', 'w3-total-cache' ), 1 => __( 'Safe optimisations', 'w3-total-cache' ), 2 => __( 'Level II optimisations', 'w3-total-cache' ), 3 => __( 'All optimisations', 'w3-total-cache' ), ); $case_properties_values = array( 0 => __( 'None', 'w3-total-cache' ), 1 => __( 'Lowercase', 'w3-total-cache' ), 2 => __( 'Uppercase', 'w3-total-cache' ), ); $merge_selectors_values = array( 0 => __( 'Do not change anything', 'w3-total-cache' ), 1 => __( 'Only seperate selectors (split at ,)', 'w3-total-cache' ), 2 => __( 'Merge selectors with the same properties (fast)', 'w3-total-cache' ), ); $csstidy_template = $this->_config->get_string( 'minify.csstidy.options.template' ); $optimise_shorthands = $this->_config->get_integer( 'minify.csstidy.options.optimise_shorthands' ); $case_properties = $this->_config->get_integer( 'minify.csstidy.options.case_properties' ); $merge_selectors = $this->_config->get_integer( 'minify.csstidy.options.merge_selectors' ); ?>