ltm profile web-accelerationΒΆ

ltm profile web-acceleration(1) 		  BIG-IP TMSH Manual		      ltm profile web-acceleration(1)

NAME
       web-acceleration - Configures a Web Acceleration profile.

MODULE
       ltm profile

SYNTAX
       Configure the web-acceleration component within the ltm profile module using the syntax shown in the following
       sections.

   CREATE/MODIFY
	create web-acceleration [name]
	modify web-acceleration [name]
	  options:
	    app-service [[string] | none]
	    cache-aging-rate [integer]
	    cache-client-cache-control-mode [all | max-age | none]
	    cache-insert-age-header [disabled | enabled]
	    cache-max-age [integer]
	    cache-max-entries [integer]
	    cache-object-max-size [integer]
	    cache-object-min-size [integer]
	    cache-size [integer]
	    cache-uri-exclude
	      [add | delete | replace-all-with] {
		[URI] ...
	    }
	    cache-uri-exclude none
	    cache-uri-include
	      [add | delete | replace-all-with]{
		[URI] ...
	    }
	    cache-uri-include .*
	    cache-uri-include-override
	      [add | delete | replace-all-with]{
		[URI] ...
	    }
	    cache-uri-include-override none
	    cache-uri-pinned
	      [add | delete | replace-all-with] {
		[URI] ...
	    }
	    cache-uri-pinned none
	    defaults-from [ [name] | none]
	    description [string]

	edit web-acceleration [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

	reset-stats web-acceleration
	reset-stats web-acceleration [ [ [name] | [glob] | [regex] ] ... ]

   DISPLAY
	list web-acceleration
	list web-acceleration [ [ [name] | [glob] | [regex] ] ... ]
	show running-config web-acceleration
	show running-config web-acceleration [ [ [name] | [glob] | [regex] ]
						 ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line
	    partition

	show web-acceleration
	show web-acceleration [ [ [name] | [glob] | [regex] ] ... ]
	   options:
	     (default | exa | gig | kil | meg | peta | raw | tera | yotta | zetta)
	     field-fmt
	     global

   DELETE
	delete web-acceleration [name]

DESCRIPTION
       You can use the web-acceleration component to create, modify, display, or delete an Web Acceleration profile.

       The BIG-IP(r) system installation includes the following default Web Acceleration-type profiles:

       web-acceleration
       optimized-caching
       optimized-acceleration

       The default Web Acceleration profile contains values for properties related to managing WA Cache.

       You can create a new Web Acceleration-type profile using an existing profile as a parent profile, and then you
       can change the values of the properties to suit your needs.

EXAMPLES
       create web-acceleration my_wa_profile defaults-from web-acceleration

       Creates a custom Web Acceleration profile named my_wa_profile that inherits its settings from the system
       default Web Acceleration profile.

OPTIONS
       app-service
	    Specifies the name of the application service to which the profile belongs. The default value is none.
	    Note: If the strict-updates option is enabled on the application service that owns the object, you cannot
	    modify or delete the profile. Only the application service can modify or delete the profile.

       cache-aging-rate
	    Specifies how quickly the system ages a cache entry. The aging rate ranges from 0 (slowest aging) to 10
	    (fastest aging). The default value is 9.

       cache-client-cache-control-mode
	    Specifies which cache disabling headers sent by clients the system ignores. The default value is all.

       cache-insert-age-header
	    When enabled, inserts Age and Date headers in the response. The default value is enabled.

       cache-max-age
	    Specifies how long the system considers the cached content to be valid. The default value is 3600
	    seconds.

       cache-max-entries
	    Specifies the maximum number of entries that can be in the WA cache. The default value is 10000.

       cache-object-max-size
	    Specifies the largest object that the system considers eligible for caching. The default value is 50000
	    bytes.

       cache-object-min-size
	    Specifies the smallest object that the system considers eligible for caching. The default value is 500
	    bytes.

       cache-size
	    Specifies the maximum size, in megabytes, for the WA cache. When the cache reaches the maximum size, the
	    system starts removing the oldest entries. The default value is 100 megabytes.

       cache-uri-exclude
	    Configures a list of Uniform Resource Identifiers (URIs) to exclude from the WA Cache. The default value
	    is none and specifies that no URI will be excluded.

       cache-uri-include
	    Configures a list of URIs that are cacheable. The default value is .* and specifies that all URIs are
	    cacheable.

       cache-uri-include-override
	    Configures a list of URIs that should be cached in the WA cache even though they would normally not be
	    cached due to constraints defined by cache-object-max-size or others. The default value is none. URIs on
	    the cache-uri-include-override list are cacheable even if they are not on the cache-uri-include list.

       cache-uri-pinned
	    Configures a list of URIs that are kept in the WA cache regardless their max-age or expiry settings. The
	    default value is none. URIs on the cache-uri-pinned list are cacheable even if they are not on the cache-
	    uri-include list.

       defaults-from
	    Configures the profile that you want to use as the parent profile. Your new profile inherits all settings
	    and values from the parent profile specified. The default value is webacceleration.

       description
	    User defined description.

       partition
	    Displays the administrative partition within which the profile resides.

SEE ALSO
       create, delete, edit, glob, list, ltm profile fasthttp, ltm virtual, modify, regex, reset-stats, show, tmsh

COPYRIGHT
       No part of this program may be reproduced or transmitted in any form or by any means, electronic or
       mechanical, including photocopying, recording, or information storage and retrieval systems, for any purpose
       other than the purchaser's personal use, without the express written permission of F5 Networks, Inc.

       F5 Networks and BIG-IP (c) Copyright 2008-2013, 2016. All rights reserved.

BIG-IP						      2020-01-07		      ltm profile web-acceleration(1)