Skip to content

Commit

Permalink
[ignore] Adjusted the expected performance improvement when using HTT…
Browse files Browse the repository at this point in the history
…PAPI and suppress options.
  • Loading branch information
samiib authored and lhercot committed May 14, 2024
1 parent 2753815 commit 6eaf9fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/optimizing.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Optimizing Playbooks

By using all of the following optimizations together its estimated that playbook execution time can be reduced by up to 60% compared to default behavior.
It is predicted that the combined use of these optimizations can reduce playbook execution time when compared to default behavior. This reduction can be significant in some circumstances.

## Using the ACI HTTPAPI plugin

Expand Down Expand Up @@ -65,7 +65,7 @@ ansible_network_os=cisco.aci.aci

## Using the `suppress_` options

Two options are available to users on all ACI modules to assist with optimizing playbook performance by reducing API calls. These options can increase playbook performance at the expense of suppressing some features of the modules.
Users of all ACI modules have two options for optimizing playbook performance by decreasing API calls. These parameters can improve playbook performance while disabling some module functionality. The goal of these suppress options is to limit the number of GET API calls to APIC, hence reducing APIC's workload and increasing playbook execution speed.

### `suppress_previous`

Expand Down

0 comments on commit 6eaf9fe

Please sign in to comment.