Zend certified PHP/Magento developer

MagentoCatalogInventoryObserverQuantityValidatorObserver Slow Performance

In my Magento 2.3.3 instance If I disable EVENT:sales_quote_item_qty_set_after , Observer: inventory then “/checkout/cart/” and “/checkout/” speeds up but it also remove ability to validated minimum quantity per product in a cart.

I have observered as the number of products increase in cart , “inventory” observe is taking longer and slowing overall mangento site. It there any option to still maintain “minimum qty per product in a cart” while improve site performance.

Validator :
MagentoCatalogInventoryObserverQuantityValidatorObserver EVENT :
sales_quote_item_qty_set_after OBSERVER : inventory