ADC CLI Commands

feo-parameter

The following operations can be performed on “feo-parameter”:

unset set show

unset feo parameter

Use this command to remove feo parameter settings.Refer to the set feo parameter command for meanings of the arguments.

Synopsis

unset feo parameter [-JpegQualityPercent] [-cssInlineThresSize] [-jsInlineThresSize] [-imgInlineThresSize]

set feo parameter

Configure front end optimization parameters.

Synopsis

set feo parameter [-JpegQualityPercent ] [-cssInlineThresSize ] [-jsInlineThresSize ] [-imgInlineThresSize ]

Arguments

JpegQualityPercent The percentage value of a JPEG image quality to be reduced. Range: 0 - 100 Default value: 75 Minimum value: 0 Maximum value: 100

cssInlineThresSize Threshold value of the file size (in bytes) for converting external CSS files to inline CSS files. Default value: 1024 Minimum value: 1 Maximum value: 2048

jsInlineThresSize Threshold value of the file size (in bytes), for converting external JavaScript files to inline JavaScript files. Default value: 1024 Minimum value: 1 Maximum value: 2048

imgInlineThresSize Maximum file size of an image (in bytes), for coverting linked images to inline images. Default value: 1024 Minimum value: 1 Maximum value: 2048

Example

set feo param -JpegQualityPercent 80 -cssInlineThresSize 1024 -jsInlineThresSize 1024 -imgInlineThresSize 1024

show feo parameter

Display front end optimization parameters

Synopsis

show feo parameter

Arguments

Output

JpegQualityPercent The percentage value of a JPEG image quality to be reduced. Range: 0 - 100

cssInlineThresSize Threshold value of the file size (in bytes) for converting external CSS files to inline CSS files.

jsInlineThresSize Threshold value of the file size (in bytes), for converting external JavaScript files to inline JavaScript files.

imgInlineThresSize Maximum file size of an image (in bytes), for coverting linked images to inline images.

builtin Specify the builtin flags for - set feo param.

feature The feature to be checked while applying this config

Example

show feo param

feo-parameter