DeferredTotalCalculating

The Magento_DeferredTotalCalculating module optimizes the checkout process by deferring the total calculation until it is requested for shopping cart or final checkout steps.

DeferredTotalCalculating values:

To enable DeferredTotalCalculating, set the checkout/deferred_total_calculating variable in the env.php file. For example:

<?php
      'checkout' => [
               'deferred_total_calculating' => 1
       ]

Alternatively, you can set the variable using the command-line interface:

bin/magento setup:config:set --deferred-total-calculating 1
data-slots=text
The version of this module is 100.4.3.